Skip to content
Success

Console Output

Pull request #41955 updated
19:48:56 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2+3e0025e2fc137f51e95758618e1b42627fe6ea1c (328718073c76a2133613998d94026921a37d9ed2)
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 --is-inside-work-tree # 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
19:48:58 [2021-02-01T19:48:58.173Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
19:48:58 [2021-02-01T19:48:58.177Z] Trying to pass milestone 3
[Pipeline] milestone
19:48:58 [2021-02-01T19:48:58.231Z] Trying to pass milestone 4
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
19:48:58 [2021-02-01T19:48:58.408Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0bcaf317f7bcbfef3) in /home/ubuntu/workspace/moby_PR-41955
[Pipeline] {
[Pipeline] checkout
19:48:58 [2021-02-01T19:48:58.474Z] The recommended git tool is: git
19:48:58 [2021-02-01T19:48:58.485Z] using credential docker-jenkins-github-credentials
19:48:58 [2021-02-01T19:48:58.495Z] Fetching changes from the remote Git repository
19:48:58 [2021-02-01T19:48:58.515Z] Fetching without tags
19:48:58 [2021-02-01T19:48:58.494Z]  > git rev-parse --is-inside-work-tree # timeout=10
19:48:58 [2021-02-01T19:48:58.511Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:48:58 [2021-02-01T19:48:58.521Z] Fetching upstream changes from https://github.com/moby/moby.git
19:48:58 [2021-02-01T19:48:58.521Z]  > git --version # timeout=10
19:48:58 [2021-02-01T19:48:58.524Z]  > git --version # 'git version 2.17.1'
19:48:58 [2021-02-01T19:48:58.524Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:48:58 [2021-02-01T19:48:58.525Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41955/head:refs/remotes/origin/PR-41955 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:49:12 [2021-02-01T19:49:12.546Z] Merging remotes/origin/master commit 3e0025e2fc137f51e95758618e1b42627fe6ea1c into PR head commit 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:49:12 [2021-02-01T19:49:12.551Z]  > git config core.sparsecheckout # timeout=10
19:49:12 [2021-02-01T19:49:12.562Z]  > git checkout -f 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 # timeout=10
19:49:13 [2021-02-01T19:49:13.026Z] Merge succeeded, producing 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:49:13 [2021-02-01T19:49:13.026Z] Checking out Revision 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 (PR-41955)
19:49:13 [2021-02-01T19:49:13.558Z] Commit message: "Fallback to  manifest list when no platform match"
19:49:13 [2021-02-01T19:49:13.569Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
19:49:14 [2021-02-01T19:49:14.288Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41955:/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
19:49:12 [2021-02-01T19:49:12.988Z]  > git remote # timeout=10
19:49:12 [2021-02-01T19:49:12.999Z]  > git config --get remote.origin.url # timeout=10
19:49:13 [2021-02-01T19:49:13.007Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:13 [2021-02-01T19:49:13.008Z]  > git merge 3e0025e2fc137f51e95758618e1b42627fe6ea1c # timeout=10
19:49:13 [2021-02-01T19:49:13.025Z]  > git rev-parse HEAD^{commit} # timeout=10
19:49:13 [2021-02-01T19:49:13.031Z]  > git config core.sparsecheckout # timeout=10
19:49:13 [2021-02-01T19:49:13.042Z]  > git checkout -f 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 # timeout=10
19:49:13 [2021-02-01T19:49:13.566Z]  > git rev-list --no-walk c9476b8155414089a30343a63fd193bb30f6ae42 # timeout=10
19:49:17 [2021-02-01T19:49:17.588Z] 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: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] { (Branch: win-RS1)
[Pipeline] { (Branch: win-RS5)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (amd64)
[Pipeline] stage
[Pipeline] { (rootless)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] stage
[Pipeline] { (win-RS1)
[Pipeline] stage
[Pipeline] { (win-RS5)
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
19:49:17 [2021-02-01T19:49:17.832Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0bcaf317f7bcbfef3) in /home/ubuntu/workspace/moby_PR-41955
[Pipeline] node
19:49:17 [2021-02-01T19:49:17.836Z] Running on s390x-ubuntu-26 in /home/jenkins/workspace/moby_PR-41955
[Pipeline] node
Stage "win-RS1" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
19:49:17 [2021-02-01T19:49:17.856Z] Running on ppc64le-ubuntu-15 in /home/docker/workspace/moby_PR-41955
19:49:17 [2021-02-01T19:49:17.856Z] Running on azwin-2-5a14f0 in d:\jenkins\workspace\moby_PR-41955
[Pipeline] {
[Pipeline] {
[Pipeline] checkout
19:49:17 [2021-02-01T19:49:17.932Z] The recommended git tool is: git
[Pipeline] checkout
19:49:17 [2021-02-01T19:49:17.944Z] using credential docker-jenkins-github-credentials
19:49:17 [2021-02-01T19:49:17.950Z] The recommended git tool is: git
[Pipeline] // stage
19:49:17 [2021-02-01T19:49:17.957Z] Fetching changes from the remote Git repository
19:49:17 [2021-02-01T19:49:17.966Z] Fetching without tags
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] {
[Pipeline] {
19:49:17 [2021-02-01T19:49:17.985Z] using credential docker-jenkins-github-credentials
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
19:49:18 [2021-02-01T19:49:18.007Z] Fetching changes from the remote Git repository
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] ws
19:49:18 [2021-02-01T19:49:18.015Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] checkout
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
19:49:18 [2021-02-01T19:49:18.029Z] Fetching without tags
19:49:18 [2021-02-01T19:49:18.037Z] The recommended git tool is: git
[Pipeline] checkout
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] }
19:49:18 [2021-02-01T19:49:18.111Z] using credential docker-jenkins-github-credentials
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
19:49:18 [2021-02-01T19:49:18.118Z] The recommended git tool is: git
19:49:18 [2021-02-01T19:49:18.130Z] Fetching changes from the remote Git repository
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
19:49:18 [2021-02-01T19:49:18.146Z] Fetching without tags
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
19:49:18 [2021-02-01T19:49:18.235Z] Merging remotes/origin/master commit 3e0025e2fc137f51e95758618e1b42627fe6ea1c into PR head commit 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:49:18 [2021-02-01T19:49:18.322Z] Merging remotes/origin/master commit 3e0025e2fc137f51e95758618e1b42627fe6ea1c into PR head commit 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:49:18 [2021-02-01T19:49:18.340Z] Merge succeeded, producing 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:49:18 [2021-02-01T19:49:18.340Z] Checking out Revision 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 (PR-41955)
19:49:18 [2021-02-01T19:49:18.406Z] Commit message: "Fallback to  manifest list when no platform match"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
19:49:18 [2021-02-01T19:49:18.767Z] Merge succeeded, producing 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:49:18 [2021-02-01T19:49:18.767Z] Checking out Revision 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 (PR-41955)
19:49:17 [2021-02-01T19:49:17.953Z]  > git rev-parse --is-inside-work-tree # timeout=10
19:49:17 [2021-02-01T19:49:17.965Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:49:17 [2021-02-01T19:49:17.971Z] Fetching upstream changes from https://github.com/moby/moby.git
19:49:17 [2021-02-01T19:49:17.972Z]  > git --version # timeout=10
19:49:17 [2021-02-01T19:49:17.976Z]  > git --version # 'git version 2.17.1'
19:49:17 [2021-02-01T19:49:17.976Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:17 [2021-02-01T19:49:17.977Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41955/head:refs/remotes/origin/PR-41955 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:49:18 [2021-02-01T19:49:18.241Z]  > git config core.sparsecheckout # timeout=10
19:49:18 [2021-02-01T19:49:18.244Z]  > git checkout -f 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 # timeout=10
19:49:18 [2021-02-01T19:49:18.293Z]  > git remote # timeout=10
19:49:18 [2021-02-01T19:49:18.308Z]  > git config --get remote.origin.url # timeout=10
19:49:18 [2021-02-01T19:49:18.316Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:18 [2021-02-01T19:49:18.317Z]  > git merge 3e0025e2fc137f51e95758618e1b42627fe6ea1c # timeout=10
19:49:18 [2021-02-01T19:49:18.330Z]  > git rev-parse HEAD^{commit} # timeout=10
19:49:18 [2021-02-01T19:49:18.347Z]  > git config core.sparsecheckout # timeout=10
19:49:18 [2021-02-01T19:49:18.360Z]  > git checkout -f 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 # timeout=10
19:49:17 [2021-02-01T19:49:17.995Z]  > git rev-parse --is-inside-work-tree # timeout=10
19:49:18 [2021-02-01T19:49:18.013Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:49:18 [2021-02-01T19:49:18.035Z] Fetching upstream changes from https://github.com/moby/moby.git
19:49:18 [2021-02-01T19:49:18.035Z]  > git --version # timeout=10
19:49:18 [2021-02-01T19:49:18.037Z]  > git --version # 'git version 2.17.1'
19:49:18 [2021-02-01T19:49:18.037Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:18 [2021-02-01T19:49:18.037Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41955/head:refs/remotes/origin/PR-41955 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:49:18 [2021-02-01T19:49:18.328Z]  > git config core.sparsecheckout # timeout=10
19:49:18 [2021-02-01T19:49:18.330Z]  > git checkout -f 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 # timeout=10
19:49:18 [2021-02-01T19:49:18.741Z]  > git remote # timeout=10
19:49:18 [2021-02-01T19:49:18.743Z]  > git config --get remote.origin.url # timeout=10
19:49:18 [2021-02-01T19:49:18.744Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:18 [2021-02-01T19:49:18.745Z]  > git merge 3e0025e2fc137f51e95758618e1b42627fe6ea1c # timeout=10
19:49:18 [2021-02-01T19:49:18.760Z]  > git rev-parse HEAD^{commit} # timeout=10
19:49:18 [2021-02-01T19:49:18.773Z]  > git config core.sparsecheckout # timeout=10
19:49:18 [2021-02-01T19:49:18.775Z]  > git checkout -f 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 # timeout=10
19:49:19 [2021-02-01T19:49:19.035Z] + [ PR != PR ]
19:49:19 [2021-02-01T19:49:19.035Z] + [ master != master ]
19:49:19 [2021-02-01T19:49:19.035Z] + [ false = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
19:49:18 [2021-02-01T19:49:18.121Z]  > git rev-parse --is-inside-work-tree # timeout=10
19:49:18 [2021-02-01T19:49:18.135Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:49:18 [2021-02-01T19:49:18.160Z] Fetching upstream changes from https://github.com/moby/moby.git
19:49:18 [2021-02-01T19:49:18.161Z]  > git --version # timeout=10
19:49:18 [2021-02-01T19:49:18.169Z]  > git --version # 'git version 2.7.4'
19:49:18 [2021-02-01T19:49:18.169Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:18 [2021-02-01T19:49:18.171Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41955/head:refs/remotes/origin/PR-41955 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:49:19 [2021-02-01T19:49:19.193Z] using credential docker-jenkins-github-credentials
19:49:19 [2021-02-01T19:49:19.268Z] Cloning the remote Git repository
19:49:19 [2021-02-01T19:49:19.268Z] Cloning with configured refspecs honoured and without tags
19:49:19 [2021-02-01T19:49:19.297Z] Commit message: "Fallback to  manifest list when no platform match"
19:49:19 [2021-02-01T19:49:19.409Z] + docker version
19:49:19 [2021-02-01T19:49:19.409Z] Client: Docker Engine - Community
19:49:19 [2021-02-01T19:49:19.409Z]  Version:           20.10.2
19:49:19 [2021-02-01T19:49:19.409Z]  API version:       1.41
19:49:19 [2021-02-01T19:49:19.409Z]  Go version:        go1.13.15
19:49:19 [2021-02-01T19:49:19.409Z]  Git commit:        2291f61
19:49:19 [2021-02-01T19:49:19.409Z]  Built:             Mon Dec 28 16:17:32 2020
19:49:19 [2021-02-01T19:49:19.409Z]  OS/Arch:           linux/amd64
19:49:19 [2021-02-01T19:49:19.409Z]  Context:           default
19:49:19 [2021-02-01T19:49:19.409Z]  Experimental:      true
19:49:19 [2021-02-01T19:49:19.409Z] 
19:49:19 [2021-02-01T19:49:19.409Z] Server: Docker Engine - Community
19:49:19 [2021-02-01T19:49:19.409Z]  Engine:
19:49:19 [2021-02-01T19:49:19.409Z]   Version:          20.10.2
19:49:19 [2021-02-01T19:49:19.409Z]   API version:      1.41 (minimum version 1.12)
19:49:19 [2021-02-01T19:49:19.409Z]   Go version:       go1.13.15
19:49:19 [2021-02-01T19:49:19.409Z]   Git commit:       8891c58
19:49:19 [2021-02-01T19:49:19.409Z]   Built:            Mon Dec 28 16:15:09 2020
19:49:19 [2021-02-01T19:49:19.409Z]   OS/Arch:          linux/amd64
19:49:19 [2021-02-01T19:49:19.409Z]   Experimental:     true
19:49:19 [2021-02-01T19:49:19.409Z]  containerd:
19:49:19 [2021-02-01T19:49:19.409Z]   Version:          1.4.3
19:49:19 [2021-02-01T19:49:19.409Z]   GitCommit:        269548fa27e0089a8b8278fc4fc781d7f65a939b
19:49:19 [2021-02-01T19:49:19.409Z]  runc:
19:49:19 [2021-02-01T19:49:19.409Z]   Version:          1.0.0-rc92
19:49:19 [2021-02-01T19:49:19.409Z]   GitCommit:        ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:49:19 [2021-02-01T19:49:19.409Z]  docker-init:
19:49:19 [2021-02-01T19:49:19.409Z]   Version:          0.19.0
19:49:19 [2021-02-01T19:49:19.409Z]   GitCommit:        de40ad0
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
19:49:19 [2021-02-01T19:49:19.692Z] + docker info
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
19:49:20 [2021-02-01T19:49:20.076Z] + docker version
19:49:20 [2021-02-01T19:49:20.076Z] Client: Docker Engine - Community
19:49:20 [2021-02-01T19:49:20.076Z]  Version:           19.03.7
19:49:20 [2021-02-01T19:49:20.076Z]  API version:       1.40
19:49:20 [2021-02-01T19:49:20.076Z]  Go version:        go1.12.17
19:49:20 [2021-02-01T19:49:20.076Z]  Git commit:        7141c199a2
19:49:20 [2021-02-01T19:49:20.076Z]  Built:             Sat Mar  7 16:48:47 2020
19:49:20 [2021-02-01T19:49:20.076Z]  OS/Arch:           linux/s390x
19:49:20 [2021-02-01T19:49:20.076Z]  Experimental:      false
19:49:20 [2021-02-01T19:49:20.076Z] 
19:49:20 [2021-02-01T19:49:20.076Z] Server: Docker Engine - Community
19:49:20 [2021-02-01T19:49:20.076Z]  Engine:
19:49:20 [2021-02-01T19:49:20.076Z]   Version:          19.03.7
19:49:20 [2021-02-01T19:49:20.076Z]   API version:      1.40 (minimum version 1.12)
19:49:20 [2021-02-01T19:49:20.076Z]   Go version:       go1.12.17
19:49:20 [2021-02-01T19:49:20.076Z]   Git commit:       7141c199a2
19:49:20 [2021-02-01T19:49:20.076Z]   Built:            Sat Mar  7 16:47:46 2020
19:49:20 [2021-02-01T19:49:20.076Z]   OS/Arch:          linux/s390x
19:49:20 [2021-02-01T19:49:20.076Z]   Experimental:     true
19:49:20 [2021-02-01T19:49:20.076Z]  containerd:
19:49:20 [2021-02-01T19:49:20.076Z]   Version:          1.2.13
19:49:20 [2021-02-01T19:49:20.076Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
19:49:20 [2021-02-01T19:49:20.076Z]  runc:
19:49:20 [2021-02-01T19:49:20.076Z]   Version:          1.0.0-rc10
19:49:20 [2021-02-01T19:49:20.076Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
19:49:20 [2021-02-01T19:49:20.076Z]  docker-init:
19:49:20 [2021-02-01T19:49:20.076Z]   Version:          0.18.0
19:49:20 [2021-02-01T19:49:20.076Z]   GitCommit:        fec3683
[Pipeline] sh
19:49:19 [2021-02-01T19:49:19.593Z] Cloning repository https://github.com/moby/moby.git
19:49:19 [2021-02-01T19:49:19.978Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
19:49:20 [2021-02-01T19:49:20.461Z] + docker info
19:49:20 [2021-02-01T19:49:20.632Z] Client:
19:49:20 [2021-02-01T19:49:20.632Z]  Context:    default
19:49:20 [2021-02-01T19:49:20.632Z]  Debug Mode: false
19:49:20 [2021-02-01T19:49:20.632Z]  Plugins:
19:49:20 [2021-02-01T19:49:20.632Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
19:49:20 [2021-02-01T19:49:20.632Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
19:49:20 [2021-02-01T19:49:20.632Z] 
19:49:20 [2021-02-01T19:49:20.632Z] Server:
19:49:20 [2021-02-01T19:49:20.632Z]  Containers: 0
19:49:20 [2021-02-01T19:49:20.632Z]   Running: 0
19:49:20 [2021-02-01T19:49:20.632Z]   Paused: 0
19:49:20 [2021-02-01T19:49:20.632Z]   Stopped: 0
19:49:20 [2021-02-01T19:49:20.632Z]  Images: 3
19:49:20 [2021-02-01T19:49:20.632Z]  Server Version: 20.10.2
19:49:20 [2021-02-01T19:49:20.632Z]  Storage Driver: overlay2
19:49:20 [2021-02-01T19:49:20.632Z]   Backing Filesystem: extfs
19:49:20 [2021-02-01T19:49:20.632Z]   Supports d_type: true
19:49:20 [2021-02-01T19:49:20.632Z]   Native Overlay Diff: true
19:49:20 [2021-02-01T19:49:20.632Z]  Logging Driver: json-file
19:49:20 [2021-02-01T19:49:20.632Z]  Cgroup Driver: cgroupfs
19:49:20 [2021-02-01T19:49:20.632Z]  Cgroup Version: 1
19:49:20 [2021-02-01T19:49:20.632Z]  Plugins:
19:49:20 [2021-02-01T19:49:20.632Z]   Volume: local
19:49:20 [2021-02-01T19:49:20.632Z]   Network: bridge host ipvlan macvlan null overlay
19:49:20 [2021-02-01T19:49:20.632Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
19:49:20 [2021-02-01T19:49:20.632Z]  Swarm: inactive
19:49:20 [2021-02-01T19:49:20.632Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
19:49:20 [2021-02-01T19:49:20.632Z]  Default Runtime: runc
19:49:20 [2021-02-01T19:49:20.632Z]  Init Binary: docker-init
19:49:20 [2021-02-01T19:49:20.632Z]  containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:49:20 [2021-02-01T19:49:20.632Z]  runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:49:20 [2021-02-01T19:49:20.632Z]  init version: de40ad0
19:49:20 [2021-02-01T19:49:20.632Z]  Security Options:
19:49:20 [2021-02-01T19:49:20.632Z]   apparmor
19:49:20 [2021-02-01T19:49:20.632Z]   seccomp
19:49:20 [2021-02-01T19:49:20.632Z]    Profile: default
19:49:20 [2021-02-01T19:49:20.632Z]  Kernel Version: 5.4.0-1035-aws
19:49:20 [2021-02-01T19:49:20.632Z]  Operating System: Ubuntu 18.04.5 LTS
19:49:20 [2021-02-01T19:49:20.632Z]  OSType: linux
19:49:20 [2021-02-01T19:49:20.632Z]  Architecture: x86_64
19:49:20 [2021-02-01T19:49:20.632Z]  CPUs: 2
19:49:20 [2021-02-01T19:49:20.632Z]  Total Memory: 7.569GiB
19:49:20 [2021-02-01T19:49:20.632Z]  Name: ip-10-100-44-1
19:49:20 [2021-02-01T19:49:20.632Z]  ID: 6V4B:VKYK:OLF7:OAMN:3BBO:HNEE:JR5Z:3FAM:YACZ:D3PV:FSY4:SD2W
19:49:20 [2021-02-01T19:49:20.632Z]  Docker Root Dir: /var/lib/docker
19:49:20 [2021-02-01T19:49:20.632Z]  Debug Mode: false
19:49:20 [2021-02-01T19:49:20.632Z]  Registry: https://index.docker.io/v1/
19:49:20 [2021-02-01T19:49:20.632Z]  Labels:
19:49:20 [2021-02-01T19:49:20.632Z]  Experimental: true
19:49:20 [2021-02-01T19:49:20.632Z]  Insecure Registries:
19:49:20 [2021-02-01T19:49:20.632Z]   127.0.0.0/8
19:49:20 [2021-02-01T19:49:20.632Z]  Live Restore Enabled: true
19:49:20 [2021-02-01T19:49:20.632Z] 
19:49:20 [2021-02-01T19:49:20.632Z] WARNING: No swap limit support
19:49:20 [2021-02-01T19:49:20.632Z] WARNING: No blkio weight support
19:49:20 [2021-02-01T19:49:20.632Z] WARNING: No blkio weight_device support
[Pipeline] sh
19:49:20 [2021-02-01T19:49:20.755Z] Client:
19:49:20 [2021-02-01T19:49:20.755Z]  Debug Mode: false
19:49:20 [2021-02-01T19:49:20.755Z] 
19:49:20 [2021-02-01T19:49:20.755Z] Server:
19:49:20 [2021-02-01T19:49:20.755Z]  Containers: 0
19:49:20 [2021-02-01T19:49:20.755Z]   Running: 0
19:49:20 [2021-02-01T19:49:20.755Z]   Paused: 0
19:49:20 [2021-02-01T19:49:20.755Z]   Stopped: 0
19:49:20 [2021-02-01T19:49:20.755Z]  Images: 2
19:49:20 [2021-02-01T19:49:20.755Z]  Server Version: 19.03.7
19:49:20 [2021-02-01T19:49:20.755Z]  Storage Driver: overlay2
19:49:20 [2021-02-01T19:49:20.755Z]   Backing Filesystem: <unknown>
19:49:20 [2021-02-01T19:49:20.755Z]   Supports d_type: true
19:49:20 [2021-02-01T19:49:20.755Z]   Native Overlay Diff: true
19:49:20 [2021-02-01T19:49:20.755Z]  Logging Driver: json-file
19:49:20 [2021-02-01T19:49:20.755Z]  Cgroup Driver: cgroupfs
19:49:20 [2021-02-01T19:49:20.755Z]  Plugins:
19:49:20 [2021-02-01T19:49:20.755Z]   Volume: local
19:49:20 [2021-02-01T19:49:20.755Z]   Network: bridge host ipvlan macvlan null overlay
19:49:20 [2021-02-01T19:49:20.755Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
19:49:20 [2021-02-01T19:49:20.755Z]  Swarm: inactive
19:49:20 [2021-02-01T19:49:20.755Z]  Runtimes: runc
19:49:20 [2021-02-01T19:49:20.755Z]  Default Runtime: runc
19:49:20 [2021-02-01T19:49:20.755Z]  Init Binary: docker-init
19:49:20 [2021-02-01T19:49:20.755Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
19:49:20 [2021-02-01T19:49:20.755Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
19:49:20 [2021-02-01T19:49:20.755Z]  init version: fec3683
19:49:20 [2021-02-01T19:49:20.755Z]  Security Options:
19:49:20 [2021-02-01T19:49:20.755Z]   apparmor
19:49:20 [2021-02-01T19:49:20.755Z]   seccomp
19:49:20 [2021-02-01T19:49:20.755Z]    Profile: default
19:49:20 [2021-02-01T19:49:20.755Z]  Kernel Version: 4.15.0-88-generic
19:49:20 [2021-02-01T19:49:20.755Z]  Operating System: Ubuntu 18.04.4 LTS
19:49:20 [2021-02-01T19:49:20.755Z]  OSType: linux
19:49:20 [2021-02-01T19:49:20.755Z]  Architecture: s390x
19:49:20 [2021-02-01T19:49:20.755Z]  CPUs: 2
19:49:20 [2021-02-01T19:49:20.755Z]  Total Memory: 7.861GiB
19:49:20 [2021-02-01T19:49:20.755Z]  Name: s390x-ubuntu-26
19:49:20 [2021-02-01T19:49:20.755Z]  ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM
19:49:20 [2021-02-01T19:49:20.755Z]  Docker Root Dir: /var/lib/docker
19:49:20 [2021-02-01T19:49:20.755Z]  Debug Mode: false
19:49:20 [2021-02-01T19:49:20.755Z]  Registry: https://index.docker.io/v1/
19:49:20 [2021-02-01T19:49:20.755Z]  Labels:
19:49:20 [2021-02-01T19:49:20.755Z]  Experimental: true
19:49:20 [2021-02-01T19:49:20.755Z]  Insecure Registries:
19:49:20 [2021-02-01T19:49:20.755Z]   127.0.0.0/8
19:49:20 [2021-02-01T19:49:20.755Z]  Live Restore Enabled: false
19:49:20 [2021-02-01T19:49:20.755Z] 
19:49:20 [2021-02-01T19:49:20.755Z] WARNING: No swap limit support
[Pipeline] sh
19:49:20 [2021-02-01T19:49:20.916Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:49:20 [2021-02-01T19:49:20.917Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:49:20 [2021-02-01T19:49:20.917Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41955/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
19:49:20 [2021-02-01T19:49:20.917Z] + bash /home/ubuntu/workspace/moby_PR-41955/check-config.sh
19:49:20 [2021-02-01T19:49:20.917Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
19:49:20 [2021-02-01T19:49:20.917Z] info: reading kernel config from /boot/config-5.4.0-1035-aws ...
19:49:20 [2021-02-01T19:49:20.917Z] 
19:49:20 [2021-02-01T19:49:20.917Z] Generally Necessary:
19:49:20 [2021-02-01T19:49:20.917Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
19:49:20 [2021-02-01T19:49:20.917Z] - apparmor: enabled and tools installed
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_NAMESPACES: enabled
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_NET_NS: enabled
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_PID_NS: enabled
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_IPC_NS: enabled
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_UTS_NS: enabled
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_CGROUPS: enabled
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_CGROUP_CPUACCT: enabled
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_CGROUP_DEVICE: enabled
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_CGROUP_FREEZER: enabled
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_CGROUP_SCHED: enabled
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_CPUSETS: enabled
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_MEMCG: enabled
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_KEYS: enabled
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_VETH: enabled (as module)
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_BRIDGE: enabled (as module)
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_NF_NAT_IPV4: missing
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_IP_NF_FILTER: enabled (as module)
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_IP_NF_NAT: enabled (as module)
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_NF_NAT: enabled (as module)
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_NF_NAT_NEEDED: missing
19:49:20 [2021-02-01T19:49:20.917Z] - CONFIG_POSIX_MQUEUE: enabled
19:49:20 [2021-02-01T19:49:20.917Z] 
19:49:20 [2021-02-01T19:49:20.917Z] Optional Features:
19:49:21 [2021-02-01T19:49:21.135Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:49:21 [2021-02-01T19:49:21.135Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:49:21 [2021-02-01T19:49:21.135Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41955/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
19:49:21 [2021-02-01T19:49:21.135Z] + bash /home/jenkins/workspace/moby_PR-41955/check-config.sh
19:49:21 [2021-02-01T19:49:21.135Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
19:49:21 [2021-02-01T19:49:21.135Z] info: reading kernel config from /boot/config-4.15.0-88-generic ...
19:49:21 [2021-02-01T19:49:21.135Z] 
19:49:21 [2021-02-01T19:49:21.135Z] Generally Necessary:
19:49:21 [2021-02-01T19:49:21.135Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
19:49:21 [2021-02-01T19:49:21.135Z] - apparmor: enabled and tools installed
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_NAMESPACES: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_NET_NS: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_PID_NS: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_IPC_NS: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_UTS_NS: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_CGROUPS: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_CGROUP_CPUACCT: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_CGROUP_DEVICE: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_CGROUP_FREEZER: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_CGROUP_SCHED: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_CPUSETS: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_MEMCG: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_KEYS: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_VETH: enabled (as module)
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_BRIDGE: enabled (as module)
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_IP_NF_FILTER: enabled (as module)
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_IP_NF_NAT: enabled (as module)
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_NF_NAT: enabled (as module)
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_NF_NAT_NEEDED: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_POSIX_MQUEUE: enabled
19:49:21 [2021-02-01T19:49:21.135Z] 
19:49:21 [2021-02-01T19:49:21.135Z] Optional Features:
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_USER_NS: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_SECCOMP: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_CGROUP_PIDS: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_MEMCG_SWAP: enabled
19:49:21 [2021-02-01T19:49:21.135Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
19:49:21 [2021-02-01T19:49:21.135Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_USER_NS: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_SECCOMP: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_CGROUP_PIDS: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_MEMCG_SWAP: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
19:49:21 [2021-02-01T19:49:21.178Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_BLK_CGROUP: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_BLK_DEV_THROTTLING: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_IOSCHED_CFQ: missing
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_CGROUP_PERF: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_CGROUP_HUGETLB: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_CGROUP_NET_PRIO: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_CFS_BANDWIDTH: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_FAIR_GROUP_SCHED: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_RT_GROUP_SCHED: missing
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_IP_VS: enabled (as module)
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_IP_VS_NFCT: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_IP_VS_PROTO_TCP: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_IP_VS_PROTO_UDP: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_IP_VS_RR: enabled (as module)
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_EXT4_FS: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - CONFIG_EXT4_FS_SECURITY: enabled
19:49:21 [2021-02-01T19:49:21.178Z] - Network Drivers:
19:49:21 [2021-02-01T19:49:21.178Z]   - "overlay":
19:49:21 [2021-02-01T19:49:21.178Z]     - CONFIG_VXLAN: enabled (as module)
19:49:21 [2021-02-01T19:49:21.178Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
19:49:21 [2021-02-01T19:49:21.178Z]       Optional (for encrypted networks):
19:49:21 [2021-02-01T19:49:21.178Z]       - CONFIG_CRYPTO: enabled
19:49:21 [2021-02-01T19:49:21.178Z]       - CONFIG_CRYPTO_AEAD: enabled
19:49:21 [2021-02-01T19:49:21.178Z]       - CONFIG_CRYPTO_GCM: enabled
19:49:21 [2021-02-01T19:49:21.178Z]       - CONFIG_CRYPTO_SEQIV: enabled
19:49:21 [2021-02-01T19:49:21.178Z]       - CONFIG_CRYPTO_GHASH: enabled
19:49:21 [2021-02-01T19:49:21.178Z]       - CONFIG_XFRM: enabled
19:49:21 [2021-02-01T19:49:21.178Z]       - CONFIG_XFRM_USER: enabled (as module)
19:49:21 [2021-02-01T19:49:21.178Z]       - CONFIG_XFRM_ALGO: enabled (as module)
19:49:21 [2021-02-01T19:49:21.178Z]       - CONFIG_INET_ESP: enabled (as module)
19:49:21 [2021-02-01T19:49:21.178Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
19:49:21 [2021-02-01T19:49:21.178Z]   - "ipvlan":
19:49:21 [2021-02-01T19:49:21.178Z]     - CONFIG_IPVLAN: enabled (as module)
19:49:21 [2021-02-01T19:49:21.178Z]   - "macvlan":
19:49:21 [2021-02-01T19:49:21.178Z]     - CONFIG_MACVLAN: enabled (as module)
19:49:21 [2021-02-01T19:49:21.178Z]     - CONFIG_DUMMY: enabled (as module)
19:49:21 [2021-02-01T19:49:21.178Z]   - "ftp,tftp client in container":
19:49:21 [2021-02-01T19:49:21.178Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
19:49:21 [2021-02-01T19:49:21.178Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
19:49:21 [2021-02-01T19:49:21.178Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
19:49:21 [2021-02-01T19:49:21.178Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
19:49:21 [2021-02-01T19:49:21.178Z] - Storage Drivers:
19:49:21 [2021-02-01T19:49:21.178Z]   - "aufs":
19:49:21 [2021-02-01T19:49:21.178Z]     - CONFIG_AUFS_FS: enabled (as module)
19:49:21 [2021-02-01T19:49:21.178Z]   - "btrfs":
19:49:21 [2021-02-01T19:49:21.142Z] Fetching upstream changes from https://github.com/moby/moby.git
19:49:21 [2021-02-01T19:49:21.142Z]  > git --version # timeout=10
19:49:21 [2021-02-01T19:49:21.190Z]  > git --version # 'git version 2.24.1.windows.2'
19:49:21 [2021-02-01T19:49:21.191Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:21 [2021-02-01T19:49:21.194Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41955/head:refs/remotes/origin/PR-41955 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:49:21 [2021-02-01T19:49:21.428Z] - CONFIG_BLK_CGROUP: enabled
19:49:21 [2021-02-01T19:49:21.428Z] - CONFIG_BLK_DEV_THROTTLING: enabled
19:49:21 [2021-02-01T19:49:21.428Z] - CONFIG_IOSCHED_CFQ: enabled
19:49:21 [2021-02-01T19:49:21.428Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
19:49:21 [2021-02-01T19:49:21.428Z] - CONFIG_CGROUP_PERF: enabled
19:49:21 [2021-02-01T19:49:21.428Z] - CONFIG_CGROUP_HUGETLB: enabled
19:49:21 [2021-02-01T19:49:21.428Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
19:49:21 [2021-02-01T19:49:21.428Z] - CONFIG_CGROUP_NET_PRIO: enabled
19:49:21 [2021-02-01T19:49:21.428Z] - CONFIG_CFS_BANDWIDTH: enabled
19:49:21 [2021-02-01T19:49:21.428Z] - CONFIG_FAIR_GROUP_SCHED: enabled
19:49:21 [2021-02-01T19:49:21.428Z] - CONFIG_RT_GROUP_SCHED: missing
19:49:21 [2021-02-01T19:49:21.428Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
19:49:21 [2021-02-01T19:49:21.428Z] - CONFIG_IP_VS: enabled (as module)
19:49:21 [2021-02-01T19:49:21.428Z] - CONFIG_IP_VS_NFCT: enabled
19:49:21 [2021-02-01T19:49:21.428Z] - CONFIG_IP_VS_PROTO_TCP: enabled
19:49:21 [2021-02-01T19:49:21.428Z] - CONFIG_IP_VS_PROTO_UDP: enabled
19:49:21 [2021-02-01T19:49:21.429Z] - CONFIG_IP_VS_RR: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z] - CONFIG_EXT4_FS: enabled
19:49:21 [2021-02-01T19:49:21.429Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
19:49:21 [2021-02-01T19:49:21.429Z] - CONFIG_EXT4_FS_SECURITY: enabled
19:49:21 [2021-02-01T19:49:21.429Z] - Network Drivers:
19:49:21 [2021-02-01T19:49:21.429Z]   - "overlay":
19:49:21 [2021-02-01T19:49:21.429Z]     - CONFIG_VXLAN: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
19:49:21 [2021-02-01T19:49:21.429Z]       Optional (for encrypted networks):
19:49:21 [2021-02-01T19:49:21.429Z]       - CONFIG_CRYPTO: enabled
19:49:21 [2021-02-01T19:49:21.429Z]       - CONFIG_CRYPTO_AEAD: enabled
19:49:21 [2021-02-01T19:49:21.429Z]       - CONFIG_CRYPTO_GCM: enabled
19:49:21 [2021-02-01T19:49:21.429Z]       - CONFIG_CRYPTO_SEQIV: enabled
19:49:21 [2021-02-01T19:49:21.429Z]       - CONFIG_CRYPTO_GHASH: enabled
19:49:21 [2021-02-01T19:49:21.429Z]       - CONFIG_XFRM: enabled
19:49:21 [2021-02-01T19:49:21.429Z]       - CONFIG_XFRM_USER: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z]       - CONFIG_XFRM_ALGO: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z]       - CONFIG_INET_ESP: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z]   - "ipvlan":
19:49:21 [2021-02-01T19:49:21.429Z]     - CONFIG_IPVLAN: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z]   - "macvlan":
19:49:21 [2021-02-01T19:49:21.429Z]     - CONFIG_MACVLAN: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z]     - CONFIG_DUMMY: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z]   - "ftp,tftp client in container":
19:49:21 [2021-02-01T19:49:21.429Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z] - Storage Drivers:
19:49:21 [2021-02-01T19:49:21.429Z]   - "aufs":
19:49:21 [2021-02-01T19:49:21.429Z]     - CONFIG_AUFS_FS: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z]   - "btrfs":
19:49:21 [2021-02-01T19:49:21.429Z]     - CONFIG_BTRFS_FS: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
19:49:21 [2021-02-01T19:49:21.429Z]   - "devicemapper":
19:49:21 [2021-02-01T19:49:21.429Z]     - CONFIG_BLK_DEV_DM: enabled
19:49:21 [2021-02-01T19:49:21.429Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z]   - "overlay":
19:49:21 [2021-02-01T19:49:21.429Z]     - CONFIG_OVERLAY_FS: enabled (as module)
19:49:21 [2021-02-01T19:49:21.429Z]   - "zfs":
19:49:21 [2021-02-01T19:49:21.429Z]     - /dev/zfs: missing
19:49:21 [2021-02-01T19:49:21.429Z]     - zfs command: missing
19:49:21 [2021-02-01T19:49:21.429Z]     - zpool command: missing
19:49:21 [2021-02-01T19:49:21.429Z] 
19:49:21 [2021-02-01T19:49:21.429Z] Limits:
19:49:21 [2021-02-01T19:49:21.429Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
19:49:21 [2021-02-01T19:49:21.429Z] 
19:49:21 [2021-02-01T19:49:21.429Z] + true
19:49:21 [2021-02-01T19:49:21.437Z]     - CONFIG_BTRFS_FS: enabled (as module)
19:49:21 [2021-02-01T19:49:21.437Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
19:49:21 [2021-02-01T19:49:21.437Z]   - "devicemapper":
19:49:21 [2021-02-01T19:49:21.437Z]     - CONFIG_BLK_DEV_DM: enabled
19:49:21 [2021-02-01T19:49:21.437Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
19:49:21 [2021-02-01T19:49:21.437Z]   - "overlay":
19:49:21 [2021-02-01T19:49:21.437Z]     - CONFIG_OVERLAY_FS: enabled (as module)
19:49:21 [2021-02-01T19:49:21.437Z]   - "zfs":
19:49:21 [2021-02-01T19:49:21.437Z]     - /dev/zfs: present
19:49:21 [2021-02-01T19:49:21.437Z]     - zfs command: missing
19:49:21 [2021-02-01T19:49:21.437Z]     - zpool command: missing
19:49:21 [2021-02-01T19:49:21.437Z] 
19:49:21 [2021-02-01T19:49:21.437Z] Limits:
19:49:21 [2021-02-01T19:49:21.437Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
19:49:21 [2021-02-01T19:49:21.437Z] 
19:49:21 [2021-02-01T19:49:21.437Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
[Pipeline] sh
19:49:21 [2021-02-01T19:49:21.806Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 .
19:49:21 [2021-02-01T19:49:21.899Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 .
19:49:21 [2021-02-01T19:49:21.899Z] #1 [internal] load build definition from Dockerfile
19:49:21 [2021-02-01T19:49:21.899Z] #1 transferring dockerfile: 16.55kB done
19:49:21 [2021-02-01T19:49:21.899Z] #1 DONE 0.0s
19:49:21 [2021-02-01T19:49:21.899Z] 
19:49:21 [2021-02-01T19:49:21.899Z] #2 [internal] load .dockerignore
19:49:21 [2021-02-01T19:49:21.899Z] #2 transferring context: 87B done
19:49:21 [2021-02-01T19:49:21.899Z] #2 DONE 0.1s
19:49:21 [2021-02-01T19:49:21.899Z] 
19:49:21 [2021-02-01T19:49:21.899Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
19:49:22 [2021-02-01T19:49:22.069Z] #1 [internal] load build definition from Dockerfile
19:49:22 [2021-02-01T19:49:22.069Z] #1 sha256:3d33f0bd7613efc9739a10e093134dcc1e2777e3090ae794c736fcbc4844b9df
19:49:22 [2021-02-01T19:49:22.069Z] #1 transferring dockerfile: 16.55kB done
19:49:22 [2021-02-01T19:49:22.069Z] #1 DONE 0.0s
19:49:22 [2021-02-01T19:49:22.069Z] 
19:49:22 [2021-02-01T19:49:22.069Z] #2 [internal] load .dockerignore
19:49:22 [2021-02-01T19:49:22.069Z] #2 sha256:6d756a0aa74bcd1a2e4b0ba84eb86e8d5f573400eaec0bce2468df291803fe41
19:49:22 [2021-02-01T19:49:22.069Z] #2 transferring context: 87B done
19:49:22 [2021-02-01T19:49:22.069Z] #2 DONE 0.0s
19:49:22 [2021-02-01T19:49:22.069Z] 
19:49:22 [2021-02-01T19:49:22.069Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
19:49:22 [2021-02-01T19:49:22.069Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996
19:49:22 [2021-02-01T19:49:22.069Z] #3 DONE 0.2s
19:49:22 [2021-02-01T19:49:22.069Z] 
19:49:22 [2021-02-01T19:49:22.069Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44
19:49:22 [2021-02-01T19:49:22.069Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c
19:49:22 [2021-02-01T19:49:22.069Z] #4 CACHED
19:49:22 [2021-02-01T19:49:22.194Z] #3 DONE 0.2s
19:49:22 [2021-02-01T19:49:22.194Z] 
19:49:22 [2021-02-01T19:49:22.194Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
19:49:22 [2021-02-01T19:49:22.194Z] #4 CACHED
19:49:22 [2021-02-01T19:49:22.329Z] 
19:49:22 [2021-02-01T19:49:22.329Z] #5 [internal] load build definition from Dockerfile
19:49:22 [2021-02-01T19:49:22.329Z] #5 sha256:85fcd70ba1c839b00eb6dfffc38dc0ba45f2c8e2b515730a2b671aaea5cc584e
19:49:22 [2021-02-01T19:49:22.329Z] #5 transferring dockerfile: 16.55kB done
19:49:22 [2021-02-01T19:49:22.329Z] #5 DONE 0.0s
19:49:22 [2021-02-01T19:49:22.329Z] 
19:49:22 [2021-02-01T19:49:22.329Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
19:49:22 [2021-02-01T19:49:22.329Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
19:49:22 [2021-02-01T19:49:22.423Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-03190777bf22eac80) in /home/ubuntu/workspace/moby_PR-41955
[Pipeline] {
[Pipeline] checkout
19:49:22 [2021-02-01T19:49:22.448Z] The recommended git tool is: git
19:49:22 [2021-02-01T19:49:22.460Z] using credential docker-jenkins-github-credentials
19:49:22 [2021-02-01T19:49:22.468Z] Cloning the remote Git repository
19:49:22 [2021-02-01T19:49:22.468Z] Cloning with configured refspecs honoured and without tags
19:49:22 [2021-02-01T19:49:22.590Z] #7 DONE 0.1s
19:49:22 [2021-02-01T19:49:22.590Z] 
19:49:22 [2021-02-01T19:49:22.590Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
19:49:22 [2021-02-01T19:49:22.590Z] #6 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228
19:49:22 [2021-02-01T19:49:22.590Z] #6 DONE 0.1s
19:49:22 [2021-02-01T19:49:22.590Z] 
19:49:22 [2021-02-01T19:49:22.590Z] #8 [internal] load metadata for docker.io/library/debian:buster
19:49:22 [2021-02-01T19:49:22.590Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
19:49:22 [2021-02-01T19:49:22.590Z] #8 DONE 0.1s
19:49:22 [2021-02-01T19:49:22.590Z] 
19:49:22 [2021-02-01T19:49:22.590Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299
19:49:22 [2021-02-01T19:49:22.590Z] #25 sha256:10877c50c598adfc862503ea8be9a65a55673726f7b55615e941b05a74410f99
19:49:22 [2021-02-01T19:49:22.590Z] #25 DONE 0.0s
19:49:22 [2021-02-01T19:49:22.590Z] 
19:49:22 [2021-02-01T19:49:22.590Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669
19:49:22 [2021-02-01T19:49:22.590Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52
19:49:22 [2021-02-01T19:49:22.590Z] #61 DONE 0.0s
19:49:22 [2021-02-01T19:49:22.590Z] 
19:49:22 [2021-02-01T19:49:22.590Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:49:22 [2021-02-01T19:49:22.590Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:49:22 [2021-02-01T19:49:22.590Z] #9 DONE 0.0s
19:49:22 [2021-02-01T19:49:22.590Z] 
19:49:22 [2021-02-01T19:49:22.590Z] #22 [internal] load build context
19:49:22 [2021-02-01T19:49:22.590Z] #22 sha256:186500101bd917c0b702c243112d16f54562a6b9cf97ad5613e819dcbab357f4
19:49:22 [2021-02-01T19:49:22.828Z] 
19:49:22 [2021-02-01T19:49:22.828Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
19:49:22 [2021-02-01T19:49:22.828Z] #5 DONE 0.1s
19:49:22 [2021-02-01T19:49:22.828Z] 
19:49:22 [2021-02-01T19:49:22.828Z] #7 [internal] load metadata for docker.io/library/debian:buster
19:49:22 [2021-02-01T19:49:22.828Z] #7 DONE 0.1s
19:49:22 [2021-02-01T19:49:22.828Z] 
19:49:22 [2021-02-01T19:49:22.828Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
19:49:22 [2021-02-01T19:49:22.828Z] #6 DONE 0.1s
19:49:22 [2021-02-01T19:49:22.828Z] 
19:49:22 [2021-02-01T19:49:22.828Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
19:49:22 [2021-02-01T19:49:22.828Z] #60 DONE 0.0s
19:49:22 [2021-02-01T19:49:22.828Z] 
19:49:22 [2021-02-01T19:49:22.828Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
19:49:22 [2021-02-01T19:49:22.828Z] #8 DONE 0.0s
19:49:22 [2021-02-01T19:49:22.828Z] 
19:49:22 [2021-02-01T19:49:22.828Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f6671...
19:49:22 [2021-02-01T19:49:22.828Z] #24 DONE 0.0s
19:49:22 [2021-02-01T19:49:22.828Z] 
19:49:22 [2021-02-01T19:49:22.828Z] #21 [internal] load build context
19:49:22 [2021-02-01T19:49:22.900Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0870d4693c55fef28) in /home/ubuntu/workspace/moby_PR-41955
[Pipeline] {
[Pipeline] checkout
19:49:22 [2021-02-01T19:49:22.926Z] The recommended git tool is: git
19:49:22 [2021-02-01T19:49:22.937Z] using credential docker-jenkins-github-credentials
19:49:22 [2021-02-01T19:49:22.942Z] Cloning the remote Git repository
19:49:22 [2021-02-01T19:49:22.942Z] Cloning with configured refspecs honoured and without tags
19:49:23 [2021-02-01T19:49:23.428Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-06d84e4a456e7bfe5) in /home/ubuntu/workspace/moby_PR-41955
[Pipeline] {
[Pipeline] checkout
19:49:23 [2021-02-01T19:49:23.451Z] The recommended git tool is: git
19:49:22 [2021-02-01T19:49:22.479Z] Cloning repository https://github.com/moby/moby.git
19:49:22 [2021-02-01T19:49:22.480Z]  > git init /home/ubuntu/workspace/moby_PR-41955 # timeout=10
19:49:22 [2021-02-01T19:49:22.487Z] Fetching upstream changes from https://github.com/moby/moby.git
19:49:22 [2021-02-01T19:49:22.487Z]  > git --version # timeout=10
19:49:22 [2021-02-01T19:49:22.502Z]  > git --version # 'git version 2.7.4'
19:49:22 [2021-02-01T19:49:22.502Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:22 [2021-02-01T19:49:22.503Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41955/head:refs/remotes/origin/PR-41955 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:49:23 [2021-02-01T19:49:23.462Z] using credential docker-jenkins-github-credentials
19:49:23 [2021-02-01T19:49:23.468Z] Cloning the remote Git repository
19:49:23 [2021-02-01T19:49:23.468Z] Cloning with configured refspecs honoured and without tags
19:49:23 [2021-02-01T19:49:23.867Z] #21 transferring context: 53.39MB 0.9s done
19:49:23 [2021-02-01T19:49:23.867Z] #21 DONE 0.9s
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
19:49:23 [2021-02-01T19:49:23.867Z] #16 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
19:49:23 [2021-02-01T19:49:23.867Z] #12 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
19:49:23 [2021-02-01T19:49:23.867Z] #37 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
19:49:23 [2021-02-01T19:49:23.867Z] #58 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
19:49:23 [2021-02-01T19:49:23.867Z] #33 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #17 [dev-systemd-false  6/26] RUN ldconfig
19:49:23 [2021-02-01T19:49:23.867Z] #17 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
19:49:23 [2021-02-01T19:49:23.867Z] #63 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:49:23 [2021-02-01T19:49:23.867Z] #41 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
19:49:23 [2021-02-01T19:49:23.867Z] #34 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
19:49:23 [2021-02-01T19:49:23.867Z] #44 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
19:49:23 [2021-02-01T19:49:23.867Z] #52 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
19:49:23 [2021-02-01T19:49:23.867Z] #29 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
19:49:23 [2021-02-01T19:49:23.867Z] #53 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
19:49:23 [2021-02-01T19:49:23.867Z] #59 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
19:49:23 [2021-02-01T19:49:23.867Z] #56 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
19:49:23 [2021-02-01T19:49:23.867Z] #40 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:49:23 [2021-02-01T19:49:23.867Z] #51 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
19:49:23 [2021-02-01T19:49:23.867Z] #30 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
19:49:23 [2021-02-01T19:49:23.867Z] #23 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
19:49:23 [2021-02-01T19:49:23.867Z] #55 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
19:49:23 [2021-02-01T19:49:23.867Z] #26 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
19:49:23 [2021-02-01T19:49:23.867Z] #54 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
19:49:23 [2021-02-01T19:49:23.867Z] #18 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
19:49:23 [2021-02-01T19:49:23.867Z] #48 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
19:49:23 [2021-02-01T19:49:23.867Z] #28 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
19:49:23 [2021-02-01T19:49:23.867Z] #47 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
19:49:23 [2021-02-01T19:49:23.867Z] #15 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
19:49:23 [2021-02-01T19:49:23.867Z] #36 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:49:23 [2021-02-01T19:49:23.867Z] #43 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
19:49:23 [2021-02-01T19:49:23.867Z] #25 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
19:49:23 [2021-02-01T19:49:23.867Z] #62 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
19:49:23 [2021-02-01T19:49:23.867Z] #13 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
19:49:23 [2021-02-01T19:49:23.867Z] #45 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
19:49:23 [2021-02-01T19:49:23.867Z] #39 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
19:49:23 [2021-02-01T19:49:23.867Z] #50 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
19:49:23 [2021-02-01T19:49:23.867Z] #22 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
19:49:23 [2021-02-01T19:49:23.867Z] #14 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
19:49:23 [2021-02-01T19:49:23.867Z] #38 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
19:49:23 [2021-02-01T19:49:23.867Z] #49 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
19:49:23 [2021-02-01T19:49:23.867Z] #61 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
19:49:23 [2021-02-01T19:49:23.867Z] #27 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
19:49:23 [2021-02-01T19:49:23.867Z] #11 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:49:23 [2021-02-01T19:49:23.867Z] #35 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
19:49:23 [2021-02-01T19:49:23.867Z] #57 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
19:49:23 [2021-02-01T19:49:23.867Z] #9 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
19:49:23 [2021-02-01T19:49:23.867Z] #10 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
19:49:23 [2021-02-01T19:49:23.867Z] #32 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:49:23 [2021-02-01T19:49:23.867Z] #20 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
19:49:23 [2021-02-01T19:49:23.867Z] #46 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
19:49:23 [2021-02-01T19:49:23.867Z] #42 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
19:49:23 [2021-02-01T19:49:23.867Z] #31 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
19:49:23 [2021-02-01T19:49:23.867Z] #19 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
19:49:23 [2021-02-01T19:49:23.867Z] #64 CACHED
19:49:23 [2021-02-01T19:49:23.867Z] 
19:49:23 [2021-02-01T19:49:23.867Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
19:49:22 [2021-02-01T19:49:22.941Z] Cloning repository https://github.com/moby/moby.git
19:49:22 [2021-02-01T19:49:22.941Z]  > git init /home/ubuntu/workspace/moby_PR-41955 # timeout=10
19:49:22 [2021-02-01T19:49:22.945Z] Fetching upstream changes from https://github.com/moby/moby.git
19:49:22 [2021-02-01T19:49:22.945Z]  > git --version # timeout=10
19:49:22 [2021-02-01T19:49:22.948Z]  > git --version # 'git version 2.17.1'
19:49:22 [2021-02-01T19:49:22.948Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:22 [2021-02-01T19:49:22.948Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41955/head:refs/remotes/origin/PR-41955 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:49:23 [2021-02-01T19:49:23.541Z] Cloning repository https://github.com/moby/moby.git
19:49:23 [2021-02-01T19:49:23.541Z]  > git init /home/ubuntu/workspace/moby_PR-41955 # timeout=10
19:49:23 [2021-02-01T19:49:23.554Z] Fetching upstream changes from https://github.com/moby/moby.git
19:49:23 [2021-02-01T19:49:23.555Z]  > git --version # timeout=10
19:49:23 [2021-02-01T19:49:23.562Z]  > git --version # 'git version 2.17.1'
19:49:23 [2021-02-01T19:49:23.563Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:23 [2021-02-01T19:49:23.563Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41955/head:refs/remotes/origin/PR-41955 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:49:24 [2021-02-01T19:49:24.515Z] #22 transferring context: 53.39MB 1.7s done
19:49:24 [2021-02-01T19:49:24.515Z] #22 DONE 1.7s
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #13 [dev-systemd-false  1/26] RUN groupadd -r docker
19:49:24 [2021-02-01T19:49:24.515Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25
19:49:24 [2021-02-01T19:49:24.515Z] #13 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
19:49:24 [2021-02-01T19:49:24.515Z] #51 sha256:dea9fc6fb24d976a4eae1adedc6fa18d0dd53d2a8910a837a227156c9605fe35
19:49:24 [2021-02-01T19:49:24.515Z] #51 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
19:49:24 [2021-02-01T19:49:24.515Z] #34 sha256:eb32cf6383dc9aa2abd348ed2b0360572b2b64d26d8e69c413d1b9f422fb66e3
19:49:24 [2021-02-01T19:49:24.515Z] #34 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #20 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
19:49:24 [2021-02-01T19:49:24.515Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8
19:49:24 [2021-02-01T19:49:24.515Z] #20 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
19:49:24 [2021-02-01T19:49:24.515Z] #59 sha256:777856f18eaf164abbe250de5ed2538f37f27632ae82b07625613974eb1c2850
19:49:24 [2021-02-01T19:49:24.515Z] #59 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #17 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
19:49:24 [2021-02-01T19:49:24.515Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5
19:49:24 [2021-02-01T19:49:24.515Z] #17 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #56 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
19:49:24 [2021-02-01T19:49:24.515Z] #56 sha256:ebcf1669f1e553223ca52d17133f39f06aaba5174c380a70875d0526de41b065
19:49:24 [2021-02-01T19:49:24.515Z] #56 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #15 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
19:49:24 [2021-02-01T19:49:24.515Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7
19:49:24 [2021-02-01T19:49:24.515Z] #15 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #40 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
19:49:24 [2021-02-01T19:49:24.515Z] #40 sha256:a6d455bbfc5b1d145f08a084b51994bb1ac888cc5987a331098452ce2f028dd4
19:49:24 [2021-02-01T19:49:24.515Z] #40 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
19:49:24 [2021-02-01T19:49:24.515Z] #63 sha256:5c1a28cbd2f129d669e931c94b2d5321525ad8d2737943816b8c1d75e068a606
19:49:24 [2021-02-01T19:49:24.515Z] #63 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
19:49:24 [2021-02-01T19:49:24.515Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:49:24 [2021-02-01T19:49:24.515Z] #19 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #55 [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
19:49:24 [2021-02-01T19:49:24.515Z] #55 sha256:119af50cd08e8c6a4c7ad5b934ee02ac5819dcfd54db8e55f1b829fbbca66a9a
19:49:24 [2021-02-01T19:49:24.515Z] #55 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:49:24 [2021-02-01T19:49:24.515Z] #33 sha256:92bffd15ee2a6e644f179a66ee2f32bb61714ff8e7a6f94f0aef2a51f16af7de
19:49:24 [2021-02-01T19:49:24.515Z] #33 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
19:49:24 [2021-02-01T19:49:24.515Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:49:24 [2021-02-01T19:49:24.515Z] #41 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #57 [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
19:49:24 [2021-02-01T19:49:24.515Z] #57 sha256:e58294cc24ffddc7b34367325d7da6b0f8ad65728f03adbbcb5a8687c4e58ff5
19:49:24 [2021-02-01T19:49:24.515Z] #57 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #26 [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
19:49:24 [2021-02-01T19:49:24.515Z] #26 sha256:eb917928a0a67f2c29f76c642853b2f64b9d75e10034bf0a1d3486ff08bb9b88
19:49:24 [2021-02-01T19:49:24.515Z] #26 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #18 [dev-systemd-false  6/26] RUN ldconfig
19:49:24 [2021-02-01T19:49:24.515Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3
19:49:24 [2021-02-01T19:49:24.515Z] #18 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
19:49:24 [2021-02-01T19:49:24.515Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
19:49:24 [2021-02-01T19:49:24.515Z] #30 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #53 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
19:49:24 [2021-02-01T19:49:24.515Z] #53 sha256:796e2ba1b657219c39067de3ed494a5ff1fcd2f85bfdd56ba865d6256dd97b5e
19:49:24 [2021-02-01T19:49:24.515Z] #53 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #37 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
19:49:24 [2021-02-01T19:49:24.515Z] #37 sha256:f8b1019f4e2a514bbe23fde7ccb9d9be6f2743d0aa815f636d94344663d3e114
19:49:24 [2021-02-01T19:49:24.515Z] #37 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
19:49:24 [2021-02-01T19:49:24.515Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
19:49:24 [2021-02-01T19:49:24.515Z] #38 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
19:49:24 [2021-02-01T19:49:24.515Z] #58 sha256:336e6f36227acb9680136ffbd0bfc39017c1eb04c1131bec456627ee57f9e6a6
19:49:24 [2021-02-01T19:49:24.515Z] #58 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
19:49:24 [2021-02-01T19:49:24.515Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
19:49:24 [2021-02-01T19:49:24.515Z] #10 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #44 [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
19:49:24 [2021-02-01T19:49:24.515Z] #44 sha256:38649b790da9c10003fe1403077cceb5df9aae90942a6dcd8cd1ba9aa1db1f9d
19:49:24 [2021-02-01T19:49:24.515Z] #44 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #35 [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
19:49:24 [2021-02-01T19:49:24.515Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:49:24 [2021-02-01T19:49:24.515Z] #35 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #64 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
19:49:24 [2021-02-01T19:49:24.515Z] #64 sha256:7215f359e8153ff7e4a0e00b02e1f4d0c71c26a4dbba480fac8d37a9b2e50668
19:49:24 [2021-02-01T19:49:24.515Z] #64 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #45 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
19:49:24 [2021-02-01T19:49:24.515Z] #45 sha256:cccc0a2292c468de704b520d729c63a06903785ce27ebdbfb0555553e80ad986
19:49:24 [2021-02-01T19:49:24.515Z] #45 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #23 [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
19:49:24 [2021-02-01T19:49:24.515Z] #23 sha256:9b7cf18baab1eecbc5acb2655396864453c9c7f1356e90507dbbe715fa14fb18
19:49:24 [2021-02-01T19:49:24.515Z] #23 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
19:49:24 [2021-02-01T19:49:24.515Z] #49 sha256:ddf609bbcf45e33fba353899d57147ef05fbcb15faaef7c5b30a9b49002de727
19:49:24 [2021-02-01T19:49:24.515Z] #49 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #54 [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
19:49:24 [2021-02-01T19:49:24.515Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:49:24 [2021-02-01T19:49:24.515Z] #54 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #36 [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
19:49:24 [2021-02-01T19:49:24.515Z] #36 sha256:3784d41fab562ad1ed3f0f7374e552c116a8caead79d265b15e56bd46bc8258d
19:49:24 [2021-02-01T19:49:24.515Z] #36 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
19:49:24 [2021-02-01T19:49:24.515Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:49:24 [2021-02-01T19:49:24.515Z] #31 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #48 [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
19:49:24 [2021-02-01T19:49:24.515Z] #48 sha256:dcf0c9be927367f1802f1495b028e99fb0368c22150ac9373a22976516f77e07
19:49:24 [2021-02-01T19:49:24.515Z] #48 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #28 [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
19:49:24 [2021-02-01T19:49:24.515Z] #28 sha256:f6fe2438a56f4a4f5b16b5a7f52410c64ff5968a1879af356afd6eafdf0a2bee
19:49:24 [2021-02-01T19:49:24.515Z] #28 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #39 [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
19:49:24 [2021-02-01T19:49:24.515Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:49:24 [2021-02-01T19:49:24.515Z] #39 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #14 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
19:49:24 [2021-02-01T19:49:24.515Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075
19:49:24 [2021-02-01T19:49:24.515Z] #14 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
19:49:24 [2021-02-01T19:49:24.515Z] #47 sha256:caec720cf313e6762dcc331e952cf83bd58b13bd70338f5ae60b9d0c294badf5
19:49:24 [2021-02-01T19:49:24.515Z] #47 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #52 [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
19:49:24 [2021-02-01T19:49:24.515Z] #52 sha256:c93b3ea1e58d0575f1c8bebbbb751bcc75e175678b69223772c4d92e35f90e16
19:49:24 [2021-02-01T19:49:24.515Z] #52 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #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
19:49:24 [2021-02-01T19:49:24.515Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
19:49:24 [2021-02-01T19:49:24.515Z] #11 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #43 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
19:49:24 [2021-02-01T19:49:24.515Z] #43 sha256:825aa82b34f623c2a27bb65a71a11f7c68fcca7f1f1211bca9f3bdccef552058
19:49:24 [2021-02-01T19:49:24.515Z] #43 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #32 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
19:49:24 [2021-02-01T19:49:24.515Z] #32 sha256:eedc3d36c4f64ba2ac9833b655ed33e10e7063e4b152910cb9b3faed1fb8d1f0
19:49:24 [2021-02-01T19:49:24.515Z] #32 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #50 [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
19:49:24 [2021-02-01T19:49:24.515Z] #50 sha256:7dda4c6ca6cf63a39bdab67948b911c74a9928df9953ba8aa0e7217efbbcf4b3
19:49:24 [2021-02-01T19:49:24.515Z] #50 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
19:49:24 [2021-02-01T19:49:24.515Z] #27 sha256:b096c136681ecc1b11f02a8ac2e935daf9b9e29a8ec15b8b706cff7d41f4dbcb
19:49:24 [2021-02-01T19:49:24.515Z] #27 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
19:49:24 [2021-02-01T19:49:24.515Z] #60 sha256:db86ffb83a7e636a1d5f5a01a634ecd6eb6f436f0b2f55ccb41f29ad7742ee6a
19:49:24 [2021-02-01T19:49:24.515Z] #60 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
19:49:24 [2021-02-01T19:49:24.515Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:49:24 [2021-02-01T19:49:24.515Z] #12 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
19:49:24 [2021-02-01T19:49:24.515Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:49:24 [2021-02-01T19:49:24.515Z] #42 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
19:49:24 [2021-02-01T19:49:24.515Z] #29 sha256:3ee70a1b8f4b732d69c9a6e23c7292b84418a2c9908b34f4b4607e5ad0ded36e
19:49:24 [2021-02-01T19:49:24.515Z] #29 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/bin/vpnkit.x86_64
19:49:24 [2021-02-01T19:49:24.515Z] #62 sha256:7bb508be13ffd49b0f5ab6e4449a68ed1999a8e7b88ac68f210365ec545bbc4d
19:49:24 [2021-02-01T19:49:24.515Z] #62 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:49:24 [2021-02-01T19:49:24.515Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb
19:49:24 [2021-02-01T19:49:24.515Z] #21 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #16 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
19:49:24 [2021-02-01T19:49:24.515Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788
19:49:24 [2021-02-01T19:49:24.515Z] #16 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #46 [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
19:49:24 [2021-02-01T19:49:24.515Z] #46 sha256:c1a8bca33c68a9ebd5a4238a7ecd67018a8384fe59134824ff29e87e343d3fcd
19:49:24 [2021-02-01T19:49:24.515Z] #46 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
19:49:24 [2021-02-01T19:49:24.515Z] #24 sha256:d085a855eb2abd3191f235b351872d6d681c5faaa90c6ffa0d5b3658af5e76ac
19:49:24 [2021-02-01T19:49:24.515Z] #24 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
19:49:24 [2021-02-01T19:49:24.515Z] #65 sha256:9a92b742c4a87689e05dda7e3725af952f987c3f710ae76d84426605bb3d7f17
19:49:24 [2021-02-01T19:49:24.515Z] #65 CACHED
19:49:24 [2021-02-01T19:49:24.515Z] 
19:49:24 [2021-02-01T19:49:24.515Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker
19:49:24 [2021-02-01T19:49:24.515Z] #66 sha256:8ecc6109ab283ee67ea89eb6eb04be90494377c918de57d88665ff6f505fecb0
19:49:24 [2021-02-01T19:49:24.907Z] #65 DONE 1.1s
19:49:25 [2021-02-01T19:49:25.200Z] 
19:49:25 [2021-02-01T19:49:25.200Z] #66 exporting to image
19:49:25 [2021-02-01T19:49:25.200Z] #66 exporting layers
19:49:25 [2021-02-01T19:49:25.455Z] #66 DONE 1.1s
19:49:25 [2021-02-01T19:49:25.455Z] 
19:49:25 [2021-02-01T19:49:25.455Z] #67 exporting to image
19:49:25 [2021-02-01T19:49:25.455Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
19:49:25 [2021-02-01T19:49:25.455Z] #67 exporting layers
19:49:25 [2021-02-01T19:49:25.835Z] #66 exporting layers 0.6s done
19:49:25 [2021-02-01T19:49:25.835Z] #66 writing image sha256:ec2ed1771bda0259105741c05ae6e5a4b1e91588dcf8f32da9c46c55e609f0c8
19:49:25 [2021-02-01T19:49:25.835Z] #66 writing image sha256:ec2ed1771bda0259105741c05ae6e5a4b1e91588dcf8f32da9c46c55e609f0c8 done
19:49:25 [2021-02-01T19:49:25.835Z] #66 naming to docker.io/library/docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 done
19:49:25 [2021-02-01T19:49:25.835Z] #66 DONE 0.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
19:49:26 [2021-02-01T19:49:26.266Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41955/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/test/unit
19:49:26 [2021-02-01T19:49:26.395Z] #67 exporting layers 0.9s done
19:49:26 [2021-02-01T19:49:26.395Z] #67 writing image sha256:ab19764327007771f5e1185cbf92d498113508c391ace6ef7765c46c59f0c714 done
19:49:26 [2021-02-01T19:49:26.395Z] #67 naming to docker.io/library/docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 done
19:49:26 [2021-02-01T19:49:26.395Z] #67 DONE 1.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
19:49:26 [2021-02-01T19:49:26.725Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41955/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41955/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/validate/default
19:49:27 [2021-02-01T19:49:27.671Z] Congratulations!  All commits are properly signed with the DCO!
19:49:27 [2021-02-01T19:49:27.671Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:49:27 [2021-02-01T19:49:27.671Z] No api/types/ or api/swagger.yaml changes in diff.
19:49:27 [2021-02-01T19:49:27.671Z] Congratulations!  All TOML source files changed here have valid syntax.
19:49:27 [2021-02-01T19:49:27.671Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:49:27 [2021-02-01T19:49:27.671Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:49:27 [2021-02-01T19:49:27.671Z] Congratulations!  No new tests were added to integration-cli.
19:49:27 [2021-02-01T19:49:27.671Z] 
19:49:27 [2021-02-01T19:49:27.671Z] INFO Start validation with golang-ci-lint
19:49:27 [2021-02-01T19:49:27.931Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:49:27 [2021-02-01T19:49:27.931Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:49:27 [2021-02-01T19:49:27.931Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:49:29 [2021-02-01T19:49:29.002Z] ?   	github.com/docker/docker/api	[no test files]
19:49:32 [2021-02-01T19:49:32.709Z] Fetching without tags
19:49:32 [2021-02-01T19:49:32.965Z] Merging remotes/origin/master commit 3e0025e2fc137f51e95758618e1b42627fe6ea1c into PR head commit 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:49:33 [2021-02-01T19:49:33.399Z] Merge succeeded, producing 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:49:33 [2021-02-01T19:49:33.400Z] Checking out Revision 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 (PR-41955)
19:49:33 [2021-02-01T19:49:33.867Z] Commit message: "Fallback to  manifest list when no platform match"
19:49:32 [2021-02-01T19:49:32.695Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:49:32 [2021-02-01T19:49:32.697Z]  > git config --add remote.origin.fetch +refs/pull/41955/head:refs/remotes/origin/PR-41955 # timeout=10
19:49:32 [2021-02-01T19:49:32.699Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:49:32 [2021-02-01T19:49:32.703Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:49:32 [2021-02-01T19:49:32.708Z] Fetching upstream changes from https://github.com/moby/moby.git
19:49:32 [2021-02-01T19:49:32.708Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:32 [2021-02-01T19:49:32.708Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41955/head:refs/remotes/origin/PR-41955 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:49:32 [2021-02-01T19:49:32.963Z]  > git config core.sparsecheckout # timeout=10
19:49:32 [2021-02-01T19:49:32.965Z]  > git checkout -f 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 # timeout=10
19:49:33 [2021-02-01T19:49:33.381Z]  > git remote # timeout=10
19:49:33 [2021-02-01T19:49:33.384Z]  > git config --get remote.origin.url # timeout=10
19:49:33 [2021-02-01T19:49:33.386Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:33 [2021-02-01T19:49:33.386Z]  > git merge 3e0025e2fc137f51e95758618e1b42627fe6ea1c # timeout=10
19:49:33 [2021-02-01T19:49:33.393Z]  > git rev-parse HEAD^{commit} # timeout=10
19:49:33 [2021-02-01T19:49:33.398Z]  > git config core.sparsecheckout # timeout=10
19:49:33 [2021-02-01T19:49:33.400Z]  > git checkout -f 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
19:49:34 [2021-02-01T19:49:34.508Z] + docker version
19:49:34 [2021-02-01T19:49:34.508Z] Client: Docker Engine - Community
19:49:34 [2021-02-01T19:49:34.508Z]  Version:           20.10.2
19:49:34 [2021-02-01T19:49:34.508Z]  API version:       1.41
19:49:34 [2021-02-01T19:49:34.508Z]  Go version:        go1.13.15
19:49:34 [2021-02-01T19:49:34.508Z]  Git commit:        2291f61
19:49:34 [2021-02-01T19:49:34.508Z]  Built:             Mon Dec 28 16:17:32 2020
19:49:34 [2021-02-01T19:49:34.508Z]  OS/Arch:           linux/amd64
19:49:34 [2021-02-01T19:49:34.508Z]  Context:           default
19:49:34 [2021-02-01T19:49:34.508Z]  Experimental:      true
19:49:34 [2021-02-01T19:49:34.508Z] 
19:49:34 [2021-02-01T19:49:34.508Z] Server: Docker Engine - Community
19:49:34 [2021-02-01T19:49:34.508Z]  Engine:
19:49:34 [2021-02-01T19:49:34.508Z]   Version:          20.10.2
19:49:34 [2021-02-01T19:49:34.508Z]   API version:      1.41 (minimum version 1.12)
19:49:34 [2021-02-01T19:49:34.508Z]   Go version:       go1.13.15
19:49:34 [2021-02-01T19:49:34.508Z]   Git commit:       8891c58
19:49:34 [2021-02-01T19:49:34.508Z]   Built:            Mon Dec 28 16:15:09 2020
19:49:34 [2021-02-01T19:49:34.508Z]   OS/Arch:          linux/amd64
19:49:34 [2021-02-01T19:49:34.508Z]   Experimental:     true
19:49:34 [2021-02-01T19:49:34.508Z]  containerd:
19:49:34 [2021-02-01T19:49:34.508Z]   Version:          1.4.3
19:49:34 [2021-02-01T19:49:34.508Z]   GitCommit:        269548fa27e0089a8b8278fc4fc781d7f65a939b
19:49:34 [2021-02-01T19:49:34.508Z]  runc:
19:49:34 [2021-02-01T19:49:34.508Z]   Version:          1.0.0-rc92
19:49:34 [2021-02-01T19:49:34.508Z]   GitCommit:        ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:49:34 [2021-02-01T19:49:34.508Z]  docker-init:
19:49:34 [2021-02-01T19:49:34.508Z]   Version:          0.19.0
19:49:34 [2021-02-01T19:49:34.508Z]   GitCommit:        de40ad0
[Pipeline] sh
19:49:34 [2021-02-01T19:49:34.788Z] + docker info
19:49:34 [2021-02-01T19:49:34.788Z] Client:
19:49:34 [2021-02-01T19:49:34.788Z]  Context:    default
19:49:34 [2021-02-01T19:49:34.788Z]  Debug Mode: false
19:49:34 [2021-02-01T19:49:34.788Z]  Plugins:
19:49:34 [2021-02-01T19:49:34.788Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
19:49:34 [2021-02-01T19:49:34.788Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
19:49:34 [2021-02-01T19:49:34.788Z] 
19:49:34 [2021-02-01T19:49:34.788Z] Server:
19:49:34 [2021-02-01T19:49:34.788Z]  Containers: 0
19:49:34 [2021-02-01T19:49:34.788Z]   Running: 0
19:49:34 [2021-02-01T19:49:34.788Z]   Paused: 0
19:49:34 [2021-02-01T19:49:34.788Z]   Stopped: 0
19:49:34 [2021-02-01T19:49:34.788Z]  Images: 2
19:49:34 [2021-02-01T19:49:34.788Z]  Server Version: 20.10.2
19:49:34 [2021-02-01T19:49:34.788Z]  Storage Driver: overlay2
19:49:34 [2021-02-01T19:49:34.788Z]   Backing Filesystem: extfs
19:49:34 [2021-02-01T19:49:34.788Z]   Supports d_type: true
19:49:34 [2021-02-01T19:49:34.788Z]   Native Overlay Diff: true
19:49:34 [2021-02-01T19:49:34.788Z]  Logging Driver: json-file
19:49:34 [2021-02-01T19:49:34.788Z]  Cgroup Driver: cgroupfs
19:49:34 [2021-02-01T19:49:34.788Z]  Cgroup Version: 1
19:49:34 [2021-02-01T19:49:34.788Z]  Plugins:
19:49:34 [2021-02-01T19:49:34.788Z]   Volume: local
19:49:34 [2021-02-01T19:49:34.788Z]   Network: bridge host ipvlan macvlan null overlay
19:49:34 [2021-02-01T19:49:34.788Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
19:49:34 [2021-02-01T19:49:34.788Z]  Swarm: inactive
19:49:34 [2021-02-01T19:49:34.788Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
19:49:34 [2021-02-01T19:49:34.788Z]  Default Runtime: runc
19:49:34 [2021-02-01T19:49:34.788Z]  Init Binary: docker-init
19:49:34 [2021-02-01T19:49:34.788Z]  containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:49:34 [2021-02-01T19:49:34.788Z]  runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:49:34 [2021-02-01T19:49:34.788Z]  init version: de40ad0
19:49:34 [2021-02-01T19:49:34.788Z]  Security Options:
19:49:34 [2021-02-01T19:49:34.788Z]   apparmor
19:49:34 [2021-02-01T19:49:34.788Z]   seccomp
19:49:34 [2021-02-01T19:49:34.788Z]    Profile: default
19:49:34 [2021-02-01T19:49:34.788Z]  Kernel Version: 5.4.0-1035-aws
19:49:34 [2021-02-01T19:49:34.788Z]  Operating System: Ubuntu 18.04.5 LTS
19:49:34 [2021-02-01T19:49:34.788Z]  OSType: linux
19:49:34 [2021-02-01T19:49:34.788Z]  Architecture: x86_64
19:49:34 [2021-02-01T19:49:34.788Z]  CPUs: 8
19:49:34 [2021-02-01T19:49:34.788Z]  Total Memory: 30.58GiB
19:49:34 [2021-02-01T19:49:34.788Z]  Name: ip-10-100-42-76
19:49:34 [2021-02-01T19:49:34.788Z]  ID: 6V4B:VKYK:OLF7:OAMN:3BBO:HNEE:JR5Z:3FAM:YACZ:D3PV:FSY4:SD2W
19:49:34 [2021-02-01T19:49:34.788Z]  Docker Root Dir: /var/lib/docker
19:49:34 [2021-02-01T19:49:34.788Z]  Debug Mode: false
19:49:34 [2021-02-01T19:49:34.788Z]  Registry: https://index.docker.io/v1/
19:49:34 [2021-02-01T19:49:34.788Z]  Labels:
19:49:34 [2021-02-01T19:49:34.788Z]  Experimental: true
19:49:34 [2021-02-01T19:49:34.788Z]  Insecure Registries:
19:49:34 [2021-02-01T19:49:34.788Z]   127.0.0.0/8
19:49:34 [2021-02-01T19:49:34.788Z]  Live Restore Enabled: true
19:49:34 [2021-02-01T19:49:34.788Z] 
19:49:34 [2021-02-01T19:49:34.788Z] WARNING: No swap limit support
19:49:34 [2021-02-01T19:49:34.788Z] WARNING: No blkio weight support
19:49:34 [2021-02-01T19:49:34.788Z] WARNING: No blkio weight_device support
[Pipeline] sh
19:49:35 [2021-02-01T19:49:35.066Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:49:35 [2021-02-01T19:49:35.066Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:49:35 [2021-02-01T19:49:35.066Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41955/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
19:49:35 [2021-02-01T19:49:35.066Z] + bash /home/ubuntu/workspace/moby_PR-41955/check-config.sh
19:49:35 [2021-02-01T19:49:35.066Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
19:49:35 [2021-02-01T19:49:35.066Z] info: reading kernel config from /boot/config-5.4.0-1035-aws ...
19:49:35 [2021-02-01T19:49:35.066Z] 
19:49:35 [2021-02-01T19:49:35.066Z] Generally Necessary:
19:49:35 [2021-02-01T19:49:35.066Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
19:49:35 [2021-02-01T19:49:35.066Z] - apparmor: enabled and tools installed
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_NAMESPACES: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_NET_NS: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_PID_NS: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_IPC_NS: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_UTS_NS: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_CGROUPS: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_CGROUP_CPUACCT: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_CGROUP_DEVICE: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_CGROUP_FREEZER: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_CGROUP_SCHED: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_CPUSETS: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_MEMCG: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_KEYS: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_VETH: enabled (as module)
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_BRIDGE: enabled (as module)
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_NF_NAT_IPV4: missing
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_IP_NF_FILTER: enabled (as module)
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_IP_NF_NAT: enabled (as module)
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_NF_NAT: enabled (as module)
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_NF_NAT_NEEDED: missing
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_POSIX_MQUEUE: enabled
19:49:35 [2021-02-01T19:49:35.066Z] 
19:49:35 [2021-02-01T19:49:35.066Z] Optional Features:
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_USER_NS: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_SECCOMP: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_CGROUP_PIDS: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_MEMCG_SWAP: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
19:49:35 [2021-02-01T19:49:35.066Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_BLK_CGROUP: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_BLK_DEV_THROTTLING: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_IOSCHED_CFQ: missing
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_CGROUP_PERF: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_CGROUP_HUGETLB: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_CGROUP_NET_PRIO: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_CFS_BANDWIDTH: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_FAIR_GROUP_SCHED: enabled
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_RT_GROUP_SCHED: missing
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
19:49:35 [2021-02-01T19:49:35.066Z] - CONFIG_IP_VS: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z] - CONFIG_IP_VS_NFCT: enabled
19:49:35 [2021-02-01T19:49:35.325Z] - CONFIG_IP_VS_PROTO_TCP: enabled
19:49:35 [2021-02-01T19:49:35.325Z] - CONFIG_IP_VS_PROTO_UDP: enabled
19:49:35 [2021-02-01T19:49:35.325Z] - CONFIG_IP_VS_RR: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z] - CONFIG_EXT4_FS: enabled
19:49:35 [2021-02-01T19:49:35.325Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
19:49:35 [2021-02-01T19:49:35.325Z] - CONFIG_EXT4_FS_SECURITY: enabled
19:49:35 [2021-02-01T19:49:35.325Z] - Network Drivers:
19:49:35 [2021-02-01T19:49:35.325Z]   - "overlay":
19:49:35 [2021-02-01T19:49:35.325Z]     - CONFIG_VXLAN: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
19:49:35 [2021-02-01T19:49:35.325Z]       Optional (for encrypted networks):
19:49:35 [2021-02-01T19:49:35.325Z]       - CONFIG_CRYPTO: enabled
19:49:35 [2021-02-01T19:49:35.325Z]       - CONFIG_CRYPTO_AEAD: enabled
19:49:35 [2021-02-01T19:49:35.325Z]       - CONFIG_CRYPTO_GCM: enabled
19:49:35 [2021-02-01T19:49:35.325Z]       - CONFIG_CRYPTO_SEQIV: enabled
19:49:35 [2021-02-01T19:49:35.325Z]       - CONFIG_CRYPTO_GHASH: enabled
19:49:35 [2021-02-01T19:49:35.325Z]       - CONFIG_XFRM: enabled
19:49:35 [2021-02-01T19:49:35.325Z]       - CONFIG_XFRM_USER: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z]       - CONFIG_XFRM_ALGO: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z]       - CONFIG_INET_ESP: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
19:49:35 [2021-02-01T19:49:35.325Z]   - "ipvlan":
19:49:35 [2021-02-01T19:49:35.325Z]     - CONFIG_IPVLAN: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z]   - "macvlan":
19:49:35 [2021-02-01T19:49:35.325Z]     - CONFIG_MACVLAN: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z]     - CONFIG_DUMMY: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z]   - "ftp,tftp client in container":
19:49:35 [2021-02-01T19:49:35.325Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z] - Storage Drivers:
19:49:35 [2021-02-01T19:49:35.325Z]   - "aufs":
19:49:35 [2021-02-01T19:49:35.325Z]     - CONFIG_AUFS_FS: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z]   - "btrfs":
19:49:35 [2021-02-01T19:49:35.325Z]     - CONFIG_BTRFS_FS: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
19:49:35 [2021-02-01T19:49:35.325Z]   - "devicemapper":
19:49:35 [2021-02-01T19:49:35.325Z]     - CONFIG_BLK_DEV_DM: enabled
19:49:35 [2021-02-01T19:49:35.325Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z]   - "overlay":
19:49:35 [2021-02-01T19:49:35.325Z]     - CONFIG_OVERLAY_FS: enabled (as module)
19:49:35 [2021-02-01T19:49:35.325Z]   - "zfs":
19:49:35 [2021-02-01T19:49:35.325Z]     - /dev/zfs: present
19:49:35 [2021-02-01T19:49:35.325Z]     - zfs command: missing
19:49:35 [2021-02-01T19:49:35.325Z]     - zpool command: missing
19:49:35 [2021-02-01T19:49:35.325Z] 
19:49:35 [2021-02-01T19:49:35.325Z] Limits:
19:49:35 [2021-02-01T19:49:35.325Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
19:49:35 [2021-02-01T19:49:35.325Z] 
19:49:35 [2021-02-01T19:49:35.325Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
19:49:35 [2021-02-01T19:49:35.650Z] + sudo modprobe ip_vs
19:49:35 [2021-02-01T19:49:35.650Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 .
19:49:35 [2021-02-01T19:49:35.910Z] #1 [internal] load build definition from Dockerfile
19:49:35 [2021-02-01T19:49:35.910Z] #1 sha256:f6a74c4a577283af6cbe69f63ba7e6bf157e267b188b46a3e5e8c578994594fa
19:49:35 [2021-02-01T19:49:35.910Z] #1 transferring dockerfile: 16.55kB done
19:49:35 [2021-02-01T19:49:35.910Z] #1 DONE 0.0s
19:49:35 [2021-02-01T19:49:35.910Z] 
19:49:35 [2021-02-01T19:49:35.910Z] #2 [internal] load .dockerignore
19:49:35 [2021-02-01T19:49:35.910Z] #2 sha256:e7cf0ccb256f2bd600e85b7c67ecb4510078b474a745b3bc964fa79a6c9fb608
19:49:35 [2021-02-01T19:49:35.910Z] #2 transferring context: 87B done
19:49:35 [2021-02-01T19:49:35.910Z] #2 DONE 0.0s
19:49:35 [2021-02-01T19:49:35.910Z] 
19:49:35 [2021-02-01T19:49:35.910Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
19:49:35 [2021-02-01T19:49:35.910Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996
19:49:35 [2021-02-01T19:49:35.910Z] #3 DONE 0.1s
19:49:35 [2021-02-01T19:49:35.910Z] 
19:49:35 [2021-02-01T19:49:35.910Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44
19:49:35 [2021-02-01T19:49:35.910Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c
19:49:35 [2021-02-01T19:49:35.910Z] #4 CACHED
19:49:35 [2021-02-01T19:49:35.910Z] 
19:49:35 [2021-02-01T19:49:35.910Z] #5 [internal] load build definition from Dockerfile
19:49:35 [2021-02-01T19:49:35.910Z] #5 sha256:6681181b54bd5b0654b979369887c37e71e61b7b89e0c709cb6a5b90629bdf0c
19:49:35 [2021-02-01T19:49:35.910Z] #5 transferring dockerfile: 16.55kB done
19:49:35 [2021-02-01T19:49:35.910Z] #5 DONE 0.0s
19:49:35 [2021-02-01T19:49:35.910Z] 
19:49:35 [2021-02-01T19:49:35.910Z] #6 [internal] load metadata for docker.io/library/debian:buster
19:49:35 [2021-02-01T19:49:35.910Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
19:49:35 [2021-02-01T19:49:35.910Z] #6 DONE 0.1s
19:49:35 [2021-02-01T19:49:35.910Z] 
19:49:35 [2021-02-01T19:49:35.910Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
19:49:35 [2021-02-01T19:49:35.910Z] #8 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228
19:49:36 [2021-02-01T19:49:36.169Z] #8 DONE 0.1s
19:49:36 [2021-02-01T19:49:36.169Z] 
19:49:36 [2021-02-01T19:49:36.169Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
19:49:36 [2021-02-01T19:49:36.169Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
19:49:36 [2021-02-01T19:49:36.169Z] #7 DONE 0.1s
19:49:36 [2021-02-01T19:49:36.310Z] Fetching without tags
19:49:36 [2021-02-01T19:49:36.431Z] 
19:49:36 [2021-02-01T19:49:36.431Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669
19:49:36 [2021-02-01T19:49:36.431Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52
19:49:36 [2021-02-01T19:49:36.431Z] #61 DONE 0.0s
19:49:36 [2021-02-01T19:49:36.431Z] 
19:49:36 [2021-02-01T19:49:36.431Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:49:36 [2021-02-01T19:49:36.431Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:49:36 [2021-02-01T19:49:36.431Z] #9 DONE 0.0s
19:49:36 [2021-02-01T19:49:36.431Z] 
19:49:36 [2021-02-01T19:49:36.431Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299
19:49:36 [2021-02-01T19:49:36.431Z] #25 sha256:10877c50c598adfc862503ea8be9a65a55673726f7b55615e941b05a74410f99
19:49:36 [2021-02-01T19:49:36.431Z] #25 DONE 0.0s
19:49:36 [2021-02-01T19:49:36.431Z] 
19:49:36 [2021-02-01T19:49:36.431Z] #22 [internal] load build context
19:49:36 [2021-02-01T19:49:36.431Z] #22 sha256:4a0e5bc97325c042d209b67bc0edaa670b5bee7d36f16ef202a5f843da191a5f
19:49:36 [2021-02-01T19:49:36.545Z] Merging remotes/origin/master commit 3e0025e2fc137f51e95758618e1b42627fe6ea1c into PR head commit 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:49:36 [2021-02-01T19:49:36.999Z] #22 transferring context: 53.39MB 0.7s done
19:49:36 [2021-02-01T19:49:36.999Z] #22 DONE 0.7s
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
19:49:36 [2021-02-01T19:49:36.999Z] #58 sha256:6f03196fdc7f20717582344be47d0730e2f8f2b92846e31af1fd8afce1535a51
19:49:36 [2021-02-01T19:49:36.999Z] #58 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
19:49:36 [2021-02-01T19:49:36.999Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:49:36 [2021-02-01T19:49:36.999Z] #31 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
19:49:36 [2021-02-01T19:49:36.999Z] #49 sha256:a95125913ea0313c915ccc5ec08e7dd9c87ea883bde50b4b2abac01c236aa3e0
19:49:36 [2021-02-01T19:49:36.999Z] #49 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:49:36 [2021-02-01T19:49:36.999Z] #33 sha256:61a382e0cbb1b33bf445e1daba91ab22c80048ffc6e726fbc5cb0b66aca5d759
19:49:36 [2021-02-01T19:49:36.999Z] #33 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #57 [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
19:49:36 [2021-02-01T19:49:36.999Z] #57 sha256:1b043d979d7a5607a2302eab8c64d4dd8a50efe6e861d747946936967c7005dd
19:49:36 [2021-02-01T19:49:36.999Z] #57 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #16 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
19:49:36 [2021-02-01T19:49:36.999Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788
19:49:36 [2021-02-01T19:49:36.999Z] #16 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #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
19:49:36 [2021-02-01T19:49:36.999Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
19:49:36 [2021-02-01T19:49:36.999Z] #11 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #13 [dev-systemd-false  1/26] RUN groupadd -r docker
19:49:36 [2021-02-01T19:49:36.999Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25
19:49:36 [2021-02-01T19:49:36.999Z] #13 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #32 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
19:49:36 [2021-02-01T19:49:36.999Z] #32 sha256:87d93dc9ad086fc33ad01efa9b4014e02a4c8c6294dec6e46436e4781c53d6c1
19:49:36 [2021-02-01T19:49:36.999Z] #32 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #55 [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
19:49:36 [2021-02-01T19:49:36.999Z] #55 sha256:ce3c212f4f9c1fbf3e64674e5d79fed385f9509249ad95305b9b4a41ecb34095
19:49:36 [2021-02-01T19:49:36.999Z] #55 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #44 [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
19:49:36 [2021-02-01T19:49:36.999Z] #44 sha256:6aec6ac39002d8e8297c233c370a3591df1e2a7635229450c30e1b2a2d479ca1
19:49:36 [2021-02-01T19:49:36.999Z] #44 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #18 [dev-systemd-false  6/26] RUN ldconfig
19:49:36 [2021-02-01T19:49:36.999Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3
19:49:36 [2021-02-01T19:49:36.999Z] #18 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
19:49:36 [2021-02-01T19:49:36.999Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
19:49:36 [2021-02-01T19:49:36.999Z] #30 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
19:49:36 [2021-02-01T19:49:36.999Z] #29 sha256:9a7b5dddf10d07fd4b3fefaceea97c475b37cb069b4320391cb96e165ab7d2cb
19:49:36 [2021-02-01T19:49:36.999Z] #29 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #56 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
19:49:36 [2021-02-01T19:49:36.999Z] #56 sha256:b26f1bdcd1a4d9e832b025dab1ecc764f0f4989d9b8272681008c271b7eb2b7d
19:49:36 [2021-02-01T19:49:36.999Z] #56 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #37 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
19:49:36 [2021-02-01T19:49:36.999Z] #37 sha256:5da89636111b68285e5ce527e8b904690f7524f83ec8ba8651f91cd9d0237d13
19:49:36 [2021-02-01T19:49:36.999Z] #37 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:49:36 [2021-02-01T19:49:36.999Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb
19:49:36 [2021-02-01T19:49:36.999Z] #21 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
19:49:36 [2021-02-01T19:49:36.999Z] #51 sha256:bb991abf33a297b4235c2ec494fa33476ccdd6561b22fc96e2221f59f86e9c00
19:49:36 [2021-02-01T19:49:36.999Z] #51 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
19:49:36 [2021-02-01T19:49:36.999Z] #47 sha256:548ed73a2d776a2f8cc753872fdf83772b742119ac4c06528fca43121b54b807
19:49:36 [2021-02-01T19:49:36.999Z] #47 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
19:49:36 [2021-02-01T19:49:36.999Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:49:36 [2021-02-01T19:49:36.999Z] #42 CACHED
19:49:36 [2021-02-01T19:49:36.999Z] 
19:49:36 [2021-02-01T19:49:36.999Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/bin/vpnkit.x86_64
19:49:37 [2021-02-01T19:49:37.000Z] #62 sha256:9583989653be9bb7ed5ea3f789046c5f49809f335871358b99ce8396d8c11774
19:49:37 [2021-02-01T19:49:37.000Z] #62 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #46 [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
19:49:37 [2021-02-01T19:49:37.000Z] #46 sha256:44d91562379013bfa0a379bd73fbfb64e28e2370f642da544c2f8c9b3cb8e3e7
19:49:37 [2021-02-01T19:49:37.000Z] #46 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #36 [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
19:49:37 [2021-02-01T19:49:37.000Z] #36 sha256:7d6a2fa847520f5cd452678504770999e28c53cb18f9e4d1c464b26e8a193821
19:49:37 [2021-02-01T19:49:37.000Z] #36 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #23 [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
19:49:37 [2021-02-01T19:49:37.000Z] #23 sha256:6446e62f9ec240efa4f7cd8465c85dbb9d7493f2d6b4a7786cec9c032a215544
19:49:37 [2021-02-01T19:49:37.000Z] #23 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
19:49:37 [2021-02-01T19:49:37.000Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
19:49:37 [2021-02-01T19:49:37.000Z] #38 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
19:49:37 [2021-02-01T19:49:37.000Z] #24 sha256:02c38fb413e2b3d61680244f38c150f44aef784a257ab56663da92ae28d9de9f
19:49:37 [2021-02-01T19:49:37.000Z] #24 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #48 [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
19:49:37 [2021-02-01T19:49:37.000Z] #48 sha256:b5ec5b5d2ef15740902f5709a56089270e70ca9579b263904d458368732a3a90
19:49:37 [2021-02-01T19:49:37.000Z] #48 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
19:49:37 [2021-02-01T19:49:37.000Z] #34 sha256:4ab0ae9aefd144923196a74cdf96f0def9730cac2361873113b5aa3d25a7bb3f
19:49:37 [2021-02-01T19:49:37.000Z] #34 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
19:49:37 [2021-02-01T19:49:37.000Z] #60 sha256:ab227251f8450750cf98d2c433971f6e44c73cdc0bd3afb32063056926cf7c01
19:49:37 [2021-02-01T19:49:37.000Z] #60 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
19:49:37 [2021-02-01T19:49:37.000Z] #59 sha256:d0693e332ea3425c1303a3dc3522de06761916a9ad7d064850363591779b5ae6
19:49:37 [2021-02-01T19:49:37.000Z] #59 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #52 [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
19:49:37 [2021-02-01T19:49:37.000Z] #52 sha256:eb4e9a509180ffb4419cd96449c1d5dccd23a7cd112cb9ea65c14992815994fd
19:49:37 [2021-02-01T19:49:37.000Z] #52 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #35 [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
19:49:37 [2021-02-01T19:49:37.000Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:49:37 [2021-02-01T19:49:37.000Z] #35 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
19:49:37 [2021-02-01T19:49:37.000Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:49:37 [2021-02-01T19:49:37.000Z] #19 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #20 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
19:49:37 [2021-02-01T19:49:37.000Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8
19:49:37 [2021-02-01T19:49:37.000Z] #20 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #54 [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
19:49:37 [2021-02-01T19:49:37.000Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:49:37 [2021-02-01T19:49:37.000Z] #54 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #14 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
19:49:37 [2021-02-01T19:49:37.000Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075
19:49:37 [2021-02-01T19:49:37.000Z] #14 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #26 [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
19:49:37 [2021-02-01T19:49:37.000Z] #26 sha256:eb917928a0a67f2c29f76c642853b2f64b9d75e10034bf0a1d3486ff08bb9b88
19:49:37 [2021-02-01T19:49:37.000Z] #26 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
19:49:37 [2021-02-01T19:49:37.000Z] #27 sha256:c48e75d8c71421a92a0130105fa72526a1f3d40300c62ec187919e5051fbf23c
19:49:37 [2021-02-01T19:49:37.000Z] #27 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #43 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
19:49:37 [2021-02-01T19:49:37.000Z] #43 sha256:600a5614054f26ff37d459128e6defc6e342c04e69e6b893378b94815013a259
19:49:37 [2021-02-01T19:49:37.000Z] #43 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
19:49:37 [2021-02-01T19:49:37.000Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:49:37 [2021-02-01T19:49:37.000Z] #41 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #39 [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
19:49:37 [2021-02-01T19:49:37.000Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:49:37 [2021-02-01T19:49:37.000Z] #39 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #45 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
19:49:37 [2021-02-01T19:49:37.000Z] #45 sha256:c20c6be4de7284f64534e10c6f29ab5bfcccac9d08ca3bdef83af016a1335cc2
19:49:37 [2021-02-01T19:49:37.000Z] #45 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #50 [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
19:49:37 [2021-02-01T19:49:37.000Z] #50 sha256:0cdf158eac4a88e3bc8265cbc0ebbf75ce131fa679c116561d93d94ed1846c91
19:49:37 [2021-02-01T19:49:37.000Z] #50 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #15 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
19:49:37 [2021-02-01T19:49:37.000Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7
19:49:37 [2021-02-01T19:49:37.000Z] #15 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
19:49:37 [2021-02-01T19:49:37.000Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:49:37 [2021-02-01T19:49:37.000Z] #12 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #53 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
19:49:37 [2021-02-01T19:49:37.000Z] #53 sha256:568fd2ff352635b6915636060e281eeb541ba031b3a147763f2d657edef72c25
19:49:37 [2021-02-01T19:49:37.000Z] #53 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #40 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
19:49:37 [2021-02-01T19:49:37.000Z] #40 sha256:70b0bb4912c9ac5c10c4be3002dfe6fe0cb9bc82acc43abcdc92d16bf8d43399
19:49:37 [2021-02-01T19:49:37.000Z] #40 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
19:49:37 [2021-02-01T19:49:37.000Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
19:49:37 [2021-02-01T19:49:37.000Z] #10 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #17 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
19:49:37 [2021-02-01T19:49:37.000Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5
19:49:37 [2021-02-01T19:49:37.000Z] #17 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #64 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
19:49:37 [2021-02-01T19:49:37.000Z] #64 sha256:ca1ab6f871f74a121b1233ca3ea30efb042229f6f243e3da9e86ad3682a06687
19:49:37 [2021-02-01T19:49:37.000Z] #64 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #28 [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
19:49:37 [2021-02-01T19:49:37.000Z] #28 sha256:e8d6a516f30f87a9a458861bafc037124ce5826416c166cc68148696ad13d63f
19:49:37 [2021-02-01T19:49:37.000Z] #28 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
19:49:37 [2021-02-01T19:49:37.000Z] #63 sha256:c3141f1cab4d57a1d1700421a4bc82a7e80e48d8e081d23485408c8b40535465
19:49:37 [2021-02-01T19:49:37.000Z] #63 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
19:49:37 [2021-02-01T19:49:37.000Z] #65 sha256:d50527b19730203e305e1475097109d3af96ad2ca6c334ba5d3d4dd96a2bfb14
19:49:37 [2021-02-01T19:49:37.000Z] #65 CACHED
19:49:37 [2021-02-01T19:49:37.000Z] 
19:49:37 [2021-02-01T19:49:37.000Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker
19:49:37 [2021-02-01T19:49:37.000Z] #66 sha256:03da058074f958f2ee92c5bfd722272acd204f7d073d9d3c38f388e7dd2d6005
19:49:37 [2021-02-01T19:49:37.237Z] Merge succeeded, producing 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:49:37 [2021-02-01T19:49:37.237Z] Checking out Revision 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 (PR-41955)
19:49:37 [2021-02-01T19:49:37.567Z] #66 DONE 0.7s
19:49:37 [2021-02-01T19:49:37.582Z] Merging remotes/origin/master commit 3e0025e2fc137f51e95758618e1b42627fe6ea1c into PR head commit 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:49:37 [2021-02-01T19:49:37.585Z] Fetching without tags
19:49:37 [2021-02-01T19:49:37.602Z] Commit message: "Fallback to  manifest list when no platform match"
19:49:37 [2021-02-01T19:49:37.625Z] Fetching without tags
19:49:37 [2021-02-01T19:49:37.682Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:49:37 [2021-02-01T19:49:37.684Z]  > git config --add remote.origin.fetch +refs/pull/41955/head:refs/remotes/origin/PR-41955 # timeout=10
19:49:37 [2021-02-01T19:49:37.687Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:49:37 [2021-02-01T19:49:37.692Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:49:37 [2021-02-01T19:49:37.698Z] Fetching upstream changes from https://github.com/moby/moby.git
19:49:37 [2021-02-01T19:49:37.698Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:37 [2021-02-01T19:49:37.699Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41955/head:refs/remotes/origin/PR-41955 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:49:36 [2021-02-01T19:49:36.551Z]  > git config core.sparsecheckout # timeout=10
19:49:36 [2021-02-01T19:49:36.554Z]  > git checkout -f 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 # timeout=10
19:49:37 [2021-02-01T19:49:37.196Z]  > git remote # timeout=10
19:49:37 [2021-02-01T19:49:37.199Z]  > git config --get remote.origin.url # timeout=10
19:49:37 [2021-02-01T19:49:37.202Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:37 [2021-02-01T19:49:37.203Z]  > git merge 3e0025e2fc137f51e95758618e1b42627fe6ea1c # timeout=10
19:49:37 [2021-02-01T19:49:37.225Z]  > git rev-parse HEAD^{commit} # timeout=10
19:49:37 [2021-02-01T19:49:37.243Z]  > git config core.sparsecheckout # timeout=10
19:49:37 [2021-02-01T19:49:37.248Z]  > git checkout -f 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 # timeout=10
19:49:35 [2021-02-01T19:49:35.984Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:49:36 [2021-02-01T19:49:36.052Z]  > git config --add remote.origin.fetch +refs/pull/41955/head:refs/remotes/origin/PR-41955 # timeout=10
19:49:36 [2021-02-01T19:49:36.098Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:49:36 [2021-02-01T19:49:36.222Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:49:36 [2021-02-01T19:49:36.343Z] Fetching upstream changes from https://github.com/moby/moby.git
19:49:36 [2021-02-01T19:49:36.343Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:36 [2021-02-01T19:49:36.345Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41955/head:refs/remotes/origin/PR-41955 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:49:37 [2021-02-01T19:49:37.688Z]  > git config core.sparsecheckout # timeout=10
19:49:37 [2021-02-01T19:49:37.826Z] 
19:49:37 [2021-02-01T19:49:37.826Z] #67 exporting to image
19:49:37 [2021-02-01T19:49:37.826Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
19:49:37 [2021-02-01T19:49:37.826Z] #67 exporting layers
19:49:37 [2021-02-01T19:49:37.903Z] Merging remotes/origin/master commit 3e0025e2fc137f51e95758618e1b42627fe6ea1c into PR head commit 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:49:37 [2021-02-01T19:49:37.995Z] Merging remotes/origin/master commit 3e0025e2fc137f51e95758618e1b42627fe6ea1c into PR head commit 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
19:49:37 [2021-02-01T19:49:37.570Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:49:37 [2021-02-01T19:49:37.575Z]  > git config --add remote.origin.fetch +refs/pull/41955/head:refs/remotes/origin/PR-41955 # timeout=10
19:49:37 [2021-02-01T19:49:37.581Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:49:37 [2021-02-01T19:49:37.589Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:49:37 [2021-02-01T19:49:37.596Z] Fetching upstream changes from https://github.com/moby/moby.git
19:49:37 [2021-02-01T19:49:37.597Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:37 [2021-02-01T19:49:37.598Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41955/head:refs/remotes/origin/PR-41955 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:49:38 [2021-02-01T19:49:38.007Z]  > git config core.sparsecheckout # timeout=10
19:49:38 [2021-02-01T19:49:38.015Z]  > git checkout -f 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 # timeout=10
19:49:38 [2021-02-01T19:49:38.377Z] Merge succeeded, producing 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:49:38 [2021-02-01T19:49:38.377Z] Checking out Revision 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 (PR-41955)
19:49:38 [2021-02-01T19:49:38.393Z] #67 exporting layers 0.7s done
19:49:38 [2021-02-01T19:49:38.393Z] #67 writing image sha256:817724555596b12cbea081ce31773d55107b8e512c73f4cb9853c25959f465a9 done
19:49:38 [2021-02-01T19:49:38.393Z] #67 naming to docker.io/library/docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 done
19:49:38 [2021-02-01T19:49:38.393Z] #67 DONE 0.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
19:49:38 [2021-02-01T19:49:38.445Z] + docker version
19:49:38 [2021-02-01T19:49:38.445Z] Client:
19:49:38 [2021-02-01T19:49:38.445Z]  Version:           18.06.1-ce
19:49:38 [2021-02-01T19:49:38.445Z]  API version:       1.38
19:49:38 [2021-02-01T19:49:38.445Z]  Go version:        go1.10.3
19:49:38 [2021-02-01T19:49:38.445Z]  Git commit:        e68fc7a
19:49:38 [2021-02-01T19:49:38.445Z]  Built:             Tue Aug 21 17:26:10 2018
19:49:38 [2021-02-01T19:49:38.445Z]  OS/Arch:           linux/ppc64le
19:49:38 [2021-02-01T19:49:38.445Z]  Experimental:      false
19:49:38 [2021-02-01T19:49:38.445Z] 
19:49:38 [2021-02-01T19:49:38.445Z] Server:
19:49:38 [2021-02-01T19:49:38.445Z]  Engine:
19:49:38 [2021-02-01T19:49:38.445Z]   Version:          18.06.1-ce
19:49:38 [2021-02-01T19:49:38.445Z]   API version:      1.38 (minimum version 1.12)
19:49:38 [2021-02-01T19:49:38.445Z]   Go version:       go1.10.3
19:49:38 [2021-02-01T19:49:38.445Z]   Git commit:       e68fc7a
19:49:38 [2021-02-01T19:49:38.445Z]   Built:            Tue Aug 21 17:24:20 2018
19:49:38 [2021-02-01T19:49:38.445Z]   OS/Arch:          linux/ppc64le
19:49:38 [2021-02-01T19:49:38.445Z]   Experimental:     true
[Pipeline] sh
[Pipeline] sh
19:49:38 [2021-02-01T19:49:38.734Z] + trap exit INT TERM
19:49:38 [2021-02-01T19:49:38.734Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
19:49:38 [2021-02-01T19:49:38.734Z] + CONTAINER_NAME=docker-pr4
19:49:38 [2021-02-01T19:49:38.734Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41955/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41955/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -e DOCKER_GRAPHDRIVER docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/make.sh dynbinary-daemon
19:49:38 [2021-02-01T19:49:38.853Z] + docker info
19:49:38 [2021-02-01T19:49:38.853Z] Containers: 1
19:49:38 [2021-02-01T19:49:38.853Z]  Running: 1
19:49:38 [2021-02-01T19:49:38.853Z]  Paused: 0
19:49:38 [2021-02-01T19:49:38.853Z]  Stopped: 0
19:49:38 [2021-02-01T19:49:38.853Z] Images: 14
19:49:38 [2021-02-01T19:49:38.853Z] Server Version: 18.06.1-ce
19:49:38 [2021-02-01T19:49:38.853Z] Storage Driver: overlay2
19:49:38 [2021-02-01T19:49:38.853Z]  Backing Filesystem: extfs
19:49:38 [2021-02-01T19:49:38.853Z]  Supports d_type: true
19:49:38 [2021-02-01T19:49:38.853Z]  Native Overlay Diff: true
19:49:38 [2021-02-01T19:49:38.853Z] Logging Driver: json-file
19:49:38 [2021-02-01T19:49:38.853Z] Cgroup Driver: cgroupfs
19:49:38 [2021-02-01T19:49:38.853Z] Plugins:
19:49:38 [2021-02-01T19:49:38.853Z]  Volume: local
19:49:38 [2021-02-01T19:49:38.853Z]  Network: bridge host ipvlan macvlan null overlay
19:49:38 [2021-02-01T19:49:38.853Z]  Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
19:49:38 [2021-02-01T19:49:38.853Z] Swarm: inactive
19:49:38 [2021-02-01T19:49:38.853Z] Runtimes: runc
19:49:38 [2021-02-01T19:49:38.853Z] Default Runtime: runc
19:49:38 [2021-02-01T19:49:38.853Z] Init Binary: docker-init
19:49:38 [2021-02-01T19:49:38.853Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e
19:49:38 [2021-02-01T19:49:38.853Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340
19:49:38 [2021-02-01T19:49:38.853Z] init version: fec3683
19:49:38 [2021-02-01T19:49:38.853Z] Security Options:
19:49:38 [2021-02-01T19:49:38.853Z]  apparmor
19:49:38 [2021-02-01T19:49:38.853Z]  seccomp
19:49:38 [2021-02-01T19:49:38.853Z]   Profile: default
19:49:38 [2021-02-01T19:49:38.853Z] Kernel Version: 4.4.0-139-generic
19:49:38 [2021-02-01T19:49:38.853Z] Operating System: Ubuntu 16.04.3 LTS
19:49:38 [2021-02-01T19:49:38.853Z] OSType: linux
19:49:38 [2021-02-01T19:49:38.853Z] Architecture: ppc64le
19:49:38 [2021-02-01T19:49:38.853Z] CPUs: 4
19:49:38 [2021-02-01T19:49:38.853Z] Total Memory: 7.972GiB
19:49:38 [2021-02-01T19:49:38.853Z] Name: ppc64le-ubuntu-15
19:49:38 [2021-02-01T19:49:38.853Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE
19:49:38 [2021-02-01T19:49:38.853Z] Docker Root Dir: /var/lib/docker
19:49:38 [2021-02-01T19:49:38.853Z] Debug Mode (client): false
19:49:38 [2021-02-01T19:49:38.853Z] Debug Mode (server): false
19:49:38 [2021-02-01T19:49:38.853Z] Registry: https://index.docker.io/v1/
19:49:38 [2021-02-01T19:49:38.853Z] Labels:
19:49:38 [2021-02-01T19:49:38.853Z] Experimental: true
19:49:38 [2021-02-01T19:49:38.853Z] Insecure Registries:
19:49:38 [2021-02-01T19:49:38.853Z]  127.0.0.0/8
19:49:38 [2021-02-01T19:49:38.853Z] Live Restore Enabled: false
19:49:38 [2021-02-01T19:49:38.853Z] 
19:49:38 [2021-02-01T19:49:38.865Z] Merge succeeded, producing 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:49:38 [2021-02-01T19:49:38.866Z] Checking out Revision 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 (PR-41955)
19:49:38 [2021-02-01T19:49:38.882Z] Commit message: "Fallback to  manifest list when no platform match"
[Pipeline] sh
19:49:38 [2021-02-01T19:49:38.995Z] 
19:49:39 [2021-02-01T19:49:39.237Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:49:39 [2021-02-01T19:49:39.237Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:49:39 [2021-02-01T19:49:39.238Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41955/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
19:49:39 [2021-02-01T19:49:39.238Z] + bash /home/docker/workspace/moby_PR-41955/check-config.sh
19:49:39 [2021-02-01T19:49:39.238Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
19:49:39 [2021-02-01T19:49:39.238Z] info: reading kernel config from /boot/config-4.4.0-139-generic ...
19:49:39 [2021-02-01T19:49:39.238Z] 
19:49:39 [2021-02-01T19:49:39.238Z] Generally Necessary:
19:49:39 [2021-02-01T19:49:39.238Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
19:49:39 [2021-02-01T19:49:39.238Z] - apparmor: enabled and tools installed
19:49:39 [2021-02-01T19:49:39.238Z] - CONFIG_NAMESPACES: enabled
19:49:39 [2021-02-01T19:49:39.238Z] - CONFIG_NET_NS: enabled
19:49:39 [2021-02-01T19:49:39.238Z] - CONFIG_PID_NS: enabled
19:49:39 [2021-02-01T19:49:39.238Z] - CONFIG_IPC_NS: enabled
19:49:39 [2021-02-01T19:49:39.238Z] - CONFIG_UTS_NS: enabled
19:49:39 [2021-02-01T19:49:39.238Z] - CONFIG_CGROUPS: enabled
19:49:39 [2021-02-01T19:49:39.238Z] - CONFIG_CGROUP_CPUACCT: enabled
19:49:39 [2021-02-01T19:49:39.238Z] - CONFIG_CGROUP_DEVICE: enabled
19:49:39 [2021-02-01T19:49:39.238Z] - CONFIG_CGROUP_FREEZER: enabled
19:49:39 [2021-02-01T19:49:39.238Z] - CONFIG_CGROUP_SCHED: enabled
19:49:39 [2021-02-01T19:49:39.238Z] - CONFIG_CPUSETS: enabled
19:49:39 [2021-02-01T19:49:39.238Z] - CONFIG_MEMCG: enabled
19:49:39 [2021-02-01T19:49:39.238Z] - CONFIG_KEYS: enabled
19:49:39 [2021-02-01T19:49:39.238Z] - CONFIG_VETH: enabled (as module)
19:49:39 [2021-02-01T19:49:39.238Z] - CONFIG_BRIDGE: enabled (as module)
19:49:39 [2021-02-01T19:49:39.238Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
19:49:39 [2021-02-01T19:49:39.253Z] Removing bundles/
19:49:39 [2021-02-01T19:49:39.253Z] 
19:49:39 [2021-02-01T19:49:39.253Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
19:49:39 [2021-02-01T19:49:39.253Z] Building: bundles/dynbinary-daemon/dockerd-dev
19:49:39 [2021-02-01T19:49:39.253Z] GOOS="" GOARCH="" GOARM=""
19:49:37 [2021-02-01T19:49:37.975Z]  > git config core.sparsecheckout # timeout=10
19:49:37 [2021-02-01T19:49:37.978Z]  > git checkout -f 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 # timeout=10
19:49:38 [2021-02-01T19:49:38.413Z]  > git remote # timeout=10
19:49:38 [2021-02-01T19:49:38.422Z]  > git config --get remote.origin.url # timeout=10
19:49:38 [2021-02-01T19:49:38.426Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:38 [2021-02-01T19:49:38.427Z]  > git merge 3e0025e2fc137f51e95758618e1b42627fe6ea1c # timeout=10
19:49:38 [2021-02-01T19:49:38.442Z]  > git rev-parse HEAD^{commit} # timeout=10
19:49:38 [2021-02-01T19:49:38.450Z]  > git config core.sparsecheckout # timeout=10
19:49:38 [2021-02-01T19:49:38.452Z]  > git checkout -f 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
19:49:39 [2021-02-01T19:49:39.385Z] ok  	github.com/docker/docker/api/server	0.021s	coverage: 9.0% of statements
[Pipeline] sh
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_IP_NF_FILTER: enabled (as module)
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_IP_NF_NAT: enabled (as module)
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_NF_NAT: enabled (as module)
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_NF_NAT_NEEDED: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_POSIX_MQUEUE: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled
19:49:39 [2021-02-01T19:49:39.532Z] 
19:49:39 [2021-02-01T19:49:39.532Z] Optional Features:
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_USER_NS: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_SECCOMP: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_CGROUP_PIDS: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_MEMCG_SWAP: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
19:49:39 [2021-02-01T19:49:39.532Z]     (cgroup swap accounting is currently enabled)
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_MEMCG_KMEM: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_BLK_CGROUP: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_BLK_DEV_THROTTLING: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_IOSCHED_CFQ: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_CGROUP_PERF: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_CGROUP_HUGETLB: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_CGROUP_NET_PRIO: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_CFS_BANDWIDTH: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_FAIR_GROUP_SCHED: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_RT_GROUP_SCHED: missing
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_IP_VS: enabled (as module)
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_IP_VS_NFCT: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_IP_VS_PROTO_TCP: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_IP_VS_PROTO_UDP: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_IP_VS_RR: enabled (as module)
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_EXT4_FS: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - CONFIG_EXT4_FS_SECURITY: enabled
19:49:39 [2021-02-01T19:49:39.532Z] - Network Drivers:
19:49:39 [2021-02-01T19:49:39.532Z]   - "overlay":
19:49:39 [2021-02-01T19:49:39.532Z]     - CONFIG_VXLAN: enabled (as module)
19:49:39 [2021-02-01T19:49:39.532Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
19:49:39 [2021-02-01T19:49:39.532Z]       Optional (for encrypted networks):
19:49:39 [2021-02-01T19:49:39.658Z] Commit message: "Fallback to  manifest list when no platform match"
19:49:39 [2021-02-01T19:49:39.670Z] + docker version
19:49:39 [2021-02-01T19:49:39.670Z] Client: Docker Engine - Community
19:49:39 [2021-02-01T19:49:39.670Z]  Version:           20.10.2
19:49:39 [2021-02-01T19:49:39.670Z]  API version:       1.41
19:49:39 [2021-02-01T19:49:39.670Z]  Go version:        go1.13.15
19:49:39 [2021-02-01T19:49:39.670Z]  Git commit:        2291f61
19:49:39 [2021-02-01T19:49:39.670Z]  Built:             Mon Dec 28 16:17:32 2020
19:49:39 [2021-02-01T19:49:39.670Z]  OS/Arch:           linux/amd64
19:49:39 [2021-02-01T19:49:39.670Z]  Context:           default
19:49:39 [2021-02-01T19:49:39.670Z]  Experimental:      true
19:49:39 [2021-02-01T19:49:39.670Z] 
19:49:39 [2021-02-01T19:49:39.670Z] Server: Docker Engine - Community
19:49:39 [2021-02-01T19:49:39.670Z]  Engine:
19:49:39 [2021-02-01T19:49:39.670Z]   Version:          20.10.2
19:49:39 [2021-02-01T19:49:39.670Z]   API version:      1.41 (minimum version 1.12)
19:49:39 [2021-02-01T19:49:39.670Z]   Go version:       go1.13.15
19:49:39 [2021-02-01T19:49:39.670Z]   Git commit:       8891c58
19:49:39 [2021-02-01T19:49:39.670Z]   Built:            Mon Dec 28 16:15:09 2020
19:49:39 [2021-02-01T19:49:39.670Z]   OS/Arch:          linux/amd64
19:49:39 [2021-02-01T19:49:39.670Z]   Experimental:     true
19:49:39 [2021-02-01T19:49:39.670Z]  containerd:
19:49:39 [2021-02-01T19:49:39.670Z]   Version:          1.4.3
19:49:39 [2021-02-01T19:49:39.670Z]   GitCommit:        269548fa27e0089a8b8278fc4fc781d7f65a939b
19:49:39 [2021-02-01T19:49:39.670Z]  runc:
19:49:39 [2021-02-01T19:49:39.670Z]   Version:          1.0.0-rc92
19:49:39 [2021-02-01T19:49:39.670Z]   GitCommit:        ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:49:39 [2021-02-01T19:49:39.670Z]  docker-init:
19:49:39 [2021-02-01T19:49:39.670Z]   Version:          0.19.0
19:49:39 [2021-02-01T19:49:39.670Z]   GitCommit:        de40ad0
[Pipeline] sh
19:49:37 [2021-02-01T19:49:37.737Z]  > git checkout -f 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 # timeout=10
19:49:39 [2021-02-01T19:49:39.823Z]       - CONFIG_CRYPTO: enabled
19:49:39 [2021-02-01T19:49:39.823Z]       - CONFIG_CRYPTO_AEAD: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]       - CONFIG_CRYPTO_GCM: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]       - CONFIG_CRYPTO_SEQIV: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]       - CONFIG_CRYPTO_GHASH: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]       - CONFIG_XFRM: enabled
19:49:39 [2021-02-01T19:49:39.823Z]       - CONFIG_XFRM_USER: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]       - CONFIG_XFRM_ALGO: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]       - CONFIG_INET_ESP: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]   - "ipvlan":
19:49:39 [2021-02-01T19:49:39.823Z]     - CONFIG_IPVLAN: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]   - "macvlan":
19:49:39 [2021-02-01T19:49:39.823Z]     - CONFIG_MACVLAN: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]     - CONFIG_DUMMY: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]   - "ftp,tftp client in container":
19:49:39 [2021-02-01T19:49:39.823Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z] - Storage Drivers:
19:49:39 [2021-02-01T19:49:39.823Z]   - "aufs":
19:49:39 [2021-02-01T19:49:39.823Z]     - CONFIG_AUFS_FS: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]   - "btrfs":
19:49:39 [2021-02-01T19:49:39.823Z]     - CONFIG_BTRFS_FS: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
19:49:39 [2021-02-01T19:49:39.823Z]   - "devicemapper":
19:49:39 [2021-02-01T19:49:39.823Z]     - CONFIG_BLK_DEV_DM: enabled
19:49:39 [2021-02-01T19:49:39.823Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]   - "overlay":
19:49:39 [2021-02-01T19:49:39.823Z]     - CONFIG_OVERLAY_FS: enabled (as module)
19:49:39 [2021-02-01T19:49:39.823Z]   - "zfs":
19:49:39 [2021-02-01T19:49:39.823Z]     - /dev/zfs: missing
19:49:39 [2021-02-01T19:49:39.823Z]     - zfs command: missing
19:49:39 [2021-02-01T19:49:39.823Z]     - zpool command: missing
19:49:39 [2021-02-01T19:49:39.823Z] 
19:49:39 [2021-02-01T19:49:39.823Z] Limits:
19:49:39 [2021-02-01T19:49:39.823Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
19:49:39 [2021-02-01T19:49:39.823Z] 
19:49:39 [2021-02-01T19:49:39.823Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
19:49:39 [2021-02-01T19:49:39.955Z] + docker info
19:49:39 [2021-02-01T19:49:39.955Z] Client:
19:49:39 [2021-02-01T19:49:39.955Z]  Context:    default
19:49:39 [2021-02-01T19:49:39.955Z]  Debug Mode: false
19:49:39 [2021-02-01T19:49:39.955Z]  Plugins:
19:49:39 [2021-02-01T19:49:39.955Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
19:49:39 [2021-02-01T19:49:39.955Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
19:49:39 [2021-02-01T19:49:39.955Z] 
19:49:39 [2021-02-01T19:49:39.955Z] Server:
19:49:39 [2021-02-01T19:49:39.955Z]  Containers: 0
19:49:39 [2021-02-01T19:49:39.955Z]   Running: 0
19:49:39 [2021-02-01T19:49:39.955Z]   Paused: 0
19:49:39 [2021-02-01T19:49:39.955Z]   Stopped: 0
19:49:39 [2021-02-01T19:49:39.955Z]  Images: 4
19:49:39 [2021-02-01T19:49:39.955Z]  Server Version: 20.10.2
19:49:39 [2021-02-01T19:49:39.955Z]  Storage Driver: overlay2
19:49:39 [2021-02-01T19:49:39.955Z]   Backing Filesystem: extfs
19:49:39 [2021-02-01T19:49:39.955Z]   Supports d_type: true
19:49:39 [2021-02-01T19:49:39.955Z]   Native Overlay Diff: true
19:49:39 [2021-02-01T19:49:39.955Z]  Logging Driver: json-file
19:49:39 [2021-02-01T19:49:39.955Z]  Cgroup Driver: cgroupfs
19:49:39 [2021-02-01T19:49:39.955Z]  Cgroup Version: 1
19:49:39 [2021-02-01T19:49:39.955Z]  Plugins:
19:49:39 [2021-02-01T19:49:39.955Z]   Volume: local
19:49:39 [2021-02-01T19:49:39.955Z]   Network: bridge host ipvlan macvlan null overlay
19:49:39 [2021-02-01T19:49:39.955Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
19:49:39 [2021-02-01T19:49:39.955Z]  Swarm: inactive
19:49:39 [2021-02-01T19:49:39.955Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
19:49:39 [2021-02-01T19:49:39.955Z]  Default Runtime: runc
19:49:39 [2021-02-01T19:49:39.955Z]  Init Binary: docker-init
19:49:39 [2021-02-01T19:49:39.955Z]  containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:49:39 [2021-02-01T19:49:39.955Z]  runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:49:39 [2021-02-01T19:49:39.955Z]  init version: de40ad0
19:49:39 [2021-02-01T19:49:39.955Z]  Security Options:
19:49:39 [2021-02-01T19:49:39.955Z]   apparmor
19:49:39 [2021-02-01T19:49:39.955Z]   seccomp
19:49:39 [2021-02-01T19:49:39.955Z]    Profile: default
19:49:39 [2021-02-01T19:49:39.955Z]  Kernel Version: 5.4.0-1035-aws
19:49:39 [2021-02-01T19:49:39.955Z]  Operating System: Ubuntu 18.04.5 LTS
19:49:39 [2021-02-01T19:49:39.955Z]  OSType: linux
19:49:39 [2021-02-01T19:49:39.955Z]  Architecture: x86_64
19:49:39 [2021-02-01T19:49:39.955Z]  CPUs: 2
19:49:39 [2021-02-01T19:49:39.955Z]  Total Memory: 15.35GiB
19:49:39 [2021-02-01T19:49:39.955Z]  Name: ip-10-100-32-252
19:49:39 [2021-02-01T19:49:39.955Z]  ID: 6V4B:VKYK:OLF7:OAMN:3BBO:HNEE:JR5Z:3FAM:YACZ:D3PV:FSY4:SD2W
19:49:39 [2021-02-01T19:49:39.955Z]  Docker Root Dir: /var/lib/docker
19:49:39 [2021-02-01T19:49:39.955Z]  Debug Mode: false
19:49:39 [2021-02-01T19:49:39.955Z]  Registry: https://index.docker.io/v1/
19:49:39 [2021-02-01T19:49:39.955Z]  Labels:
19:49:39 [2021-02-01T19:49:39.955Z]  Experimental: true
19:49:39 [2021-02-01T19:49:39.955Z]  Insecure Registries:
19:49:39 [2021-02-01T19:49:39.955Z]   127.0.0.0/8
19:49:39 [2021-02-01T19:49:39.955Z]  Live Restore Enabled: true
19:49:39 [2021-02-01T19:49:39.955Z] 
19:49:39 [2021-02-01T19:49:39.955Z] WARNING: No swap limit support
19:49:39 [2021-02-01T19:49:39.955Z] WARNING: No blkio weight support
19:49:39 [2021-02-01T19:49:39.955Z] WARNING: No blkio weight_device support
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
19:49:38 [2021-02-01T19:49:38.842Z]  > git remote # timeout=10
19:49:38 [2021-02-01T19:49:38.848Z]  > git config --get remote.origin.url # timeout=10
19:49:38 [2021-02-01T19:49:38.852Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:38 [2021-02-01T19:49:38.853Z]  > git merge 3e0025e2fc137f51e95758618e1b42627fe6ea1c # timeout=10
19:49:38 [2021-02-01T19:49:38.866Z]  > git rev-parse HEAD^{commit} # timeout=10
19:49:38 [2021-02-01T19:49:38.877Z]  > git config core.sparsecheckout # timeout=10
19:49:38 [2021-02-01T19:49:38.882Z]  > git checkout -f 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 # timeout=10
19:49:40 [2021-02-01T19:49:40.250Z] + make bundles/buildx
19:49:40 [2021-02-01T19:49:40.256Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:49:40 [2021-02-01T19:49:40.256Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:49:40 [2021-02-01T19:49:40.256Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41955/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
19:49:40 [2021-02-01T19:49:40.256Z] + bash /home/ubuntu/workspace/moby_PR-41955/check-config.sh
19:49:40 [2021-02-01T19:49:40.256Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
19:49:40 [2021-02-01T19:49:40.256Z] info: reading kernel config from /boot/config-5.4.0-1035-aws ...
19:49:40 [2021-02-01T19:49:40.256Z] 
19:49:40 [2021-02-01T19:49:40.256Z] Generally Necessary:
19:49:40 [2021-02-01T19:49:40.256Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
19:49:40 [2021-02-01T19:49:40.256Z] - apparmor: enabled and tools installed
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_NAMESPACES: enabled
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_NET_NS: enabled
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_PID_NS: enabled
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_IPC_NS: enabled
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_UTS_NS: enabled
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_CGROUPS: enabled
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_CGROUP_CPUACCT: enabled
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_CGROUP_DEVICE: enabled
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_CGROUP_FREEZER: enabled
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_CGROUP_SCHED: enabled
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_CPUSETS: enabled
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_MEMCG: enabled
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_KEYS: enabled
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_VETH: enabled (as module)
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_BRIDGE: enabled (as module)
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_NF_NAT_IPV4: missing
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_IP_NF_FILTER: enabled (as module)
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
19:49:40 [2021-02-01T19:49:40.256Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
19:49:40 [2021-02-01T19:49:40.363Z] + docker version
19:49:40 [2021-02-01T19:49:40.363Z] Client: Docker Engine - Community
19:49:40 [2021-02-01T19:49:40.363Z]  Version:           20.10.2
19:49:40 [2021-02-01T19:49:40.363Z]  API version:       1.41
19:49:40 [2021-02-01T19:49:40.363Z]  Go version:        go1.13.15
19:49:40 [2021-02-01T19:49:40.363Z]  Git commit:        2291f61
19:49:40 [2021-02-01T19:49:40.363Z]  Built:             Mon Dec 28 16:18:03 2020
19:49:40 [2021-02-01T19:49:40.363Z]  OS/Arch:           linux/arm64
19:49:40 [2021-02-01T19:49:40.363Z]  Context:           default
19:49:40 [2021-02-01T19:49:40.363Z]  Experimental:      true
19:49:40 [2021-02-01T19:49:40.363Z] 
19:49:40 [2021-02-01T19:49:40.363Z] Server: Docker Engine - Community
19:49:40 [2021-02-01T19:49:40.363Z]  Engine:
19:49:40 [2021-02-01T19:49:40.363Z]   Version:          20.10.2
19:49:40 [2021-02-01T19:49:40.363Z]   API version:      1.41 (minimum version 1.12)
19:49:40 [2021-02-01T19:49:40.363Z]   Go version:       go1.13.15
19:49:40 [2021-02-01T19:49:40.363Z]   Git commit:       8891c58
19:49:40 [2021-02-01T19:49:40.363Z]   Built:            Mon Dec 28 16:16:02 2020
19:49:40 [2021-02-01T19:49:40.363Z]   OS/Arch:          linux/arm64
19:49:40 [2021-02-01T19:49:40.363Z]   Experimental:     true
19:49:40 [2021-02-01T19:49:40.363Z]  containerd:
19:49:40 [2021-02-01T19:49:40.363Z]   Version:          1.4.3
19:49:40 [2021-02-01T19:49:40.363Z]   GitCommit:        269548fa27e0089a8b8278fc4fc781d7f65a939b
19:49:40 [2021-02-01T19:49:40.363Z]  runc:
19:49:40 [2021-02-01T19:49:40.363Z]   Version:          1.0.0-rc92
19:49:40 [2021-02-01T19:49:40.363Z]   GitCommit:        ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:49:40 [2021-02-01T19:49:40.363Z]  docker-init:
19:49:40 [2021-02-01T19:49:40.363Z]   Version:          0.19.0
19:49:40 [2021-02-01T19:49:40.363Z]   GitCommit:        de40ad0
[Pipeline] sh
19:49:40 [2021-02-01T19:49:40.475Z] Merge succeeded, producing 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:49:40 [2021-02-01T19:49:40.475Z] Checking out Revision 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 (PR-41955)
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_IP_NF_NAT: enabled (as module)
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_NF_NAT: enabled (as module)
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_NF_NAT_NEEDED: missing
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_POSIX_MQUEUE: enabled
19:49:40 [2021-02-01T19:49:40.518Z] 
19:49:40 [2021-02-01T19:49:40.518Z] Optional Features:
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_USER_NS: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_SECCOMP: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_CGROUP_PIDS: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_MEMCG_SWAP: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
19:49:40 [2021-02-01T19:49:40.518Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_BLK_CGROUP: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_BLK_DEV_THROTTLING: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_IOSCHED_CFQ: missing
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_CGROUP_PERF: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_CGROUP_HUGETLB: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_CGROUP_NET_PRIO: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_CFS_BANDWIDTH: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_FAIR_GROUP_SCHED: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_RT_GROUP_SCHED: missing
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_IP_VS: enabled (as module)
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_IP_VS_NFCT: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_IP_VS_PROTO_TCP: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_IP_VS_PROTO_UDP: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_IP_VS_RR: enabled (as module)
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_EXT4_FS: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - CONFIG_EXT4_FS_SECURITY: enabled
19:49:40 [2021-02-01T19:49:40.518Z] - Network Drivers:
19:49:40 [2021-02-01T19:49:40.518Z]   - "overlay":
19:49:40 [2021-02-01T19:49:40.518Z]     - CONFIG_VXLAN: enabled (as module)
19:49:40 [2021-02-01T19:49:40.518Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
19:49:40 [2021-02-01T19:49:40.518Z]       Optional (for encrypted networks):
19:49:40 [2021-02-01T19:49:40.518Z]       - CONFIG_CRYPTO: enabled
19:49:40 [2021-02-01T19:49:40.518Z]       - CONFIG_CRYPTO_AEAD: enabled
19:49:40 [2021-02-01T19:49:40.518Z]       - CONFIG_CRYPTO_GCM: enabled
19:49:40 [2021-02-01T19:49:40.518Z]       - CONFIG_CRYPTO_SEQIV: enabled
19:49:40 [2021-02-01T19:49:40.518Z]       - CONFIG_CRYPTO_GHASH: enabled
19:49:40 [2021-02-01T19:49:40.518Z]       - CONFIG_XFRM: enabled
19:49:40 [2021-02-01T19:49:40.518Z]       - CONFIG_XFRM_USER: enabled (as module)
19:49:40 [2021-02-01T19:49:40.518Z]       - CONFIG_XFRM_ALGO: enabled (as module)
19:49:40 [2021-02-01T19:49:40.518Z]       - CONFIG_INET_ESP: enabled (as module)
19:49:40 [2021-02-01T19:49:40.518Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
19:49:40 [2021-02-01T19:49:40.518Z]   - "ipvlan":
19:49:40 [2021-02-01T19:49:40.518Z]     - CONFIG_IPVLAN: enabled (as module)
19:49:40 [2021-02-01T19:49:40.518Z]   - "macvlan":
19:49:40 [2021-02-01T19:49:40.541Z] make: command: Command not found
19:49:40 [2021-02-01T19:49:40.541Z] make: command: Command not found
19:49:40 [2021-02-01T19:49:40.541Z] mkdir bundles
19:49:40 [2021-02-01T19:49:40.541Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \
19:49:40 [2021-02-01T19:49:40.541Z] 	--build-arg BUILDX_COMMIT \
19:49:40 [2021-02-01T19:49:40.541Z] 	--build-arg BUILDX_REPO \
19:49:40 [2021-02-01T19:49:40.541Z] 	--build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \
19:49:40 [2021-02-01T19:49:40.541Z] 	--build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \
19:49:40 [2021-02-01T19:49:40.541Z] 	.
19:49:40 [2021-02-01T19:49:40.541Z] /bin/sh: 4: go: not found
19:49:40 [2021-02-01T19:49:40.541Z] /bin/sh: 5: go: not found
19:49:40 [2021-02-01T19:49:40.653Z] + docker info
19:49:40 [2021-02-01T19:49:40.778Z]     - CONFIG_MACVLAN: enabled (as module)
19:49:40 [2021-02-01T19:49:40.778Z]     - CONFIG_DUMMY: enabled (as module)
19:49:40 [2021-02-01T19:49:40.778Z]   - "ftp,tftp client in container":
19:49:40 [2021-02-01T19:49:40.778Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
19:49:40 [2021-02-01T19:49:40.778Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
19:49:40 [2021-02-01T19:49:40.778Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
19:49:40 [2021-02-01T19:49:40.778Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
19:49:40 [2021-02-01T19:49:40.778Z] - Storage Drivers:
19:49:40 [2021-02-01T19:49:40.778Z]   - "aufs":
19:49:40 [2021-02-01T19:49:40.778Z]     - CONFIG_AUFS_FS: enabled (as module)
19:49:40 [2021-02-01T19:49:40.778Z]   - "btrfs":
19:49:40 [2021-02-01T19:49:40.778Z]     - CONFIG_BTRFS_FS: enabled (as module)
19:49:40 [2021-02-01T19:49:40.778Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
19:49:40 [2021-02-01T19:49:40.778Z]   - "devicemapper":
19:49:40 [2021-02-01T19:49:40.778Z]     - CONFIG_BLK_DEV_DM: enabled
19:49:40 [2021-02-01T19:49:40.778Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
19:49:40 [2021-02-01T19:49:40.778Z]   - "overlay":
19:49:40 [2021-02-01T19:49:40.778Z]     - CONFIG_OVERLAY_FS: enabled (as module)
19:49:40 [2021-02-01T19:49:40.778Z]   - "zfs":
19:49:40 [2021-02-01T19:49:40.778Z]     - /dev/zfs: present
19:49:40 [2021-02-01T19:49:40.778Z]     - zfs command: missing
19:49:40 [2021-02-01T19:49:40.778Z]     - zpool command: missing
19:49:40 [2021-02-01T19:49:40.778Z] 
19:49:40 [2021-02-01T19:49:40.778Z] Limits:
19:49:40 [2021-02-01T19:49:40.778Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
19:49:40 [2021-02-01T19:49:40.778Z] 
19:49:40 [2021-02-01T19:49:40.778Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
19:49:40 [2021-02-01T19:49:40.916Z] Client:
19:49:40 [2021-02-01T19:49:40.916Z]  Context:    default
19:49:40 [2021-02-01T19:49:40.916Z]  Debug Mode: false
19:49:40 [2021-02-01T19:49:40.916Z]  Plugins:
19:49:40 [2021-02-01T19:49:40.916Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
19:49:40 [2021-02-01T19:49:40.916Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
19:49:40 [2021-02-01T19:49:40.916Z] 
19:49:40 [2021-02-01T19:49:40.916Z] Server:
19:49:40 [2021-02-01T19:49:40.916Z]  Containers: 0
19:49:40 [2021-02-01T19:49:40.916Z]   Running: 0
19:49:40 [2021-02-01T19:49:40.916Z]   Paused: 0
19:49:40 [2021-02-01T19:49:40.916Z]   Stopped: 0
19:49:40 [2021-02-01T19:49:40.916Z]  Images: 3
19:49:40 [2021-02-01T19:49:40.916Z]  Server Version: 20.10.2
19:49:40 [2021-02-01T19:49:40.916Z]  Storage Driver: overlay2
19:49:40 [2021-02-01T19:49:40.916Z]   Backing Filesystem: extfs
19:49:40 [2021-02-01T19:49:40.916Z]   Supports d_type: true
19:49:40 [2021-02-01T19:49:40.916Z]   Native Overlay Diff: true
19:49:40 [2021-02-01T19:49:40.916Z]  Logging Driver: json-file
19:49:40 [2021-02-01T19:49:40.916Z]  Cgroup Driver: cgroupfs
19:49:40 [2021-02-01T19:49:40.916Z]  Cgroup Version: 1
19:49:40 [2021-02-01T19:49:40.916Z]  Plugins:
19:49:40 [2021-02-01T19:49:40.916Z]   Volume: local
19:49:40 [2021-02-01T19:49:40.916Z]   Network: bridge host ipvlan macvlan null overlay
19:49:40 [2021-02-01T19:49:40.916Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
19:49:40 [2021-02-01T19:49:40.916Z]  Swarm: inactive
19:49:40 [2021-02-01T19:49:40.916Z]  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
19:49:40 [2021-02-01T19:49:40.916Z]  Default Runtime: runc
19:49:40 [2021-02-01T19:49:40.916Z]  Init Binary: docker-init
19:49:40 [2021-02-01T19:49:40.916Z]  containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:49:40 [2021-02-01T19:49:40.916Z]  runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:49:40 [2021-02-01T19:49:40.916Z]  init version: de40ad0
19:49:40 [2021-02-01T19:49:40.916Z]  Security Options:
19:49:40 [2021-02-01T19:49:40.916Z]   apparmor
19:49:40 [2021-02-01T19:49:40.916Z]   seccomp
19:49:40 [2021-02-01T19:49:40.916Z]    Profile: default
19:49:40 [2021-02-01T19:49:40.916Z]  Kernel Version: 4.15.0-1091-aws
19:49:40 [2021-02-01T19:49:40.916Z]  Operating System: Ubuntu 16.04.7 LTS
19:49:40 [2021-02-01T19:49:40.916Z]  OSType: linux
19:49:40 [2021-02-01T19:49:40.916Z]  Architecture: aarch64
19:49:40 [2021-02-01T19:49:40.916Z]  CPUs: 4
19:49:40 [2021-02-01T19:49:40.916Z]  Total Memory: 7.525GiB
19:49:40 [2021-02-01T19:49:40.916Z]  Name: ip-10-100-54-136
19:49:40 [2021-02-01T19:49:40.916Z]  ID: C3TQ:MMXG:ODBX:UWPD:KXZ6:P2KI:5K6K:J6RD:DVGO:WJMG:2WSE:5MYA
19:49:40 [2021-02-01T19:49:40.916Z]  Docker Root Dir: /var/lib/docker
19:49:40 [2021-02-01T19:49:40.916Z]  Debug Mode: false
19:49:40 [2021-02-01T19:49:40.916Z]  Registry: https://index.docker.io/v1/
19:49:40 [2021-02-01T19:49:40.916Z]  Labels:
19:49:40 [2021-02-01T19:49:40.916Z]  Experimental: true
19:49:40 [2021-02-01T19:49:40.916Z]  Insecure Registries:
19:49:40 [2021-02-01T19:49:40.916Z]   127.0.0.0/8
19:49:40 [2021-02-01T19:49:40.916Z]  Live Restore Enabled: true
19:49:40 [2021-02-01T19:49:40.916Z] 
19:49:40 [2021-02-01T19:49:40.916Z] WARNING: No swap limit support
[Pipeline] sh
19:49:41 [2021-02-01T19:49:41.115Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 .
19:49:41 [2021-02-01T19:49:41.115Z] #1 [internal] load build definition from Dockerfile
19:49:41 [2021-02-01T19:49:41.115Z] #1 sha256:2ab4a69903c5f1c4f27aef3aeb3e9a0485dfbb470dbc4d66a95b81709867a6b6
19:49:41 [2021-02-01T19:49:41.115Z] #1 transferring dockerfile: 16.55kB done
19:49:41 [2021-02-01T19:49:41.115Z] #1 DONE 0.0s
19:49:41 [2021-02-01T19:49:41.115Z] 
19:49:41 [2021-02-01T19:49:41.115Z] #2 [internal] load .dockerignore
19:49:41 [2021-02-01T19:49:41.115Z] #2 sha256:238e04511410c834ed3d1b0664e6998eec0cdc85c49800a3c540d352d3792b63
19:49:41 [2021-02-01T19:49:41.115Z] #2 transferring context: 87B done
19:49:41 [2021-02-01T19:49:41.115Z] #2 DONE 0.0s
19:49:41 [2021-02-01T19:49:41.115Z] 
19:49:41 [2021-02-01T19:49:41.115Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
19:49:41 [2021-02-01T19:49:41.115Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996
19:49:41 [2021-02-01T19:49:41.207Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:49:41 [2021-02-01T19:49:41.207Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:49:41 [2021-02-01T19:49:41.207Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41955/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
19:49:41 [2021-02-01T19:49:41.207Z] + bash /home/ubuntu/workspace/moby_PR-41955/check-config.sh
19:49:41 [2021-02-01T19:49:41.207Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
19:49:41 [2021-02-01T19:49:41.207Z] info: reading kernel config from /boot/config-4.15.0-1091-aws ...
19:49:41 [2021-02-01T19:49:41.207Z] 
19:49:41 [2021-02-01T19:49:41.207Z] Generally Necessary:
19:49:41 [2021-02-01T19:49:41.207Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
19:49:41 [2021-02-01T19:49:41.207Z] - apparmor: enabled and tools installed
19:49:41 [2021-02-01T19:49:41.207Z] - CONFIG_NAMESPACES: enabled
19:49:41 [2021-02-01T19:49:41.207Z] - CONFIG_NET_NS: enabled
19:49:41 [2021-02-01T19:49:41.207Z] - CONFIG_PID_NS: enabled
19:49:41 [2021-02-01T19:49:41.207Z] - CONFIG_IPC_NS: enabled
19:49:41 [2021-02-01T19:49:41.207Z] - CONFIG_UTS_NS: enabled
19:49:41 [2021-02-01T19:49:41.207Z] - CONFIG_CGROUPS: enabled
19:49:41 [2021-02-01T19:49:41.207Z] - CONFIG_CGROUP_CPUACCT: enabled
19:49:41 [2021-02-01T19:49:41.207Z] - CONFIG_CGROUP_DEVICE: enabled
19:49:41 [2021-02-01T19:49:41.375Z] #3 DONE 0.1s
19:49:41 [2021-02-01T19:49:41.375Z] 
19:49:41 [2021-02-01T19:49:41.375Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44
19:49:41 [2021-02-01T19:49:41.375Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c
19:49:41 [2021-02-01T19:49:41.375Z] #4 CACHED
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_CGROUP_FREEZER: enabled
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_CGROUP_SCHED: enabled
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_CPUSETS: enabled
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_MEMCG: enabled
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_KEYS: enabled
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_VETH: enabled (as module)
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_BRIDGE: enabled (as module)
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_IP_NF_FILTER: enabled (as module)
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_IP_NF_NAT: enabled (as module)
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_NF_NAT: enabled (as module)
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_NF_NAT_NEEDED: enabled
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_POSIX_MQUEUE: enabled
19:49:41 [2021-02-01T19:49:41.469Z] 
19:49:41 [2021-02-01T19:49:41.469Z] Optional Features:
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_USER_NS: enabled
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_SECCOMP: enabled
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_CGROUP_PIDS: enabled
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_MEMCG_SWAP: enabled
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
19:49:41 [2021-02-01T19:49:41.469Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
19:49:41 [2021-02-01T19:49:41.469Z] - CONFIG_BLK_CGROUP: enabled
19:49:41 [2021-02-01T19:49:41.636Z] 
19:49:41 [2021-02-01T19:49:41.636Z] #5 [internal] load build definition from Dockerfile
19:49:41 [2021-02-01T19:49:41.636Z] #5 sha256:47f65bdd51d8b8a511b553a8a5039a29c39b0361b584becc6ede78578b1fe85a
19:49:41 [2021-02-01T19:49:41.636Z] #5 transferring dockerfile: 16.55kB 0.0s done
19:49:41 [2021-02-01T19:49:41.636Z] #5 DONE 0.0s
19:49:41 [2021-02-01T19:49:41.636Z] 
19:49:41 [2021-02-01T19:49:41.636Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
19:49:41 [2021-02-01T19:49:41.636Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
19:49:41 [2021-02-01T19:49:41.636Z] #7 DONE 0.1s
19:49:41 [2021-02-01T19:49:41.636Z] 
19:49:41 [2021-02-01T19:49:41.636Z] #8 [internal] load metadata for docker.io/library/debian:buster
19:49:41 [2021-02-01T19:49:41.636Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
19:49:41 [2021-02-01T19:49:41.636Z] #8 DONE 0.1s
19:49:41 [2021-02-01T19:49:41.636Z] 
19:49:41 [2021-02-01T19:49:41.636Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
19:49:41 [2021-02-01T19:49:41.636Z] #6 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228
19:49:41 [2021-02-01T19:49:41.636Z] #6 DONE 0.1s
19:49:41 [2021-02-01T19:49:41.730Z] - CONFIG_BLK_DEV_THROTTLING: enabled
19:49:41 [2021-02-01T19:49:41.730Z] - CONFIG_IOSCHED_CFQ: enabled
19:49:41 [2021-02-01T19:49:41.730Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
19:49:41 [2021-02-01T19:49:41.730Z] - CONFIG_CGROUP_PERF: enabled
19:49:41 [2021-02-01T19:49:41.731Z] - CONFIG_CGROUP_HUGETLB: enabled
19:49:41 [2021-02-01T19:49:41.731Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
19:49:41 [2021-02-01T19:49:41.731Z] - CONFIG_CGROUP_NET_PRIO: enabled
19:49:41 [2021-02-01T19:49:41.731Z] - CONFIG_CFS_BANDWIDTH: enabled
19:49:41 [2021-02-01T19:49:41.731Z] - CONFIG_FAIR_GROUP_SCHED: enabled
19:49:41 [2021-02-01T19:49:41.731Z] - CONFIG_RT_GROUP_SCHED: missing
19:49:41 [2021-02-01T19:49:41.731Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
19:49:41 [2021-02-01T19:49:41.731Z] - CONFIG_IP_VS: enabled (as module)
19:49:41 [2021-02-01T19:49:41.731Z] - CONFIG_IP_VS_NFCT: enabled
19:49:41 [2021-02-01T19:49:41.731Z] - CONFIG_IP_VS_PROTO_TCP: enabled
19:49:41 [2021-02-01T19:49:41.731Z] - CONFIG_IP_VS_PROTO_UDP: enabled
19:49:41 [2021-02-01T19:49:41.731Z] - CONFIG_IP_VS_RR: enabled (as module)
19:49:41 [2021-02-01T19:49:41.731Z] - CONFIG_EXT4_FS: enabled
19:49:41 [2021-02-01T19:49:41.731Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
19:49:41 [2021-02-01T19:49:41.731Z] - CONFIG_EXT4_FS_SECURITY: enabled
19:49:41 [2021-02-01T19:49:41.731Z] - Network Drivers:
19:49:41 [2021-02-01T19:49:41.731Z]   - "overlay":
19:49:41 [2021-02-01T19:49:41.731Z]     - CONFIG_VXLAN: enabled (as module)
19:49:41 [2021-02-01T19:49:41.731Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
19:49:41 [2021-02-01T19:49:41.731Z]       Optional (for encrypted networks):
19:49:39 [2021-02-01T19:49:39.967Z]  > git remote # timeout=10
19:49:40 [2021-02-01T19:49:40.185Z]  > git config --get remote.origin.url # timeout=10
19:49:40 [2021-02-01T19:49:40.230Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:49:40 [2021-02-01T19:49:40.231Z]  > git merge 3e0025e2fc137f51e95758618e1b42627fe6ea1c # timeout=10
19:49:40 [2021-02-01T19:49:40.368Z]  > git rev-parse "HEAD^{commit}" # timeout=10
19:49:40 [2021-02-01T19:49:40.507Z]  > git config core.sparsecheckout # timeout=10
19:49:40 [2021-02-01T19:49:40.552Z]  > git checkout -f 7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 # timeout=10
19:49:41 [2021-02-01T19:49:41.896Z] 
19:49:41 [2021-02-01T19:49:41.896Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669
19:49:41 [2021-02-01T19:49:41.896Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52
19:49:41 [2021-02-01T19:49:41.896Z] #61 DONE 0.0s
19:49:41 [2021-02-01T19:49:41.896Z] 
19:49:41 [2021-02-01T19:49:41.896Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:49:41 [2021-02-01T19:49:41.896Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:49:41 [2021-02-01T19:49:41.896Z] #9 DONE 0.0s
19:49:41 [2021-02-01T19:49:41.896Z] 
19:49:41 [2021-02-01T19:49:41.896Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299
19:49:41 [2021-02-01T19:49:41.896Z] #25 sha256:10877c50c598adfc862503ea8be9a65a55673726f7b55615e941b05a74410f99
19:49:41 [2021-02-01T19:49:41.896Z] #25 DONE 0.0s
19:49:41 [2021-02-01T19:49:41.896Z] 
19:49:41 [2021-02-01T19:49:41.896Z] #22 [internal] load build context
19:49:41 [2021-02-01T19:49:41.896Z] #22 sha256:47a90f4a8c7fc866e55769abb638d305a09cb6aa078025b6967f681722f66a0f
19:49:41 [2021-02-01T19:49:41.992Z]       - CONFIG_CRYPTO: enabled
19:49:41 [2021-02-01T19:49:41.992Z]       - CONFIG_CRYPTO_AEAD: enabled
19:49:41 [2021-02-01T19:49:41.992Z]       - CONFIG_CRYPTO_GCM: enabled
19:49:41 [2021-02-01T19:49:41.992Z]       - CONFIG_CRYPTO_SEQIV: enabled
19:49:41 [2021-02-01T19:49:41.992Z]       - CONFIG_CRYPTO_GHASH: enabled
19:49:41 [2021-02-01T19:49:41.992Z]       - CONFIG_XFRM: enabled
19:49:41 [2021-02-01T19:49:41.992Z]       - CONFIG_XFRM_USER: enabled (as module)
19:49:41 [2021-02-01T19:49:41.992Z]       - CONFIG_XFRM_ALGO: enabled (as module)
19:49:41 [2021-02-01T19:49:41.992Z]       - CONFIG_INET_ESP: enabled (as module)
19:49:41 [2021-02-01T19:49:41.992Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
19:49:41 [2021-02-01T19:49:41.992Z]   - "ipvlan":
19:49:41 [2021-02-01T19:49:41.992Z]     - CONFIG_IPVLAN: enabled (as module)
19:49:41 [2021-02-01T19:49:41.992Z]   - "macvlan":
19:49:41 [2021-02-01T19:49:41.992Z]     - CONFIG_MACVLAN: enabled (as module)
19:49:41 [2021-02-01T19:49:41.992Z]     - CONFIG_DUMMY: enabled (as module)
19:49:41 [2021-02-01T19:49:41.992Z]   - "ftp,tftp client in container":
19:49:41 [2021-02-01T19:49:41.992Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
19:49:41 [2021-02-01T19:49:41.992Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
19:49:41 [2021-02-01T19:49:41.992Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
19:49:41 [2021-02-01T19:49:41.992Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
19:49:41 [2021-02-01T19:49:41.992Z] - Storage Drivers:
19:49:41 [2021-02-01T19:49:41.992Z]   - "aufs":
19:49:41 [2021-02-01T19:49:41.992Z]     - CONFIG_AUFS_FS: enabled (as module)
19:49:41 [2021-02-01T19:49:41.992Z]   - "btrfs":
19:49:41 [2021-02-01T19:49:41.992Z]     - CONFIG_BTRFS_FS: enabled (as module)
19:49:41 [2021-02-01T19:49:41.992Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
19:49:41 [2021-02-01T19:49:41.992Z]   - "devicemapper":
19:49:41 [2021-02-01T19:49:41.992Z]     - CONFIG_BLK_DEV_DM: enabled
19:49:41 [2021-02-01T19:49:41.992Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
19:49:41 [2021-02-01T19:49:41.992Z]   - "overlay":
19:49:41 [2021-02-01T19:49:41.992Z]     - CONFIG_OVERLAY_FS: enabled (as module)
19:49:41 [2021-02-01T19:49:41.992Z]   - "zfs":
19:49:41 [2021-02-01T19:49:41.992Z]     - /dev/zfs: missing
19:49:41 [2021-02-01T19:49:41.992Z]     - zfs command: missing
19:49:41 [2021-02-01T19:49:41.992Z]     - zpool command: missing
19:49:41 [2021-02-01T19:49:41.992Z] 
19:49:41 [2021-02-01T19:49:41.992Z] Limits:
19:49:41 [2021-02-01T19:49:41.992Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
19:49:41 [2021-02-01T19:49:41.992Z] 
19:49:41 [2021-02-01T19:49:41.992Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
19:49:42 [2021-02-01T19:49:42.337Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 .
19:49:42 [2021-02-01T19:49:42.627Z] Sending build context to Docker daemon   58.3MB

19:49:42 [2021-02-01T19:49:42.627Z] Step 1/15 : ARG GO_VERSION=1.13.15
19:49:42 [2021-02-01T19:49:42.627Z] Step 2/15 : ARG BUILDX_COMMIT=v0.5.1
19:49:42 [2021-02-01T19:49:42.627Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git
19:49:42 [2021-02-01T19:49:42.627Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build
19:49:42 [2021-02-01T19:49:42.627Z]  ---> 805dc2d65d1c
19:49:42 [2021-02-01T19:49:42.627Z] Step 5/15 : ARG BUILDX_REPO
19:49:42 [2021-02-01T19:49:42.627Z]  ---> Using cache
19:49:42 [2021-02-01T19:49:42.627Z]  ---> 29c3adfbc731
19:49:42 [2021-02-01T19:49:42.627Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx
19:49:42 [2021-02-01T19:49:42.627Z]  ---> Using cache
19:49:42 [2021-02-01T19:49:42.627Z]  ---> ded8e5ebdfda
19:49:42 [2021-02-01T19:49:42.627Z] Step 7/15 : WORKDIR /buildx
19:49:42 [2021-02-01T19:49:42.627Z]  ---> Using cache
19:49:42 [2021-02-01T19:49:42.627Z]  ---> 854c2b112cf0
19:49:42 [2021-02-01T19:49:42.627Z] Step 8/15 : ARG BUILDX_COMMIT
19:49:42 [2021-02-01T19:49:42.627Z]  ---> Using cache
19:49:42 [2021-02-01T19:49:42.627Z]  ---> 1baab3d26f80
19:49:42 [2021-02-01T19:49:42.627Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build
19:49:42 [2021-02-01T19:49:42.627Z]  ---> Using cache
19:49:42 [2021-02-01T19:49:42.627Z]  ---> daa95f0ec5ac
19:49:42 [2021-02-01T19:49:42.627Z] Step 10/15 : ARG GOOS
19:49:42 [2021-02-01T19:49:42.627Z]  ---> Using cache
19:49:42 [2021-02-01T19:49:42.627Z]  ---> d32f572f3e46
19:49:42 [2021-02-01T19:49:42.627Z] Step 11/15 : ARG GOARCH
19:49:42 [2021-02-01T19:49:42.627Z]  ---> Using cache
19:49:42 [2021-02-01T19:49:42.627Z]  ---> 7c3ac626a669
19:49:42 [2021-02-01T19:49:42.627Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}";     pkg="github.com/docker/buildx";     ldflags="      -X \"${pkg}/version.Version=$(git describe --tags)\"       -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\"       -X \"${pkg}/version.Package=buildx\"     ";     go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx
19:49:42 [2021-02-01T19:49:42.627Z]  ---> Using cache
19:49:42 [2021-02-01T19:49:42.627Z]  ---> d565a7bd64ec
19:49:42 [2021-02-01T19:49:42.627Z] Step 13/15 : FROM golang:${GO_VERSION}-buster
19:49:42 [2021-02-01T19:49:42.627Z]  ---> 805dc2d65d1c
19:49:42 [2021-02-01T19:49:42.627Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx
19:49:42 [2021-02-01T19:49:42.627Z]  ---> Using cache
19:49:42 [2021-02-01T19:49:42.627Z]  ---> 12c1b4b52ae4
19:49:42 [2021-02-01T19:49:42.627Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"]
19:49:42 [2021-02-01T19:49:42.627Z]  ---> Using cache
19:49:42 [2021-02-01T19:49:42.627Z]  ---> 98fafb12f4ec
19:49:42 [2021-02-01T19:49:42.627Z] Successfully built 98fafb12f4ec
19:49:42 [2021-02-01T19:49:42.627Z] Successfully tagged moby-buildx:latest
19:49:42 [2021-02-01T19:49:42.627Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \
19:49:42 [2021-02-01T19:49:42.627Z] if [ -n "${id}" ]; then \
19:49:42 [2021-02-01T19:49:42.627Z] 	docker cp ${id}:/usr/bin/buildx bundles/buildx \
19:49:42 [2021-02-01T19:49:42.627Z] 	&& touch bundles/buildx; \
19:49:42 [2021-02-01T19:49:42.627Z] 	docker rm -f ${id}; \
19:49:42 [2021-02-01T19:49:42.627Z] fi
19:49:43 [2021-02-01T19:49:43.263Z] 3800051dae72b0568f2251aa4c2037a4700c89a96079b14195d954721322d22e
19:49:43 [2021-02-01T19:49:43.263Z] bundles/buildx version
19:49:43 [2021-02-01T19:49:43.263Z] buildx v0.5.1 11057da
19:49:43 [2021-02-01T19:49:43.263Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 .
19:49:43 [2021-02-01T19:49:43.291Z] #22 transferring context: 53.39MB 1.5s done
19:49:43 [2021-02-01T19:49:43.291Z] #22 DONE 1.6s
19:49:43 [2021-02-01T19:49:43.552Z] 
19:49:43 [2021-02-01T19:49:43.552Z] #16 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
19:49:43 [2021-02-01T19:49:43.552Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788
19:49:43 [2021-02-01T19:49:43.552Z] #16 CACHED
19:49:43 [2021-02-01T19:49:43.552Z] 
19:49:43 [2021-02-01T19:49:43.552Z] #64 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
19:49:43 [2021-02-01T19:49:43.552Z] #64 sha256:544a4e3c9ae1eeee029f423bb8d5217816c7a3d46c340434150c1ab9144a0c5f
19:49:43 [2021-02-01T19:49:43.552Z] #64 CACHED
19:49:43 [2021-02-01T19:49:43.552Z] 
19:49:43 [2021-02-01T19:49:43.552Z] #36 [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
19:49:43 [2021-02-01T19:49:43.552Z] #36 sha256:02f96d559f2edb3c9ea1cae97009d1a6d2a3f142bf38c12a100b2c6f3bbe900e
19:49:43 [2021-02-01T19:49:43.552Z] #36 CACHED
19:49:43 [2021-02-01T19:49:43.552Z] 
19:49:43 [2021-02-01T19:49:43.552Z] #20 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
19:49:43 [2021-02-01T19:49:43.552Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8
19:49:43 [2021-02-01T19:49:43.552Z] #20 CACHED
19:49:43 [2021-02-01T19:49:43.552Z] 
19:49:43 [2021-02-01T19:49:43.552Z] #45 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
19:49:43 [2021-02-01T19:49:43.552Z] #45 sha256:f3fe6bc7aa7f25b38b30380b6407d0caa914b5b129e5de8baf1ad2d3d9a86be6
19:49:43 [2021-02-01T19:49:43.552Z] #45 CACHED
19:49:43 [2021-02-01T19:49:43.552Z] 
19:49:43 [2021-02-01T19:49:43.552Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:49:43 [2021-02-01T19:49:43.552Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb
19:49:43 [2021-02-01T19:49:43.552Z] #21 CACHED
19:49:43 [2021-02-01T19:49:43.552Z] 
19:49:43 [2021-02-01T19:49:43.552Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
19:49:43 [2021-02-01T19:49:43.552Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:49:43 [2021-02-01T19:49:43.552Z] #31 CACHED
19:49:43 [2021-02-01T19:49:43.552Z] 
19:49:43 [2021-02-01T19:49:43.552Z] #13 [dev-systemd-false  1/26] RUN groupadd -r docker
19:49:43 [2021-02-01T19:49:43.552Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25
19:49:43 [2021-02-01T19:49:43.552Z] #13 CACHED
19:49:43 [2021-02-01T19:49:43.552Z] 
19:49:43 [2021-02-01T19:49:43.552Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
19:49:43 [2021-02-01T19:49:43.552Z] #58 sha256:30f0b8b00860503e37154d52c31665c547010e2805353d4fd1bf900de783637c
19:49:43 [2021-02-01T19:49:43.552Z] #58 CACHED
19:49:43 [2021-02-01T19:49:43.552Z] 
19:49:43 [2021-02-01T19:49:43.552Z] #48 [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
19:49:43 [2021-02-01T19:49:43.552Z] #48 sha256:cbaa50769fbf5a402d6fb8f85fa872f9f4d260930ca4ee5188279781fc383e34
19:49:43 [2021-02-01T19:49:43.552Z] #48 CACHED
19:49:43 [2021-02-01T19:49:43.552Z] 
19:49:43 [2021-02-01T19:49:43.552Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
19:49:43 [2021-02-01T19:49:43.552Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
19:49:43 [2021-02-01T19:49:43.552Z] #30 CACHED
19:49:43 [2021-02-01T19:49:43.552Z] 
19:49:43 [2021-02-01T19:49:43.552Z] #54 [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
19:49:43 [2021-02-01T19:49:43.552Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:49:43 [2021-02-01T19:49:43.552Z] #54 CACHED
19:49:43 [2021-02-01T19:49:43.552Z] 
19:49:43 [2021-02-01T19:49:43.552Z] #55 [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
19:49:43 [2021-02-01T19:49:43.552Z] #55 sha256:853bc213645bd583b521ccc2a9dcfe3b6e6ed2c749210b9c7cf92c373aaee128
19:49:43 [2021-02-01T19:49:43.552Z] #55 CACHED
19:49:43 [2021-02-01T19:49:43.552Z] 
19:49:43 [2021-02-01T19:49:43.552Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
19:49:43 [2021-02-01T19:49:43.553Z] #51 sha256:9a3c282d06e92df9ee6bc647e3ee56c855c2982e275e1be648e4f2ecb7ebaca6
19:49:43 [2021-02-01T19:49:43.553Z] #51 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
19:49:43 [2021-02-01T19:49:43.553Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:49:43 [2021-02-01T19:49:43.553Z] #12 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #52 [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
19:49:43 [2021-02-01T19:49:43.553Z] #52 sha256:8e63f759dd12a642fffe20aa458fb5387cd895bd19671825a82229b86d54888d
19:49:43 [2021-02-01T19:49:43.553Z] #52 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #50 [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
19:49:43 [2021-02-01T19:49:43.553Z] #50 sha256:4599bdf1e2e2beaffefa09724c66db7c3d8d476aac994d38442d5cdf8abd13c1
19:49:43 [2021-02-01T19:49:43.553Z] #50 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #17 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
19:49:43 [2021-02-01T19:49:43.553Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5
19:49:43 [2021-02-01T19:49:43.553Z] #17 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/bin/vpnkit.x86_64
19:49:43 [2021-02-01T19:49:43.553Z] #62 sha256:c1d98a5ab0217494842e2205fabd984cd57b84d02ed9a6ac32470f2bff870314
19:49:43 [2021-02-01T19:49:43.553Z] #62 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #15 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
19:49:43 [2021-02-01T19:49:43.553Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7
19:49:43 [2021-02-01T19:49:43.553Z] #15 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #14 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
19:49:43 [2021-02-01T19:49:43.553Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075
19:49:43 [2021-02-01T19:49:43.553Z] #14 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
19:49:43 [2021-02-01T19:49:43.553Z] #47 sha256:5519eb146c96bdd81cc1c586d63299334d9615366ea99d58d4a037fc3f81d88c
19:49:43 [2021-02-01T19:49:43.553Z] #47 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #35 [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
19:49:43 [2021-02-01T19:49:43.553Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:49:43 [2021-02-01T19:49:43.553Z] #35 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #37 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
19:49:43 [2021-02-01T19:49:43.553Z] #37 sha256:4314b436cab1906f85051b68ac4734f1ef1fb9808b5f5b82715f75660fc9eb9f
19:49:43 [2021-02-01T19:49:43.553Z] #37 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #57 [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
19:49:43 [2021-02-01T19:49:43.553Z] #57 sha256:ce4d0d5921a51bbce2bbfb823df5522ed538b2aa4bf1630c30032d84e2e6d889
19:49:43 [2021-02-01T19:49:43.553Z] #57 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #53 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
19:49:43 [2021-02-01T19:49:43.553Z] #53 sha256:30aeda3302c311fbc25ae3d8105f9438a7725c251744f263655f2a22c3eb31c1
19:49:43 [2021-02-01T19:49:43.553Z] #53 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
19:49:43 [2021-02-01T19:49:43.553Z] #63 sha256:ad1d723944f3a309a273e6ea436778a312038f2bc49cc3b578aa6786d7e86ee2
19:49:43 [2021-02-01T19:49:43.553Z] #63 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
19:49:43 [2021-02-01T19:49:43.553Z] #49 sha256:ec046b6fb94ef70a049a00f502e495bc619365aea55abb2facc0886a6b74e57d
19:49:43 [2021-02-01T19:49:43.553Z] #49 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
19:49:43 [2021-02-01T19:49:43.553Z] #60 sha256:95e5a9c1dbc28ec340fbc61342d4c5aeb91ad3804e49e609bdc0cdb8aeef6e1d
19:49:43 [2021-02-01T19:49:43.553Z] #60 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #32 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
19:49:43 [2021-02-01T19:49:43.553Z] #32 sha256:3922b3cc01c96cd85501b3238d9a571ed181d6821a85d154b35477df6fa46a89
19:49:43 [2021-02-01T19:49:43.553Z] #32 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
19:49:43 [2021-02-01T19:49:43.553Z] #34 sha256:8dcfa7821a68271ed063bfbeef3e419bc0898cd12e06a0780c0824086bd612d6
19:49:43 [2021-02-01T19:49:43.553Z] #34 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #43 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
19:49:43 [2021-02-01T19:49:43.553Z] #43 sha256:b03e903d2830cc426f5393e6d78ae9f94165c6e4e80e5e1df8cd9033b235523d
19:49:43 [2021-02-01T19:49:43.553Z] #43 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #39 [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
19:49:43 [2021-02-01T19:49:43.553Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:49:43 [2021-02-01T19:49:43.553Z] #39 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
19:49:43 [2021-02-01T19:49:43.553Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:49:43 [2021-02-01T19:49:43.553Z] #41 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #44 [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
19:49:43 [2021-02-01T19:49:43.553Z] #44 sha256:bea0554248c0ca6ca4cd5a35124bd5a1f6624223c0434c328fcd15cedfe370d3
19:49:43 [2021-02-01T19:49:43.553Z] #44 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
19:49:43 [2021-02-01T19:49:43.553Z] #27 sha256:512d084509e4d44a364f0288ea1dbe7f497d829e4cd433756417a067ddc4f4cd
19:49:43 [2021-02-01T19:49:43.553Z] #27 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
19:49:43 [2021-02-01T19:49:43.553Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
19:49:43 [2021-02-01T19:49:43.553Z] #10 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
19:49:43 [2021-02-01T19:49:43.553Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:49:43 [2021-02-01T19:49:43.553Z] #42 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
19:49:43 [2021-02-01T19:49:43.553Z] #59 sha256:520c8bb04c2e196ca76bc43f2883fc7e2b80001380d8a837be692a43abebe0ca
19:49:43 [2021-02-01T19:49:43.553Z] #59 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #40 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
19:49:43 [2021-02-01T19:49:43.553Z] #40 sha256:56410ef932a4c2240ae657da52923d60839efc9fd43ce3cf56cb0bece89cc128
19:49:43 [2021-02-01T19:49:43.553Z] #40 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #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
19:49:43 [2021-02-01T19:49:43.553Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
19:49:43 [2021-02-01T19:49:43.553Z] #11 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #28 [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
19:49:43 [2021-02-01T19:49:43.553Z] #28 sha256:8825d03a77da55d0525658167a7a8a522bdaa4bb43487ee990aa93abc0bb9f4d
19:49:43 [2021-02-01T19:49:43.553Z] #28 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
19:49:43 [2021-02-01T19:49:43.553Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:49:43 [2021-02-01T19:49:43.553Z] #19 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #18 [dev-systemd-false  6/26] RUN ldconfig
19:49:43 [2021-02-01T19:49:43.553Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3
19:49:43 [2021-02-01T19:49:43.553Z] #18 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #23 [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
19:49:43 [2021-02-01T19:49:43.553Z] #23 sha256:dbd043f711753dbebf1511d20ba14082fb2e4fb6f8fb50f9e138ed3701f29ef2
19:49:43 [2021-02-01T19:49:43.553Z] #23 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
19:49:43 [2021-02-01T19:49:43.553Z] #24 sha256:715dfc173df43a3d11fb98a7318bf30fec122ddfd5c0e21bf58a85dc0d63adb7
19:49:43 [2021-02-01T19:49:43.553Z] #24 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #56 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
19:49:43 [2021-02-01T19:49:43.553Z] #56 sha256:dbd710ffbde8e1f2c44c287fd30649c27003a2bcc22dd3a70eae46eddc1e15c1
19:49:43 [2021-02-01T19:49:43.553Z] #56 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
19:49:43 [2021-02-01T19:49:43.553Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
19:49:43 [2021-02-01T19:49:43.553Z] #38 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
19:49:43 [2021-02-01T19:49:43.553Z] #29 sha256:a4dfb5f7f9f6aaac7e4c6fa9ac07901f190d525efbcaf5a03af9dcb6eebe9faf
19:49:43 [2021-02-01T19:49:43.553Z] #29 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #46 [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
19:49:43 [2021-02-01T19:49:43.553Z] #46 sha256:028ea017feb5763db8730d5c1953a811addeb0f849e90c929ac92cab79e6b7c4
19:49:43 [2021-02-01T19:49:43.553Z] #46 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:49:43 [2021-02-01T19:49:43.553Z] #33 sha256:187643de36b9eb9b403de5a18d2810f2b957d0a59f5dcd81e88bd09bbb459084
19:49:43 [2021-02-01T19:49:43.553Z] #33 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #26 [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
19:49:43 [2021-02-01T19:49:43.553Z] #26 sha256:eb917928a0a67f2c29f76c642853b2f64b9d75e10034bf0a1d3486ff08bb9b88
19:49:43 [2021-02-01T19:49:43.553Z] #26 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
19:49:43 [2021-02-01T19:49:43.553Z] #65 sha256:8878720331669513a30cc9d9bb53918dbd15e4c51048c76c6cd536d0f8afa0f3
19:49:43 [2021-02-01T19:49:43.553Z] #65 CACHED
19:49:43 [2021-02-01T19:49:43.553Z] 
19:49:43 [2021-02-01T19:49:43.553Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker
19:49:43 [2021-02-01T19:49:43.553Z] #66 sha256:be2dae8d894ce98aa77b2480b5a54f9e1601bd94311f27e58cd7006c988389c6
19:49:43 [2021-02-01T19:49:43.556Z] #1 [internal] load build definition from Dockerfile
19:49:43 [2021-02-01T19:49:43.556Z] #1 sha256:c759f59c81ba6991321212b48fd73768e60d042fef966d8a4c495b7c9df7ed7c
19:49:43 [2021-02-01T19:49:43.556Z] #1 transferring dockerfile: 16.55kB 0.0s done
19:49:43 [2021-02-01T19:49:43.556Z] #1 DONE 0.0s
19:49:43 [2021-02-01T19:49:43.852Z] 
19:49:43 [2021-02-01T19:49:43.852Z] #2 [internal] load .dockerignore
19:49:43 [2021-02-01T19:49:43.852Z] #2 sha256:2c3223599bf52fa3280673e9299c9680812da18a9b38f8d7fa6bad896a748ca9
19:49:43 [2021-02-01T19:49:43.852Z] #2 transferring context: 87B done
19:49:43 [2021-02-01T19:49:43.852Z] #2 DONE 0.0s
19:49:43 [2021-02-01T19:49:43.852Z] 
19:49:43 [2021-02-01T19:49:43.852Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
19:49:43 [2021-02-01T19:49:43.852Z] #3 sha256:13bad8e8c60055f738c2e926edccdf574b41d1b142dc292ae63598355511ae2b
19:49:44 [2021-02-01T19:49:44.124Z] #66 DONE 0.8s
19:49:44 [2021-02-01T19:49:44.144Z] #3 DONE 0.2s
19:49:44 [2021-02-01T19:49:44.144Z] 
19:49:44 [2021-02-01T19:49:44.144Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44
19:49:44 [2021-02-01T19:49:44.144Z] #4 sha256:ee73c76f12f55c52289804938396745ecf0a7d1f993c00a3ebae3cc37bdeb8e1
19:49:44 [2021-02-01T19:49:44.144Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
19:49:44 [2021-02-01T19:49:44.144Z] #4 CACHED
19:49:44 [2021-02-01T19:49:44.384Z] 
19:49:44 [2021-02-01T19:49:44.384Z] #67 exporting to image
19:49:44 [2021-02-01T19:49:44.384Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
19:49:44 [2021-02-01T19:49:44.384Z] #67 exporting layers
19:49:44 [2021-02-01T19:49:44.436Z] 
19:49:44 [2021-02-01T19:49:44.436Z] #5 [internal] load build definition from Dockerfile
19:49:44 [2021-02-01T19:49:44.436Z] #5 sha256:65148e03289fd3e6dd9101e534b8e58fbb9977175f66ca15e2d9f49ef16e1fe2
19:49:44 [2021-02-01T19:49:44.436Z] #5 transferring dockerfile: 16.55kB done
19:49:44 [2021-02-01T19:49:44.436Z] #5 DONE 0.0s
19:49:44 [2021-02-01T19:49:44.436Z] 
19:49:44 [2021-02-01T19:49:44.436Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster
19:49:44 [2021-02-01T19:49:44.436Z] #8 sha256:372687b2b903cd79cdd8659c1562f9f4227eb74c5d3643ad399921b7565c1743
19:49:44 [2021-02-01T19:49:44.436Z] #8 DONE 0.1s
19:49:44 [2021-02-01T19:49:44.436Z] 
19:49:44 [2021-02-01T19:49:44.436Z] #7 [internal] load metadata for docker.io/library/debian:buster
19:49:44 [2021-02-01T19:49:44.436Z] #7 sha256:40c9f69513e725b643844c4f54ff586edd2c989eaf3d76fa2bc341d2ddd2df16
19:49:44 [2021-02-01T19:49:44.436Z] #7 DONE 0.1s
19:49:44 [2021-02-01T19:49:44.436Z] 
19:49:44 [2021-02-01T19:49:44.436Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
19:49:44 [2021-02-01T19:49:44.436Z] #6 sha256:fc87f41d59fd17bca5bdacfa76e5840fa11512aef3c722725b3c768af0cd79a5
19:49:44 [2021-02-01T19:49:44.760Z] #6 DONE 0.3s
19:49:44 [2021-02-01T19:49:44.760Z] 
19:49:44 [2021-02-01T19:49:44.760Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669
19:49:44 [2021-02-01T19:49:44.760Z] #61 sha256:ba75f6da22b483e8edfdd12628a6dd8a49ff4ceb5be365479580b00cb55664a8
19:49:44 [2021-02-01T19:49:44.760Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 0.0s done
19:49:44 [2021-02-01T19:49:44.760Z] #61 DONE 0.0s
19:49:44 [2021-02-01T19:49:44.760Z] 
19:49:44 [2021-02-01T19:49:44.760Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:49:44 [2021-02-01T19:49:44.760Z] #9 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1
19:49:44 [2021-02-01T19:49:44.760Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done
19:49:44 [2021-02-01T19:49:44.760Z] #9 DONE 0.0s
19:49:44 [2021-02-01T19:49:44.760Z] 
19:49:44 [2021-02-01T19:49:44.760Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299
19:49:44 [2021-02-01T19:49:44.760Z] #25 sha256:1ef08aff26c4354b3ffde6ebb2534220fe50a99f0c30ab72ad6fb08894790acc
19:49:44 [2021-02-01T19:49:44.760Z] #25 resolve docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299 0.0s done
19:49:44 [2021-02-01T19:49:44.760Z] #25 DONE 0.0s
19:49:44 [2021-02-01T19:49:44.760Z] 
19:49:44 [2021-02-01T19:49:44.760Z] #22 [internal] load build context
19:49:44 [2021-02-01T19:49:44.760Z] #22 sha256:2a64a821e01e3f0b91994b480d35d49a12f5e1762949ddad7f7af2acb90c60c6
19:49:45 [2021-02-01T19:49:45.326Z] #67 exporting layers 0.9s done
19:49:45 [2021-02-01T19:49:45.326Z] #67 writing image sha256:4a64c4b398caca0c470db05dbe4b4490a0ce9a9397d0a01437820f843bdf9687
19:49:45 [2021-02-01T19:49:45.326Z] #67 writing image sha256:4a64c4b398caca0c470db05dbe4b4490a0ce9a9397d0a01437820f843bdf9687 done
19:49:45 [2021-02-01T19:49:45.326Z] #67 naming to docker.io/library/docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 done
19:49:45 [2021-02-01T19:49:45.326Z] #67 DONE 1.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
19:49:45 [2021-02-01T19:49:45.645Z] #1 [internal] load build definition from Dockerfile
19:49:45 [2021-02-01T19:49:45.645Z] #1 sha256:68f3894a48a9af731ad99f4fd6000c79ca0114fa79ee1ecace1b39c66ab61274
19:49:45 [2021-02-01T19:49:45.645Z] #1 transferring dockerfile: 16.55kB done
19:49:45 [2021-02-01T19:49:45.645Z] #1 DONE 0.0s
19:49:45 [2021-02-01T19:49:45.645Z] 
19:49:45 [2021-02-01T19:49:45.645Z] #2 [internal] load .dockerignore
19:49:45 [2021-02-01T19:49:45.645Z] #2 sha256:3423e01e6d006ca91b5057b9ca0b48b81d7a457b4cc80ec444607bbe179b5693
19:49:45 [2021-02-01T19:49:45.645Z] #2 transferring context: 87B done
19:49:45 [2021-02-01T19:49:45.645Z] #2 DONE 0.0s
19:49:45 [2021-02-01T19:49:45.682Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41955/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -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:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/make.sh dynbinary test-integration
19:49:46 [2021-02-01T19:49:46.253Z] 
19:49:46 [2021-02-01T19:49:46.253Z] Removing bundles/
19:49:46 [2021-02-01T19:49:46.253Z] 
19:49:46 [2021-02-01T19:49:46.253Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
19:49:46 [2021-02-01T19:49:46.253Z] Building: bundles/dynbinary-daemon/dockerd-dev
19:49:46 [2021-02-01T19:49:46.253Z] GOOS="" GOARCH="" GOARM=""
19:49:46 [2021-02-01T19:49:46.589Z] 
19:49:46 [2021-02-01T19:49:46.589Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
19:49:46 [2021-02-01T19:49:46.589Z] #3 sha256:3242eeaf18da316ded48256a0832b5cec1bbdac6db0ce0ee365e8a978d41940c
19:49:46 [2021-02-01T19:49:46.851Z] #3 DONE 0.2s
19:49:46 [2021-02-01T19:49:46.851Z] 
19:49:46 [2021-02-01T19:49:46.851Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44
19:49:46 [2021-02-01T19:49:46.851Z] #4 sha256:e2fb1c94d106d597da9164a068ce49aece352b29fc05b57104b551e09cb4545e
19:49:46 [2021-02-01T19:49:46.851Z] #4 CACHED
19:49:47 [2021-02-01T19:49:47.540Z] #22 transferring context: 53.39MB 2.7s done
19:49:47 [2021-02-01T19:49:47.540Z] #22 DONE 2.8s
19:49:47 [2021-02-01T19:49:47.540Z] 
19:49:47 [2021-02-01T19:49:47.540Z] #57 [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
19:49:47 [2021-02-01T19:49:47.540Z] #57 sha256:6b2daac4b05571a7d4056fa81244117f642ee711b42b3ecf6e107e7e9254db44
19:49:47 [2021-02-01T19:49:47.540Z] #57 CACHED
19:49:47 [2021-02-01T19:49:47.540Z] 
19:49:47 [2021-02-01T19:49:47.540Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
19:49:47 [2021-02-01T19:49:47.540Z] #58 sha256:f75eac677a537b352c6f44496d4091d484f319b24c8e2cb15f53f09d9c61bf94
19:49:47 [2021-02-01T19:49:47.540Z] #58 CACHED
19:49:47 [2021-02-01T19:49:47.540Z] 
19:49:47 [2021-02-01T19:49:47.540Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
19:49:47 [2021-02-01T19:49:47.540Z] #10 sha256:de2b7e1945dbe926869611b3b2029194bc28030208e03614c2a9fe1f572df858
19:49:47 [2021-02-01T19:49:47.540Z] #10 CACHED
19:49:47 [2021-02-01T19:49:47.540Z] 
19:49:47 [2021-02-01T19:49:47.540Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
19:49:47 [2021-02-01T19:49:47.540Z] #59 sha256:94190782f34ea1eb682bf1e46ba3b9740d4ed4970158bac3c6eb4856b9600a3c
19:49:47 [2021-02-01T19:49:47.540Z] #59 CACHED
19:49:47 [2021-02-01T19:49:47.540Z] 
19:49:47 [2021-02-01T19:49:47.540Z] #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
19:49:47 [2021-02-01T19:49:47.540Z] #11 sha256:ff794b9c1ccc7e487b8893ee6ce30fad412303a0fbaab6fd892b0bc7b203e159
19:49:47 [2021-02-01T19:49:47.540Z] #11 CACHED
19:49:47 [2021-02-01T19:49:47.540Z] 
19:49:47 [2021-02-01T19:49:47.540Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669
19:49:47 [2021-02-01T19:49:47.540Z] #61 sha256:ba75f6da22b483e8edfdd12628a6dd8a49ff4ceb5be365479580b00cb55664a8
19:49:47 [2021-02-01T19:49:47.540Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 5.24MB / 9.86MB 0.2s
19:49:47 [2021-02-01T19:49:47.795Z] 
19:49:47 [2021-02-01T19:49:47.795Z] #5 [internal] load build definition from Dockerfile
19:49:47 [2021-02-01T19:49:47.795Z] #5 sha256:e85e088575614a62c210bd6d6f537e67d18e866d7e096e3a784426f1b2e8a97e
19:49:47 [2021-02-01T19:49:47.795Z] #5 transferring dockerfile: 16.55kB done
19:49:47 [2021-02-01T19:49:47.795Z] #5 DONE 0.0s
19:49:47 [2021-02-01T19:49:47.795Z] 
19:49:47 [2021-02-01T19:49:47.795Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
19:49:47 [2021-02-01T19:49:47.795Z] #6 sha256:d71d81e7655e217a265abade180b866597ca13067c3e3d98a7c9383c573e8071
19:49:47 [2021-02-01T19:49:47.795Z] #6 DONE 0.1s
19:49:47 [2021-02-01T19:49:47.795Z] 
19:49:47 [2021-02-01T19:49:47.795Z] #8 [internal] load metadata for docker.io/library/debian:buster
19:49:47 [2021-02-01T19:49:47.795Z] #8 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c
19:49:47 [2021-02-01T19:49:47.795Z] #8 DONE 0.1s
19:49:47 [2021-02-01T19:49:47.795Z] 
19:49:47 [2021-02-01T19:49:47.795Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
19:49:47 [2021-02-01T19:49:47.795Z] #7 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0
19:49:47 [2021-02-01T19:49:47.795Z] #7 DONE 0.1s
19:49:47 [2021-02-01T19:49:47.831Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.2s done
19:49:47 [2021-02-01T19:49:47.831Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022
19:49:47 [2021-02-01T19:49:47.831Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.3s done
19:49:47 [2021-02-01T19:49:47.831Z] #61 DONE 0.5s
19:49:47 [2021-02-01T19:49:47.831Z] 
19:49:47 [2021-02-01T19:49:47.831Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
19:49:47 [2021-02-01T19:49:47.831Z] #63 sha256:f9b130d36c7ba769f3c196ac07af0a1f01e4e95d7212d2b911bbe5cc53e7fcb5
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.148 + RM_GOPATH=0
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.148 + TMP_GOPATH=
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.148 + : /build
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.148 + '[' -z '' ']'
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.148 ++ mktemp -d
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.148 + export GOPATH=/tmp/tmp.0k24neuZBR
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.148 + GOPATH=/tmp/tmp.0k24neuZBR
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.148 + RM_GOPATH=1
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.148 + case "$(go env GOARCH)" in
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.148 ++ go env GOARCH
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.175 + export GO_BUILDMODE=-buildmode=pie
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.175 + GO_BUILDMODE=-buildmode=pie
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.176 ++ dirname /tmp/install/install.sh
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.178 + dir=/tmp/install
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.179 + bin=proxy
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.179 + shift
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.179 + '[' '!' -f /tmp/install/proxy.installer ']'
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.180 + . /tmp/install/proxy.installer
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.181 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.182 + install_proxy
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.182 + case "$1" in
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.182 + export CGO_ENABLED=0
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.183 + CGO_ENABLED=0
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.183 + _install_proxy
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.183 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7'
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.183 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.183 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.0k24neuZBR/src/github.com/docker/libnetwork
19:49:47 [2021-02-01T19:49:47.831Z] #63 0.199 Cloning into '/tmp/tmp.0k24neuZBR/src/github.com/docker/libnetwork'...
19:49:48 [2021-02-01T19:49:48.058Z] 
19:49:48 [2021-02-01T19:49:48.058Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669
19:49:48 [2021-02-01T19:49:48.058Z] #61 sha256:f5f6822bf2d1ee8cee9361ba21964db1b075789ef9a6d55e940c346d25984665
19:49:48 [2021-02-01T19:49:48.058Z] #61 DONE 0.0s
19:49:48 [2021-02-01T19:49:48.058Z] 
19:49:48 [2021-02-01T19:49:48.058Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:49:48 [2021-02-01T19:49:48.058Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
19:49:48 [2021-02-01T19:49:48.058Z] #9 DONE 0.0s
19:49:48 [2021-02-01T19:49:48.058Z] 
19:49:48 [2021-02-01T19:49:48.058Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299
19:49:48 [2021-02-01T19:49:48.058Z] #25 sha256:0bd8c75a9035ae20010df4adebf15809818cf40f851a301a81a7001c654b5230
19:49:48 [2021-02-01T19:49:48.058Z] #25 DONE 0.0s
19:49:48 [2021-02-01T19:49:48.058Z] 
19:49:48 [2021-02-01T19:49:48.058Z] #22 [internal] load build context
19:49:48 [2021-02-01T19:49:48.058Z] #22 sha256:e5f55d48a9b9ee21cb2ec6a8d667daefb575353d48880b6d7c4406ca2607146c
19:49:49 [2021-02-01T19:49:49.466Z] #22 transferring context: 53.39MB 1.4s done
19:49:49 [2021-02-01T19:49:49.728Z] #22 DONE 1.4s
19:49:49 [2021-02-01T19:49:49.728Z] 
19:49:49 [2021-02-01T19:49:49.728Z] #54 [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
19:49:49 [2021-02-01T19:49:49.728Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
19:49:49 [2021-02-01T19:49:49.728Z] #54 CACHED
19:49:49 [2021-02-01T19:49:49.728Z] 
19:49:49 [2021-02-01T19:49:49.728Z] #64 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
19:49:49 [2021-02-01T19:49:49.728Z] #64 sha256:ca69eb4085b60a8f13c95ca03706fbfd5307fd73ceaece38271941b998e86ecd
19:49:49 [2021-02-01T19:49:49.728Z] #64 CACHED
19:49:49 [2021-02-01T19:49:49.728Z] 
19:49:49 [2021-02-01T19:49:49.728Z] #46 [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
19:49:49 [2021-02-01T19:49:49.728Z] #46 sha256:1149c53240d50768ea6dc49c0f0c71c523903b35e39f0aecb2a20f400afc2544
19:49:49 [2021-02-01T19:49:49.728Z] #46 CACHED
19:49:49 [2021-02-01T19:49:49.728Z] 
19:49:49 [2021-02-01T19:49:49.728Z] #56 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
19:49:49 [2021-02-01T19:49:49.728Z] #56 sha256:25671aff4f799c650162b27e5d52edca89f1c8016cd2b8fe30d033adb6426c63
19:49:49 [2021-02-01T19:49:49.728Z] #56 CACHED
19:49:49 [2021-02-01T19:49:49.728Z] 
19:49:49 [2021-02-01T19:49:49.728Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/bin/vpnkit.x86_64
19:49:49 [2021-02-01T19:49:49.728Z] #62 sha256:0d278145b64dbd010786903372b36b90bb25175bba79fb3ba2555293b8818032
19:49:49 [2021-02-01T19:49:49.728Z] #62 CACHED
19:49:49 [2021-02-01T19:49:49.728Z] 
19:49:49 [2021-02-01T19:49:49.728Z] #13 [dev-systemd-false  1/26] RUN groupadd -r docker
19:49:49 [2021-02-01T19:49:49.728Z] #13 sha256:45b665fa2f6159ddf5354c16cc477f2d9ed38abd838cba31085b0c76fe535cce
19:49:49 [2021-02-01T19:49:49.728Z] #13 CACHED
19:49:49 [2021-02-01T19:49:49.728Z] 
19:49:49 [2021-02-01T19:49:49.728Z] #50 [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
19:49:49 [2021-02-01T19:49:49.728Z] #50 sha256:ac639bb9f5f7b7df821b71bde82b8ef001b4624e563659aa9de6280496475857
19:49:49 [2021-02-01T19:49:49.728Z] #50 CACHED
19:49:49 [2021-02-01T19:49:49.728Z] 
19:49:49 [2021-02-01T19:49:49.728Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
19:49:49 [2021-02-01T19:49:49.728Z] #58 sha256:478ace55641b0e160926737ec9ea56a9ea2433219d61f1b1ff82c7d0b5ae2265
19:49:49 [2021-02-01T19:49:49.728Z] #58 CACHED
19:49:49 [2021-02-01T19:49:49.728Z] 
19:49:49 [2021-02-01T19:49:49.728Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:49:49 [2021-02-01T19:49:49.728Z] #33 sha256:6d9546f9778f4e4eba30812bbccc93e621b936803f4868f9f1b508936a1fd9fe
19:49:49 [2021-02-01T19:49:49.728Z] #33 CACHED
19:49:49 [2021-02-01T19:49:49.728Z] 
19:49:49 [2021-02-01T19:49:49.728Z] #28 [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
19:49:49 [2021-02-01T19:49:49.728Z] #28 sha256:679c734d3743a7c57d0e37b9c788f601d57b777402662a1b488e3d4840601483
19:49:49 [2021-02-01T19:49:49.728Z] #28 CACHED
19:49:49 [2021-02-01T19:49:49.728Z] 
19:49:49 [2021-02-01T19:49:49.728Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
19:49:49 [2021-02-01T19:49:49.728Z] #38 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58
19:49:49 [2021-02-01T19:49:49.728Z] #38 CACHED
19:49:49 [2021-02-01T19:49:49.728Z] 
19:49:49 [2021-02-01T19:49:49.728Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
19:49:49 [2021-02-01T19:49:49.728Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:49:49 [2021-02-01T19:49:49.728Z] #42 CACHED
19:49:49 [2021-02-01T19:49:49.728Z] 
19:49:49 [2021-02-01T19:49:49.728Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
19:49:49 [2021-02-01T19:49:49.729Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d
19:49:49 [2021-02-01T19:49:49.729Z] #19 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #16 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
19:49:49 [2021-02-01T19:49:49.729Z] #16 sha256:9cb04e72ef9a04b0f4bfc192576234c11f69ea05edf915c6cc3526012abfec52
19:49:49 [2021-02-01T19:49:49.729Z] #16 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #36 [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
19:49:49 [2021-02-01T19:49:49.729Z] #36 sha256:7cce82e39f7e364c1f20e55219db08f27e2c9a2e0c9ebca16f2652ec3564148a
19:49:49 [2021-02-01T19:49:49.729Z] #36 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
19:49:49 [2021-02-01T19:49:49.729Z] #59 sha256:3f7c1a64371fa710e6243f4f8049439a9c861474dc6d41e602e047d42028b84b
19:49:49 [2021-02-01T19:49:49.729Z] #59 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
19:49:49 [2021-02-01T19:49:49.729Z] #24 sha256:2c28679148f138b86a455f4d495a4e28b45eb406ac1fc404750c38dfd98adc5c
19:49:49 [2021-02-01T19:49:49.729Z] #24 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #52 [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
19:49:49 [2021-02-01T19:49:49.729Z] #52 sha256:d8f1125674cef50848de3c73336dfcb9ec56a1bd3f1458ee8bedbe6182a4601b
19:49:49 [2021-02-01T19:49:49.729Z] #52 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
19:49:49 [2021-02-01T19:49:49.729Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6
19:49:49 [2021-02-01T19:49:49.729Z] #10 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
19:49:49 [2021-02-01T19:49:49.729Z] #29 sha256:1e96abe9a913f286ff97a457d05837b3f88ed2b371e8c3575d7e98f70c2f45a9
19:49:49 [2021-02-01T19:49:49.729Z] #29 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #53 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
19:49:49 [2021-02-01T19:49:49.729Z] #53 sha256:ef05c2e7b9c9b1e62ee3b7dbec69d96e762a4a525a2e09b78d870cf0d96afa04
19:49:49 [2021-02-01T19:49:49.729Z] #53 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #39 [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
19:49:49 [2021-02-01T19:49:49.729Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
19:49:49 [2021-02-01T19:49:49.729Z] #39 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #15 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
19:49:49 [2021-02-01T19:49:49.729Z] #15 sha256:32f6cc3ae9f58f5f089f3ea1f950a58492e7d9d8c82f02929abf8033cd75cd45
19:49:49 [2021-02-01T19:49:49.729Z] #15 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #26 [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
19:49:49 [2021-02-01T19:49:49.729Z] #26 sha256:61165586f37ddd6bd27c4c29f28c1049f2ca420de5aca3b183b763b9ac30d69d
19:49:49 [2021-02-01T19:49:49.729Z] #26 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #44 [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
19:49:49 [2021-02-01T19:49:49.729Z] #44 sha256:e2b2df68373275919764260dca53287ac2562a173a6ba91cf9164bb96a7ebc3e
19:49:49 [2021-02-01T19:49:49.729Z] #44 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #35 [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
19:49:49 [2021-02-01T19:49:49.729Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
19:49:49 [2021-02-01T19:49:49.729Z] #35 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
19:49:49 [2021-02-01T19:49:49.729Z] #63 sha256:2391031e16bc68ccb90aa491058737f206aaf1baf6d5a81a618722407f7f8b14
19:49:49 [2021-02-01T19:49:49.729Z] #63 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
19:49:49 [2021-02-01T19:49:49.729Z] #51 sha256:4d342a7b7abb0eafc1e28c285846df855fa4cc3ff49fb9960f7f664f28413619
19:49:49 [2021-02-01T19:49:49.729Z] #51 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
19:49:49 [2021-02-01T19:49:49.729Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c
19:49:49 [2021-02-01T19:49:49.729Z] #12 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #17 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
19:49:49 [2021-02-01T19:49:49.729Z] #17 sha256:f675607c515653c7bef5a9539c0ba98c237e0ad89b1b5f56bc801ffac0555ef7
19:49:49 [2021-02-01T19:49:49.729Z] #17 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #37 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
19:49:49 [2021-02-01T19:49:49.729Z] #37 sha256:c6ce1956fbb53d6263eb3619b8bac3f2ed06454a634095bfe5d6b9b33fdab20d
19:49:49 [2021-02-01T19:49:49.729Z] #37 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #43 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
19:49:49 [2021-02-01T19:49:49.729Z] #43 sha256:ed03864f13333e67e099ffa4a8b458121d8a548a4743f8665fa2cd7147ece082
19:49:49 [2021-02-01T19:49:49.729Z] #43 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #23 [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
19:49:49 [2021-02-01T19:49:49.729Z] #23 sha256:c4760c664e6d587b8e54a38462c0cf54a2ee75a222029ee14a9f5317d3792fbe
19:49:49 [2021-02-01T19:49:49.729Z] #23 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #57 [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
19:49:49 [2021-02-01T19:49:49.729Z] #57 sha256:1e14931590c2c544c50eff21122af50b5f92118762f153579c44bf5409007de8
19:49:49 [2021-02-01T19:49:49.729Z] #57 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #32 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
19:49:49 [2021-02-01T19:49:49.729Z] #32 sha256:0f1add018bd3877239df6ad6003586332d362b710a2e3bd094896d20d5197169
19:49:49 [2021-02-01T19:49:49.729Z] #32 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #18 [dev-systemd-false  6/26] RUN ldconfig
19:49:49 [2021-02-01T19:49:49.729Z] #18 sha256:d30e02ac8b6e2e6d6a59961b4803a4d076ab9c882cdb8140a846da750eaa758f
19:49:49 [2021-02-01T19:49:49.729Z] #18 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
19:49:49 [2021-02-01T19:49:49.729Z] #60 sha256:1b4b25284e6251311c374328db1de7754465d37b9c1efc8a09fe38ee091975fb
19:49:49 [2021-02-01T19:49:49.729Z] #60 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
19:49:49 [2021-02-01T19:49:49.729Z] #27 sha256:bda64866848c8f1e3df377f89e57cc56bbf4629829e90721a6729d9c52684ed8
19:49:49 [2021-02-01T19:49:49.729Z] #27 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
19:49:49 [2021-02-01T19:49:49.729Z] #49 sha256:0e13202e9546e1b182a9856072516a81f77eada201e8f5a7fe3d98ed45d4c95e
19:49:49 [2021-02-01T19:49:49.729Z] #49 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #20 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
19:49:49 [2021-02-01T19:49:49.729Z] #20 sha256:fa948250d3c4fce84ea5b2a2da239703726aad5bc3ed5f96403a6ee7fcde6d2f
19:49:49 [2021-02-01T19:49:49.729Z] #20 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #45 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
19:49:49 [2021-02-01T19:49:49.729Z] #45 sha256:6929b16a0bf04477f28f29ef49802f6506576d4dac46e15093766dd634a53b82
19:49:49 [2021-02-01T19:49:49.729Z] #45 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #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
19:49:49 [2021-02-01T19:49:49.729Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5
19:49:49 [2021-02-01T19:49:49.729Z] #11 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #55 [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
19:49:49 [2021-02-01T19:49:49.729Z] #55 sha256:96573c89a4e070df1412820b96dc3113a6866def3a52397950a2bf9c4acd2bd6
19:49:49 [2021-02-01T19:49:49.729Z] #55 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
19:49:49 [2021-02-01T19:49:49.729Z] #30 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58
19:49:49 [2021-02-01T19:49:49.729Z] #30 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
19:49:49 [2021-02-01T19:49:49.729Z] #34 sha256:afb136fbda1e4bac3dc1c67a5f848a5df7e3a4e3b7a309e5991eeff75a643f0b
19:49:49 [2021-02-01T19:49:49.729Z] #34 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #14 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
19:49:49 [2021-02-01T19:49:49.729Z] #14 sha256:b0628dda7da84e32d5a5d214281ecebf965c5f7d2d2e684d31f49f89636c78be
19:49:49 [2021-02-01T19:49:49.729Z] #14 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:49:49 [2021-02-01T19:49:49.729Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c
19:49:49 [2021-02-01T19:49:49.729Z] #21 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
19:49:49 [2021-02-01T19:49:49.729Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
19:49:49 [2021-02-01T19:49:49.729Z] #41 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #48 [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
19:49:49 [2021-02-01T19:49:49.729Z] #48 sha256:bcdd99fea1340e1a35bf27870266f8c324b0369d6707e3d56806f9d10459db36
19:49:49 [2021-02-01T19:49:49.729Z] #48 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
19:49:49 [2021-02-01T19:49:49.729Z] #47 sha256:0044c4f8c8cabae8c3bd066bf3ed14dd1c2a273008a14d90af28e5a90805081c
19:49:49 [2021-02-01T19:49:49.729Z] #47 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #40 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
19:49:49 [2021-02-01T19:49:49.729Z] #40 sha256:a40e3ebf722c27aed236c3f4eea0db6b9f0c4fcd855e7009a46429944033e570
19:49:49 [2021-02-01T19:49:49.729Z] #40 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
19:49:49 [2021-02-01T19:49:49.729Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
19:49:49 [2021-02-01T19:49:49.729Z] #31 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
19:49:49 [2021-02-01T19:49:49.729Z] #65 sha256:f935cd2ea4b717fd277d5dcd3595b8d6089c8dc4235483709e0e67fcd593d69e
19:49:49 [2021-02-01T19:49:49.729Z] #65 CACHED
19:49:49 [2021-02-01T19:49:49.729Z] 
19:49:49 [2021-02-01T19:49:49.729Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker
19:49:49 [2021-02-01T19:49:49.729Z] #66 sha256:37bc7566678f0205ad6ddf47445cf89d5c2ec368e2d968f04e5d70906bd42289
19:49:50 [2021-02-01T19:49:50.566Z] #63 2.771 + cd /tmp/tmp.0k24neuZBR/src/github.com/docker/libnetwork
19:49:50 [2021-02-01T19:49:50.566Z] #63 2.771 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:49:50 [2021-02-01T19:49:50.566Z] #63 2.815 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
19:49:51 [2021-02-01T19:49:51.203Z] #63 DONE 3.7s
19:49:51 [2021-02-01T19:49:51.645Z] #66 DONE 1.8s
19:49:51 [2021-02-01T19:49:51.645Z] 
19:49:51 [2021-02-01T19:49:51.645Z] #67 exporting to image
19:49:51 [2021-02-01T19:49:51.645Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
19:49:51 [2021-02-01T19:49:51.645Z] #67 exporting layers
19:49:52 [2021-02-01T19:49:52.252Z] 
19:49:52 [2021-02-01T19:49:52.252Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
19:49:52 [2021-02-01T19:49:52.252Z] #29 sha256:04554b1e95eec35446e1357d9498df6db7f4755882d46bce74fa7a9b448d3b13
19:49:52 [2021-02-01T19:49:52.252Z] #29 CACHED
19:49:52 [2021-02-01T19:49:52.252Z] 
19:49:52 [2021-02-01T19:49:52.252Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
19:49:52 [2021-02-01T19:49:52.252Z] #24 sha256:1be32fc2c1d52baedf6fcf545f3d7273ecb1d5d7774e48853b6fed78f29cf634
19:49:52 [2021-02-01T19:49:52.252Z] #24 CACHED
19:49:52 [2021-02-01T19:49:52.252Z] 
19:49:52 [2021-02-01T19:49:52.252Z] #55 [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
19:49:52 [2021-02-01T19:49:52.252Z] #55 sha256:45c00ce50e1368a0216d91b63bbb7d2d4ad3525197528ba6feb8f8c4dfd53f49
19:49:52 [2021-02-01T19:49:52.252Z] #55 CACHED
19:49:52 [2021-02-01T19:49:52.252Z] 
19:49:52 [2021-02-01T19:49:52.252Z] #36 [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
19:49:52 [2021-02-01T19:49:52.252Z] #36 sha256:58fd7bc0656aa3f619f70323728a8c7936e854e0ff3eb8c8c0b7656938ab3080
19:49:52 [2021-02-01T19:49:52.252Z] #36 CACHED
19:49:52 [2021-02-01T19:49:52.252Z] 
19:49:52 [2021-02-01T19:49:52.252Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
19:49:52 [2021-02-01T19:49:52.252Z] #12 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a
19:49:52 [2021-02-01T19:49:52.252Z] #12 CACHED
19:49:52 [2021-02-01T19:49:52.252Z] 
19:49:52 [2021-02-01T19:49:52.252Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
19:49:52 [2021-02-01T19:49:52.252Z] #47 sha256:a876d2b40d4e2f3395907a081d8e874dc9d62b72a1020acbdd34fef9c06786c2
19:49:52 [2021-02-01T19:49:52.252Z] #47 CACHED
19:49:52 [2021-02-01T19:49:52.252Z] 
19:49:52 [2021-02-01T19:49:52.252Z] #26 [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
19:49:52 [2021-02-01T19:49:52.252Z] #26 sha256:b0c500e846892363e8be013f054b0969c29ceff2a684e177d6f3710680125a3c
19:49:52 [2021-02-01T19:49:52.252Z] #26 CACHED
19:49:52 [2021-02-01T19:49:52.252Z] 
19:49:52 [2021-02-01T19:49:52.252Z] #39 [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
19:49:52 [2021-02-01T19:49:52.252Z] #39 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9
19:49:52 [2021-02-01T19:49:52.252Z] #39 CACHED
19:49:52 [2021-02-01T19:49:52.252Z] 
19:49:52 [2021-02-01T19:49:52.252Z] #50 [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
19:49:52 [2021-02-01T19:49:52.252Z] #50 sha256:60164c7024f3e5622fba6e8d5ae52e3e1e001b2d217c6e0c2eb94e11a861df58
19:49:52 [2021-02-01T19:49:52.252Z] #50 CACHED
19:49:52 [2021-02-01T19:49:52.252Z] 
19:49:52 [2021-02-01T19:49:52.252Z] #54 [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
19:49:52 [2021-02-01T19:49:52.252Z] #54 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea
19:49:52 [2021-02-01T19:49:52.252Z] #54 CACHED
19:49:52 [2021-02-01T19:49:52.252Z] 
19:49:52 [2021-02-01T19:49:52.252Z] #46 [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
19:49:52 [2021-02-01T19:49:52.252Z] #46 sha256:6107f6e79c39760d23626a3929c0d6c60442cf3c504add07857b58569d340481
19:49:52 [2021-02-01T19:49:52.252Z] #46 CACHED
19:49:52 [2021-02-01T19:49:52.252Z] 
19:49:52 [2021-02-01T19:49:52.252Z] #52 [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
19:49:52 [2021-02-01T19:49:52.252Z] #52 sha256:b10ff32d48747bcd5a0ac999084e65a6093f6c3714b4e08c323eeb44da0ce76b
19:49:52 [2021-02-01T19:49:52.252Z] #52 CACHED
19:49:52 [2021-02-01T19:49:52.252Z] 
19:49:52 [2021-02-01T19:49:52.252Z] #16 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
19:49:52 [2021-02-01T19:49:52.252Z] #16 sha256:655a7efebbd89ea6256be84d236e344c608f082a642e9394768d9520c8284f07
19:49:52 [2021-02-01T19:49:52.252Z] #16 CACHED
19:49:52 [2021-02-01T19:49:52.252Z] 
19:49:52 [2021-02-01T19:49:52.252Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
19:49:52 [2021-02-01T19:49:52.252Z] #19 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a
19:49:52 [2021-02-01T19:49:52.252Z] #19 CACHED
19:49:52 [2021-02-01T19:49:52.252Z] 
19:49:52 [2021-02-01T19:49:52.252Z] #40 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
19:49:52 [2021-02-01T19:49:52.253Z] #40 sha256:11cf5a53b77cca584525b9bd869c0c7f6d5656de6fe0dfb697e5e9be56dd1e4f
19:49:52 [2021-02-01T19:49:52.253Z] #40 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #18 [dev-systemd-false  6/26] RUN ldconfig
19:49:52 [2021-02-01T19:49:52.253Z] #18 sha256:b5c691b79a79694b2c56e6ee2a28b3911ddca902f50501f5c24b9b08f71dc2fc
19:49:52 [2021-02-01T19:49:52.253Z] #18 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
19:49:52 [2021-02-01T19:49:52.253Z] #49 sha256:a064c049745d74b8280ddd570090cd3395ad308d67eca9e5958b9b99d7fee189
19:49:52 [2021-02-01T19:49:52.253Z] #49 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #43 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
19:49:52 [2021-02-01T19:49:52.253Z] #43 sha256:aa66f5a9ea21fa1c2c90712bf1f67f532f96cb1cccd8423b93f647860f68a324
19:49:52 [2021-02-01T19:49:52.253Z] #43 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
19:49:52 [2021-02-01T19:49:52.253Z] #30 sha256:34d72fd651778c0cdb3dc938aacb06f57ff1869c20cbd1458f724e704eb32e92
19:49:52 [2021-02-01T19:49:52.253Z] #30 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:49:52 [2021-02-01T19:49:52.253Z] #33 sha256:684c6a5eebf0917a8f5b160a1e6aa50ed89b81d6a3056b03fcf854d1e1d4b21d
19:49:52 [2021-02-01T19:49:52.253Z] #33 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #44 [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
19:49:52 [2021-02-01T19:49:52.253Z] #44 sha256:2fbc6fb60662e2b3dcb0ee85f9444a41c93bf8a990a53bef1854342a31f04358
19:49:52 [2021-02-01T19:49:52.253Z] #44 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #20 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
19:49:52 [2021-02-01T19:49:52.253Z] #20 sha256:f9cfccc8fb34cc555d5fadd4829421e33abeed7ec28087cd74c46e1cbd7e7291
19:49:52 [2021-02-01T19:49:52.253Z] #20 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #45 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
19:49:52 [2021-02-01T19:49:52.253Z] #45 sha256:bf8686b4e1480eba3dea79311311d38de848263574818271fb1efa5213c83d52
19:49:52 [2021-02-01T19:49:52.253Z] #45 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #17 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
19:49:52 [2021-02-01T19:49:52.253Z] #17 sha256:014420600259ce67fcf640c2e80d4638883d75766789d4038d9d929517221565
19:49:52 [2021-02-01T19:49:52.253Z] #17 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
19:49:52 [2021-02-01T19:49:52.253Z] #51 sha256:58e0de29cd57152c4584e3984b00ab100f863c1c2684f20a8c625ed0b5b6d385
19:49:52 [2021-02-01T19:49:52.253Z] #51 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #48 [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
19:49:52 [2021-02-01T19:49:52.253Z] #48 sha256:060b508ea41d668e5a4b68ee6021c744a71e79680e5e6946472bc4a2bc709a97
19:49:52 [2021-02-01T19:49:52.253Z] #48 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #28 [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
19:49:52 [2021-02-01T19:49:52.253Z] #28 sha256:e06eb6b7f7e2b85de826cd0745c02b5ce9eff63f8406035ffc8a5c9182fe88d8
19:49:52 [2021-02-01T19:49:52.253Z] #28 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #32 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
19:49:52 [2021-02-01T19:49:52.253Z] #32 sha256:d619baef72ed7ce7c1463eb51006dda0abf5e3e58a7cbc594f992bfa5508f196
19:49:52 [2021-02-01T19:49:52.253Z] #32 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
19:49:52 [2021-02-01T19:49:52.253Z] #42 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:49:52 [2021-02-01T19:49:52.253Z] #42 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #35 [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
19:49:52 [2021-02-01T19:49:52.253Z] #35 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c
19:49:52 [2021-02-01T19:49:52.253Z] #35 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #13 [dev-systemd-false  1/26] RUN groupadd -r docker
19:49:52 [2021-02-01T19:49:52.253Z] #13 sha256:b94135c23903589bfeef79bd7a859aa77f5d77cac2e64aae46b4183454a3e060
19:49:52 [2021-02-01T19:49:52.253Z] #13 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #15 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
19:49:52 [2021-02-01T19:49:52.253Z] #15 sha256:fa150b462abe21c0842ca3bb8b2af46cbb6f2141aee1950feab35c3a2258ce13
19:49:52 [2021-02-01T19:49:52.253Z] #15 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
19:49:52 [2021-02-01T19:49:52.253Z] #38 sha256:b948760ec906f0112e36d43a368d2764d9e6051a21547341b1990eac2341e2c0
19:49:52 [2021-02-01T19:49:52.253Z] #38 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #23 [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
19:49:52 [2021-02-01T19:49:52.253Z] #23 sha256:cf61c827e5658c0e80fb7d32479d2d319e6803630d0bd5a4d73a5132fa7e9047
19:49:52 [2021-02-01T19:49:52.253Z] #23 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
19:49:52 [2021-02-01T19:49:52.253Z] #34 sha256:e93d926fd078219bd74a3e2f4a10dbe6ec7a891f5235d99b4ac07c1a5343fb4d
19:49:52 [2021-02-01T19:49:52.253Z] #34 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #53 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
19:49:52 [2021-02-01T19:49:52.253Z] #53 sha256:2579826a0898d23d4ef35935e81984ffa96562ac542c4a26a728779efc59d1b5
19:49:52 [2021-02-01T19:49:52.253Z] #53 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
19:49:52 [2021-02-01T19:49:52.253Z] #31 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030
19:49:52 [2021-02-01T19:49:52.253Z] #31 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
19:49:52 [2021-02-01T19:49:52.253Z] #27 sha256:7c4b0a71806abda9e2960049e29b64e21b72414820f135351a120428d2263a54
19:49:52 [2021-02-01T19:49:52.253Z] #27 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #14 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
19:49:52 [2021-02-01T19:49:52.253Z] #14 sha256:019f51ecfd803723b0b9a61b7e05ba706e9d86a078f72d077a8ab43eeb2e9ccc
19:49:52 [2021-02-01T19:49:52.253Z] #14 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
19:49:52 [2021-02-01T19:49:52.253Z] #41 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f
19:49:52 [2021-02-01T19:49:52.253Z] #41 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:49:52 [2021-02-01T19:49:52.253Z] #21 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc
19:49:52 [2021-02-01T19:49:52.253Z] #21 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #37 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
19:49:52 [2021-02-01T19:49:52.253Z] #37 sha256:d4419ecfbf0fe5d5d616b0a418ae9def2c977df422e42b38d286a6cde5c27a37
19:49:52 [2021-02-01T19:49:52.253Z] #37 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #56 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
19:49:52 [2021-02-01T19:49:52.253Z] #56 sha256:c3384340d263801997af2b8210da4e258308009ff24c5af9bf632ddc8da243f7
19:49:52 [2021-02-01T19:49:52.253Z] #56 CACHED
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
19:49:52 [2021-02-01T19:49:52.253Z] #60 sha256:25b344d7cd364d322f27f3b81d9cf62785fe3a29c556191257e1d8974fd11c14
19:49:52 [2021-02-01T19:49:52.253Z] #60 DONE 0.1s
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/bin/vpnkit.x86_64
19:49:52 [2021-02-01T19:49:52.253Z] #62 sha256:21756a5f206f2bc234677f50370db3965c3064d3a13a6aaf5ddc4d02542ced32
19:49:52 [2021-02-01T19:49:52.253Z] #62 DONE 0.1s
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #64 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
19:49:52 [2021-02-01T19:49:52.253Z] #64 sha256:3e2d09130b75503b9ca99a085831df252777f54fcc47f84b53ecec3e09b9ad70
19:49:52 [2021-02-01T19:49:52.253Z] #64 DONE 0.0s
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
19:49:52 [2021-02-01T19:49:52.253Z] #65 sha256:2d699c3223a021a918a7f81bef4a08879dcc5aa1d674e91e235d6642b4825162
19:49:52 [2021-02-01T19:49:52.253Z] #65 DONE 0.0s
19:49:52 [2021-02-01T19:49:52.253Z] 
19:49:52 [2021-02-01T19:49:52.253Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker
19:49:52 [2021-02-01T19:49:52.253Z] #66 sha256:4bcc5cf373b4e3ee4876796f7737a91011dc379c3e482ef71bed0113ba11c66a
19:49:52 [2021-02-01T19:49:52.342Z] Commit message: "Fallback to  manifest list when no platform match"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
19:49:53 [2021-02-01T19:49:53.034Z] #67 exporting layers 1.6s done
19:49:53 [2021-02-01T19:49:53.034Z] #67 writing image sha256:ba061c64c81f3f7925eb9d082c268c132845c9988dd0da9addbb3f8896a13c41 done
19:49:53 [2021-02-01T19:49:53.034Z] #67 naming to docker.io/library/docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 done
19:49:53 [2021-02-01T19:49:53.034Z] #67 DONE 1.6s
19:49:53 [2021-02-01T19:49:53.292Z] #66 DONE 0.8s
19:49:53 [2021-02-01T19:49:53.292Z] 
19:49:53 [2021-02-01T19:49:53.292Z] #67 exporting to oci image format
19:49:53 [2021-02-01T19:49:53.292Z] #67 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2
19:49:53 [2021-02-01T19:49:53.292Z] #67 exporting layers
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
19:49:54 [2021-02-01T19:49:54.742Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41955/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/test/unit
19:49:55 [2021-02-01T19:49:55.371Z] + docker version
19:49:58 [2021-02-01T19:49:58.957Z] ?   	github.com/docker/docker/api	[no test files]
19:50:02 [2021-02-01T19:50:02.574Z] Client: Docker Engine - Enterprise
19:50:02 [2021-02-01T19:50:02.574Z]  Version:           19.03.12
19:50:02 [2021-02-01T19:50:02.574Z]  API version:       1.40
19:50:02 [2021-02-01T19:50:02.574Z]  Go version:        go1.13.13
19:50:02 [2021-02-01T19:50:02.574Z]  Git commit:        4306744
19:50:02 [2021-02-01T19:50:02.574Z]  Built:             08/05/2020 19:27:53
19:50:02 [2021-02-01T19:50:02.574Z]  OS/Arch:           windows/amd64
19:50:02 [2021-02-01T19:50:02.574Z]  Experimental:      false
19:50:02 [2021-02-01T19:50:02.574Z] 
19:50:02 [2021-02-01T19:50:02.574Z] Server: Docker Engine - Enterprise
19:50:02 [2021-02-01T19:50:02.574Z]  Engine:
19:50:02 [2021-02-01T19:50:02.574Z]   Version:          19.03.12
19:50:02 [2021-02-01T19:50:02.574Z]   API version:      1.40 (minimum version 1.24)
19:50:02 [2021-02-01T19:50:02.574Z]   Go version:       go1.13.13
19:50:02 [2021-02-01T19:50:02.574Z]   Git commit:       f295753ffd
19:50:02 [2021-02-01T19:50:02.574Z]   Built:            08/05/2020 19:26:41
19:50:02 [2021-02-01T19:50:02.574Z]   OS/Arch:          windows/amd64
19:50:02 [2021-02-01T19:50:02.574Z]   Experimental:     true
[Pipeline] sh
19:50:03 [2021-02-01T19:50:03.824Z] #67 exporting layers 9.5s done
19:50:03 [2021-02-01T19:50:03.824Z] #67 exporting manifest sha256:6fb4dba28df607eb92c348146a8072853704cd5a81e19b6fa3ec9a32ae36dbcd done
19:50:03 [2021-02-01T19:50:03.824Z] #67 exporting config sha256:fce5a5bde6f69299efee044a2be57c790f905c890926a4a4f0e1230190ed0826 done
19:50:03 [2021-02-01T19:50:03.824Z] #67 sending tarball
19:50:04 [2021-02-01T19:50:04.053Z] + docker info
19:50:11 [2021-02-01T19:50:11.215Z] ok  	github.com/docker/docker/api/server	0.032s	coverage: 9.0% of statements
19:50:11 [2021-02-01T19:50:11.340Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
19:50:11 [2021-02-01T19:50:11.340Z] 
19:50:11 [2021-02-01T19:50:11.599Z] + TEST_INTEGRATION_DEST=1
19:50:11 [2021-02-01T19:50:11.599Z] + CONTAINER_NAME=docker-pr4-1
19:50:11 [2021-02-01T19:50:11.599Z] + TEST_SKIP_INTEGRATION_CLI=1
19:50:11 [2021-02-01T19:50:11.599Z] + run_tests test-integration-flaky
19:50:11 [2021-02-01T19:50:11.599Z] + '[' -n 0 ']'
19:50:11 [2021-02-01T19:50:11.599Z] + rm=
19:50:11 [2021-02-01T19:50:11.600Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41955/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41955/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41955/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/make.sh test-integration-flaky test-integration
19:50:11 [2021-02-01T19:50:11.600Z] + c=0
19:50:11 [2021-02-01T19:50:11.600Z] + TEST_INTEGRATION_DEST=3
19:50:11 [2021-02-01T19:50:11.600Z] + CONTAINER_NAME=docker-pr4-3
19:50:11 [2021-02-01T19:50:11.600Z] + TEST_SKIP_INTEGRATION=1
19:50:11 [2021-02-01T19:50:11.600Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
19:50:11 [2021-02-01T19:50:11.600Z] + run_tests
19:50:11 [2021-02-01T19:50:11.600Z] + '[' -n 0 ']'
19:50:11 [2021-02-01T19:50:11.600Z] + rm=
19:50:11 [2021-02-01T19:50:11.600Z] + TEST_INTEGRATION_DEST=2
19:50:11 [2021-02-01T19:50:11.600Z] + CONTAINER_NAME=docker-pr4-2
19:50:11 [2021-02-01T19:50:11.600Z] + TEST_SKIP_INTEGRATION=1
19:50:11 [2021-02-01T19:50:11.600Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
19:50:11 [2021-02-01T19:50:11.600Z] + run_tests
19:50:11 [2021-02-01T19:50:11.600Z] ++ jobs -p
19:50:11 [2021-02-01T19:50:11.600Z] + '[' -n 0 ']'
19:50:11 [2021-02-01T19:50:11.600Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41955/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41955/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41955/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/make.sh '' test-integration
19:50:11 [2021-02-01T19:50:11.600Z] + rm=
19:50:11 [2021-02-01T19:50:11.600Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41955/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41955/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41955/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/make.sh '' test-integration
19:50:11 [2021-02-01T19:50:11.600Z] + for job in $(jobs -p)
19:50:11 [2021-02-01T19:50:11.600Z] + wait 19082
19:50:12 [2021-02-01T19:50:12.537Z] 
19:50:12 [2021-02-01T19:50:12.537Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:50:12 [2021-02-01T19:50:12.537Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:50:12 [2021-02-01T19:50:12.537Z] HOSTNAME=ce1b8ac875ee
19:50:12 [2021-02-01T19:50:12.537Z] TEST_SKIP_INTEGRATION=1
19:50:12 [2021-02-01T19:50:12.537Z] TESTDEBUG=0
19:50:12 [2021-02-01T19:50:12.537Z] DEST=bundles/test-integration
19:50:12 [2021-02-01T19:50:12.537Z] PWD=/go/src/github.com/docker/docker
19:50:12 [2021-02-01T19:50:12.537Z] KEEPBUNDLE=1
19:50:12 [2021-02-01T19:50:12.537Z] DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:50:12 [2021-02-01T19:50:12.537Z] container=docker
19:50:12 [2021-02-01T19:50:12.537Z] HOME=/root
19:50:12 [2021-02-01T19:50:12.537Z] GOLANG_VERSION=1.13.15
19:50:12 [2021-02-01T19:50:12.537Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:50:12 [2021-02-01T19:50:12.537Z] VALIDATE_BRANCH=master
19:50:12 [2021-02-01T19:50:12.537Z] TERM=xterm
19:50:12 [2021-02-01T19:50:12.537Z] DOCKER_PKG=github.com/docker/docker
19:50:12 [2021-02-01T19:50:12.537Z] SHLVL=1
19:50:12 [2021-02-01T19:50:12.537Z] TIMEOUT=120m
19:50:12 [2021-02-01T19:50:12.538Z] DOCKER_BUILDTAGS=apparmor seccomp journald
19:50:12 [2021-02-01T19:50:12.538Z] DOCKER_GRAPHDRIVER=overlay2
19:50:12 [2021-02-01T19:50:12.538Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
19:50:12 [2021-02-01T19:50:12.538Z] GO111MODULE=off
19:50:12 [2021-02-01T19:50:12.538Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:50:12 [2021-02-01T19:50:12.538Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:50:12 [2021-02-01T19:50:12.538Z] GOPATH=/go
19:50:12 [2021-02-01T19:50:12.538Z] PKG_CONFIG=pkg-config
19:50:12 [2021-02-01T19:50:12.538Z] _=/usr/bin/env
19:50:12 [2021-02-01T19:50:12.538Z] 
19:50:12 [2021-02-01T19:50:12.538Z] Building test suite binary ./integration-cli/test.main
19:50:12 [2021-02-01T19:50:12.538Z] 
19:50:12 [2021-02-01T19:50:12.538Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
19:50:12 [2021-02-01T19:50:12.538Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:50:12 [2021-02-01T19:50:12.538Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:50:12 [2021-02-01T19:50:12.538Z] HOSTNAME=0ac6aaf1aafc
19:50:12 [2021-02-01T19:50:12.538Z] TEST_SKIP_INTEGRATION=1
19:50:12 [2021-02-01T19:50:12.538Z] TESTDEBUG=0
19:50:12 [2021-02-01T19:50:12.538Z] DEST=bundles/test-integration
19:50:12 [2021-02-01T19:50:12.538Z] PWD=/go/src/github.com/docker/docker
19:50:12 [2021-02-01T19:50:12.538Z] KEEPBUNDLE=1
19:50:12 [2021-02-01T19:50:12.538Z] DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:50:12 [2021-02-01T19:50:12.538Z] container=docker
19:50:12 [2021-02-01T19:50:12.538Z] HOME=/root
19:50:12 [2021-02-01T19:50:12.538Z] GOLANG_VERSION=1.13.15
19:50:12 [2021-02-01T19:50:12.538Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:50:12 [2021-02-01T19:50:12.538Z] VALIDATE_BRANCH=master
19:50:12 [2021-02-01T19:50:12.538Z] TERM=xterm
19:50:12 [2021-02-01T19:50:12.538Z] DOCKER_PKG=github.com/docker/docker
19:50:12 [2021-02-01T19:50:12.538Z] SHLVL=1
19:50:12 [2021-02-01T19:50:12.538Z] TIMEOUT=120m
19:50:12 [2021-02-01T19:50:12.538Z] DOCKER_BUILDTAGS=apparmor seccomp journald
19:50:12 [2021-02-01T19:50:12.538Z] DOCKER_GRAPHDRIVER=overlay2
19:50:12 [2021-02-01T19:50:12.538Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
19:50:12 [2021-02-01T19:50:12.538Z] GO111MODULE=off
19:50:12 [2021-02-01T19:50:12.538Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:50:12 [2021-02-01T19:50:12.538Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:50:12 [2021-02-01T19:50:12.538Z] GOPATH=/go
19:50:12 [2021-02-01T19:50:12.538Z] PKG_CONFIG=pkg-config
19:50:12 [2021-02-01T19:50:12.538Z] _=/usr/bin/env
19:50:12 [2021-02-01T19:50:12.538Z] Building test suite binary ./integration-cli/test.main
19:50:13 [2021-02-01T19:50:13.108Z] No new tests added to integration.
19:50:13 [2021-02-01T19:50:13.108Z] 
19:50:13 [2021-02-01T19:50:13.108Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:50:13 [2021-02-01T19:50:13.678Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:50:13 [2021-02-01T19:50:13.678Z] HOSTNAME=3edf6dba5421
19:50:13 [2021-02-01T19:50:13.678Z] TESTDEBUG=0
19:50:13 [2021-02-01T19:50:13.678Z] DEST=bundles/test-integration
19:50:13 [2021-02-01T19:50:13.678Z] PWD=/go/src/github.com/docker/docker
19:50:13 [2021-02-01T19:50:13.678Z] KEEPBUNDLE=1
19:50:13 [2021-02-01T19:50:13.678Z] DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:50:13 [2021-02-01T19:50:13.678Z] container=docker
19:50:13 [2021-02-01T19:50:13.678Z] HOME=/root
19:50:13 [2021-02-01T19:50:13.678Z] GOLANG_VERSION=1.13.15
19:50:13 [2021-02-01T19:50:13.678Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:50:13 [2021-02-01T19:50:13.678Z] VALIDATE_BRANCH=master
19:50:13 [2021-02-01T19:50:13.678Z] TERM=xterm
19:50:13 [2021-02-01T19:50:13.678Z] DOCKER_PKG=github.com/docker/docker
19:50:13 [2021-02-01T19:50:13.678Z] SHLVL=1
19:50:13 [2021-02-01T19:50:13.678Z] TIMEOUT=120m
19:50:13 [2021-02-01T19:50:13.678Z] DOCKER_BUILDTAGS=apparmor seccomp journald
19:50:13 [2021-02-01T19:50:13.678Z] DOCKER_GRAPHDRIVER=overlay2
19:50:13 [2021-02-01T19:50:13.678Z] GO111MODULE=off
19:50:13 [2021-02-01T19:50:13.678Z] TEST_SKIP_INTEGRATION_CLI=1
19:50:13 [2021-02-01T19:50:13.678Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:50:13 [2021-02-01T19:50:13.678Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:50:13 [2021-02-01T19:50:13.678Z] GOPATH=/go
19:50:13 [2021-02-01T19:50:13.678Z] PKG_CONFIG=pkg-config
19:50:13 [2021-02-01T19:50:13.678Z] _=/usr/bin/env
19:50:13 [2021-02-01T19:50:13.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
19:50:19 [2021-02-01T19:50:19.308Z] #67 ...
19:50:19 [2021-02-01T19:50:19.308Z] 
19:50:19 [2021-02-01T19:50:19.308Z] #68 importing to docker
19:50:19 [2021-02-01T19:50:19.308Z] #68 sha256:a729c368e414aa4fba20559f1ee1f8b2ab4fb7d40e756238afa733434d1e21f2
19:50:20 [2021-02-01T19:50:20.837Z] #68 DONE 2.4s
19:50:20 [2021-02-01T19:50:20.837Z] 
19:50:20 [2021-02-01T19:50:20.837Z] #67 exporting to oci image format
19:50:20 [2021-02-01T19:50:20.837Z] #67 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2
19:50:20 [2021-02-01T19:50:20.837Z] #67 sending tarball 18.3s done
19:50:20 [2021-02-01T19:50:20.837Z] #67 DONE 27.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
19:50:21 [2021-02-01T19:50:21.263Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41955/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/test/unit
19:50:21 [2021-02-01T19:50:21.805Z] Client:
19:50:21 [2021-02-01T19:50:21.805Z]  Debug Mode: false
19:50:21 [2021-02-01T19:50:21.805Z]  Plugins:
19:50:21 [2021-02-01T19:50:21.805Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
19:50:21 [2021-02-01T19:50:21.805Z] 
19:50:21 [2021-02-01T19:50:21.805Z] Server:
19:50:21 [2021-02-01T19:50:21.805Z]  Containers: 0
19:50:21 [2021-02-01T19:50:21.805Z]   Running: 0
19:50:21 [2021-02-01T19:50:21.805Z]   Paused: 0
19:50:21 [2021-02-01T19:50:21.805Z]   Stopped: 0
19:50:21 [2021-02-01T19:50:21.805Z]  Images: 0
19:50:21 [2021-02-01T19:50:21.805Z]  Server Version: 19.03.12
19:50:21 [2021-02-01T19:50:21.805Z]  Storage Driver: windowsfilter (windows) lcow (linux)
19:50:21 [2021-02-01T19:50:21.805Z]   Windows: 
19:50:21 [2021-02-01T19:50:21.805Z]   LCOW: 
19:50:21 [2021-02-01T19:50:21.805Z]  Logging Driver: json-file
19:50:21 [2021-02-01T19:50:21.805Z]  Plugins:
19:50:21 [2021-02-01T19:50:21.805Z]   Volume: local
19:50:21 [2021-02-01T19:50:21.805Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
19:50:21 [2021-02-01T19:50:21.805Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
19:50:21 [2021-02-01T19:50:21.805Z]  Swarm: inactive
19:50:21 [2021-02-01T19:50:21.805Z]  Default Isolation: process
19:50:21 [2021-02-01T19:50:21.805Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
19:50:21 [2021-02-01T19:50:21.805Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697)
19:50:21 [2021-02-01T19:50:21.805Z]  OSType: windows
19:50:21 [2021-02-01T19:50:21.805Z]  Architecture: x86_64
19:50:21 [2021-02-01T19:50:21.805Z]  CPUs: 4
19:50:21 [2021-02-01T19:50:21.805Z]  Total Memory: 32GiB
19:50:21 [2021-02-01T19:50:21.805Z]  Name: azwin-2-5a14f0
19:50:21 [2021-02-01T19:50:21.805Z]  ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3
19:50:21 [2021-02-01T19:50:21.805Z]  Docker Root Dir: D:\docker
19:50:21 [2021-02-01T19:50:21.805Z]  Debug Mode: false
19:50:21 [2021-02-01T19:50:21.805Z]  Registry: https://index.docker.io/v1/
19:50:21 [2021-02-01T19:50:21.805Z]  Labels:
19:50:21 [2021-02-01T19:50:21.805Z]  Experimental: true
19:50:21 [2021-02-01T19:50:21.805Z]  Insecure Registries:
19:50:21 [2021-02-01T19:50:21.805Z]   10.0.0.4:5000
19:50:21 [2021-02-01T19:50:21.805Z]   127.0.0.0/8
19:50:21 [2021-02-01T19:50:21.805Z]  Registry Mirrors:
19:50:21 [2021-02-01T19:50:21.805Z]   http://10.0.0.4:5000/
19:50:21 [2021-02-01T19:50:21.805Z]  Live Restore Enabled: false
19:50:21 [2021-02-01T19:50:21.805Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
19:50:24 [2021-02-01T19:50:24.810Z] ?   	github.com/docker/docker/api	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ok  	github.com/docker/docker/api/server/httputils	0.005s	coverage: 14.7% of statements
19:50:36 [2021-02-01T19:50:36.352Z] ok  	github.com/docker/docker/api/server/middleware	0.026s	coverage: 37.7% of statements
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/server/router	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ok  	github.com/docker/docker/api/server/router/swarm	0.002s	coverage: 5.7% of statements
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/types	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/types/container	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/types/events	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ok  	github.com/docker/docker/api/types/strslice	0.012s	coverage: 90.0% of statements
19:50:36 [2021-02-01T19:50:36.352Z] ok  	github.com/docker/docker/api/types/filters	0.003s	coverage: 92.2% of statements
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/types/image	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/types/network	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ok  	github.com/docker/docker/api/types/time	0.006s	coverage: 100.0% of statements
19:50:36 [2021-02-01T19:50:36.352Z] ok  	github.com/docker/docker/api/types/versions	0.005s	coverage: 75.0% of statements
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/builder	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
19:50:36 [2021-02-01T19:50:36.352Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
19:50:37 [2021-02-01T19:50:37.374Z] DEBUG: print all environment variables to check how Jenkins runs this script
19:50:37 [2021-02-01T19:50:37.374Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-1bb0ff29\powershellScript.ps1'; exit $LASTEXITCODE;
19:50:37 [2021-02-01T19:50:37.374Z] ----------------------------------------------------------------------------
19:50:37 [2021-02-01T19:50:37.374Z] 
19:50:37 [2021-02-01T19:50:37.374Z] INFO: executeCI.ps1 starting at Mon Feb  1 19:50:37 CUT 2021
19:50:37 [2021-02-01T19:50:37.374Z] 
19:50:37 [2021-02-01T19:50:37.374Z] INFO: Script version 05-Feb-2019 09:03 PDT
19:50:37 [2021-02-01T19:50:37.374Z] INFO: Running git version 2.24.1.windows.2
19:50:37 [2021-02-01T19:50:37.374Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
19:50:37 [2021-02-01T19:50:37.374Z] INFO: Environment variables:
19:50:37 [2021-02-01T19:50:37.374Z] 
19:50:37 [2021-02-01T19:50:37.374Z] Name                           Value                                                                                   
19:50:37 [2021-02-01T19:50:37.374Z] ----                           -----                                                                                   
19:50:37 [2021-02-01T19:50:37.374Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
19:50:37 [2021-02-01T19:50:37.374Z] amd64                          true                                                                                    
19:50:37 [2021-02-01T19:50:37.374Z] APPDATA                        C:\windows\system32\config\systemprofile\AppData\Roaming                                
19:50:37 [2021-02-01T19:50:37.374Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
19:50:37 [2021-02-01T19:50:37.374Z] arm64                          true                                                                                    
19:50:37 [2021-02-01T19:50:37.374Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9                      
19:50:37 [2021-02-01T19:50:37.374Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9                                                                                  
19:50:37 [2021-02-01T19:50:37.374Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
19:50:37 [2021-02-01T19:50:37.374Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
19:50:37 [2021-02-01T19:50:37.374Z] BRANCH_NAME                    PR-41955                                                                                
19:50:37 [2021-02-01T19:50:37.374Z] BUILD_DISPLAY_NAME             #4                                                                                      
19:50:37 [2021-02-01T19:50:37.374Z] BUILD_ID                       4                                                                                       
19:50:37 [2021-02-01T19:50:37.374Z] BUILD_NUMBER                   4                                                                                       
19:50:37 [2021-02-01T19:50:37.374Z] BUILD_TAG                      jenkins-moby-PR-41955-4                                                                 
19:50:37 [2021-02-01T19:50:37.374Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-41955/4/                              
19:50:37 [2021-02-01T19:50:37.374Z] CHANGE_AUTHOR                  cpuguy83                                                                                
19:50:37 [2021-02-01T19:50:37.374Z] CHANGE_AUTHOR_DISPLAY_NAME     Brian Goff                                                                              
19:50:37 [2021-02-01T19:50:37.374Z] CHANGE_AUTHOR_EMAIL            cpuguy83@gmail.com                                                                      
19:50:37 [2021-02-01T19:50:37.374Z] CHANGE_BRANCH                  fallback_manifest_on_bad_plat                                                           
19:50:37 [2021-02-01T19:50:37.374Z] CHANGE_FORK                    cpuguy83/docker                                                                         
19:50:37 [2021-02-01T19:50:37.374Z] CHANGE_ID                      41955                                                                                   
19:50:37 [2021-02-01T19:50:37.374Z] CHANGE_TARGET                  master                                                                                  
19:50:37 [2021-02-01T19:50:37.374Z] CHANGE_TITLE                   Fallback to  manifest list when no platform match                                       
19:50:37 [2021-02-01T19:50:37.374Z] CHANGE_URL                     https://github.com/moby/moby/pull/41955                                                 
19:50:37 [2021-02-01T19:50:37.374Z] CHECK_CONFIG_COMMIT            78405559cfe5987174aa2cb6463b9b2c1b917255                                                
19:50:37 [2021-02-01T19:50:37.374Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
19:50:37 [2021-02-01T19:50:37.374Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
19:50:37 [2021-02-01T19:50:37.374Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
19:50:37 [2021-02-01T19:50:37.374Z] COMPUTERNAME                   azwin-2-5a14f0                                                                          
19:50:37 [2021-02-01T19:50:37.374Z] ComSpec                        C:\windows\system32\cmd.exe                                                             
19:50:37 [2021-02-01T19:50:37.374Z] ConfigSequenceNumber           0                                                                                       
19:50:37 [2021-02-01T19:50:37.374Z] dco                            true                                                                                    
19:50:37 [2021-02-01T19:50:37.374Z] DOCKER_BUILDKIT                0                                                                                       
19:50:37 [2021-02-01T19:50:37.374Z] DOCKER_DUT_DEBUG               1                                                                                       
19:50:37 [2021-02-01T19:50:37.374Z] DOCKER_EXPERIMENTAL            1                                                                                       
19:50:37 [2021-02-01T19:50:37.374Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
19:50:37 [2021-02-01T19:50:37.374Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
19:50:37 [2021-02-01T19:50:37.374Z] EXECUTOR_NUMBER                0                                                                                       
19:50:37 [2021-02-01T19:50:37.374Z] FQDN                           azwin-2-5a14f0.westus.cloudapp.azure.com                                                
19:50:37 [2021-02-01T19:50:37.374Z] GIT_BRANCH                     PR-41955                                                                                
19:50:37 [2021-02-01T19:50:37.374Z] GIT_COMMIT                     7f83ec5c454c7a154e9d8e7928ac71a9569d22a2                                                
19:50:37 [2021-02-01T19:50:37.374Z] GIT_URL                        https://github.com/moby/moby.git                                                        
19:50:37 [2021-02-01T19:50:37.374Z] HUDSON_COOKIE                  db0f6fec-1cf2-4824-ac0c-c123efa329f1                                                    
19:50:37 [2021-02-01T19:50:37.374Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
19:50:37 [2021-02-01T19:50:37.374Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
19:50:37 [2021-02-01T19:50:37.374Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
19:50:37 [2021-02-01T19:50:37.374Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.275-1.b01.ojdkbuild.windows.x86_64                          
19:50:37 [2021-02-01T19:50:37.374Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
19:50:37 [2021-02-01T19:50:37.374Z] JENKINS_NODE_COOKIE            8606c153-39f1-494f-8c77-5293107041c2                                                    
19:50:37 [2021-02-01T19:50:37.374Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
19:50:37 [2021-02-01T19:50:37.374Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
19:50:37 [2021-02-01T19:50:37.374Z] JOB_BASE_NAME                  PR-41955                                                                                
19:50:37 [2021-02-01T19:50:37.374Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-41955/display/redirect                
19:50:37 [2021-02-01T19:50:37.374Z] JOB_NAME                       moby/PR-41955                                                                           
19:50:37 [2021-02-01T19:50:37.374Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-41955/                                
19:50:37 [2021-02-01T19:50:37.374Z] library.jps.version            master                                                                                  
19:50:37 [2021-02-01T19:50:37.374Z] LOCALAPPDATA                   C:\windows\system32\config\systemprofile\AppData\Local                                  
19:50:37 [2021-02-01T19:50:37.374Z] NODE_LABELS                    amd64 azure azwin-2-5a14f0 azwin-2019 docker west-us windows windows-2019 x86_64        
19:50:37 [2021-02-01T19:50:37.374Z] NODE_NAME                      azwin-2-5a14f0                                                                          
19:50:37 [2021-02-01T19:50:37.374Z] NUMBER_OF_PROCESSORS           4                                                                                       
19:50:37 [2021-02-01T19:50:37.374Z] OS                             Windows_NT                                                                              
19:50:37 [2021-02-01T19:50:37.374Z] Path                           C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo...
19:50:37 [2021-02-01T19:50:37.374Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
19:50:37 [2021-02-01T19:50:37.375Z] ppc64le                        true                                                                                    
19:50:37 [2021-02-01T19:50:37.375Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
19:50:37 [2021-02-01T19:50:37.375Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 85 Stepping 4, GenuineIntel                                      
19:50:37 [2021-02-01T19:50:37.375Z] PROCESSOR_LEVEL                6                                                                                       
19:50:37 [2021-02-01T19:50:37.375Z] PROCESSOR_REVISION             5504                                                                                    
19:50:37 [2021-02-01T19:50:37.375Z] ProgramData                    C:\ProgramData                                                                          
19:50:37 [2021-02-01T19:50:37.375Z] ProgramFiles                   C:\Program Files                                                                        
19:50:37 [2021-02-01T19:50:37.375Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
19:50:37 [2021-02-01T19:50:37.375Z] ProgramW6432                   C:\Program Files                                                                        
19:50:37 [2021-02-01T19:50:37.375Z] PROMPT                         $P$G                                                                                    
19:50:37 [2021-02-01T19:50:37.375Z] PSExecutionPolicyPreference    Bypass                                                                                  
19:50:37 [2021-02-01T19:50:37.375Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste...
19:50:37 [2021-02-01T19:50:37.375Z] PUBLIC                         C:\Users\Public                                                                         
19:50:37 [2021-02-01T19:50:37.375Z] rootless                       true                                                                                    
19:50:37 [2021-02-01T19:50:37.375Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-41955/4/display/redirect?page=artif...
19:50:37 [2021-02-01T19:50:37.375Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-41955/4/display/redirect?page=changes 
19:50:37 [2021-02-01T19:50:37.375Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-41955/4/display/redirect              
19:50:37 [2021-02-01T19:50:37.375Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-41955/4/display/redirect?page=tests   
19:50:37 [2021-02-01T19:50:37.375Z] s390x                          true                                                                                    
19:50:37 [2021-02-01T19:50:37.375Z] SKIP_VALIDATION_TESTS          1                                                                                       
19:50:37 [2021-02-01T19:50:37.375Z] SOURCES_DRIVE                  d                                                                                       
19:50:37 [2021-02-01T19:50:37.375Z] SOURCES_SUBDIR                 gopath                                                                                  
19:50:37 [2021-02-01T19:50:37.375Z] STAGE_NAME                     Run tests                                                                               
19:50:37 [2021-02-01T19:50:37.375Z] SystemDrive                    C:                                                                                      
19:50:37 [2021-02-01T19:50:37.375Z] SystemRoot                     C:\windows                                                                              
19:50:37 [2021-02-01T19:50:37.375Z] TEMP                           C:\windows\TEMP                                                                         
19:50:37 [2021-02-01T19:50:37.375Z] TESTDEBUG                      0                                                                                       
19:50:37 [2021-02-01T19:50:37.375Z] TESTRUN_DRIVE                  d                                                                                       
19:50:37 [2021-02-01T19:50:37.375Z] TESTRUN_SUBDIR                 CI                                                                                      
19:50:37 [2021-02-01T19:50:37.375Z] TIMEOUT                        120m                                                                                    
19:50:37 [2021-02-01T19:50:37.375Z] TMP                            C:\windows\TEMP                                                                         
19:50:37 [2021-02-01T19:50:37.375Z] unit_validate                  true                                                                                    
19:50:37 [2021-02-01T19:50:37.375Z] USERDOMAIN                     WORKGROUP                                                                               
19:50:37 [2021-02-01T19:50:37.375Z] USERNAME                       azwin-2-5a14f0$                                                                         
19:50:37 [2021-02-01T19:50:37.375Z] USERPROFILE                    C:\windows\system32\config\systemprofile                                                
19:50:37 [2021-02-01T19:50:37.375Z] validate_force                 false                                                                                   
19:50:37 [2021-02-01T19:50:37.375Z] windir                         C:\windows                                                                              
19:50:37 [2021-02-01T19:50:37.375Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
19:50:37 [2021-02-01T19:50:37.375Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
19:50:37 [2021-02-01T19:50:37.375Z] windowsRS1                     false                                                                                   
19:50:37 [2021-02-01T19:50:37.375Z] windowsRS5                     true                                                                                    
19:50:37 [2021-02-01T19:50:37.375Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
19:50:37 [2021-02-01T19:50:37.375Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
19:50:37 [2021-02-01T19:50:37.375Z] 
19:50:37 [2021-02-01T19:50:37.375Z] 
19:50:37 [2021-02-01T19:50:37.375Z] 
19:50:38 [2021-02-01T19:50:38.352Z] INFO: Sources under d:\gopath\...
19:50:38 [2021-02-01T19:50:38.352Z] INFO: Test run under d:\CI\...
19:50:38 [2021-02-01T19:50:38.352Z] INFO: Running in D:\gopath\src\github.com\docker\docker
19:50:38 [2021-02-01T19:50:38.352Z] INFO: docker/docker repository was found
19:50:38 [2021-02-01T19:50:38.816Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time...
19:50:39 [2021-02-01T19:50:39.086Z] ok  	github.com/docker/docker/builder/remotecontext	0.327s	coverage: 13.7% of statements
19:50:39 [2021-02-01T19:50:39.281Z] ltsc2019: Pulling from windows/servercore
19:50:39 [2021-02-01T19:50:39.720Z] ok  	github.com/docker/docker/builder/dockerfile	0.946s	coverage: 48.3% of statements
19:50:39 [2021-02-01T19:50:39.720Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
19:50:39 [2021-02-01T19:50:39.745Z] 4612f6d0b889: Pulling fs layer
19:50:39 [2021-02-01T19:50:39.745Z] 4dcc9a9b9e68: Pulling fs layer
19:50:40 [2021-02-01T19:50:40.355Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
19:50:40 [2021-02-01T19:50:40.989Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.127s	coverage: 86.3% of statements
19:50:40 [2021-02-01T19:50:40.989Z] ?   	github.com/docker/docker/cli	[no test files]
19:50:40 [2021-02-01T19:50:40.989Z] ?   	github.com/docker/docker/cli/config	[no test files]
19:50:43 [2021-02-01T19:50:43.465Z] ok  	github.com/docker/docker/api/server	0.029s	coverage: 9.0% of statements
19:50:43 [2021-02-01T19:50:43.723Z] ok  	github.com/docker/docker/client	0.135s	coverage: 75.4% of statements
19:50:52 [2021-02-01T19:50:52.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
19:50:52 [2021-02-01T19:50:52.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
19:51:04 [2021-02-01T19:51:04.943Z] 4612f6d0b889: Verifying Checksum
19:51:04 [2021-02-01T19:51:04.943Z] 4612f6d0b889: Download complete
19:51:04 [2021-02-01T19:51:04.943Z] 4dcc9a9b9e68: Download complete
19:51:07 [2021-02-01T19:51:07.535Z] ok  	github.com/docker/docker/api/server/httputils	0.028s	coverage: 14.7% of statements
19:51:07 [2021-02-01T19:51:07.535Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
19:51:07 [2021-02-01T19:51:07.535Z] ok  	github.com/docker/docker/api/server/middleware	0.030s	coverage: 37.7% of statements
19:51:07 [2021-02-01T19:51:07.535Z] ?   	github.com/docker/docker/api/server/router	[no test files]
19:51:07 [2021-02-01T19:51:07.535Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
19:51:07 [2021-02-01T19:51:07.535Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
19:51:07 [2021-02-01T19:51:07.535Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
19:51:07 [2021-02-01T19:51:07.535Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
19:51:07 [2021-02-01T19:51:07.535Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
19:51:07 [2021-02-01T19:51:07.535Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
19:51:07 [2021-02-01T19:51:07.535Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
19:51:07 [2021-02-01T19:51:07.535Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
19:51:08 [2021-02-01T19:51:08.111Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
19:51:08 [2021-02-01T19:51:08.111Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
19:51:08 [2021-02-01T19:51:08.374Z] ok  	github.com/docker/docker/api/types/filters	0.018s	coverage: 92.2% of statements
19:51:08 [2021-02-01T19:51:08.374Z] ok  	github.com/docker/docker/api/types/strslice	0.016s	coverage: 90.0% of statements
19:51:08 [2021-02-01T19:51:08.374Z] ok  	github.com/docker/docker/api/server/router/swarm	0.021s	coverage: 5.7% of statements
19:51:08 [2021-02-01T19:51:08.374Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
19:51:08 [2021-02-01T19:51:08.374Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
19:51:08 [2021-02-01T19:51:08.374Z] ?   	github.com/docker/docker/api/types	[no test files]
19:51:08 [2021-02-01T19:51:08.374Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
19:51:08 [2021-02-01T19:51:08.374Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
19:51:08 [2021-02-01T19:51:08.374Z] ?   	github.com/docker/docker/api/types/container	[no test files]
19:51:08 [2021-02-01T19:51:08.374Z] ?   	github.com/docker/docker/api/types/events	[no test files]
19:51:08 [2021-02-01T19:51:08.374Z] ?   	github.com/docker/docker/api/types/image	[no test files]
19:51:08 [2021-02-01T19:51:08.374Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
19:51:08 [2021-02-01T19:51:08.374Z] ?   	github.com/docker/docker/api/types/network	[no test files]
19:51:08 [2021-02-01T19:51:08.374Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
19:51:08 [2021-02-01T19:51:08.374Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
19:51:08 [2021-02-01T19:51:08.374Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
19:51:08 [2021-02-01T19:51:08.374Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
19:51:08 [2021-02-01T19:51:08.637Z] ok  	github.com/docker/docker/api/types/time	0.031s	coverage: 100.0% of statements
19:51:08 [2021-02-01T19:51:08.902Z] ok  	github.com/docker/docker/api/types/versions	0.014s	coverage: 75.0% of statements
19:51:08 [2021-02-01T19:51:08.902Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
19:51:08 [2021-02-01T19:51:08.902Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
19:51:08 [2021-02-01T19:51:08.902Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
19:51:08 [2021-02-01T19:51:08.902Z] ?   	github.com/docker/docker/builder	[no test files]
19:51:08 [2021-02-01T19:51:08.902Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
19:51:08 [2021-02-01T19:51:08.902Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
19:51:08 [2021-02-01T19:51:08.902Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
19:51:08 [2021-02-01T19:51:08.902Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
19:51:08 [2021-02-01T19:51:08.902Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
19:51:08 [2021-02-01T19:51:08.902Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
19:51:08 [2021-02-01T19:51:08.902Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
19:51:10 [2021-02-01T19:51:10.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
19:51:10 [2021-02-01T19:51:10.835Z] ok  	github.com/docker/docker/cmd/dockerd	0.087s	coverage: 29.1% of statements
19:51:11 [2021-02-01T19:51:11.465Z] ok  	github.com/docker/docker/container	0.126s	coverage: 34.7% of statements
19:51:11 [2021-02-01T19:51:11.465Z] ?   	github.com/docker/docker/container/stream	[no test files]
19:51:11 [2021-02-01T19:51:11.465Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
19:51:11 [2021-02-01T19:51:11.465Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
19:51:11 [2021-02-01T19:51:11.465Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
19:51:11 [2021-02-01T19:51:11.516Z] ok  	github.com/docker/docker/cli/debug	0.051s	coverage: 100.0% of statements
19:51:12 [2021-02-01T19:51:12.464Z] ok  	github.com/docker/docker/builder/remotecontext	0.368s	coverage: 13.7% of statements
19:51:13 [2021-02-01T19:51:13.855Z] ok  	github.com/docker/docker/builder/dockerfile	0.864s	coverage: 48.3% of statements
19:51:13 [2021-02-01T19:51:13.855Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
19:51:13 [2021-02-01T19:51:13.855Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.396s	coverage: 86.3% of statements
19:51:13 [2021-02-01T19:51:13.855Z] ?   	github.com/docker/docker/cli	[no test files]
19:51:13 [2021-02-01T19:51:13.855Z] ?   	github.com/docker/docker/cli/config	[no test files]
19:51:19 [2021-02-01T19:51:19.163Z] ok  	github.com/docker/docker/client	0.260s	coverage: 75.4% of statements
19:51:19 [2021-02-01T19:51:19.982Z] ok  	github.com/docker/docker/daemon/cluster	0.060s	coverage: 0.5% of statements
19:51:19 [2021-02-01T19:51:19.982Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.007s	coverage: 65.3% of statements
19:51:21 [2021-02-01T19:51:21.486Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.008s	coverage: 35.9% of statements
19:51:22 [2021-02-01T19:51:22.750Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
19:51:22 [2021-02-01T19:51:22.750Z] 
19:51:22 [2021-02-01T19:51:22.750Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:51:22 [2021-02-01T19:51:22.750Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:51:22 [2021-02-01T19:51:22.750Z] HOSTNAME=cc144b347de2
19:51:22 [2021-02-01T19:51:22.750Z] DEST=bundles/test-integration
19:51:22 [2021-02-01T19:51:22.750Z] PWD=/go/src/github.com/docker/docker
19:51:22 [2021-02-01T19:51:22.750Z] DOCKER_ROOTLESS=1
19:51:22 [2021-02-01T19:51:22.750Z] DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:51:22 [2021-02-01T19:51:22.750Z] container=docker
19:51:22 [2021-02-01T19:51:22.750Z] HOME=/root
19:51:22 [2021-02-01T19:51:22.750Z] GOLANG_VERSION=1.13.15
19:51:22 [2021-02-01T19:51:22.750Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:51:22 [2021-02-01T19:51:22.750Z] VALIDATE_BRANCH=master
19:51:22 [2021-02-01T19:51:22.750Z] TERM=xterm
19:51:22 [2021-02-01T19:51:22.750Z] DOCKER_PKG=github.com/docker/docker
19:51:22 [2021-02-01T19:51:22.750Z] SHLVL=1
19:51:22 [2021-02-01T19:51:22.750Z] TIMEOUT=120m
19:51:22 [2021-02-01T19:51:22.750Z] DOCKER_BUILDTAGS=apparmor seccomp journald
19:51:22 [2021-02-01T19:51:22.750Z] DOCKER_GRAPHDRIVER=overlay2
19:51:22 [2021-02-01T19:51:22.750Z] GO111MODULE=off
19:51:22 [2021-02-01T19:51:22.750Z] DOCKER_EXPERIMENTAL=1
19:51:22 [2021-02-01T19:51:22.750Z] TEST_SKIP_INTEGRATION_CLI=1
19:51:22 [2021-02-01T19:51:22.750Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:51:22 [2021-02-01T19:51:22.750Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:51:22 [2021-02-01T19:51:22.750Z] GOPATH=/go
19:51:22 [2021-02-01T19:51:22.750Z] PKG_CONFIG=pkg-config
19:51:22 [2021-02-01T19:51:22.750Z] _=/usr/bin/env
19:51:22 [2021-02-01T19:51:22.750Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
19:51:22 [2021-02-01T19:51:22.753Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
19:51:22 [2021-02-01T19:51:22.753Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
19:51:24 [2021-02-01T19:51:24.662Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
19:51:26 [2021-02-01T19:51:26.571Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
19:51:26 [2021-02-01T19:51:26.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
19:51:29 [2021-02-01T19:51:29.371Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
19:51:29 [2021-02-01T19:51:29.949Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.457s	coverage: 14.0% of statements
19:51:30 [2021-02-01T19:51:30.239Z] ok  	github.com/docker/docker/daemon/config	0.023s	coverage: 81.8% of statements
19:51:30 [2021-02-01T19:51:30.870Z] ok  	github.com/docker/docker/daemon	12.279s	coverage: 17.1% of statements
19:51:30 [2021-02-01T19:51:30.870Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
19:51:30 [2021-02-01T19:51:30.870Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
19:51:31 [2021-02-01T19:51:31.160Z] ok  	github.com/docker/docker/daemon/discovery	0.003s	coverage: 30.0% of statements
19:51:31 [2021-02-01T19:51:31.790Z] ok  	github.com/docker/docker/daemon/events	0.057s	coverage: 50.0% of statements
19:51:31 [2021-02-01T19:51:31.790Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
19:51:31 [2021-02-01T19:51:31.790Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
19:51:32 [2021-02-01T19:51:32.080Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.2% of statements
19:51:33 [2021-02-01T19:51:33.571Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
19:51:34 [2021-02-01T19:51:34.142Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.005s	coverage: 2.9% of statements
19:51:34 [2021-02-01T19:51:34.423Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|files|imports|name|deps|types_sizes) took 2m3.631878054s 
19:51:34 [2021-02-01T19:51:34.423Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 469.665096ms 
19:51:34 [2021-02-01T19:51:34.772Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.205s	coverage: 56.2% of statements
19:51:36 [2021-02-01T19:51:36.110Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
19:51:38 [2021-02-01T19:51:38.019Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
19:51:38 [2021-02-01T19:51:38.967Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
19:51:39 [2021-02-01T19:51:39.214Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.140s	coverage: 46.2% of statements
19:51:40 [2021-02-01T19:51:40.245Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.004s	coverage: 1.8% of statements
19:51:41 [2021-02-01T19:51:41.504Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
19:51:42 [2021-02-01T19:51:42.885Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
19:51:43 [2021-02-01T19:51:43.762Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.296s	coverage: 49.5% of statements
19:51:45 [2021-02-01T19:51:45.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
19:51:45 [2021-02-01T19:51:45.781Z] ok  	github.com/docker/docker/cmd/dockerd	0.123s	coverage: 29.1% of statements
19:51:46 [2021-02-01T19:51:46.363Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
19:51:46 [2021-02-01T19:51:46.730Z] ok  	github.com/docker/docker/container	0.145s	coverage: 34.4% of statements
19:51:46 [2021-02-01T19:51:46.730Z] ?   	github.com/docker/docker/container/stream	[no test files]
19:51:46 [2021-02-01T19:51:46.730Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
19:51:46 [2021-02-01T19:51:46.730Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
19:51:46 [2021-02-01T19:51:46.730Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
19:51:46 [2021-02-01T19:51:46.930Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:51:46 [2021-02-01T19:51:46.930Z] Using test binary docker
19:51:46 [2021-02-01T19:51:46.930Z] +++ /etc/init.d/apparmor start
19:51:46 [2021-02-01T19:51:46.930Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:51:46 [2021-02-01T19:51:46.930Z] INFO: Waiting for daemon to start...
19:51:46 [2021-02-01T19:51:46.930Z] Starting dockerd
19:51:46 [2021-02-01T19:51:46.930Z] +++ 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
19:51:47 [2021-02-01T19:51:47.189Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:51:47 [2021-02-01T19:51:47.189Z] Using test binary docker
19:51:47 [2021-02-01T19:51:47.189Z] +++ /etc/init.d/apparmor start
19:51:47 [2021-02-01T19:51:47.189Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:51:47 [2021-02-01T19:51:47.189Z] INFO: Waiting for daemon to start...
19:51:47 [2021-02-01T19:51:47.189Z] Starting dockerd
19:51:47 [2021-02-01T19:51:47.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
19:51:47 [2021-02-01T19:51:47.189Z] .Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
19:51:48 [2021-02-01T19:51:48.200Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:51:48 [2021-02-01T19:51:48.200Z] Using test binary docker
19:51:48 [2021-02-01T19:51:48.200Z] +++ /etc/init.d/apparmor start
19:51:48 [2021-02-01T19:51:48.200Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:51:48 [2021-02-01T19:51:48.200Z] INFO: Waiting for daemon to start...
19:51:48 [2021-02-01T19:51:48.200Z] Starting dockerd
19:51:48 [2021-02-01T19:51:48.200Z] +++ 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
19:51:50 [2021-02-01T19:51:50.052Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.087s	coverage: 65.3% of statements
19:51:50 [2021-02-01T19:51:50.630Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.029s	coverage: 35.9% of statements
19:51:50 [2021-02-01T19:51:50.646Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	16.433s	coverage: 73.1% of statements
19:51:50 [2021-02-01T19:51:50.646Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
19:51:50 [2021-02-01T19:51:50.646Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.005s	coverage: 58.0% of statements
19:51:50 [2021-02-01T19:51:50.779Z] .
19:51:50 [2021-02-01T19:51:50.779Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:51:50 [2021-02-01T19:51:50.779Z] 
19:51:50 [2021-02-01T19:51:50.780Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:51:50 [2021-02-01T19:51:50.780Z] 
19:51:50 [2021-02-01T19:51:50.780Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:51:50 [2021-02-01T19:51:50.780Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:51:50 [2021-02-01T19:51:50.780Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:51:50 [2021-02-01T19:51:50.780Z] Error: No such image: emptyfs
19:51:50 [2021-02-01T19:51:50.780Z] Error: No such image: emptyfs
19:51:50 [2021-02-01T19:51:50.780Z] ++++ tar -cC bundles/test-integration/emptyfs .
19:51:50 [2021-02-01T19:51:50.780Z] ++++ docker load
19:51:50 [2021-02-01T19:51:50.780Z] ++++ tar -cC bundles/test-integration/emptyfs .
19:51:50 [2021-02-01T19:51:50.780Z] ++++ docker load
19:51:50 [2021-02-01T19:51:50.780Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:51:50 [2021-02-01T19:51:50.780Z] Error: No such image: emptyfs
19:51:50 [2021-02-01T19:51:50.780Z] ++++ tar -cC bundles/test-integration/emptyfs .
19:51:50 [2021-02-01T19:51:50.780Z] ++++ docker load
19:51:50 [2021-02-01T19:51:50.937Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	6.224s	coverage: 57.7% of statements
19:51:50 [2021-02-01T19:51:50.937Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
19:51:50 [2021-02-01T19:51:50.937Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
19:51:51 [2021-02-01T19:51:51.041Z] Running integration-test (iteration 1)
19:51:51 [2021-02-01T19:51:51.041Z] Running integration-test (iteration 1)
19:51:51 [2021-02-01T19:51:51.041Z] 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)/
19:51:51 [2021-02-01T19:51:51.041Z] ++ 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)/'
19:51:51 [2021-02-01T19:51:51.041Z] ++ set -e
19:51:51 [2021-02-01T19:51:51.041Z] ++ '[' -n 0 ']'
19:51:51 [2021-02-01T19:51:51.041Z] ++ set -x
19:51:51 [2021-02-01T19:51:51.041Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
19:51:51 [2021-02-01T19:51:51.041Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
19:51:51 [2021-02-01T19:51:51.041Z] ++ 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
19:51:51 [2021-02-01T19:51:51.041Z] ++ set -e
19:51:51 [2021-02-01T19:51:51.041Z] ++ '[' -n 0 ']'
19:51:51 [2021-02-01T19:51:51.041Z] ++ set -x
19:51:51 [2021-02-01T19:51:51.041Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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
19:51:51 [2021-02-01T19:51:51.041Z] Running integration-test (iteration 1)
19:51:51 [2021-02-01T19:51:51.041Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
19:51:51 [2021-02-01T19:51:51.041Z] ++ 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)/'
19:51:51 [2021-02-01T19:51:51.041Z] ++ set -e
19:51:51 [2021-02-01T19:51:51.041Z] ++ '[' -n 0 ']'
19:51:51 [2021-02-01T19:51:51.041Z] ++ set -x
19:51:51 [2021-02-01T19:51:51.041Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
19:51:51 [2021-02-01T19:51:51.567Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.007s	coverage: 3.0% of statements
19:51:52 [2021-02-01T19:51:52.202Z] ok  	github.com/docker/docker/daemon/links	0.001s	coverage: 93.0% of statements
19:51:53 [2021-02-01T19:51:53.759Z] ok  	github.com/docker/docker/daemon/images	0.025s	coverage: 6.1% of statements
19:51:53 [2021-02-01T19:51:53.759Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
19:51:53 [2021-02-01T19:51:53.759Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
19:51:53 [2021-02-01T19:51:53.949Z] ok  	github.com/docker/docker/daemon/cluster	0.093s	coverage: 0.5% of statements
19:51:54 [2021-02-01T19:51:54.049Z] ok  	github.com/docker/docker/daemon/logger	0.224s	coverage: 43.2% of statements
19:51:54 [2021-02-01T19:51:54.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
19:51:54 [2021-02-01T19:51:54.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
19:51:55 [2021-02-01T19:51:55.081Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.003s	coverage: 67.0% of statements
19:51:55 [2021-02-01T19:51:55.081Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.102s	coverage: 77.4% of statements
19:51:55 [2021-02-01T19:51:55.081Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
19:51:55 [2021-02-01T19:51:55.081Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
19:51:56 [2021-02-01T19:51:56.112Z] ok  	github.com/docker/docker/daemon/logger/journald	0.006s	coverage: 23.9% of statements
19:51:56 [2021-02-01T19:51:56.402Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.026s	coverage: 61.6% of statements
19:51:56 [2021-02-01T19:51:56.513Z] ok  	github.com/docker/docker/daemon/discovery	0.017s	coverage: 30.0% of statements
19:51:56 [2021-02-01T19:51:56.513Z] ok  	github.com/docker/docker/daemon/config	0.078s	coverage: 81.8% of statements
19:51:56 [2021-02-01T19:51:56.694Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.003s	coverage: 87.2% of statements
19:51:57 [2021-02-01T19:51:57.725Z] ok  	github.com/docker/docker/daemon/logger/local	0.009s	coverage: 75.2% of statements
19:51:57 [2021-02-01T19:51:57.725Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
19:51:57 [2021-02-01T19:51:57.908Z] ok  	github.com/docker/docker/daemon/events	0.074s	coverage: 50.0% of statements
19:51:58 [2021-02-01T19:51:58.015Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.048s	coverage: 55.1% of statements
19:51:58 [2021-02-01T19:51:58.860Z] ok  	github.com/docker/docker/daemon/graphdriver	0.051s	coverage: 2.2% of statements
19:51:59 [2021-02-01T19:51:59.047Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.015s	coverage: 31.5% of statements
19:52:00 [2021-02-01T19:52:00.078Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.005s	coverage: 46.8% of statements
19:52:00 [2021-02-01T19:52:00.368Z] ok  	github.com/docker/docker/daemon/logger/templates	0.001s	coverage: 8.3% of statements
19:52:00 [2021-02-01T19:52:00.659Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.510s	coverage: 82.5% of statements
19:52:00 [2021-02-01T19:52:00.659Z] ?   	github.com/docker/docker/daemon/names	[no test files]
19:52:00 [2021-02-01T19:52:00.949Z] ok  	github.com/docker/docker/daemon/network	0.019s	coverage: 63.8% of statements
19:52:00 [2021-02-01T19:52:00.949Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
19:52:03 [2021-02-01T19:52:03.010Z] ok  	github.com/docker/docker/distribution/metadata	0.028s	coverage: 48.2% of statements
19:52:03 [2021-02-01T19:52:03.010Z] ok  	github.com/docker/docker/distribution	0.252s	coverage: 25.1% of statements
19:52:03 [2021-02-01T19:52:03.010Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
19:52:03 [2021-02-01T19:52:03.075Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.015s	coverage: 2.9% of statements
19:52:03 [2021-02-01T19:52:03.075Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.507s	coverage: 14.0% of statements
19:52:03 [2021-02-01T19:52:03.650Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.686s	coverage: 56.2% of statements
19:52:04 [2021-02-01T19:52:04.042Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 53.1% of statements
19:52:05 [2021-02-01T19:52:05.073Z] ok  	github.com/docker/docker/image	0.017s	coverage: 86.8% of statements
19:52:05 [2021-02-01T19:52:05.363Z] ok  	github.com/docker/docker/image/cache	0.006s	coverage: 19.2% of statements
19:52:05 [2021-02-01T19:52:05.654Z] ok  	github.com/docker/docker/distribution/xfer	1.863s	coverage: 85.1% of statements
19:52:05 [2021-02-01T19:52:05.654Z] ?   	github.com/docker/docker/dockerversion	[no test files]
19:52:05 [2021-02-01T19:52:05.654Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
19:52:05 [2021-02-01T19:52:05.751Z] ok  	github.com/docker/docker/api/server/httputils	0.026s	coverage: 14.7% of statements
19:52:05 [2021-02-01T19:52:05.751Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
19:52:05 [2021-02-01T19:52:05.751Z] ok  	github.com/docker/docker/api/server/middleware	0.018s	coverage: 37.7% of statements
19:52:05 [2021-02-01T19:52:05.751Z] ?   	github.com/docker/docker/api/server/router	[no test files]
19:52:05 [2021-02-01T19:52:05.751Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
19:52:05 [2021-02-01T19:52:05.751Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
19:52:05 [2021-02-01T19:52:05.751Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ok  	github.com/docker/docker/api/types/filters	0.037s	coverage: 92.2% of statements
19:52:05 [2021-02-01T19:52:05.752Z] ok  	github.com/docker/docker/api/types/strslice	0.007s	coverage: 90.0% of statements
19:52:05 [2021-02-01T19:52:05.752Z] ok  	github.com/docker/docker/api/server/router/swarm	0.033s	coverage: 5.7% of statements
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/types	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/types/container	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/types/events	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/types/image	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/types/network	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ok  	github.com/docker/docker/api/types/time	0.005s	coverage: 100.0% of statements
19:52:05 [2021-02-01T19:52:05.752Z] ok  	github.com/docker/docker/api/types/versions	0.005s	coverage: 75.0% of statements
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/builder	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
19:52:05 [2021-02-01T19:52:05.752Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
19:52:05 [2021-02-01T19:52:05.956Z] Loaded image: buildpack-deps:buster
19:52:05 [2021-02-01T19:52:05.956Z] Loaded image: buildpack-deps:buster
19:52:05 [2021-02-01T19:52:05.956Z] Loaded image: buildpack-deps:buster
19:52:05 [2021-02-01T19:52:05.956Z] Loaded image: busybox:latest
19:52:05 [2021-02-01T19:52:05.956Z] Loaded image: busybox:latest
19:52:05 [2021-02-01T19:52:05.956Z] Loaded image: busybox:latest
19:52:06 [2021-02-01T19:52:06.225Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.015s	coverage: 1.8% of statements
19:52:06 [2021-02-01T19:52:06.284Z] ok  	github.com/docker/docker/image/v1	0.017s	coverage: 25.0% of statements
19:52:06 [2021-02-01T19:52:06.284Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
19:52:06 [2021-02-01T19:52:06.891Z] Loaded image: busybox:glibc
19:52:06 [2021-02-01T19:52:06.891Z] Loaded image: busybox:glibc
19:52:06 [2021-02-01T19:52:06.891Z] Loaded image: busybox:glibc
19:52:06 [2021-02-01T19:52:06.915Z] ok  	github.com/docker/docker/libcontainerd/queue	0.021s	coverage: 100.0% of statements
19:52:07 [2021-02-01T19:52:07.545Z] ok  	github.com/docker/docker/oci	0.005s	coverage: 8.2% of statements
19:52:07 [2021-02-01T19:52:07.840Z] ok  	github.com/docker/docker/cli/debug	0.021s	coverage: 100.0% of statements
19:52:08 [2021-02-01T19:52:08.160Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.545s	coverage: 46.2% of statements
19:52:08 [2021-02-01T19:52:08.214Z] ok  	github.com/docker/docker/opts	0.016s	coverage: 67.1% of statements
19:52:08 [2021-02-01T19:52:08.505Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
19:52:09 [2021-02-01T19:52:09.107Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	9.304s	coverage: 73.1% of statements
19:52:09 [2021-02-01T19:52:09.926Z] ok  	github.com/docker/docker/builder/remotecontext/git	4.035s	coverage: 86.3% of statements
19:52:10 [2021-02-01T19:52:10.009Z] ok  	github.com/docker/docker/pkg/archive	0.540s	coverage: 77.2% of statements
19:52:10 [2021-02-01T19:52:10.054Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.067s	coverage: 49.5% of statements
19:52:10 [2021-02-01T19:52:10.178Z] Loaded image: debian:bullseye
19:52:10 [2021-02-01T19:52:10.178Z] Loaded image: debian:bullseye
19:52:10 [2021-02-01T19:52:10.178Z] Loaded image: debian:bullseye
19:52:10 [2021-02-01T19:52:10.178Z] Loaded image: hello-world:latest
19:52:10 [2021-02-01T19:52:10.178Z] Loaded image: hello-world:latest
19:52:10 [2021-02-01T19:52:10.178Z] Loaded image: hello-world:latest
19:52:10 [2021-02-01T19:52:10.178Z] Loaded image: arm32v7/hello-world:latest
19:52:10 [2021-02-01T19:52:10.178Z] Loaded image: arm32v7/hello-world:latest
19:52:10 [2021-02-01T19:52:10.178Z] Loaded image: arm32v7/hello-world:latest
19:52:10 [2021-02-01T19:52:10.178Z] INFO: Testing against a local daemon
19:52:10 [2021-02-01T19:52:10.178Z] === RUN   TestCgroupNamespacesBuild
19:52:10 [2021-02-01T19:52:10.178Z] INFO: Testing against a local daemon
19:52:10 [2021-02-01T19:52:10.178Z] INFO: Testing against a local daemon
19:52:10 [2021-02-01T19:52:10.178Z] === RUN   TestDockerDaemonSuite
19:52:10 [2021-02-01T19:52:10.178Z] === RUN   TestDockerSuite
19:52:10 [2021-02-01T19:52:10.178Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
19:52:10 [2021-02-01T19:52:10.178Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
19:52:10 [2021-02-01T19:52:10.178Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
19:52:10 [2021-02-01T19:52:10.178Z] === RUN   TestDockerSuite/TestAPIErrorJSON
19:52:10 [2021-02-01T19:52:10.178Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
19:52:10 [2021-02-01T19:52:10.178Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
19:52:10 [2021-02-01T19:52:10.178Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
19:52:10 [2021-02-01T19:52:10.178Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
19:52:10 [2021-02-01T19:52:10.178Z] === RUN   TestDockerSuite/TestAPIImagesDelete
19:52:10 [2021-02-01T19:52:10.571Z] ok  	github.com/docker/docker/builder/remotecontext	0.502s	coverage: 13.7% of statements
19:52:11 [2021-02-01T19:52:11.002Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.019s	coverage: 58.0% of statements
19:52:11 [2021-02-01T19:52:11.039Z] ok  	github.com/docker/docker/pkg/authorization	0.178s	coverage: 68.3% of statements
19:52:11 [2021-02-01T19:52:11.330Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
19:52:11 [2021-02-01T19:52:11.330Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
19:52:11 [2021-02-01T19:52:11.577Z] ok  	github.com/docker/docker/daemon	12.383s	coverage: 17.1% of statements
19:52:11 [2021-02-01T19:52:11.577Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
19:52:11 [2021-02-01T19:52:11.577Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
19:52:11 [2021-02-01T19:52:11.577Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
19:52:11 [2021-02-01T19:52:11.577Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
19:52:11 [2021-02-01T19:52:11.577Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
19:52:11 [2021-02-01T19:52:11.841Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.046s	coverage: 3.0% of statements
19:52:12 [2021-02-01T19:52:12.104Z] ok  	github.com/docker/docker/daemon/links	0.020s	coverage: 93.0% of statements
19:52:12 [2021-02-01T19:52:12.919Z] ok  	github.com/docker/docker/builder/dockerfile	1.240s	coverage: 48.3% of statements
19:52:12 [2021-02-01T19:52:12.919Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
19:52:12 [2021-02-01T19:52:12.919Z] ?   	github.com/docker/docker/cli	[no test files]
19:52:12 [2021-02-01T19:52:12.919Z] ?   	github.com/docker/docker/cli/config	[no test files]
19:52:14 [2021-02-01T19:52:14.681Z] ok  	github.com/docker/docker/daemon/logger	0.244s	coverage: 43.2% of statements
19:52:14 [2021-02-01T19:52:14.946Z] ok  	github.com/docker/docker/daemon/images	0.044s	coverage: 6.1% of statements
19:52:15 [2021-02-01T19:52:15.524Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.290s	coverage: 77.8% of statements
19:52:15 [2021-02-01T19:52:15.772Z] ok  	github.com/docker/docker/layer	7.814s	coverage: 68.8% of statements
19:52:15 [2021-02-01T19:52:15.772Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
19:52:15 [2021-02-01T19:52:15.772Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
19:52:15 [2021-02-01T19:52:15.772Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
19:52:15 [2021-02-01T19:52:15.772Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
19:52:15 [2021-02-01T19:52:15.772Z] ?   	github.com/docker/docker/oci/caps	[no test files]
19:52:15 [2021-02-01T19:52:15.772Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
19:52:15 [2021-02-01T19:52:15.772Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.502s	coverage: 43.2% of statements
19:52:15 [2021-02-01T19:52:15.772Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
19:52:15 [2021-02-01T19:52:15.772Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
19:52:15 [2021-02-01T19:52:15.772Z] ok  	github.com/docker/docker/pkg/discovery	0.009s	coverage: 58.3% of statements
19:52:15 [2021-02-01T19:52:15.788Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	6.088s	coverage: 57.7% of statements
19:52:15 [2021-02-01T19:52:15.788Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
19:52:15 [2021-02-01T19:52:15.788Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
19:52:15 [2021-02-01T19:52:15.788Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
19:52:15 [2021-02-01T19:52:15.788Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
19:52:15 [2021-02-01T19:52:15.788Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
19:52:15 [2021-02-01T19:52:15.788Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
19:52:16 [2021-02-01T19:52:16.052Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.039s	coverage: 67.0% of statements
19:52:16 [2021-02-01T19:52:16.062Z] ok  	github.com/docker/docker/pkg/discovery/file	0.002s	coverage: 92.9% of statements
19:52:16 [2021-02-01T19:52:16.315Z] ok  	github.com/docker/docker/daemon/logger/journald	0.033s	coverage: 23.9% of statements
19:52:16 [2021-02-01T19:52:16.692Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.008s	coverage: 92.3% of statements
19:52:16 [2021-02-01T19:52:16.889Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
19:52:16 [2021-02-01T19:52:16.982Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.017s	coverage: 93.8% of statements
19:52:17 [2021-02-01T19:52:17.264Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.037s	coverage: 87.2% of statements
19:52:17 [2021-02-01T19:52:17.264Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.024s	coverage: 61.6% of statements
19:52:17 [2021-02-01T19:52:17.408Z] ok  	github.com/docker/docker/client	0.557s	coverage: 75.4% of statements
19:52:17 [2021-02-01T19:52:17.613Z] ok  	github.com/docker/docker/pkg/dmesg	0.018s	coverage: 83.3% of statements
19:52:18 [2021-02-01T19:52:18.215Z] ok  	github.com/docker/docker/daemon/logger/local	0.079s	coverage: 75.2% of statements
19:52:18 [2021-02-01T19:52:18.215Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
19:52:18 [2021-02-01T19:52:18.289Z] === RUN   TestDockerSuite/TestAPIImagesFilter
19:52:18 [2021-02-01T19:52:18.289Z] === RUN   TestDockerSuite/TestAPIImagesHistory
19:52:18 [2021-02-01T19:52:18.479Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.080s	coverage: 58.6% of statements
19:52:18 [2021-02-01T19:52:18.548Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
19:52:18 [2021-02-01T19:52:18.548Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
19:52:18 [2021-02-01T19:52:18.644Z] ok  	github.com/docker/docker/pkg/filenotify	0.603s	coverage: 67.0% of statements
19:52:18 [2021-02-01T19:52:18.743Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.037s	coverage: 31.5% of statements
19:52:19 [2021-02-01T19:52:19.115Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
19:52:19 [2021-02-01T19:52:19.115Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
19:52:19 [2021-02-01T19:52:19.115Z] --- PASS: TestCgroupNamespacesBuild (9.16s)
19:52:19 [2021-02-01T19:52:19.115Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
19:52:19 [2021-02-01T19:52:19.115Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
19:52:19 [2021-02-01T19:52:19.274Z] ok  	github.com/docker/docker/pkg/fileutils	0.018s	coverage: 89.5% of statements
19:52:19 [2021-02-01T19:52:19.695Z] ok  	github.com/docker/docker/daemon/logger/templates	0.023s	coverage: 8.3% of statements
19:52:19 [2021-02-01T19:52:19.905Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.069s	coverage: 84.1% of statements
19:52:19 [2021-02-01T19:52:19.959Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.031s	coverage: 46.8% of statements
19:52:20 [2021-02-01T19:52:20.195Z] ok  	github.com/docker/docker/pkg/homedir	0.002s	coverage: 11.4% of statements
19:52:20 [2021-02-01T19:52:20.195Z] ok  	github.com/docker/docker/pkg/fsutils	0.461s	coverage: 85.1% of statements
19:52:20 [2021-02-01T19:52:20.491Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
19:52:20 [2021-02-01T19:52:20.491Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.37s)
19:52:20 [2021-02-01T19:52:20.491Z] === RUN   TestBuildWithSession
19:52:20 [2021-02-01T19:52:20.491Z] --- SKIP: TestBuildWithSession (0.00s)
19:52:20 [2021-02-01T19:52:20.491Z]     build_session_test.go:25: TODO: BuildKit
19:52:20 [2021-02-01T19:52:20.491Z] === RUN   TestBuildSquashParent
19:52:20 [2021-02-01T19:52:20.749Z] === RUN   TestDockerSuite/TestAPINetworkFilter
19:52:20 [2021-02-01T19:52:20.749Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
19:52:20 [2021-02-01T19:52:20.749Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
19:52:20 [2021-02-01T19:52:20.825Z] ok  	github.com/docker/docker/pkg/idtools	0.336s	coverage: 70.1% of statements
19:52:20 [2021-02-01T19:52:20.909Z] ok  	github.com/docker/docker/daemon/network	0.061s	coverage: 63.8% of statements
19:52:21 [2021-02-01T19:52:21.116Z] ok  	github.com/docker/docker/pkg/ioutils	0.310s	coverage: 69.3% of statements
19:52:21 [2021-02-01T19:52:21.406Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.003s	coverage: 91.7% of statements
19:52:21 [2021-02-01T19:52:21.406Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
19:52:21 [2021-02-01T19:52:21.406Z] ok  	github.com/docker/docker/pkg/longpath	0.001s	coverage: 100.0% of statements
19:52:21 [2021-02-01T19:52:21.406Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
19:52:21 [2021-02-01T19:52:21.406Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
19:52:21 [2021-02-01T19:52:21.486Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.950s	coverage: 82.5% of statements
19:52:21 [2021-02-01T19:52:21.486Z] ?   	github.com/docker/docker/daemon/names	[no test files]
19:52:21 [2021-02-01T19:52:21.486Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
19:52:21 [2021-02-01T19:52:21.685Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
19:52:21 [2021-02-01T19:52:21.697Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.001s	coverage: 85.7% of statements
19:52:21 [2021-02-01T19:52:21.697Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
19:52:21 [2021-02-01T19:52:21.697Z] ok  	github.com/docker/docker/pkg/parsers	0.001s	coverage: 97.0% of statements
19:52:21 [2021-02-01T19:52:21.759Z] ok  	github.com/docker/docker/distribution/metadata	0.161s	coverage: 48.2% of statements
19:52:21 [2021-02-01T19:52:21.943Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
19:52:21 [2021-02-01T19:52:21.987Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.001s	coverage: 60.0% of statements
19:52:22 [2021-02-01T19:52:22.278Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.014s	coverage: 86.7% of statements
19:52:22 [2021-02-01T19:52:22.278Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
19:52:22 [2021-02-01T19:52:22.278Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
19:52:22 [2021-02-01T19:52:22.278Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
19:52:22 [2021-02-01T19:52:22.879Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
19:52:22 [2021-02-01T19:52:22.879Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
19:52:23 [2021-02-01T19:52:23.138Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
19:52:23 [2021-02-01T19:52:23.138Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
19:52:23 [2021-02-01T19:52:23.138Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
19:52:23 [2021-02-01T19:52:23.309Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.009s	coverage: 56.8% of statements
19:52:23 [2021-02-01T19:52:23.599Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
19:52:23 [2021-02-01T19:52:23.687Z] ok  	github.com/docker/docker/distribution	0.225s	coverage: 25.1% of statements
19:52:23 [2021-02-01T19:52:23.687Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
19:52:23 [2021-02-01T19:52:23.687Z] ok  	github.com/docker/docker/errdefs	0.021s	coverage: 53.1% of statements
19:52:23 [2021-02-01T19:52:23.889Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
19:52:24 [2021-02-01T19:52:24.180Z] ok  	github.com/docker/docker/pkg/progress	0.001s	coverage: 75.9% of statements
19:52:24 [2021-02-01T19:52:24.263Z] ok  	github.com/docker/docker/image	0.065s	coverage: 86.8% of statements
19:52:24 [2021-02-01T19:52:24.841Z] ok  	github.com/docker/docker/distribution/xfer	1.713s	coverage: 85.1% of statements
19:52:24 [2021-02-01T19:52:24.841Z] ?   	github.com/docker/docker/dockerversion	[no test files]
19:52:24 [2021-02-01T19:52:24.841Z] ok  	github.com/docker/docker/image/cache	0.048s	coverage: 19.2% of statements
19:52:24 [2021-02-01T19:52:24.841Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
19:52:25 [2021-02-01T19:52:25.104Z] ok  	github.com/docker/docker/image/v1	0.061s	coverage: 25.0% of statements
19:52:25 [2021-02-01T19:52:25.104Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
19:52:25 [2021-02-01T19:52:25.684Z] ok  	github.com/docker/docker/pkg/pubsub	1.020s	coverage: 75.0% of statements
19:52:25 [2021-02-01T19:52:25.685Z] ok  	github.com/docker/docker/pkg/reexec	0.004s	coverage: 82.4% of statements
19:52:26 [2021-02-01T19:52:26.054Z] ok  	github.com/docker/docker/libcontainerd/queue	0.061s	coverage: 100.0% of statements
19:52:26 [2021-02-01T19:52:26.318Z] ok  	github.com/docker/docker/oci	0.043s	coverage: 8.2% of statements
19:52:26 [2021-02-01T19:52:26.895Z] ok  	github.com/docker/docker/opts	0.070s	coverage: 67.1% of statements
19:52:26 [2021-02-01T19:52:26.895Z] ok  	github.com/docker/docker/pkg/aaparser	0.010s	coverage: 52.9% of statements
19:52:27 [2021-02-01T19:52:27.324Z] --- PASS: TestBuildSquashParent (6.01s)
19:52:27 [2021-02-01T19:52:27.324Z] === RUN   TestBuildWithRemoveAndForceRemove
19:52:27 [2021-02-01T19:52:27.324Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:52:27 [2021-02-01T19:52:27.324Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:52:27 [2021-02-01T19:52:27.324Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:52:27 [2021-02-01T19:52:27.324Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:52:27 [2021-02-01T19:52:27.324Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:52:27 [2021-02-01T19:52:27.324Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:52:27 [2021-02-01T19:52:27.324Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:52:27 [2021-02-01T19:52:27.324Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:52:27 [2021-02-01T19:52:27.324Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:52:27 [2021-02-01T19:52:27.324Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:52:27 [2021-02-01T19:52:27.324Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:52:27 [2021-02-01T19:52:27.324Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:52:27 [2021-02-01T19:52:27.324Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:52:27 [2021-02-01T19:52:27.324Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:52:27 [2021-02-01T19:52:27.324Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:52:27 [2021-02-01T19:52:27.324Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:52:27 [2021-02-01T19:52:27.324Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:52:27 [2021-02-01T19:52:27.324Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:52:27 [2021-02-01T19:52:27.324Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
19:52:27 [2021-02-01T19:52:27.848Z] ok  	github.com/docker/docker/pkg/broadcaster	0.047s	coverage: 100.0% of statements
19:52:28 [2021-02-01T19:52:28.539Z] ok  	github.com/docker/docker/pkg/signal	2.386s	coverage: 61.0% of statements
19:52:28 [2021-02-01T19:52:28.701Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
19:52:28 [2021-02-01T19:52:28.797Z] ok  	github.com/docker/docker/pkg/capabilities	0.030s	coverage: 87.5% of statements
19:52:28 [2021-02-01T19:52:28.797Z] ok  	github.com/docker/docker/pkg/authorization	0.477s	coverage: 68.3% of statements
19:52:28 [2021-02-01T19:52:28.829Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
19:52:29 [2021-02-01T19:52:29.122Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
19:52:29 [2021-02-01T19:52:29.126Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
19:52:29 [2021-02-01T19:52:29.126Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
19:52:29 [2021-02-01T19:52:29.430Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
19:52:29 [2021-02-01T19:52:29.745Z] ok  	github.com/docker/docker/pkg/directory	0.014s	coverage: 80.0% of statements
19:52:30 [2021-02-01T19:52:30.068Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
19:52:30 [2021-02-01T19:52:30.070Z] ok  	github.com/docker/docker/pkg/sysinfo	0.005s	coverage: 54.2% of statements
19:52:30 [2021-02-01T19:52:30.321Z] ok  	github.com/docker/docker/pkg/archive	1.272s	coverage: 76.9% of statements
19:52:30 [2021-02-01T19:52:30.361Z] ok  	github.com/docker/docker/pkg/system	0.038s	coverage: 36.9% of statements
19:52:30 [2021-02-01T19:52:30.583Z] ok  	github.com/docker/docker/pkg/discovery	0.014s	coverage: 58.3% of statements
19:52:30 [2021-02-01T19:52:30.602Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
19:52:30 [2021-02-01T19:52:30.602Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.79s)
19:52:30 [2021-02-01T19:52:30.602Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.97s)
19:52:30 [2021-02-01T19:52:30.602Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.27s)
19:52:30 [2021-02-01T19:52:30.602Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.39s)
19:52:30 [2021-02-01T19:52:30.602Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.45s)
19:52:30 [2021-02-01T19:52:30.602Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.73s)
19:52:30 [2021-02-01T19:52:30.602Z] === RUN   TestBuildMultiStageCopy
19:52:30 [2021-02-01T19:52:30.602Z] === RUN   TestBuildMultiStageCopy/copy_to_root
19:52:30 [2021-02-01T19:52:30.991Z] ok  	github.com/docker/docker/pkg/tailfile	0.045s	coverage: 88.6% of statements
19:52:31 [2021-02-01T19:52:31.010Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
19:52:31 [2021-02-01T19:52:31.158Z] ok  	github.com/docker/docker/pkg/discovery/file	0.014s	coverage: 97.6% of statements
19:52:31 [2021-02-01T19:52:31.169Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
19:52:31 [2021-02-01T19:52:31.270Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
19:52:31 [2021-02-01T19:52:31.346Z] ok  	github.com/docker/docker/pkg/tarsum	0.030s	coverage: 89.3% of statements
19:52:31 [2021-02-01T19:52:31.346Z] testing: warning: no tests to run
19:52:31 [2021-02-01T19:52:31.346Z] coverage: [no statements]
19:52:31 [2021-02-01T19:52:31.346Z] ok  	github.com/docker/docker/pkg/term/windows	0.002s	coverage: [no statements] [no tests to run]
19:52:31 [2021-02-01T19:52:31.733Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.012s	coverage: 92.3% of statements
19:52:31 [2021-02-01T19:52:31.735Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
19:52:31 [2021-02-01T19:52:31.982Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
19:52:31 [2021-02-01T19:52:31.982Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
19:52:31 [2021-02-01T19:52:31.993Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
19:52:32 [2021-02-01T19:52:32.252Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
19:52:32 [2021-02-01T19:52:32.273Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
19:52:32 [2021-02-01T19:52:32.308Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.012s	coverage: 93.8% of statements
19:52:32 [2021-02-01T19:52:32.511Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
19:52:32 [2021-02-01T19:52:32.570Z] ok  	github.com/docker/docker/pkg/dmesg	0.015s	coverage: 83.3% of statements
19:52:32 [2021-02-01T19:52:32.769Z] --- PASS: TestBuildMultiStageCopy (2.41s)
19:52:32 [2021-02-01T19:52:32.769Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.53s)
19:52:32 [2021-02-01T19:52:32.769Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s)
19:52:32 [2021-02-01T19:52:32.769Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s)
19:52:32 [2021-02-01T19:52:32.769Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s)
19:52:32 [2021-02-01T19:52:32.769Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s)
19:52:32 [2021-02-01T19:52:32.769Z] === RUN   TestBuildMultiStageParentConfig
19:52:32 [2021-02-01T19:52:32.769Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
19:52:33 [2021-02-01T19:52:33.185Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
19:52:33 [2021-02-01T19:52:33.336Z] --- PASS: TestBuildMultiStageParentConfig (0.62s)
19:52:33 [2021-02-01T19:52:33.336Z] === RUN   TestBuildLabelWithTargets
19:52:33 [2021-02-01T19:52:33.336Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
19:52:33 [2021-02-01T19:52:33.515Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.518s	coverage: 43.2% of statements
19:52:33 [2021-02-01T19:52:33.778Z] ok  	github.com/docker/docker/pkg/filenotify	0.609s	coverage: 67.0% of statements
19:52:33 [2021-02-01T19:52:33.861Z] ok  	github.com/docker/docker/plugin	0.549s	coverage: 23.2% of statements
19:52:33 [2021-02-01T19:52:33.903Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
19:52:34 [2021-02-01T19:52:34.041Z] ok  	github.com/docker/docker/pkg/fileutils	0.018s	coverage: 89.5% of statements
19:52:34 [2021-02-01T19:52:34.470Z] --- PASS: TestBuildLabelWithTargets (1.03s)
19:52:34 [2021-02-01T19:52:34.470Z] === RUN   TestBuildWithEmptyLayers
19:52:34 [2021-02-01T19:52:34.470Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
19:52:34 [2021-02-01T19:52:34.616Z] ok  	github.com/docker/docker/pkg/fsutils	0.283s	coverage: 85.1% of statements
19:52:34 [2021-02-01T19:52:34.616Z] ok  	github.com/docker/docker/pkg/homedir	0.010s	coverage: 11.4% of statements
19:52:34 [2021-02-01T19:52:34.728Z] --- PASS: TestBuildWithEmptyLayers (0.47s)
19:52:34 [2021-02-01T19:52:34.728Z] === RUN   TestBuildMultiStageOnBuild
19:52:34 [2021-02-01T19:52:34.879Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.092s	coverage: 84.1% of statements
19:52:34 [2021-02-01T19:52:34.958Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.5% of statements
19:52:34 [2021-02-01T19:52:34.958Z] ok  	github.com/docker/docker/profiles/seccomp	0.007s	coverage: 86.4% of statements
19:52:35 [2021-02-01T19:52:35.142Z] ok  	github.com/docker/docker/layer	7.272s	coverage: 68.8% of statements
19:52:35 [2021-02-01T19:52:35.142Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
19:52:35 [2021-02-01T19:52:35.142Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
19:52:35 [2021-02-01T19:52:35.142Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
19:52:35 [2021-02-01T19:52:35.142Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
19:52:35 [2021-02-01T19:52:35.142Z] ?   	github.com/docker/docker/oci/caps	[no test files]
19:52:35 [2021-02-01T19:52:35.142Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
19:52:35 [2021-02-01T19:52:35.142Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
19:52:35 [2021-02-01T19:52:35.295Z] === RUN   TestDockerSuite/TestAttachAfterDetach
19:52:36 [2021-02-01T19:52:36.093Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.026s	coverage: 91.7% of statements
19:52:36 [2021-02-01T19:52:36.093Z] ok  	github.com/docker/docker/pkg/longpath	0.009s	coverage: 100.0% of statements
19:52:36 [2021-02-01T19:52:36.356Z] ok  	github.com/docker/docker/pkg/ioutils	0.622s	coverage: 70.1% of statements
19:52:36 [2021-02-01T19:52:36.356Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.027s	coverage: 85.7% of statements
19:52:36 [2021-02-01T19:52:36.356Z] ok  	github.com/docker/docker/pkg/idtools	0.809s	coverage: 70.1% of statements
19:52:36 [2021-02-01T19:52:36.356Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
19:52:36 [2021-02-01T19:52:36.356Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
19:52:36 [2021-02-01T19:52:36.356Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
19:52:36 [2021-02-01T19:52:36.356Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
19:52:36 [2021-02-01T19:52:36.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
19:52:36 [2021-02-01T19:52:36.603Z] ok  	github.com/docker/docker/quota	0.680s	coverage: 71.4% of statements
19:52:36 [2021-02-01T19:52:36.642Z] ok  	github.com/docker/docker/pkg/parsers	0.018s	coverage: 97.0% of statements
19:52:36 [2021-02-01T19:52:36.670Z] --- PASS: TestBuildMultiStageOnBuild (1.62s)
19:52:36 [2021-02-01T19:52:36.671Z] === RUN   TestBuildUncleanTarFilenames
19:52:36 [2021-02-01T19:52:36.932Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
19:52:37 [2021-02-01T19:52:37.191Z] --- PASS: TestBuildUncleanTarFilenames (0.63s)
19:52:37 [2021-02-01T19:52:37.191Z] === RUN   TestBuildMultiStageLayerLeak
19:52:37 [2021-02-01T19:52:37.234Z] ok  	github.com/docker/docker/reference	0.005s	coverage: 84.4% of statements
19:52:37 [2021-02-01T19:52:37.258Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.044s	coverage: 60.0% of statements
19:52:37 [2021-02-01T19:52:37.258Z] ok  	github.com/docker/docker/pkg/pidfile	0.040s	coverage: 82.4% of statements
19:52:37 [2021-02-01T19:52:37.258Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.044s	coverage: 86.7% of statements
19:52:37 [2021-02-01T19:52:37.258Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
19:52:37 [2021-02-01T19:52:37.258Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
19:52:37 [2021-02-01T19:52:37.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
19:52:38 [2021-02-01T19:52:38.205Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.019s	coverage: 56.8% of statements
19:52:38 [2021-02-01T19:52:38.270Z] ok  	github.com/docker/docker/registry	0.087s	coverage: 57.2% of statements
19:52:38 [2021-02-01T19:52:38.468Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.016s	coverage: 85.7% of statements
19:52:38 [2021-02-01T19:52:38.468Z] ok  	github.com/docker/docker/pkg/pools	0.037s	coverage: 88.2% of statements
19:52:38 [2021-02-01T19:52:38.566Z] === RUN   TestDockerSuite/TestAttachDetach
19:52:38 [2021-02-01T19:52:38.731Z] ok  	github.com/docker/docker/pkg/progress	0.009s	coverage: 75.9% of statements
19:52:38 [2021-02-01T19:52:38.824Z] --- PASS: TestBuildMultiStageLayerLeak (1.65s)
19:52:38 [2021-02-01T19:52:38.824Z] === RUN   TestBuildWithHugeFile
19:52:38 [2021-02-01T19:52:38.901Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
19:52:38 [2021-02-01T19:52:38.901Z] ok  	github.com/docker/docker/restartmanager	0.001s	coverage: 45.3% of statements
19:52:39 [2021-02-01T19:52:39.083Z] === RUN   TestDockerSuite/TestAttachDisconnect
19:52:39 [2021-02-01T19:52:39.253Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
19:52:39 [2021-02-01T19:52:39.308Z] ok  	github.com/docker/docker/pkg/reexec	0.025s	coverage: 82.4% of statements
19:52:39 [2021-02-01T19:52:39.342Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
19:52:39 [2021-02-01T19:52:39.532Z] ok  	github.com/docker/docker/runconfig	0.007s	coverage: 66.1% of statements
19:52:39 [2021-02-01T19:52:39.826Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
19:52:39 [2021-02-01T19:52:39.882Z] ok  	github.com/docker/docker/pkg/stdcopy	0.011s	coverage: 100.0% of statements
19:52:39 [2021-02-01T19:52:39.888Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
19:52:39 [2021-02-01T19:52:39.909Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
19:52:40 [2021-02-01T19:52:40.146Z] ok  	github.com/docker/docker/pkg/pubsub	1.076s	coverage: 75.0% of statements
19:52:40 [2021-02-01T19:52:40.721Z] ok  	github.com/docker/docker/pkg/streamformatter	0.021s	coverage: 66.2% of statements
19:52:40 [2021-02-01T19:52:40.721Z] ok  	github.com/docker/docker/pkg/stringid	0.008s	coverage: 70.6% of statements
19:52:41 [2021-02-01T19:52:41.286Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
19:52:41 [2021-02-01T19:52:41.545Z] === RUN   TestDockerSuite/TestAttachPausedContainer
19:52:41 [2021-02-01T19:52:41.669Z] ok  	github.com/docker/docker/pkg/sysinfo	0.017s	coverage: 54.2% of statements
19:52:41 [2021-02-01T19:52:41.669Z] ok  	github.com/docker/docker/pkg/system	0.041s	coverage: 36.9% of statements
19:52:41 [2021-02-01T19:52:41.738Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
19:52:42 [2021-02-01T19:52:42.093Z] ok  	github.com/docker/docker/volume/drivers	0.003s	coverage: 36.1% of statements
19:52:42 [2021-02-01T19:52:42.244Z] ok  	github.com/docker/docker/pkg/tailfile	0.125s	coverage: 88.6% of statements
19:52:42 [2021-02-01T19:52:42.482Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
19:52:42 [2021-02-01T19:52:42.508Z] ok  	github.com/docker/docker/pkg/signal	2.808s	coverage: 61.0% of statements
19:52:42 [2021-02-01T19:52:42.680Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
19:52:42 [2021-02-01T19:52:42.770Z] ok  	github.com/docker/docker/pkg/tarsum	0.105s	coverage: 89.3% of statements
19:52:42 [2021-02-01T19:52:42.770Z] testing: warning: no tests to run
19:52:42 [2021-02-01T19:52:42.770Z] coverage: [no statements]
19:52:42 [2021-02-01T19:52:42.770Z] ok  	github.com/docker/docker/pkg/term/windows	0.013s	coverage: [no statements] [no tests to run]
19:52:43 [2021-02-01T19:52:43.032Z] ok  	github.com/docker/docker/pkg/truncindex	0.117s	coverage: 91.5% of statements
19:52:43 [2021-02-01T19:52:43.032Z] ok  	github.com/docker/docker/pkg/urlutil	0.015s	coverage: 100.0% of statements
19:52:43 [2021-02-01T19:52:43.049Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
19:52:43 [2021-02-01T19:52:43.049Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
19:52:43 [2021-02-01T19:52:43.295Z] ok  	github.com/docker/docker/pkg/useragent	0.010s	coverage: 88.9% of statements
19:52:43 [2021-02-01T19:52:43.669Z] ok  	github.com/docker/docker/volume/local	0.293s	coverage: 76.6% of statements
19:52:43 [2021-02-01T19:52:43.669Z] ok  	github.com/docker/docker/volume/mounts	0.018s	coverage: 67.0% of statements
19:52:43 [2021-02-01T19:52:43.985Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
19:52:44 [2021-02-01T19:52:44.553Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
19:52:44 [2021-02-01T19:52:44.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
19:52:44 [2021-02-01T19:52:44.690Z] ok  	github.com/docker/docker/plugin/v2	0.026s	coverage: 14.5% of statements
19:52:44 [2021-02-01T19:52:44.690Z] ok  	github.com/docker/docker/profiles/seccomp	0.028s	coverage: 85.4% of statements
19:52:44 [2021-02-01T19:52:44.847Z] ok  	github.com/docker/docker/volume/service	0.010s	coverage: 73.1% of statements
19:52:45 [2021-02-01T19:52:45.165Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
19:52:45 [2021-02-01T19:52:45.488Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
19:52:45 [2021-02-01T19:52:45.639Z] ok  	github.com/docker/docker/reference	0.017s	coverage: 84.4% of statements
19:52:45 [2021-02-01T19:52:45.902Z] ok  	github.com/docker/docker/plugin	0.569s	coverage: 23.2% of statements
19:52:46 [2021-02-01T19:52:46.269Z] 4612f6d0b889: Pull complete
19:52:46 [2021-02-01T19:52:46.424Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
19:52:46 [2021-02-01T19:52:46.550Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
19:52:47 [2021-02-01T19:52:47.294Z] ok  	github.com/docker/docker/registry/resumable	0.043s	coverage: 100.0% of statements
19:52:47 [2021-02-01T19:52:47.360Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
19:52:47 [2021-02-01T19:52:47.360Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
19:52:47 [2021-02-01T19:52:47.493Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:52:47 [2021-02-01T19:52:47.493Z] Using test binary docker
19:52:47 [2021-02-01T19:52:47.493Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
19:52:47 [2021-02-01T19:52:47.493Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:52:47 [2021-02-01T19:52:47.493Z] INFO: Waiting for daemon to start...
19:52:47 [2021-02-01T19:52:47.493Z] Starting dockerd
19:52:47 [2021-02-01T19:52:47.558Z] ok  	github.com/docker/docker/quota	0.602s	coverage: 71.4% of statements
19:52:47 [2021-02-01T19:52:47.821Z] ok  	github.com/docker/docker/restartmanager	0.013s	coverage: 45.3% of statements
19:52:47 [2021-02-01T19:52:47.821Z] ok  	github.com/docker/docker/registry	0.223s	coverage: 57.2% of statements
19:52:48 [2021-02-01T19:52:48.296Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
19:52:48 [2021-02-01T19:52:48.554Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
19:52:48 [2021-02-01T19:52:48.771Z] ok  	github.com/docker/docker/testutil	0.027s	coverage: 62.5% of statements
19:52:48 [2021-02-01T19:52:48.771Z] ok  	github.com/docker/docker/runconfig	0.038s	coverage: 66.1% of statements
19:52:48 [2021-02-01T19:52:48.813Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
19:52:49 [2021-02-01T19:52:49.663Z] .
19:52:49 [2021-02-01T19:52:49.663Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:52:49 [2021-02-01T19:52:49.663Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:52:49 [2021-02-01T19:52:49.663Z] Error: No such image: emptyfs
19:52:49 [2021-02-01T19:52:49.923Z] Running integration-test (iteration 1)
19:52:49 [2021-02-01T19:52:49.923Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
19:52:51 [2021-02-01T19:52:51.332Z] ok  	github.com/docker/docker/volume/drivers	0.022s	coverage: 36.1% of statements
19:52:51 [2021-02-01T19:52:51.332Z] ok  	github.com/docker/docker/volume/mounts	0.059s	coverage: 67.0% of statements
19:52:51 [2021-02-01T19:52:51.347Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
19:52:51 [2021-02-01T19:52:51.594Z] ok  	github.com/docker/docker/volume/local	0.272s	coverage: 76.6% of statements
19:52:53 [2021-02-01T19:52:53.517Z] ok  	github.com/docker/docker/volume/service	0.026s	coverage: 73.1% of statements
19:52:53 [2021-02-01T19:52:53.879Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
19:52:55 [2021-02-01T19:52:55.891Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m12.865638445s with top 10 stages: buildssa: 1m41.38439417s, goimports: 22.433597392s, unconvert: 12.479930733s, gosec: 10.074714963s, golint: 6.072197043s, ineffassign: 4.042016268s, inspect: 3.707269421s, misspell: 3.663216605s, vrp: 3.423630679s, ctrlflow: 1.933739205s 
19:52:56 [2021-02-01T19:52:56.836Z] ok  	github.com/docker/docker/cmd/dockerd	0.202s	coverage: 29.1% of statements
19:52:57 [2021-02-01T19:52:57.167Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
19:52:57 [2021-02-01T19:52:57.681Z] ok  	github.com/docker/docker/pkg/plugins	33.630s	coverage: 76.6% of statements
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/pkg/term	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/rootless	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/testutil/request	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/volume	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
19:52:57 [2021-02-01T19:52:57.681Z] 
19:52:57 [2021-02-01T19:52:57.681Z] === Skipped
19:52:57 [2021-02-01T19:52:57.681Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
19:52:57 [2021-02-01T19:52:57.681Z]     exec_linux_test.go:18: requires AppArmor to be enabled
19:52:57 [2021-02-01T19:52:57.681Z] 
19:52:57 [2021-02-01T19:52:57.681Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
19:52:57 [2021-02-01T19:52:57.681Z]     exec_linux_test.go:38: requires AppArmor to be enabled
19:52:57 [2021-02-01T19:52:57.681Z] 
19:52:57 [2021-02-01T19:52:57.681Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:46: Driver btrfs not supported
19:52:57 [2021-02-01T19:52:57.681Z] 
19:52:57 [2021-02-01T19:52:57.681Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:46: Driver btrfs not supported
19:52:57 [2021-02-01T19:52:57.681Z] 
19:52:57 [2021-02-01T19:52:57.681Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:46: Driver btrfs not supported
19:52:57 [2021-02-01T19:52:57.681Z] 
19:52:57 [2021-02-01T19:52:57.681Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:46: Driver btrfs not supported
19:52:57 [2021-02-01T19:52:57.681Z] 
19:52:57 [2021-02-01T19:52:57.681Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:46: Driver btrfs not supported
19:52:57 [2021-02-01T19:52:57.681Z] 
19:52:57 [2021-02-01T19:52:57.681Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:73: No driver to put!
19:52:57 [2021-02-01T19:52:57.681Z] 
19:52:57 [2021-02-01T19:52:57.681Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
19:52:57 [2021-02-01T19:52:57.681Z] time="2021-02-01T19:51:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:52:57 [2021-02-01T19:52:57.681Z] 
19:52:57 [2021-02-01T19:52:57.681Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
19:52:57 [2021-02-01T19:52:57.681Z] time="2021-02-01T19:51:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:52:57 [2021-02-01T19:52:57.681Z] 
19:52:57 [2021-02-01T19:52:57.681Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
19:52:57 [2021-02-01T19:52:57.681Z] time="2021-02-01T19:51:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:52:57 [2021-02-01T19:52:57.681Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:52:57 [2021-02-01T19:52:57.681Z] 
19:52:57 [2021-02-01T19:52:57.681Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
19:52:57 [2021-02-01T19:52:57.681Z] time="2021-02-01T19:51:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:52:57 [2021-02-01T19:52:57.682Z] 
19:52:57 [2021-02-01T19:52:57.682Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
19:52:57 [2021-02-01T19:52:57.682Z] time="2021-02-01T19:51:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:52:57 [2021-02-01T19:52:57.682Z] 
19:52:57 [2021-02-01T19:52:57.682Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:73: No driver to put!
19:52:57 [2021-02-01T19:52:57.682Z] 
19:52:57 [2021-02-01T19:52:57.682Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
19:52:57 [2021-02-01T19:52:57.682Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
19:52:57 [2021-02-01T19:52:57.682Z] 
19:52:57 [2021-02-01T19:52:57.682Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
19:52:57 [2021-02-01T19:52:57.682Z]     overlay_test.go:49: Fails to compute changes intermittently
19:52:57 [2021-02-01T19:52:57.682Z] 
19:52:57 [2021-02-01T19:52:57.682Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
19:52:57 [2021-02-01T19:52:57.682Z]     overlay_test.go:65: Cannot run test with naive change algorithm
19:52:57 [2021-02-01T19:52:57.682Z] 
19:52:57 [2021-02-01T19:52:57.682Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
19:52:57 [2021-02-01T19:52:57.682Z] 
19:52:57 [2021-02-01T19:52:57.682Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:46: Driver zfs not supported
19:52:57 [2021-02-01T19:52:57.682Z] 
19:52:57 [2021-02-01T19:52:57.682Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:46: Driver zfs not supported
19:52:57 [2021-02-01T19:52:57.682Z] 
19:52:57 [2021-02-01T19:52:57.682Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:46: Driver zfs not supported
19:52:57 [2021-02-01T19:52:57.682Z] 
19:52:57 [2021-02-01T19:52:57.682Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:46: Driver zfs not supported
19:52:57 [2021-02-01T19:52:57.682Z] 
19:52:57 [2021-02-01T19:52:57.682Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:46: Driver zfs not supported
19:52:57 [2021-02-01T19:52:57.682Z] 
19:52:57 [2021-02-01T19:52:57.682Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
19:52:57 [2021-02-01T19:52:57.682Z]     graphtest_unix.go:73: No driver to put!
19:52:57 [2021-02-01T19:52:57.682Z] 
19:52:57 [2021-02-01T19:52:57.682Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
19:52:57 [2021-02-01T19:52:57.682Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
19:52:57 [2021-02-01T19:52:57.682Z] 
19:52:57 [2021-02-01T19:52:57.682Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
19:52:57 [2021-02-01T19:52:57.682Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
19:52:57 [2021-02-01T19:52:57.682Z] 
19:52:57 [2021-02-01T19:52:57.682Z] 
19:52:57 [2021-02-01T19:52:57.682Z] DONE 2194 tests, 26 skipped in 209.202s
Post stage
[Pipeline] junit
19:52:57 [2021-02-01T19:52:57.758Z] Recording test results
19:52:57 [2021-02-01T19:52:57.862Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
19:52:58 [2021-02-01T19:52:58.276Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41955/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -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:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/make.sh dynbinary test-integration
19:52:58 [2021-02-01T19:52:58.566Z] 
19:52:58 [2021-02-01T19:52:58.856Z] Removing bundles/
19:52:58 [2021-02-01T19:52:58.856Z] 
19:52:58 [2021-02-01T19:52:58.856Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
19:52:58 [2021-02-01T19:52:58.856Z] Building: bundles/dynbinary-daemon/dockerd-dev
19:52:58 [2021-02-01T19:52:58.856Z] GOOS="" GOARCH="" GOARM=""
19:52:59 [2021-02-01T19:52:59.699Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
19:53:00 [2021-02-01T19:53:00.404Z] ok  	github.com/docker/docker/container	0.202s	coverage: 34.7% of statements
19:53:00 [2021-02-01T19:53:00.404Z] ?   	github.com/docker/docker/container/stream	[no test files]
19:53:00 [2021-02-01T19:53:00.404Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
19:53:00 [2021-02-01T19:53:00.404Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
19:53:00 [2021-02-01T19:53:00.404Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
19:53:02 [2021-02-01T19:53:02.152Z] Loaded image: buildpack-deps:buster
19:53:02 [2021-02-01T19:53:02.152Z] Loaded image: busybox:latest
19:53:02 [2021-02-01T19:53:02.152Z] Loaded image: busybox:glibc
19:53:02 [2021-02-01T19:53:02.233Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
19:53:03 [2021-02-01T19:53:03.169Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
19:53:03 [2021-02-01T19:53:03.428Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
19:53:03 [2021-02-01T19:53:03.995Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
19:53:04 [2021-02-01T19:53:04.695Z] Loaded image: debian:bullseye
19:53:04 [2021-02-01T19:53:04.695Z] Loaded image: hello-world:latest
19:53:04 [2021-02-01T19:53:04.695Z] Loaded image: arm32v7/hello-world:latest
19:53:04 [2021-02-01T19:53:04.695Z] INFO: Testing against a local daemon
19:53:04 [2021-02-01T19:53:04.695Z] === RUN   TestCgroupNamespacesBuild
19:53:04 [2021-02-01T19:53:04.895Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.039s	coverage: 65.3% of statements
19:53:04 [2021-02-01T19:53:04.931Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
19:53:05 [2021-02-01T19:53:05.190Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
19:53:05 [2021-02-01T19:53:05.448Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
19:53:05 [2021-02-01T19:53:05.448Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
19:53:06 [2021-02-01T19:53:06.016Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
19:53:06 [2021-02-01T19:53:06.016Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
19:53:07 [2021-02-01T19:53:07.393Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
19:53:07 [2021-02-01T19:53:07.652Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
19:53:07 [2021-02-01T19:53:07.652Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
19:53:09 [2021-02-01T19:53:09.385Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.036s	coverage: 35.9% of statements
19:53:09 [2021-02-01T19:53:09.554Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
19:53:09 [2021-02-01T19:53:09.978Z] --- PASS: TestCgroupNamespacesBuild (5.08s)
19:53:09 [2021-02-01T19:53:09.978Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
19:53:10 [2021-02-01T19:53:10.122Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
19:53:10 [2021-02-01T19:53:10.122Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
19:53:10 [2021-02-01T19:53:10.446Z] ok  	github.com/docker/docker/daemon/cluster	0.217s	coverage: 0.5% of statements
19:53:11 [2021-02-01T19:53:11.499Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
19:53:11 [2021-02-01T19:53:11.890Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.17s)
19:53:11 [2021-02-01T19:53:11.890Z] === RUN   TestBuildWithSession
19:53:11 [2021-02-01T19:53:11.890Z] --- SKIP: TestBuildWithSession (0.00s)
19:53:11 [2021-02-01T19:53:11.890Z]     build_session_test.go:25: TODO: BuildKit
19:53:11 [2021-02-01T19:53:11.890Z] === RUN   TestBuildSquashParent
19:53:13 [2021-02-01T19:53:13.998Z] INFO [runner/unused/goanalysis] analyzers took 28.698882083s with top 10 stages: buildssa: 24.336851839s, U1000: 4.362030244s 
19:53:13 [2021-02-01T19:53:13.998Z] INFO [runner] Issues before processing: 2266, after processing: 0 
19:53:13 [2021-02-01T19:53:13.998Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1686/1686, exclude: 1581/1581, skip_dirs: 1686/1686, autogenerated_exclude: 1581/1686, nolint: 0/64, path_prettifier: 1686/1686, skip_files: 1686/1686, identifier_marker: 1581/1581, exclude-rules: 64/1581, cgo: 1686/2266 
19:53:13 [2021-02-01T19:53:13.998Z] INFO [runner] processing took 83.032531ms with stages: identifier_marker: 31.615116ms, nolint: 26.844035ms, path_prettifier: 11.645759ms, autogenerated_exclude: 5.607964ms, exclude-rules: 4.272763ms, skip_dirs: 2.657903ms, cgo: 240.417µs, filename_unadjuster: 143.615µs, max_same_issues: 1.812µs, uniq_by_line: 687ns, diff: 510ns, max_from_linter: 410ns, skip_files: 370ns, exclude: 367ns, source_code: 295ns, path_shortener: 268ns, max_per_file_from_linter: 240ns 
19:53:13 [2021-02-01T19:53:13.998Z] INFO [runner] linters took 1m39.729764946s with stages: goanalysis_metalinter: 1m20.320393523s, unused: 19.326083058s 
19:53:13 [2021-02-01T19:53:13.998Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
19:53:13 [2021-02-01T19:53:13.998Z] INFO Memory: 1680 samples, avg is 254.3MB, max is 3566.9MB 
19:53:13 [2021-02-01T19:53:13.998Z] INFO Execution took 3m43.843793648s               
19:53:13 [2021-02-01T19:53:13.998Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
19:53:14 [2021-02-01T19:53:14.007Z] ok  	github.com/docker/docker/daemon/discovery	0.023s	coverage: 30.0% of statements
[Pipeline] // stage
19:53:14 [2021-02-01T19:53:14.032Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
19:53:14 [2021-02-01T19:53:14.331Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41955/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/make.sh dynbinary-daemon test-docker-py
19:53:14 [2021-02-01T19:53:14.901Z] 
19:53:14 [2021-02-01T19:53:14.901Z] Removing bundles/
19:53:14 [2021-02-01T19:53:14.901Z] 
19:53:14 [2021-02-01T19:53:14.901Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
19:53:14 [2021-02-01T19:53:14.901Z] Building: bundles/dynbinary-daemon/dockerd-dev
19:53:14 [2021-02-01T19:53:14.901Z] GOOS="" GOARCH="" GOARM=""
19:53:14 [2021-02-01T19:53:14.968Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
19:53:15 [2021-02-01T19:53:15.481Z] ok  	github.com/docker/docker/pkg/plugins	33.634s	coverage: 76.6% of statements
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/pkg/term	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/rootless	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/testutil/request	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/volume	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === Skipped
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z]     exec_linux_test.go:18: requires AppArmor to be enabled
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z]     exec_linux_test.go:38: requires AppArmor to be enabled
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:46: Driver btrfs not supported
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:46: Driver btrfs not supported
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:46: Driver btrfs not supported
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:46: Driver btrfs not supported
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:46: Driver btrfs not supported
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:73: No driver to put!
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z] time="2021-02-01T19:52:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z] time="2021-02-01T19:52:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z] time="2021-02-01T19:52:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z] time="2021-02-01T19:52:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z] time="2021-02-01T19:52:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:73: No driver to put!
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z]     overlay_test.go:49: Fails to compute changes intermittently
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z]     overlay_test.go:65: Cannot run test with naive change algorithm
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:46: Driver zfs not supported
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:46: Driver zfs not supported
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.481Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:53:15 [2021-02-01T19:53:15.481Z]     graphtest_unix.go:46: Driver zfs not supported
19:53:15 [2021-02-01T19:53:15.481Z] 
19:53:15 [2021-02-01T19:53:15.482Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
19:53:15 [2021-02-01T19:53:15.482Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:53:15 [2021-02-01T19:53:15.482Z]     graphtest_unix.go:46: Driver zfs not supported
19:53:15 [2021-02-01T19:53:15.482Z] 
19:53:15 [2021-02-01T19:53:15.482Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
19:53:15 [2021-02-01T19:53:15.482Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:53:15 [2021-02-01T19:53:15.482Z]     graphtest_unix.go:46: Driver zfs not supported
19:53:15 [2021-02-01T19:53:15.482Z] 
19:53:15 [2021-02-01T19:53:15.482Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
19:53:15 [2021-02-01T19:53:15.482Z]     graphtest_unix.go:73: No driver to put!
19:53:15 [2021-02-01T19:53:15.482Z] 
19:53:15 [2021-02-01T19:53:15.482Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
19:53:15 [2021-02-01T19:53:15.482Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
19:53:15 [2021-02-01T19:53:15.482Z] 
19:53:15 [2021-02-01T19:53:15.482Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
19:53:15 [2021-02-01T19:53:15.482Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
19:53:15 [2021-02-01T19:53:15.482Z] 
19:53:15 [2021-02-01T19:53:15.482Z] 
19:53:15 [2021-02-01T19:53:15.482Z] DONE 2194 tests, 26 skipped in 195.616s
Post stage
[Pipeline] junit
19:53:15 [2021-02-01T19:53:15.497Z] Recording test results
19:53:15 [2021-02-01T19:53:15.535Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
19:53:15 [2021-02-01T19:53:15.720Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
19:53:16 [2021-02-01T19:53:16.081Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41955/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -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:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/make.sh dynbinary test-integration
19:53:16 [2021-02-01T19:53:16.472Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
19:53:16 [2021-02-01T19:53:16.776Z] ok  	github.com/docker/docker/daemon/events	0.092s	coverage: 50.0% of statements
19:53:17 [2021-02-01T19:53:17.027Z] 
19:53:17 [2021-02-01T19:53:17.027Z] Removing bundles/
19:53:17 [2021-02-01T19:53:17.027Z] 
19:53:17 [2021-02-01T19:53:17.027Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
19:53:17 [2021-02-01T19:53:17.027Z] Building: bundles/dynbinary-daemon/dockerd-dev
19:53:17 [2021-02-01T19:53:17.027Z] GOOS="" GOARCH="" GOARM=""
19:53:17 [2021-02-01T19:53:17.072Z] ok  	github.com/docker/docker/daemon/config	0.068s	coverage: 81.8% of statements
19:53:19 [2021-02-01T19:53:19.005Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
19:53:19 [2021-02-01T19:53:19.162Z] ok  	github.com/docker/docker/daemon/graphdriver	0.045s	coverage: 2.2% of statements
19:53:19 [2021-02-01T19:53:19.940Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
19:53:20 [2021-02-01T19:53:20.022Z] --- PASS: TestBuildSquashParent (7.35s)
19:53:20 [2021-02-01T19:53:20.022Z] === RUN   TestBuildWithRemoveAndForceRemove
19:53:20 [2021-02-01T19:53:20.022Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:53:20 [2021-02-01T19:53:20.022Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:53:20 [2021-02-01T19:53:20.022Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:53:20 [2021-02-01T19:53:20.022Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:53:20 [2021-02-01T19:53:20.022Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:53:20 [2021-02-01T19:53:20.022Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:53:20 [2021-02-01T19:53:20.022Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:53:20 [2021-02-01T19:53:20.022Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:53:20 [2021-02-01T19:53:20.022Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:53:20 [2021-02-01T19:53:20.022Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:53:20 [2021-02-01T19:53:20.022Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:53:20 [2021-02-01T19:53:20.022Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:53:20 [2021-02-01T19:53:20.022Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:53:20 [2021-02-01T19:53:20.022Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:53:20 [2021-02-01T19:53:20.199Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
19:53:21 [2021-02-01T19:53:21.574Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
19:53:21 [2021-02-01T19:53:21.932Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:53:21 [2021-02-01T19:53:21.932Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:53:22 [2021-02-01T19:53:22.510Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
19:53:22 [2021-02-01T19:53:22.691Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 2.9% of statements
19:53:22 [2021-02-01T19:53:22.988Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.499s	coverage: 14.0% of statements
19:53:23 [2021-02-01T19:53:23.077Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
19:53:23 [2021-02-01T19:53:23.627Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.633s	coverage: 57.1% of statements
19:53:23 [2021-02-01T19:53:23.644Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
19:53:23 [2021-02-01T19:53:23.844Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:53:23 [2021-02-01T19:53:23.844Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:53:23 [2021-02-01T19:53:23.903Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
19:53:24 [2021-02-01T19:53:24.471Z] === RUN   TestDockerSuite/TestBuildAddNonTar
19:53:24 [2021-02-01T19:53:24.471Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
19:53:25 [2021-02-01T19:53:25.406Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
19:53:25 [2021-02-01T19:53:25.665Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
19:53:25 [2021-02-01T19:53:25.762Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
19:53:25 [2021-02-01T19:53:25.762Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.50s)
19:53:25 [2021-02-01T19:53:25.762Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.58s)
19:53:25 [2021-02-01T19:53:25.762Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.07s)
19:53:25 [2021-02-01T19:53:25.762Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.03s)
19:53:25 [2021-02-01T19:53:25.762Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.83s)
19:53:25 [2021-02-01T19:53:25.762Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.92s)
19:53:25 [2021-02-01T19:53:25.762Z] === RUN   TestBuildMultiStageCopy
19:53:25 [2021-02-01T19:53:25.762Z] === RUN   TestBuildMultiStageCopy/copy_to_root
19:53:25 [2021-02-01T19:53:25.924Z] --- PASS: TestBuildWithHugeFile (47.23s)
19:53:25 [2021-02-01T19:53:25.924Z] === RUN   TestBuildWCOWSandboxSize
19:53:25 [2021-02-01T19:53:25.924Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
19:53:25 [2021-02-01T19:53:25.924Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:53:25 [2021-02-01T19:53:25.924Z] === RUN   TestBuildWithEmptyDockerfile
19:53:25 [2021-02-01T19:53:25.924Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
19:53:25 [2021-02-01T19:53:25.924Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
19:53:25 [2021-02-01T19:53:25.924Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:53:25 [2021-02-01T19:53:25.924Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:53:25 [2021-02-01T19:53:25.924Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:53:25 [2021-02-01T19:53:25.924Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:53:25 [2021-02-01T19:53:25.924Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
19:53:25 [2021-02-01T19:53:25.924Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:53:25 [2021-02-01T19:53:25.924Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:53:26 [2021-02-01T19:53:26.183Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
19:53:26 [2021-02-01T19:53:26.183Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.06s)
19:53:26 [2021-02-01T19:53:26.183Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.07s)
19:53:26 [2021-02-01T19:53:26.183Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s)
19:53:26 [2021-02-01T19:53:26.183Z] === RUN   TestBuildPreserveOwnership
19:53:26 [2021-02-01T19:53:26.183Z] === RUN   TestBuildPreserveOwnership/copy_from
19:53:26 [2021-02-01T19:53:26.399Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.009s	coverage: 1.8% of statements
19:53:27 [2021-02-01T19:53:27.118Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
19:53:28 [2021-02-01T19:53:28.480Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	8.059s	coverage: 69.2% of statements
19:53:28 [2021-02-01T19:53:28.480Z] ok  	github.com/docker/docker/daemon	12.348s	coverage: 17.1% of statements
19:53:28 [2021-02-01T19:53:28.480Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
19:53:28 [2021-02-01T19:53:28.480Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
19:53:28 [2021-02-01T19:53:28.480Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
19:53:28 [2021-02-01T19:53:28.480Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
19:53:28 [2021-02-01T19:53:28.494Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
19:53:28 [2021-02-01T19:53:28.751Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
19:53:29 [2021-02-01T19:53:29.059Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
19:53:30 [2021-02-01T19:53:30.017Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
19:53:30 [2021-02-01T19:53:30.126Z] --- PASS: TestBuildPreserveOwnership (4.05s)
19:53:30 [2021-02-01T19:53:30.126Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.78s)
19:53:30 [2021-02-01T19:53:30.126Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.26s)
19:53:30 [2021-02-01T19:53:30.126Z] === RUN   TestBuildPlatformInvalid
19:53:30 [2021-02-01T19:53:30.126Z] --- PASS: TestBuildPlatformInvalid (0.08s)
19:53:30 [2021-02-01T19:53:30.126Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
19:53:30 [2021-02-01T19:53:30.616Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.949s	coverage: 45.9% of statements
19:53:30 [2021-02-01T19:53:30.616Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
19:53:30 [2021-02-01T19:53:30.916Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.377s	coverage: 49.5% of statements
19:53:30 [2021-02-01T19:53:30.961Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
19:53:31 [2021-02-01T19:53:31.062Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
19:53:31 [2021-02-01T19:53:31.220Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.051s	coverage: 58.0% of statements
19:53:31 [2021-02-01T19:53:31.630Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
19:53:31 [2021-02-01T19:53:31.889Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
19:53:32 [2021-02-01T19:53:32.281Z] ok  	github.com/docker/docker/daemon/links	0.007s	coverage: 93.0% of statements
19:53:32 [2021-02-01T19:53:32.342Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
19:53:32 [2021-02-01T19:53:32.826Z] === RUN   TestDockerSuite/TestBuildAddScript
19:53:33 [2021-02-01T19:53:33.281Z] --- PASS: TestBuildMultiStageCopy (7.34s)
19:53:33 [2021-02-01T19:53:33.281Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.34s)
19:53:33 [2021-02-01T19:53:33.281Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
19:53:33 [2021-02-01T19:53:33.281Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
19:53:33 [2021-02-01T19:53:33.281Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
19:53:33 [2021-02-01T19:53:33.281Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
19:53:33 [2021-02-01T19:53:33.281Z] === RUN   TestBuildMultiStageParentConfig
19:53:33 [2021-02-01T19:53:33.827Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.013s	coverage: 3.0% of statements
19:53:34 [2021-02-01T19:53:34.735Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
19:53:34 [2021-02-01T19:53:34.735Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
19:53:36 [2021-02-01T19:53:36.111Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
19:53:36 [2021-02-01T19:53:36.598Z] ok  	github.com/docker/docker/daemon/logger	0.267s	coverage: 43.4% of statements
19:53:36 [2021-02-01T19:53:36.598Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	5.232s	coverage: 52.1% of statements
19:53:36 [2021-02-01T19:53:36.598Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
19:53:36 [2021-02-01T19:53:36.598Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
19:53:36 [2021-02-01T19:53:36.678Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
19:53:38 [2021-02-01T19:53:38.128Z] ok  	github.com/docker/docker/daemon/images	0.079s	coverage: 6.1% of statements
19:53:38 [2021-02-01T19:53:38.128Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
19:53:38 [2021-02-01T19:53:38.128Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
19:53:38 [2021-02-01T19:53:38.425Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.626s	coverage: 77.4% of statements
19:53:38 [2021-02-01T19:53:38.425Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
19:53:38 [2021-02-01T19:53:38.425Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
19:53:38 [2021-02-01T19:53:38.560Z] --- PASS: TestBuildMultiStageParentConfig (4.99s)
19:53:38 [2021-02-01T19:53:38.560Z] === RUN   TestBuildLabelWithTargets
19:53:39 [2021-02-01T19:53:39.070Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.008s	coverage: 67.0% of statements
19:53:39 [2021-02-01T19:53:39.213Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
19:53:39 [2021-02-01T19:53:39.366Z] ok  	github.com/docker/docker/daemon/logger/journald	0.035s	coverage: 23.9% of statements
19:53:39 [2021-02-01T19:53:39.473Z] Loaded image: buildpack-deps:buster
19:53:39 [2021-02-01T19:53:39.669Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.033s	coverage: 87.2% of statements
19:53:39 [2021-02-01T19:53:39.731Z] Loaded image: busybox:latest
19:53:39 [2021-02-01T19:53:39.990Z] Loaded image: busybox:glibc
19:53:39 [2021-02-01T19:53:39.990Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
19:53:41 [2021-02-01T19:53:41.200Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.040s	coverage: 61.6% of statements
19:53:41 [2021-02-01T19:53:41.894Z] Loaded image: debian:bullseye
19:53:41 [2021-02-01T19:53:41.894Z] Loaded image: hello-world:latest
19:53:41 [2021-02-01T19:53:41.894Z] Loaded image: arm32v7/hello-world:latest
19:53:41 [2021-02-01T19:53:41.894Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
19:53:42 [2021-02-01T19:53:42.253Z] ok  	github.com/docker/docker/daemon/logger/local	0.046s	coverage: 75.2% of statements
19:53:42 [2021-02-01T19:53:42.253Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
19:53:42 [2021-02-01T19:53:42.253Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.102s	coverage: 55.8% of statements
19:53:42 [2021-02-01T19:53:42.830Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
19:53:43 [2021-02-01T19:53:43.783Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.097s	coverage: 31.5% of statements
19:53:44 [2021-02-01T19:53:44.081Z] ok  	github.com/docker/docker/daemon/logger/templates	0.038s	coverage: 8.3% of statements
19:53:44 [2021-02-01T19:53:44.207Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
19:53:44 [2021-02-01T19:53:44.724Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.028s	coverage: 46.8% of statements
19:53:44 [2021-02-01T19:53:44.775Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
19:53:46 [2021-02-01T19:53:46.678Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (16.52s)
19:53:46 [2021-02-01T19:53:46.678Z] PASS
19:53:46 [2021-02-01T19:53:46.678Z] 
19:53:46 [2021-02-01T19:53:46.678Z] === Skipped
19:53:46 [2021-02-01T19:53:46.678Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
19:53:46 [2021-02-01T19:53:46.678Z]     build_session_test.go:25: TODO: BuildKit
19:53:46 [2021-02-01T19:53:46.678Z] 
19:53:46 [2021-02-01T19:53:46.678Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
19:53:46 [2021-02-01T19:53:46.678Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:53:46 [2021-02-01T19:53:46.678Z] 
19:53:46 [2021-02-01T19:53:46.678Z] 
19:53:46 [2021-02-01T19:53:46.678Z] DONE 34 tests, 2 skipped in 115.713s
19:53:46 [2021-02-01T19:53:46.678Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
19:53:46 [2021-02-01T19:53:46.678Z] ++ 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
19:53:46 [2021-02-01T19:53:46.678Z] ++ set -e
19:53:46 [2021-02-01T19:53:46.678Z] ++ '[' -n 0 ']'
19:53:46 [2021-02-01T19:53:46.678Z] ++ set -x
19:53:46 [2021-02-01T19:53:46.678Z] ++ 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
19:53:46 [2021-02-01T19:53:46.678Z] INFO: Testing against a local daemon
19:53:46 [2021-02-01T19:53:46.678Z] === RUN   TestConfigInspect
19:53:46 [2021-02-01T19:53:46.688Z] --- PASS: TestBuildLabelWithTargets (8.00s)
19:53:46 [2021-02-01T19:53:46.688Z] === RUN   TestBuildWithEmptyLayers
19:53:46 [2021-02-01T19:53:46.936Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
19:53:47 [2021-02-01T19:53:47.504Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.436s	coverage: 82.5% of statements
19:53:47 [2021-02-01T19:53:47.504Z] ?   	github.com/docker/docker/daemon/names	[no test files]
19:53:47 [2021-02-01T19:53:47.504Z] ok  	github.com/docker/docker/daemon/network	0.049s	coverage: 63.8% of statements
19:53:47 [2021-02-01T19:53:47.504Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
19:53:47 [2021-02-01T19:53:47.871Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
19:53:48 [2021-02-01T19:53:48.555Z] ok  	github.com/docker/docker/distribution/metadata	0.069s	coverage: 48.2% of statements
19:53:49 [2021-02-01T19:53:49.228Z] --- PASS: TestBuildWithEmptyLayers (3.00s)
19:53:49 [2021-02-01T19:53:49.228Z] === RUN   TestBuildMultiStageOnBuild
19:53:49 [2021-02-01T19:53:49.246Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
19:53:49 [2021-02-01T19:53:49.504Z] === RUN   TestDockerSuite/TestBuildAddTar
19:53:50 [2021-02-01T19:53:50.071Z] --- PASS: TestConfigInspect (3.13s)
19:53:50 [2021-02-01T19:53:50.071Z] === RUN   TestConfigList
19:53:50 [2021-02-01T19:53:50.638Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
19:53:50 [2021-02-01T19:53:50.643Z] ok  	github.com/docker/docker/errdefs	0.048s	coverage: 53.1% of statements
19:53:50 [2021-02-01T19:53:50.939Z] ok  	github.com/docker/docker/distribution	0.431s	coverage: 25.1% of statements
19:53:50 [2021-02-01T19:53:50.939Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
19:53:52 [2021-02-01T19:53:52.464Z] ok  	github.com/docker/docker/image	0.108s	coverage: 86.8% of statements
19:53:53 [2021-02-01T19:53:53.170Z] --- PASS: TestConfigList (3.13s)
19:53:53 [2021-02-01T19:53:53.170Z] === RUN   TestConfigsCreateAndDelete
19:53:53 [2021-02-01T19:53:53.512Z] ok  	github.com/docker/docker/distribution/xfer	1.736s	coverage: 85.6% of statements
19:53:53 [2021-02-01T19:53:53.512Z] ?   	github.com/docker/docker/dockerversion	[no test files]
19:53:53 [2021-02-01T19:53:53.512Z] ok  	github.com/docker/docker/image/v1	0.020s	coverage: 25.0% of statements
19:53:53 [2021-02-01T19:53:53.808Z] ok  	github.com/docker/docker/image/cache	0.016s	coverage: 19.2% of statements
19:53:53 [2021-02-01T19:53:53.808Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
19:53:53 [2021-02-01T19:53:53.808Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
19:53:54 [2021-02-01T19:53:54.106Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
19:53:54 [2021-02-01T19:53:54.106Z] ok  	github.com/docker/docker/libcontainerd/queue	0.026s	coverage: 100.0% of statements
19:53:54 [2021-02-01T19:53:54.564Z] --- PASS: TestBuildMultiStageOnBuild (5.03s)
19:53:54 [2021-02-01T19:53:54.564Z] === RUN   TestBuildUncleanTarFilenames
19:53:54 [2021-02-01T19:53:54.672Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
19:53:55 [2021-02-01T19:53:55.135Z] --- PASS: TestBuildUncleanTarFilenames (0.91s)
19:53:55 [2021-02-01T19:53:55.135Z] === RUN   TestBuildMultiStageLayerLeak
19:53:55 [2021-02-01T19:53:55.238Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
19:53:55 [2021-02-01T19:53:55.633Z] ok  	github.com/docker/docker/pkg/aaparser	0.019s	coverage: 52.9% of statements
19:53:55 [2021-02-01T19:53:55.806Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
19:53:55 [2021-02-01T19:53:55.806Z] === RUN   TestDockerSuite/TestBuildAddTarXz
19:53:55 [2021-02-01T19:53:55.806Z] --- PASS: TestConfigsCreateAndDelete (2.88s)
19:53:55 [2021-02-01T19:53:55.806Z] === RUN   TestConfigsUpdate
19:53:56 [2021-02-01T19:53:56.276Z] ok  	github.com/docker/docker/oci	0.013s	coverage: 8.2% of statements
19:53:56 [2021-02-01T19:53:56.741Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
19:53:57 [2021-02-01T19:53:57.000Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
19:53:57 [2021-02-01T19:53:57.321Z] ok  	github.com/docker/docker/opts	0.176s	coverage: 67.1% of statements
19:53:57 [2021-02-01T19:53:57.566Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
19:53:58 [2021-02-01T19:53:58.842Z] ok  	github.com/docker/docker/pkg/authorization	0.302s	coverage: 68.3% of statements
19:53:58 [2021-02-01T19:53:58.842Z] ok  	github.com/docker/docker/pkg/broadcaster	0.004s	coverage: 100.0% of statements
19:53:58 [2021-02-01T19:53:58.942Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
19:53:59 [2021-02-01T19:53:59.200Z] --- PASS: TestConfigsUpdate (3.19s)
19:53:59 [2021-02-01T19:53:59.200Z] === RUN   TestTemplatedConfig
19:53:59 [2021-02-01T19:53:59.481Z] ok  	github.com/docker/docker/pkg/capabilities	0.005s	coverage: 87.5% of statements
19:54:00 [2021-02-01T19:54:00.135Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
19:54:00 [2021-02-01T19:54:00.417Z] --- PASS: TestBuildMultiStageLayerLeak (5.08s)
19:54:00 [2021-02-01T19:54:00.417Z] === RUN   TestBuildWithHugeFile
19:54:00 [2021-02-01T19:54:00.531Z] ok  	github.com/docker/docker/pkg/archive	1.247s	coverage: 76.9% of statements
19:54:00 [2021-02-01T19:54:00.531Z] ok  	github.com/docker/docker/pkg/directory	0.009s	coverage: 80.0% of statements
19:54:01 [2021-02-01T19:54:01.070Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
19:54:01 [2021-02-01T19:54:01.575Z] ok  	github.com/docker/docker/pkg/discovery	0.015s	coverage: 58.3% of statements
19:54:01 [2021-02-01T19:54:01.575Z] ok  	github.com/docker/docker/pkg/discovery/file	0.016s	coverage: 92.9% of statements
19:54:01 [2021-02-01T19:54:01.638Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
19:54:02 [2021-02-01T19:54:02.213Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.004s	coverage: 92.3% of statements
19:54:02 [2021-02-01T19:54:02.854Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.005s	coverage: 93.8% of statements
19:54:03 [2021-02-01T19:54:03.014Z] --- PASS: TestTemplatedConfig (3.70s)
19:54:03 [2021-02-01T19:54:03.014Z] === RUN   TestConfigCreateResolve
19:54:03 [2021-02-01T19:54:03.014Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
19:54:03 [2021-02-01T19:54:03.489Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
19:54:04 [2021-02-01T19:54:04.388Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
19:54:04 [2021-02-01T19:54:04.534Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.800s	coverage: 43.2% of statements
19:54:04 [2021-02-01T19:54:04.534Z] ok  	github.com/docker/docker/pkg/filenotify	0.604s	coverage: 67.0% of statements
19:54:05 [2021-02-01T19:54:05.174Z] ok  	github.com/docker/docker/layer	8.041s	coverage: 68.8% of statements
19:54:05 [2021-02-01T19:54:05.174Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
19:54:05 [2021-02-01T19:54:05.174Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
19:54:05 [2021-02-01T19:54:05.174Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
19:54:05 [2021-02-01T19:54:05.174Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
19:54:05 [2021-02-01T19:54:05.174Z] ?   	github.com/docker/docker/oci/caps	[no test files]
19:54:05 [2021-02-01T19:54:05.174Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
19:54:05 [2021-02-01T19:54:05.174Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
19:54:05 [2021-02-01T19:54:05.813Z] ok  	github.com/docker/docker/pkg/fileutils	0.012s	coverage: 89.5% of statements
19:54:05 [2021-02-01T19:54:05.813Z] ok  	github.com/docker/docker/pkg/fsutils	0.357s	coverage: 85.1% of statements
19:54:06 [2021-02-01T19:54:06.109Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.102s	coverage: 84.1% of statements
19:54:06 [2021-02-01T19:54:06.289Z] --- PASS: TestConfigCreateResolve (3.11s)
19:54:06 [2021-02-01T19:54:06.289Z] === RUN   TestConfigDaemonLibtrustID
19:54:06 [2021-02-01T19:54:06.289Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
19:54:06 [2021-02-01T19:54:06.548Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
19:54:06 [2021-02-01T19:54:06.548Z] PASS
19:54:06 [2021-02-01T19:54:06.548Z] 
19:54:06 [2021-02-01T19:54:06.548Z] DONE 7 tests in 19.714s
19:54:06 [2021-02-01T19:54:06.548Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
19:54:06 [2021-02-01T19:54:06.548Z] ++ 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
19:54:06 [2021-02-01T19:54:06.548Z] ++ set -e
19:54:06 [2021-02-01T19:54:06.548Z] ++ '[' -n 0 ']'
19:54:06 [2021-02-01T19:54:06.548Z] ++ set -x
19:54:06 [2021-02-01T19:54:06.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-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
19:54:06 [2021-02-01T19:54:06.548Z] INFO: Testing against a local daemon
19:54:06 [2021-02-01T19:54:06.548Z] === RUN   TestCheckpoint
19:54:06 [2021-02-01T19:54:06.548Z] --- SKIP: TestCheckpoint (0.00s)
19:54:06 [2021-02-01T19:54:06.548Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:54:06 [2021-02-01T19:54:06.548Z] === RUN   TestContainerInvalidJSON
19:54:06 [2021-02-01T19:54:06.548Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
19:54:06 [2021-02-01T19:54:06.548Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
19:54:06 [2021-02-01T19:54:06.548Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
19:54:06 [2021-02-01T19:54:06.548Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
19:54:06 [2021-02-01T19:54:06.548Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
19:54:06 [2021-02-01T19:54:06.548Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
19:54:06 [2021-02-01T19:54:06.548Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
19:54:06 [2021-02-01T19:54:06.548Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
19:54:06 [2021-02-01T19:54:06.548Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
19:54:06 [2021-02-01T19:54:06.548Z] --- PASS: TestContainerInvalidJSON (0.01s)
19:54:06 [2021-02-01T19:54:06.548Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
19:54:06 [2021-02-01T19:54:06.548Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
19:54:06 [2021-02-01T19:54:06.548Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
19:54:06 [2021-02-01T19:54:06.548Z] === RUN   TestCopyFromContainerPathDoesNotExist
19:54:06 [2021-02-01T19:54:06.548Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
19:54:06 [2021-02-01T19:54:06.548Z] === RUN   TestCopyFromContainerPathIsNotDir
19:54:06 [2021-02-01T19:54:06.548Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s)
19:54:06 [2021-02-01T19:54:06.548Z] === RUN   TestCopyToContainerPathDoesNotExist
19:54:06 [2021-02-01T19:54:06.748Z] ok  	github.com/docker/docker/pkg/homedir	0.011s	coverage: 11.4% of statements
19:54:06 [2021-02-01T19:54:06.806Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
19:54:06 [2021-02-01T19:54:06.806Z] === RUN   TestCopyToContainerPathIsNotDir
19:54:06 [2021-02-01T19:54:06.806Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
19:54:06 [2021-02-01T19:54:06.806Z] === RUN   TestCopyFromContainer
19:54:06 [2021-02-01T19:54:06.806Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
19:54:07 [2021-02-01T19:54:07.065Z] === RUN   TestDockerSuite/TestBuildBlankName
19:54:07 [2021-02-01T19:54:07.242Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
19:54:07 [2021-02-01T19:54:07.242Z] 
19:54:07 [2021-02-01T19:54:07.242Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:54:07 [2021-02-01T19:54:07.242Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:54:07 [2021-02-01T19:54:07.242Z] HOSTNAME=3f228f74ab4f
19:54:07 [2021-02-01T19:54:07.242Z] TESTDEBUG=0
19:54:07 [2021-02-01T19:54:07.242Z] DEST=bundles/test-integration
19:54:07 [2021-02-01T19:54:07.242Z] PWD=/go/src/github.com/docker/docker
19:54:07 [2021-02-01T19:54:07.242Z] DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:54:07 [2021-02-01T19:54:07.242Z] container=docker
19:54:07 [2021-02-01T19:54:07.242Z] HOME=/root
19:54:07 [2021-02-01T19:54:07.242Z] GOLANG_VERSION=1.13.15
19:54:07 [2021-02-01T19:54:07.242Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:54:07 [2021-02-01T19:54:07.242Z] VALIDATE_BRANCH=master
19:54:07 [2021-02-01T19:54:07.242Z] TERM=xterm
19:54:07 [2021-02-01T19:54:07.242Z] DOCKER_PKG=github.com/docker/docker
19:54:07 [2021-02-01T19:54:07.242Z] SHLVL=1
19:54:07 [2021-02-01T19:54:07.242Z] TIMEOUT=120m
19:54:07 [2021-02-01T19:54:07.242Z] DOCKER_BUILDTAGS=apparmor seccomp journald
19:54:07 [2021-02-01T19:54:07.242Z] DOCKER_GRAPHDRIVER=overlay2
19:54:07 [2021-02-01T19:54:07.242Z] GO111MODULE=off
19:54:07 [2021-02-01T19:54:07.242Z] DOCKER_EXPERIMENTAL=1
19:54:07 [2021-02-01T19:54:07.242Z] TEST_SKIP_INTEGRATION_CLI=1
19:54:07 [2021-02-01T19:54:07.242Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:54:07 [2021-02-01T19:54:07.242Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:54:07 [2021-02-01T19:54:07.242Z] GOPATH=/go
19:54:07 [2021-02-01T19:54:07.242Z] PKG_CONFIG=pkg-config
19:54:07 [2021-02-01T19:54:07.242Z] _=/usr/bin/env
19:54:07 [2021-02-01T19:54:07.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
19:54:07 [2021-02-01T19:54:07.324Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
19:54:07 [2021-02-01T19:54:07.801Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.007s	coverage: 91.7% of statements
19:54:07 [2021-02-01T19:54:07.801Z] ok  	github.com/docker/docker/pkg/longpath	0.010s	coverage: 100.0% of statements
19:54:07 [2021-02-01T19:54:07.891Z] === RUN   TestCopyFromContainer//
19:54:07 [2021-02-01T19:54:07.891Z] === RUN   TestCopyFromContainer//bar/root
19:54:07 [2021-02-01T19:54:07.891Z] === RUN   TestCopyFromContainer//bar/root/
19:54:08 [2021-02-01T19:54:08.150Z] === RUN   TestCopyFromContainer/bar/quux
19:54:08 [2021-02-01T19:54:08.150Z] === RUN   TestCopyFromContainer/bar/quux/
19:54:08 [2021-02-01T19:54:08.150Z] === RUN   TestCopyFromContainer/bar/quux/baz
19:54:08 [2021-02-01T19:54:08.150Z] === RUN   TestCopyFromContainer/bar/filesymlink
19:54:08 [2021-02-01T19:54:08.150Z] === RUN   TestCopyFromContainer/bar/dirsymlink
19:54:08 [2021-02-01T19:54:08.408Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
19:54:08 [2021-02-01T19:54:08.408Z] === RUN   TestCopyFromContainer/bar/notarget
19:54:08 [2021-02-01T19:54:08.408Z] --- PASS: TestCopyFromContainer (1.77s)
19:54:08 [2021-02-01T19:54:08.408Z]     --- PASS: TestCopyFromContainer// (0.06s)
19:54:08 [2021-02-01T19:54:08.408Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
19:54:08 [2021-02-01T19:54:08.408Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
19:54:08 [2021-02-01T19:54:08.408Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
19:54:08 [2021-02-01T19:54:08.408Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
19:54:08 [2021-02-01T19:54:08.408Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
19:54:08 [2021-02-01T19:54:08.408Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
19:54:08 [2021-02-01T19:54:08.408Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
19:54:08 [2021-02-01T19:54:08.408Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
19:54:08 [2021-02-01T19:54:08.408Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
19:54:08 [2021-02-01T19:54:08.408Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
19:54:08 [2021-02-01T19:54:08.408Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:54:08 [2021-02-01T19:54:08.408Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:54:08 [2021-02-01T19:54:08.408Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:54:08 [2021-02-01T19:54:08.408Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:54:08 [2021-02-01T19:54:08.408Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
19:54:08 [2021-02-01T19:54:08.408Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
19:54:08 [2021-02-01T19:54:08.408Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:54:08 [2021-02-01T19:54:08.408Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
19:54:08 [2021-02-01T19:54:08.408Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:54:08 [2021-02-01T19:54:08.408Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
19:54:08 [2021-02-01T19:54:08.408Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
19:54:08 [2021-02-01T19:54:08.408Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
19:54:08 [2021-02-01T19:54:08.408Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
19:54:08 [2021-02-01T19:54:08.408Z] === RUN   TestCreateLinkToNonExistingContainer
19:54:08 [2021-02-01T19:54:08.442Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.005s	coverage: 85.7% of statements
19:54:08 [2021-02-01T19:54:08.442Z] ok  	github.com/docker/docker/pkg/idtools	0.731s	coverage: 70.1% of statements
19:54:08 [2021-02-01T19:54:08.667Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
19:54:08 [2021-02-01T19:54:08.667Z] === RUN   TestCreateWithInvalidEnv
19:54:08 [2021-02-01T19:54:08.667Z] === RUN   TestCreateWithInvalidEnv/0
19:54:08 [2021-02-01T19:54:08.667Z] === PAUSE TestCreateWithInvalidEnv/0
19:54:08 [2021-02-01T19:54:08.667Z] === RUN   TestCreateWithInvalidEnv/1
19:54:08 [2021-02-01T19:54:08.667Z] === PAUSE TestCreateWithInvalidEnv/1
19:54:08 [2021-02-01T19:54:08.667Z] === RUN   TestCreateWithInvalidEnv/2
19:54:08 [2021-02-01T19:54:08.667Z] === PAUSE TestCreateWithInvalidEnv/2
19:54:08 [2021-02-01T19:54:08.667Z] === CONT  TestCreateWithInvalidEnv/0
19:54:08 [2021-02-01T19:54:08.667Z] === CONT  TestCreateWithInvalidEnv/2
19:54:08 [2021-02-01T19:54:08.667Z] === CONT  TestCreateWithInvalidEnv/1
19:54:08 [2021-02-01T19:54:08.667Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
19:54:08 [2021-02-01T19:54:08.667Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
19:54:08 [2021-02-01T19:54:08.667Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
19:54:08 [2021-02-01T19:54:08.667Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
19:54:08 [2021-02-01T19:54:08.667Z] === RUN   TestCreateTmpfsMountsTarget
19:54:08 [2021-02-01T19:54:08.667Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
19:54:08 [2021-02-01T19:54:08.667Z] === RUN   TestCreateWithCustomMaskedPaths
19:54:08 [2021-02-01T19:54:08.736Z] ok  	github.com/docker/docker/pkg/parsers	0.005s	coverage: 97.0% of statements
19:54:08 [2021-02-01T19:54:08.736Z] ok  	github.com/docker/docker/pkg/ioutils	1.359s	coverage: 69.3% of statements
19:54:08 [2021-02-01T19:54:08.736Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
19:54:08 [2021-02-01T19:54:08.736Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
19:54:08 [2021-02-01T19:54:08.736Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
19:54:08 [2021-02-01T19:54:08.736Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
19:54:08 [2021-02-01T19:54:08.925Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
19:54:09 [2021-02-01T19:54:09.378Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.006s	coverage: 60.0% of statements
19:54:09 [2021-02-01T19:54:09.378Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.041s	coverage: 86.7% of statements
19:54:09 [2021-02-01T19:54:09.378Z] ok  	github.com/docker/docker/pkg/pidfile	0.011s	coverage: 82.4% of statements
19:54:09 [2021-02-01T19:54:09.378Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
19:54:09 [2021-02-01T19:54:09.378Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
19:54:10 [2021-02-01T19:54:10.301Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
19:54:10 [2021-02-01T19:54:10.301Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
19:54:10 [2021-02-01T19:54:10.559Z] --- PASS: TestCreateWithCustomMaskedPaths (1.89s)
19:54:10 [2021-02-01T19:54:10.559Z] === RUN   TestCreateWithCustomReadonlyPaths
19:54:10 [2021-02-01T19:54:10.915Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.049s	coverage: 56.8% of statements
19:54:11 [2021-02-01T19:54:11.495Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
19:54:11 [2021-02-01T19:54:11.556Z] ok  	github.com/docker/docker/pkg/pools	0.022s	coverage: 88.2% of statements
19:54:11 [2021-02-01T19:54:11.556Z] ok  	github.com/docker/docker/pkg/progress	0.016s	coverage: 75.9% of statements
19:54:11 [2021-02-01T19:54:11.556Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.009s	coverage: 85.7% of statements
19:54:12 [2021-02-01T19:54:12.198Z] ok  	github.com/docker/docker/pkg/reexec	0.011s	coverage: 82.4% of statements
19:54:12 [2021-02-01T19:54:12.369Z] 4dcc9a9b9e68: Pull complete
19:54:12 [2021-02-01T19:54:12.369Z] Digest: sha256:997e32161f322f5f301023ae675f39329bd60888f5f9a373100eba77f55cbb31
19:54:12 [2021-02-01T19:54:12.369Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
19:54:12 [2021-02-01T19:54:12.369Z] mcr.microsoft.com/windows/servercore:ltsc2019
19:54:12 [2021-02-01T19:54:12.369Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully
19:54:12 [2021-02-01T19:54:12.369Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore
19:54:12 [2021-02-01T19:54:12.369Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1697'
19:54:12 [2021-02-01T19:54:12.369Z] INFO: Docker version of control daemon
19:54:12 [2021-02-01T19:54:12.369Z] 
19:54:12 [2021-02-01T19:54:12.369Z] Client: Docker Engine - Enterprise
19:54:12 [2021-02-01T19:54:12.369Z]  Version:           19.03.12
19:54:12 [2021-02-01T19:54:12.369Z]  API version:       1.40
19:54:12 [2021-02-01T19:54:12.369Z]  Go version:        go1.13.13
19:54:12 [2021-02-01T19:54:12.369Z]  Git commit:        4306744
19:54:12 [2021-02-01T19:54:12.369Z]  Built:             08/05/2020 19:27:53
19:54:12 [2021-02-01T19:54:12.369Z]  OS/Arch:           windows/amd64
19:54:12 [2021-02-01T19:54:12.369Z]  Experimental:      false
19:54:12 [2021-02-01T19:54:12.369Z] 
19:54:12 [2021-02-01T19:54:12.369Z] Server: Docker Engine - Enterprise
19:54:12 [2021-02-01T19:54:12.369Z]  Engine:
19:54:12 [2021-02-01T19:54:12.369Z]   Version:          19.03.12
19:54:12 [2021-02-01T19:54:12.369Z]   API version:      1.40 (minimum version 1.24)
19:54:12 [2021-02-01T19:54:12.369Z]   Go version:       go1.13.13
19:54:12 [2021-02-01T19:54:12.369Z]   Git commit:       f295753ffd
19:54:12 [2021-02-01T19:54:12.369Z]   Built:            08/05/2020 19:26:41
19:54:12 [2021-02-01T19:54:12.369Z]   OS/Arch:          windows/amd64
19:54:12 [2021-02-01T19:54:12.369Z]   Experimental:     true
19:54:12 [2021-02-01T19:54:12.369Z] 
19:54:12 [2021-02-01T19:54:12.370Z] INFO: Docker info of control daemon
19:54:12 [2021-02-01T19:54:12.370Z] 
19:54:12 [2021-02-01T19:54:12.370Z] Client:
19:54:12 [2021-02-01T19:54:12.370Z]  Debug Mode: false
19:54:12 [2021-02-01T19:54:12.370Z]  Plugins:
19:54:12 [2021-02-01T19:54:12.370Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
19:54:12 [2021-02-01T19:54:12.370Z] 
19:54:12 [2021-02-01T19:54:12.370Z] Server:
19:54:12 [2021-02-01T19:54:12.370Z]  Containers: 0
19:54:12 [2021-02-01T19:54:12.370Z]   Running: 0
19:54:12 [2021-02-01T19:54:12.370Z]   Paused: 0
19:54:12 [2021-02-01T19:54:12.370Z]   Stopped: 0
19:54:12 [2021-02-01T19:54:12.370Z]  Images: 1
19:54:12 [2021-02-01T19:54:12.370Z]  Server Version: 19.03.12
19:54:12 [2021-02-01T19:54:12.370Z]  Storage Driver: windowsfilter (windows) lcow (linux)
19:54:12 [2021-02-01T19:54:12.370Z]   Windows: 
19:54:12 [2021-02-01T19:54:12.370Z]   LCOW: 
19:54:12 [2021-02-01T19:54:12.370Z]  Logging Driver: json-file
19:54:12 [2021-02-01T19:54:12.370Z]  Plugins:
19:54:12 [2021-02-01T19:54:12.370Z]   Volume: local
19:54:12 [2021-02-01T19:54:12.370Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
19:54:12 [2021-02-01T19:54:12.370Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
19:54:12 [2021-02-01T19:54:12.370Z]  Swarm: inactive
19:54:12 [2021-02-01T19:54:12.370Z]  Default Isolation: process
19:54:12 [2021-02-01T19:54:12.370Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
19:54:12 [2021-02-01T19:54:12.370Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697)
19:54:12 [2021-02-01T19:54:12.370Z]  OSType: windows
19:54:12 [2021-02-01T19:54:12.370Z]  Architecture: x86_64
19:54:12 [2021-02-01T19:54:12.370Z]  CPUs: 4
19:54:12 [2021-02-01T19:54:12.370Z]  Total Memory: 32GiB
19:54:12 [2021-02-01T19:54:12.370Z]  Name: azwin-2-5a14f0
19:54:12 [2021-02-01T19:54:12.370Z]  ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3
19:54:12 [2021-02-01T19:54:12.370Z]  Docker Root Dir: D:\docker
19:54:12 [2021-02-01T19:54:12.370Z]  Debug Mode: false
19:54:12 [2021-02-01T19:54:12.370Z]  Registry: https://index.docker.io/v1/
19:54:12 [2021-02-01T19:54:12.370Z]  Labels:
19:54:12 [2021-02-01T19:54:12.370Z]  Experimental: true
19:54:12 [2021-02-01T19:54:12.370Z]  Insecure Registries:
19:54:12 [2021-02-01T19:54:12.370Z]   10.0.0.4:5000
19:54:12 [2021-02-01T19:54:12.370Z]   127.0.0.0/8
19:54:12 [2021-02-01T19:54:12.370Z]  Registry Mirrors:
19:54:12 [2021-02-01T19:54:12.370Z]   http://10.0.0.4:5000/
19:54:12 [2021-02-01T19:54:12.370Z]  Live Restore Enabled: false
19:54:12 [2021-02-01T19:54:12.370Z] 
19:54:12 [2021-02-01T19:54:12.370Z] 
19:54:12 [2021-02-01T19:54:12.370Z] INFO: Commit hash is 7f83ec5c45
19:54:12 [2021-02-01T19:54:12.370Z] INFO: Nuke-Everything...
19:54:12 [2021-02-01T19:54:12.370Z] INFO: Container count on control daemon to delete is 0
19:54:12 [2021-02-01T19:54:12.370Z] INFO: Nuking d:\CI
19:54:12 [2021-02-01T19:54:12.370Z] INFO: Zapped successfully
19:54:12 [2021-02-01T19:54:12.370Z] INFO: Location for testing is d:\CI\PR-41955\4
19:54:12 [2021-02-01T19:54:12.370Z] INFO: Validating GOLang consistency in Dockerfile.windows...
19:54:12 [2021-02-01T19:54:12.370Z] 
19:54:12 [2021-02-01T19:54:12.370Z] 
19:54:12 [2021-02-01T19:54:12.370Z] INFO: Building the image from Dockerfile.windows at 02/01/2021 19:54:11...
19:54:12 [2021-02-01T19:54:12.370Z] 
19:54:12 [2021-02-01T19:54:12.429Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.94s)
19:54:12 [2021-02-01T19:54:12.429Z] === RUN   TestCreateWithInvalidHealthcheckParams
19:54:12 [2021-02-01T19:54:12.429Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:54:12 [2021-02-01T19:54:12.429Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:54:12 [2021-02-01T19:54:12.429Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:54:12 [2021-02-01T19:54:12.429Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:54:12 [2021-02-01T19:54:12.429Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:54:12 [2021-02-01T19:54:12.429Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:54:12 [2021-02-01T19:54:12.429Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:54:12 [2021-02-01T19:54:12.429Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:54:12 [2021-02-01T19:54:12.429Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:54:12 [2021-02-01T19:54:12.429Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:54:12 [2021-02-01T19:54:12.429Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:54:12 [2021-02-01T19:54:12.429Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:54:12 [2021-02-01T19:54:12.429Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:54:12 [2021-02-01T19:54:12.429Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:54:12 [2021-02-01T19:54:12.429Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:54:12 [2021-02-01T19:54:12.429Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
19:54:12 [2021-02-01T19:54:12.429Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
19:54:12 [2021-02-01T19:54:12.429Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
19:54:12 [2021-02-01T19:54:12.429Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
19:54:12 [2021-02-01T19:54:12.429Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
19:54:12 [2021-02-01T19:54:12.429Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
19:54:12 [2021-02-01T19:54:12.429Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
19:54:12 [2021-02-01T19:54:12.995Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
19:54:12 [2021-02-01T19:54:12.995Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.70s)
19:54:12 [2021-02-01T19:54:12.995Z] === RUN   TestCreateDifferentPlatform
19:54:13 [2021-02-01T19:54:13.239Z] ok  	github.com/docker/docker/pkg/stdcopy	0.008s	coverage: 100.0% of statements
19:54:13 [2021-02-01T19:54:13.239Z] ok  	github.com/docker/docker/pkg/pubsub	1.120s	coverage: 75.0% of statements
19:54:13 [2021-02-01T19:54:13.254Z] === RUN   TestCreateDifferentPlatform/different_os
19:54:13 [2021-02-01T19:54:13.254Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
19:54:13 [2021-02-01T19:54:13.254Z] --- PASS: TestCreateDifferentPlatform (0.01s)
19:54:13 [2021-02-01T19:54:13.254Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
19:54:13 [2021-02-01T19:54:13.254Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
19:54:13 [2021-02-01T19:54:13.254Z] === RUN   TestCreateVolumesFromNonExistingContainer
19:54:13 [2021-02-01T19:54:13.254Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
19:54:13 [2021-02-01T19:54:13.254Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
19:54:13 [2021-02-01T19:54:13.254Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
19:54:13 [2021-02-01T19:54:13.254Z] === RUN   TestContainerStartOnDaemonRestart
19:54:13 [2021-02-01T19:54:13.254Z] === PAUSE TestContainerStartOnDaemonRestart
19:54:13 [2021-02-01T19:54:13.254Z] === RUN   TestDaemonRestartIpcMode
19:54:13 [2021-02-01T19:54:13.254Z] === PAUSE TestDaemonRestartIpcMode
19:54:13 [2021-02-01T19:54:13.254Z] === RUN   TestDaemonHostGatewayIP
19:54:13 [2021-02-01T19:54:13.254Z] === PAUSE TestDaemonHostGatewayIP
19:54:13 [2021-02-01T19:54:13.254Z] === RUN   TestRestartDaemonWithRestartingContainer
19:54:13 [2021-02-01T19:54:13.254Z] === PAUSE TestRestartDaemonWithRestartingContainer
19:54:13 [2021-02-01T19:54:13.254Z] === RUN   TestContainerKillOnDaemonStart
19:54:13 [2021-02-01T19:54:13.254Z] === PAUSE TestContainerKillOnDaemonStart
19:54:13 [2021-02-01T19:54:13.254Z] === RUN   TestDiff
19:54:13 [2021-02-01T19:54:13.822Z] --- PASS: TestDiff (0.68s)
19:54:13 [2021-02-01T19:54:13.822Z] === RUN   TestExecWithCloseStdin
19:54:13 [2021-02-01T19:54:13.877Z] ok  	github.com/docker/docker/pkg/stringid	0.004s	coverage: 70.6% of statements
19:54:13 [2021-02-01T19:54:13.877Z] ok  	github.com/docker/docker/pkg/streamformatter	0.015s	coverage: 66.2% of statements
19:54:14 [2021-02-01T19:54:14.389Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
19:54:14 [2021-02-01T19:54:14.647Z] --- PASS: TestExecWithCloseStdin (0.74s)
19:54:14 [2021-02-01T19:54:14.647Z] === RUN   TestExec
19:54:14 [2021-02-01T19:54:14.928Z] ok  	github.com/docker/docker/pkg/system	0.028s	coverage: 36.9% of statements
19:54:15 [2021-02-01T19:54:15.214Z] --- PASS: TestExec (0.70s)
19:54:15 [2021-02-01T19:54:15.214Z] === RUN   TestExecUser
19:54:15 [2021-02-01T19:54:15.223Z] ok  	github.com/docker/docker/pkg/sysinfo	0.009s	coverage: 53.8% of statements
19:54:15 [2021-02-01T19:54:15.518Z] ok  	github.com/docker/docker/pkg/signal	2.891s	coverage: 61.0% of statements
19:54:15 [2021-02-01T19:54:15.813Z] ok  	github.com/docker/docker/pkg/tailfile	0.094s	coverage: 88.6% of statements
19:54:16 [2021-02-01T19:54:16.107Z] testing: warning: no tests to run
19:54:16 [2021-02-01T19:54:16.107Z] coverage: [no statements]
19:54:16 [2021-02-01T19:54:16.107Z] ok  	github.com/docker/docker/pkg/term/windows	0.023s	coverage: [no statements] [no tests to run]
19:54:16 [2021-02-01T19:54:16.119Z] Sending build context to Docker daemon  58.29MB
19:54:16 [2021-02-01T19:54:16.119Z] 
19:54:16 [2021-02-01T19:54:16.119Z] Step 1/10 : FROM microsoft/windowsservercore
19:54:16 [2021-02-01T19:54:16.120Z]  ---> 5e0078d88ebd
19:54:16 [2021-02-01T19:54:16.120Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
19:54:16 [2021-02-01T19:54:16.148Z] --- PASS: TestExecUser (0.63s)
19:54:16 [2021-02-01T19:54:16.148Z] === RUN   TestExportContainerAndImportImage
19:54:16 [2021-02-01T19:54:16.407Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
19:54:16 [2021-02-01T19:54:16.591Z]  ---> Running in 50c288f53ed5
19:54:16 [2021-02-01T19:54:16.666Z] --- PASS: TestExportContainerAndImportImage (0.81s)
19:54:16 [2021-02-01T19:54:16.666Z] === RUN   TestExportContainerAfterDaemonRestart
19:54:16 [2021-02-01T19:54:16.749Z] ok  	github.com/docker/docker/pkg/tarsum	0.162s	coverage: 89.3% of statements
19:54:16 [2021-02-01T19:54:16.749Z] ok  	github.com/docker/docker/pkg/urlutil	0.003s	coverage: 100.0% of statements
19:54:16 [2021-02-01T19:54:16.749Z] ok  	github.com/docker/docker/pkg/truncindex	0.113s	coverage: 91.5% of statements
19:54:16 [2021-02-01T19:54:16.924Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
19:54:17 [2021-02-01T19:54:17.044Z] ok  	github.com/docker/docker/pkg/useragent	0.007s	coverage: 88.9% of statements
19:54:17 [2021-02-01T19:54:17.058Z] Removing intermediate container 50c288f53ed5
19:54:17 [2021-02-01T19:54:17.058Z]  ---> 330fea597231
19:54:17 [2021-02-01T19:54:17.058Z] Step 3/10 : ARG GO_VERSION=1.13.15
19:54:17 [2021-02-01T19:54:17.058Z]  ---> Running in 4da8c2155332
19:54:17 [2021-02-01T19:54:17.058Z] Removing intermediate container 4da8c2155332
19:54:17 [2021-02-01T19:54:17.058Z]  ---> 2c91590868ce
19:54:17 [2021-02-01T19:54:17.058Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
19:54:17 [2021-02-01T19:54:17.183Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
19:54:17 [2021-02-01T19:54:17.520Z]  ---> Running in b0a9533aaf59
19:54:17 [2021-02-01T19:54:17.520Z] Removing intermediate container b0a9533aaf59
19:54:17 [2021-02-01T19:54:17.520Z]  ---> 818e7e4e2728
19:54:17 [2021-02-01T19:54:17.520Z] 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}
19:54:17 [2021-02-01T19:54:17.520Z]  ---> Running in e7e8377cbc8d
19:54:17 [2021-02-01T19:54:17.983Z] Removing intermediate container e7e8377cbc8d
19:54:17 [2021-02-01T19:54:17.983Z]  ---> 62fab170b166
19:54:17 [2021-02-01T19:54:17.983Z] 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;
19:54:17 [2021-02-01T19:54:17.983Z]  ---> Running in 6bb61e231760
19:54:18 [2021-02-01T19:54:18.120Z] --- PASS: TestExportContainerAfterDaemonRestart (1.35s)
19:54:18 [2021-02-01T19:54:18.120Z] === RUN   TestHealthCheckWorkdir
19:54:19 [2021-02-01T19:54:19.055Z] --- PASS: TestHealthCheckWorkdir (0.86s)
19:54:19 [2021-02-01T19:54:19.055Z] === RUN   TestHealthKillContainer
19:54:19 [2021-02-01T19:54:19.622Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
19:54:19 [2021-02-01T19:54:19.802Z] ok  	github.com/docker/docker/profiles/seccomp	0.024s	coverage: 83.5% of statements
19:54:19 [2021-02-01T19:54:19.802Z] ok  	github.com/docker/docker/plugin/v2	0.009s	coverage: 14.5% of statements
19:54:20 [2021-02-01T19:54:20.852Z] ok  	github.com/docker/docker/reference	0.012s	coverage: 84.4% of statements
19:54:20 [2021-02-01T19:54:20.999Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
19:54:21 [2021-02-01T19:54:21.153Z] ok  	github.com/docker/docker/plugin	0.567s	coverage: 23.2% of statements
19:54:21 [2021-02-01T19:54:21.935Z] --- PASS: TestHealthKillContainer (2.85s)
19:54:21 [2021-02-01T19:54:21.935Z] === RUN   TestInspectCpusetInConfigPre120
19:54:22 [2021-02-01T19:54:22.751Z] 
19:54:22 [2021-02-01T19:54:22.751Z] SUCCESS: Specified value was saved.
19:54:22 [2021-02-01T19:54:22.870Z] --- PASS: TestInspectCpusetInConfigPre120 (0.87s)
19:54:22 [2021-02-01T19:54:22.870Z] === RUN   TestIpcModeNone
19:54:22 [2021-02-01T19:54:22.870Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
19:54:23 [2021-02-01T19:54:23.242Z] ok  	github.com/docker/docker/quota	0.683s	coverage: 71.4% of statements
19:54:23 [2021-02-01T19:54:23.242Z] ok  	github.com/docker/docker/registry/resumable	0.025s	coverage: 100.0% of statements
19:54:23 [2021-02-01T19:54:23.437Z] --- PASS: TestIpcModeNone (0.80s)
19:54:23 [2021-02-01T19:54:23.437Z] === RUN   TestIpcModePrivate
19:54:23 [2021-02-01T19:54:23.537Z] ok  	github.com/docker/docker/restartmanager	0.004s	coverage: 45.3% of statements
19:54:23 [2021-02-01T19:54:23.724Z] INFO: Downloading git...
19:54:23 [2021-02-01T19:54:23.831Z] ok  	github.com/docker/docker/registry	0.221s	coverage: 57.2% of statements
19:54:24 [2021-02-01T19:54:24.374Z] --- PASS: TestIpcModePrivate (0.82s)
19:54:24 [2021-02-01T19:54:24.374Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:97, shared: false, mustBeShared: false
19:54:24 [2021-02-01T19:54:24.374Z] === RUN   TestIpcModeShareable
19:54:24 [2021-02-01T19:54:24.471Z] ok  	github.com/docker/docker/testutil	0.020s	coverage: 62.5% of statements
19:54:24 [2021-02-01T19:54:24.700Z] INFO: Downloading go...
19:54:25 [2021-02-01T19:54:25.532Z] ok  	github.com/docker/docker/runconfig	0.020s	coverage: 66.1% of statements
19:54:25 [2021-02-01T19:54:25.751Z] --- PASS: TestIpcModeShareable (1.37s)
19:54:25 [2021-02-01T19:54:25.751Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:130, shared: true, mustBeShared: true
19:54:25 [2021-02-01T19:54:25.751Z] === RUN   TestAPIIpcModeShareableAndContainer
19:54:25 [2021-02-01T19:54:25.801Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
19:54:25 [2021-02-01T19:54:25.801Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
19:54:26 [2021-02-01T19:54:26.915Z] INFO: Downloading compiler 1 of 3...
19:54:27 [2021-02-01T19:54:27.378Z] INFO: Downloading compiler 2 of 3...
19:54:27 [2021-02-01T19:54:27.839Z] INFO: Downloading compiler 3 of 3...
19:54:27 [2021-02-01T19:54:27.839Z] INFO: Extracting git...
19:54:28 [2021-02-01T19:54:28.288Z] ok  	github.com/docker/docker/volume/drivers	0.008s	coverage: 36.1% of statements
19:54:29 [2021-02-01T19:54:29.036Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.04s)
19:54:29 [2021-02-01T19:54:29.036Z] === RUN   TestAPIIpcModeHost
19:54:29 [2021-02-01T19:54:29.295Z] --- PASS: TestAPIIpcModeHost (0.52s)
19:54:29 [2021-02-01T19:54:29.295Z] === RUN   TestDaemonIpcModeShareable
19:54:29 [2021-02-01T19:54:29.330Z] ok  	github.com/docker/docker/volume/mounts	0.053s	coverage: 67.0% of statements
19:54:29 [2021-02-01T19:54:29.330Z] ok  	github.com/docker/docker/volume/local	0.273s	coverage: 76.6% of statements
19:54:30 [2021-02-01T19:54:30.365Z] ok  	github.com/docker/docker/volume/service	0.023s	coverage: 73.1% of statements
19:54:31 [2021-02-01T19:54:31.200Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
19:54:31 [2021-02-01T19:54:31.200Z] --- PASS: TestDaemonIpcModeShareable (1.72s)
19:54:31 [2021-02-01T19:54:31.200Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:182, shared: true, mustBeShared: true
19:54:31 [2021-02-01T19:54:31.200Z] === RUN   TestDaemonIpcModePrivate
19:54:32 [2021-02-01T19:54:32.576Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
19:54:32 [2021-02-01T19:54:32.834Z] --- PASS: TestDaemonIpcModePrivate (1.78s)
19:54:32 [2021-02-01T19:54:32.834Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: false, mustBeShared: false
19:54:32 [2021-02-01T19:54:32.834Z] === RUN   TestDaemonIpcModePrivateFromConfig
19:54:33 [2021-02-01T19:54:33.092Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
19:54:34 [2021-02-01T19:54:34.468Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.50s)
19:54:34 [2021-02-01T19:54:34.468Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:93, shared: false, mustBeShared: false
19:54:34 [2021-02-01T19:54:34.468Z] === RUN   TestDaemonIpcModeShareableFromConfig
19:54:34 [2021-02-01T19:54:34.727Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
19:54:34 [2021-02-01T19:54:34.986Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
19:54:35 [2021-02-01T19:54:35.244Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
19:54:35 [2021-02-01T19:54:35.811Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.47s)
19:54:35 [2021-02-01T19:54:35.811Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:87, shared: true, mustBeShared: true
19:54:35 [2021-02-01T19:54:35.811Z] === RUN   TestIpcModeOlderClient
19:54:35 [2021-02-01T19:54:35.811Z] === PAUSE TestIpcModeOlderClient
19:54:35 [2021-02-01T19:54:35.811Z] === RUN   TestKillContainerInvalidSignal
19:54:36 [2021-02-01T19:54:36.379Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
19:54:36 [2021-02-01T19:54:36.379Z] --- PASS: TestKillContainerInvalidSignal (0.61s)
19:54:36 [2021-02-01T19:54:36.379Z] === RUN   TestKillContainer
19:54:36 [2021-02-01T19:54:36.379Z] === RUN   TestKillContainer/no_signal
19:54:36 [2021-02-01T19:54:36.637Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
19:54:36 [2021-02-01T19:54:36.896Z] === RUN   TestKillContainer/non_killing_signal
19:54:37 [2021-02-01T19:54:37.462Z] === RUN   TestKillContainer/killing_signal
19:54:38 [2021-02-01T19:54:38.557Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
19:54:38 [2021-02-01T19:54:38.557Z] 
19:54:38 [2021-02-01T19:54:38.557Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:54:38 [2021-02-01T19:54:38.557Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:54:38 [2021-02-01T19:54:38.557Z] HOSTNAME=1261c5dac74e
19:54:38 [2021-02-01T19:54:38.557Z] TESTDEBUG=0
19:54:38 [2021-02-01T19:54:38.557Z] DEST=bundles/test-integration
19:54:38 [2021-02-01T19:54:38.557Z] PWD=/go/src/github.com/docker/docker
19:54:38 [2021-02-01T19:54:38.557Z] DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:54:38 [2021-02-01T19:54:38.557Z] container=docker
19:54:38 [2021-02-01T19:54:38.557Z] HOME=/root
19:54:38 [2021-02-01T19:54:38.557Z] GOLANG_VERSION=1.13.15
19:54:38 [2021-02-01T19:54:38.557Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:54:38 [2021-02-01T19:54:38.557Z] VALIDATE_BRANCH=master
19:54:38 [2021-02-01T19:54:38.557Z] TERM=xterm
19:54:38 [2021-02-01T19:54:38.557Z] DOCKER_PKG=github.com/docker/docker
19:54:38 [2021-02-01T19:54:38.557Z] SHLVL=1
19:54:38 [2021-02-01T19:54:38.557Z] TIMEOUT=120m
19:54:38 [2021-02-01T19:54:38.557Z] DOCKER_BUILDTAGS=apparmor seccomp journald
19:54:38 [2021-02-01T19:54:38.557Z] DOCKER_GRAPHDRIVER=overlay2
19:54:38 [2021-02-01T19:54:38.557Z] GO111MODULE=off
19:54:38 [2021-02-01T19:54:38.557Z] DOCKER_EXPERIMENTAL=1
19:54:38 [2021-02-01T19:54:38.557Z] TEST_SKIP_INTEGRATION_CLI=1
19:54:38 [2021-02-01T19:54:38.557Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:54:38 [2021-02-01T19:54:38.557Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:54:38 [2021-02-01T19:54:38.557Z] GOPATH=/go
19:54:38 [2021-02-01T19:54:38.557Z] PKG_CONFIG=pkg-config
19:54:38 [2021-02-01T19:54:38.557Z] _=/usr/bin/env
19:54:38 [2021-02-01T19:54:38.557Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
19:54:38 [2021-02-01T19:54:38.838Z] --- PASS: TestKillContainer (2.28s)
19:54:38 [2021-02-01T19:54:38.838Z]     --- PASS: TestKillContainer/no_signal (0.64s)
19:54:38 [2021-02-01T19:54:38.838Z]     --- PASS: TestKillContainer/non_killing_signal (0.46s)
19:54:38 [2021-02-01T19:54:38.838Z]     --- PASS: TestKillContainer/killing_signal (0.81s)
19:54:38 [2021-02-01T19:54:38.838Z] === RUN   TestKillWithStopSignalAndRestartPolicies
19:54:38 [2021-02-01T19:54:38.838Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
19:54:38 [2021-02-01T19:54:38.838Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
19:54:39 [2021-02-01T19:54:39.405Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
19:54:40 [2021-02-01T19:54:40.252Z] INFO: Expanding go...
19:54:40 [2021-02-01T19:54:40.340Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.51s)
19:54:40 [2021-02-01T19:54:40.340Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s)
19:54:40 [2021-02-01T19:54:40.340Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.48s)
19:54:40 [2021-02-01T19:54:40.340Z] === RUN   TestKillStoppedContainer
19:54:40 [2021-02-01T19:54:40.340Z] --- PASS: TestKillStoppedContainer (0.05s)
19:54:40 [2021-02-01T19:54:40.340Z] === RUN   TestKillStoppedContainerAPIPre120
19:54:40 [2021-02-01T19:54:40.340Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
19:54:40 [2021-02-01T19:54:40.340Z] === RUN   TestKillDifferentUserContainer
19:54:40 [2021-02-01T19:54:40.599Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
19:54:40 [2021-02-01T19:54:40.857Z] --- PASS: TestKillDifferentUserContainer (0.74s)
19:54:40 [2021-02-01T19:54:40.857Z] === RUN   TestInspectOomKilledTrue
19:54:40 [2021-02-01T19:54:40.857Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
19:54:40 [2021-02-01T19:54:40.857Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:54:40 [2021-02-01T19:54:40.857Z] === RUN   TestInspectOomKilledFalse
19:54:40 [2021-02-01T19:54:40.857Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
19:54:40 [2021-02-01T19:54:40.857Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:54:40 [2021-02-01T19:54:40.857Z] === RUN   TestLinksEtcHostsContentMatch
19:54:41 [2021-02-01T19:54:41.123Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
19:54:41 [2021-02-01T19:54:41.424Z] --- PASS: TestLinksEtcHostsContentMatch (0.41s)
19:54:41 [2021-02-01T19:54:41.424Z] === RUN   TestLinksContainerNames
19:54:42 [2021-02-01T19:54:42.799Z] --- PASS: TestLinksContainerNames (1.51s)
19:54:42 [2021-02-01T19:54:42.799Z] === RUN   TestLogsFollowTailEmpty
19:54:43 [2021-02-01T19:54:43.058Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
19:54:43 [2021-02-01T19:54:43.317Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
19:54:43 [2021-02-01T19:54:43.575Z] --- PASS: TestLogsFollowTailEmpty (0.76s)
19:54:43 [2021-02-01T19:54:43.575Z] === RUN   TestContainerNetworkMountsNoChown
19:54:44 [2021-02-01T19:54:44.143Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
19:54:44 [2021-02-01T19:54:44.401Z] --- PASS: TestContainerNetworkMountsNoChown (0.69s)
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/default
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/default
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/private
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/private
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/rprivate
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/rprivate
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/slave
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/slave
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/rslave
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/rslave
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/shared
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/shared
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/rshared
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/rshared
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/default
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/default/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/rslave
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/default/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/default/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/default/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/default/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/rslave/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/default/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/shared
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/shared/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/shared/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/shared/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/shared/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/rslave/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/default/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/rshared
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/rshared/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/rshared/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/default/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/default/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/shared/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/slave
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/slave/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/slave/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/slave/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/slave/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/rprivate
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/private
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/private/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/private/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/private/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/private/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/private/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestMountDaemonRoot/private/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/default/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/shared/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/rshared/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/rslave/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/rslave/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/rshared/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/slave/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/slave/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/private/bind_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/private/mount_subpath
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/private/mount_root
19:54:44 [2021-02-01T19:54:44.401Z] === CONT  TestMountDaemonRoot/private/bind_subpath
19:54:44 [2021-02-01T19:54:44.401Z] --- PASS: TestMountDaemonRoot (0.02s)
19:54:44 [2021-02-01T19:54:44.401Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
19:54:44 [2021-02-01T19:54:44.401Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
19:54:44 [2021-02-01T19:54:44.401Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
19:54:44 [2021-02-01T19:54:44.401Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
19:54:44 [2021-02-01T19:54:44.401Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
19:54:44 [2021-02-01T19:54:44.401Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
19:54:44 [2021-02-01T19:54:44.401Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
19:54:44 [2021-02-01T19:54:44.401Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
19:54:44 [2021-02-01T19:54:44.401Z] === RUN   TestContainerBindMountNonRecursive
19:54:45 [2021-02-01T19:54:45.336Z] === RUN   TestDockerSuite/TestBuildCacheAdd
19:54:45 [2021-02-01T19:54:45.595Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
19:54:45 [2021-02-01T19:54:45.700Z] ok  	github.com/docker/docker/pkg/plugins	33.625s	coverage: 76.6% of statements
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/pkg/term	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/rootless	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/testutil/request	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/volume	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === Skipped
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     exec_linux_test.go:18: requires AppArmor to be enabled
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     exec_linux_test.go:38: requires AppArmor to be enabled
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:46: Driver btrfs not supported
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:46: Driver btrfs not supported
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:46: Driver btrfs not supported
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:46: Driver btrfs not supported
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:46: Driver btrfs not supported
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:73: No driver to put!
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z] time="2021-02-01T19:53:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z] time="2021-02-01T19:53:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z] time="2021-02-01T19:53:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z] time="2021-02-01T19:53:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z] time="2021-02-01T19:53:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:73: No driver to put!
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     overlay_test.go:49: Fails to compute changes intermittently
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     overlay_test.go:65: Cannot run test with naive change algorithm
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:46: Driver zfs not supported
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:46: Driver zfs not supported
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:46: Driver zfs not supported
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:46: Driver zfs not supported
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:46: Driver zfs not supported
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     graphtest_unix.go:73: No driver to put!
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
19:54:45 [2021-02-01T19:54:45.700Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] 
19:54:45 [2021-02-01T19:54:45.700Z] DONE 2194 tests, 26 skipped in 261.948s
Post stage
[Pipeline] junit
19:54:45 [2021-02-01T19:54:45.744Z] Recording test results
19:54:46 [2021-02-01T19:54:46.162Z] === RUN   TestDockerSuite/TestBuildCacheFrom
19:54:46 [2021-02-01T19:54:46.162Z] --- PASS: TestContainerBindMountNonRecursive (1.76s)
19:54:46 [2021-02-01T19:54:46.162Z] === RUN   TestContainerVolumesMountedAsShared
19:54:46 [2021-02-01T19:54:46.314Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
19:54:46 [2021-02-01T19:54:46.797Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41955/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -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:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/make.sh dynbinary test-integration
19:54:47 [2021-02-01T19:54:47.094Z] 
19:54:47 [2021-02-01T19:54:47.094Z] Removing bundles/
19:54:47 [2021-02-01T19:54:47.094Z] 
19:54:47 [2021-02-01T19:54:47.094Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
19:54:47 [2021-02-01T19:54:47.094Z] Building: bundles/dynbinary-daemon/dockerd-dev
19:54:47 [2021-02-01T19:54:47.094Z] GOOS="" GOARCH="" GOARM=""
19:54:47 [2021-02-01T19:54:47.098Z] --- PASS: TestContainerVolumesMountedAsShared (0.71s)
19:54:47 [2021-02-01T19:54:47.098Z] === RUN   TestContainerVolumesMountedAsSlave
19:54:47 [2021-02-01T19:54:47.665Z] --- PASS: TestContainerVolumesMountedAsSlave (0.77s)
19:54:47 [2021-02-01T19:54:47.665Z] === RUN   TestNetworkNat
19:54:47 [2021-02-01T19:54:47.923Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
19:54:48 [2021-02-01T19:54:48.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
19:54:48 [2021-02-01T19:54:48.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
19:54:48 [2021-02-01T19:54:48.508Z] --- PASS: TestNetworkNat (0.71s)
19:54:48 [2021-02-01T19:54:48.508Z] === RUN   TestNetworkLocalhostTCPNat
19:54:49 [2021-02-01T19:54:49.086Z] --- PASS: TestNetworkLocalhostTCPNat (0.65s)
19:54:49 [2021-02-01T19:54:49.086Z] === RUN   TestNetworkLoopbackNat
19:54:49 [2021-02-01T19:54:49.327Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
19:54:49 [2021-02-01T19:54:49.354Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
19:54:50 [2021-02-01T19:54:50.333Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
19:54:50 [2021-02-01T19:54:50.357Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
19:54:50 [2021-02-01T19:54:50.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
19:54:51 [2021-02-01T19:54:51.296Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
19:54:51 [2021-02-01T19:54:51.296Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
19:54:51 [2021-02-01T19:54:51.426Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
19:54:51 [2021-02-01T19:54:51.426Z] 
19:54:51 [2021-02-01T19:54:51.426Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
19:54:51 [2021-02-01T19:54:51.426Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
19:54:51 [2021-02-01T19:54:51.426Z] Using test binary docker
19:54:51 [2021-02-01T19:54:51.426Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
19:54:51 [2021-02-01T19:54:51.426Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:54:51 [2021-02-01T19:54:51.426Z] INFO: Waiting for daemon to start...
19:54:51 [2021-02-01T19:54:51.426Z] Starting dockerd
19:54:51 [2021-02-01T19:54:51.426Z] .
19:54:51 [2021-02-01T19:54:51.426Z] INFO: Building docker-sdk-python3:4.4.1...
19:54:51 [2021-02-01T19:54:51.563Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
19:54:52 [2021-02-01T19:54:52.138Z] --- PASS: TestNetworkLoopbackNat (2.85s)
19:54:52 [2021-02-01T19:54:52.138Z] === RUN   TestPause
19:54:52 [2021-02-01T19:54:52.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
19:54:52 [2021-02-01T19:54:52.398Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
19:54:52 [2021-02-01T19:54:52.665Z] --- PASS: TestPause (0.81s)
19:54:52 [2021-02-01T19:54:52.665Z] === RUN   TestPauseFailsOnWindowsServerContainers
19:54:52 [2021-02-01T19:54:52.665Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
19:54:52 [2021-02-01T19:54:52.665Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:54:52 [2021-02-01T19:54:52.665Z] === RUN   TestPauseStopPausedContainer
19:54:53 [2021-02-01T19:54:53.613Z] --- PASS: TestPauseStopPausedContainer (0.77s)
19:54:53 [2021-02-01T19:54:53.613Z] === RUN   TestPsFilter
19:54:53 [2021-02-01T19:54:53.613Z] --- PASS: TestPsFilter (0.10s)
19:54:53 [2021-02-01T19:54:53.613Z] === RUN   TestRemoveContainerWithRemovedVolume
19:54:54 [2021-02-01T19:54:54.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
19:54:54 [2021-02-01T19:54:54.548Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.86s)
19:54:54 [2021-02-01T19:54:54.548Z] === RUN   TestRemoveContainerWithVolume
19:54:55 [2021-02-01T19:54:55.483Z] --- PASS: TestRemoveContainerWithVolume (0.76s)
19:54:55 [2021-02-01T19:54:55.483Z] === RUN   TestRemoveContainerRunning
19:54:55 [2021-02-01T19:54:55.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
19:54:56 [2021-02-01T19:54:56.050Z] --- PASS: TestRemoveContainerRunning (0.67s)
19:54:56 [2021-02-01T19:54:56.050Z] === RUN   TestRemoveContainerForceRemoveRunning
19:54:56 [2021-02-01T19:54:56.680Z] --- PASS: TestBuildWithHugeFile (54.02s)
19:54:56 [2021-02-01T19:54:56.680Z] === RUN   TestBuildWCOWSandboxSize
19:54:56 [2021-02-01T19:54:56.680Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
19:54:56 [2021-02-01T19:54:56.680Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:54:56 [2021-02-01T19:54:56.680Z] === RUN   TestBuildWithEmptyDockerfile
19:54:56 [2021-02-01T19:54:56.680Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
19:54:56 [2021-02-01T19:54:56.680Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
19:54:56 [2021-02-01T19:54:56.680Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:54:56 [2021-02-01T19:54:56.680Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:54:56 [2021-02-01T19:54:56.680Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:54:56 [2021-02-01T19:54:56.680Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:54:56 [2021-02-01T19:54:56.680Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
19:54:56 [2021-02-01T19:54:56.680Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:54:56 [2021-02-01T19:54:56.680Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:54:56 [2021-02-01T19:54:56.680Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s)
19:54:56 [2021-02-01T19:54:56.680Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s)
19:54:56 [2021-02-01T19:54:56.680Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s)
19:54:56 [2021-02-01T19:54:56.680Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s)
19:54:56 [2021-02-01T19:54:56.680Z] === RUN   TestBuildPreserveOwnership
19:54:56 [2021-02-01T19:54:56.680Z] === RUN   TestBuildPreserveOwnership/copy_from
19:54:56 [2021-02-01T19:54:56.713Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
19:54:56 [2021-02-01T19:54:56.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
19:54:56 [2021-02-01T19:54:56.985Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.00s)
19:54:56 [2021-02-01T19:54:56.985Z] === RUN   TestRemoveInvalidContainer
19:54:56 [2021-02-01T19:54:56.985Z] --- PASS: TestRemoveInvalidContainer (0.01s)
19:54:56 [2021-02-01T19:54:56.985Z] === RUN   TestRenameLinkedContainer
19:54:57 [2021-02-01T19:54:57.377Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
19:54:57 [2021-02-01T19:54:57.553Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
19:54:57 [2021-02-01T19:54:57.658Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
19:54:58 [2021-02-01T19:54:58.880Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
19:54:59 [2021-02-01T19:54:59.456Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
19:54:59 [2021-02-01T19:54:59.513Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
19:54:59 [2021-02-01T19:54:59.978Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
19:55:00 [2021-02-01T19:55:00.024Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
19:55:00 [2021-02-01T19:55:00.024Z] --- PASS: TestRenameLinkedContainer (3.02s)
19:55:00 [2021-02-01T19:55:00.024Z] === RUN   TestRenameStoppedContainer
19:55:00 [2021-02-01T19:55:00.283Z] === RUN   TestDockerSuite/TestBuildClearCmd
19:55:00 [2021-02-01T19:55:00.541Z] --- PASS: TestRenameStoppedContainer (0.66s)
19:55:00 [2021-02-01T19:55:00.541Z] === RUN   TestRenameRunningContainerAndReuse
19:55:00 [2021-02-01T19:55:00.800Z] === RUN   TestDockerSuite/TestBuildCmd
19:55:01 [2021-02-01T19:55:01.017Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
19:55:01 [2021-02-01T19:55:01.058Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
19:55:01 [2021-02-01T19:55:01.058Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
19:55:01 [2021-02-01T19:55:01.317Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
19:55:01 [2021-02-01T19:55:01.317Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
19:55:01 [2021-02-01T19:55:01.390Z] INFO: Expanding compiler 1 of 3...
19:55:01 [2021-02-01T19:55:01.390Z] INFO: Expanding compiler 2 of 3...
19:55:01 [2021-02-01T19:55:01.575Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
19:55:01 [2021-02-01T19:55:01.835Z] --- PASS: TestRenameRunningContainerAndReuse (1.21s)
19:55:01 [2021-02-01T19:55:01.835Z] === RUN   TestRenameInvalidName
19:55:02 [2021-02-01T19:55:02.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
19:55:02 [2021-02-01T19:55:02.093Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
19:55:02 [2021-02-01T19:55:02.352Z] --- PASS: TestRenameInvalidName (0.63s)
19:55:02 [2021-02-01T19:55:02.352Z] === RUN   TestRenameAnonymousContainer
19:55:02 [2021-02-01T19:55:02.741Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
19:55:03 [2021-02-01T19:55:03.288Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
19:55:03 [2021-02-01T19:55:03.774Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:55:03 [2021-02-01T19:55:03.774Z] Using test binary docker
19:55:03 [2021-02-01T19:55:03.774Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
19:55:03 [2021-02-01T19:55:03.774Z] +++ /etc/init.d/apparmor start
19:55:03 [2021-02-01T19:55:03.774Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:55:03 [2021-02-01T19:55:03.774Z] INFO: Waiting for daemon to start...
19:55:03 [2021-02-01T19:55:03.774Z] Starting dockerd
19:55:03 [2021-02-01T19:55:03.774Z] +++ 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
19:55:04 [2021-02-01T19:55:04.176Z] --- PASS: TestBuildPreserveOwnership (9.72s)
19:55:04 [2021-02-01T19:55:04.176Z]     --- PASS: TestBuildPreserveOwnership/copy_from (5.71s)
19:55:04 [2021-02-01T19:55:04.176Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
19:55:04 [2021-02-01T19:55:04.176Z] === RUN   TestBuildPlatformInvalid
19:55:04 [2021-02-01T19:55:04.176Z] --- PASS: TestBuildPlatformInvalid (0.10s)
19:55:04 [2021-02-01T19:55:04.176Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
19:55:04 [2021-02-01T19:55:04.176Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
19:55:04 [2021-02-01T19:55:04.176Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
19:55:04 [2021-02-01T19:55:04.176Z] PASS
19:55:04 [2021-02-01T19:55:04.176Z] 
19:55:04 [2021-02-01T19:55:04.176Z] === Skipped
19:55:04 [2021-02-01T19:55:04.176Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
19:55:04 [2021-02-01T19:55:04.176Z]     build_session_test.go:25: TODO: BuildKit
19:55:04 [2021-02-01T19:55:04.176Z] 
19:55:04 [2021-02-01T19:55:04.176Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s)
19:55:04 [2021-02-01T19:55:04.176Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:55:04 [2021-02-01T19:55:04.176Z] 
19:55:04 [2021-02-01T19:55:04.176Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
19:55:04 [2021-02-01T19:55:04.176Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
19:55:04 [2021-02-01T19:55:04.176Z] 
19:55:04 [2021-02-01T19:55:04.176Z] 
19:55:04 [2021-02-01T19:55:04.176Z] DONE 34 tests, 3 skipped in 134.297s
19:55:04 [2021-02-01T19:55:04.176Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
19:55:04 [2021-02-01T19:55:04.437Z] INFO: Testing against a local daemon
19:55:04 [2021-02-01T19:55:04.437Z] === RUN   TestConfigInspect
19:55:04 [2021-02-01T19:55:04.437Z] --- SKIP: TestConfigInspect (0.02s)
19:55:04 [2021-02-01T19:55:04.437Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:55:04 [2021-02-01T19:55:04.437Z] === RUN   TestConfigList
19:55:04 [2021-02-01T19:55:04.437Z] --- SKIP: TestConfigList (0.02s)
19:55:04 [2021-02-01T19:55:04.437Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:55:04 [2021-02-01T19:55:04.437Z] === RUN   TestConfigsCreateAndDelete
19:55:04 [2021-02-01T19:55:04.437Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
19:55:04 [2021-02-01T19:55:04.437Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:55:04 [2021-02-01T19:55:04.437Z] === RUN   TestConfigsUpdate
19:55:04 [2021-02-01T19:55:04.437Z] --- SKIP: TestConfigsUpdate (0.01s)
19:55:04 [2021-02-01T19:55:04.437Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:55:04 [2021-02-01T19:55:04.437Z] === RUN   TestTemplatedConfig
19:55:04 [2021-02-01T19:55:04.437Z] --- SKIP: TestTemplatedConfig (0.00s)
19:55:04 [2021-02-01T19:55:04.437Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:55:04 [2021-02-01T19:55:04.437Z] === RUN   TestConfigCreateResolve
19:55:04 [2021-02-01T19:55:04.437Z] --- SKIP: TestConfigCreateResolve (0.02s)
19:55:04 [2021-02-01T19:55:04.437Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:55:04 [2021-02-01T19:55:04.437Z] === RUN   TestConfigDaemonLibtrustID
19:55:05 [2021-02-01T19:55:05.143Z] INFO: Expanding compiler 3 of 3...
19:55:05 [2021-02-01T19:55:05.195Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
19:55:05 [2021-02-01T19:55:05.453Z] --- PASS: TestRenameAnonymousContainer (2.89s)
19:55:05 [2021-02-01T19:55:05.453Z] === RUN   TestRenameContainerWithSameName
19:55:05 [2021-02-01T19:55:05.604Z] INFO: Removing downloaded files...
19:55:05 [2021-02-01T19:55:05.604Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
19:55:05 [2021-02-01T19:55:05.604Z] INFO: Configuring git core.autocrlf...
19:55:05 [2021-02-01T19:55:05.818Z] --- PASS: TestConfigDaemonLibtrustID (1.54s)
19:55:05 [2021-02-01T19:55:05.818Z] PASS
19:55:05 [2021-02-01T19:55:05.818Z] 
19:55:05 [2021-02-01T19:55:05.818Z] === Skipped
19:55:05 [2021-02-01T19:55:05.818Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
19:55:05 [2021-02-01T19:55:05.818Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:55:05 [2021-02-01T19:55:05.818Z] 
19:55:05 [2021-02-01T19:55:05.818Z] === SKIP: amd64.integration.config TestConfigList (0.02s)
19:55:05 [2021-02-01T19:55:05.818Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:55:05 [2021-02-01T19:55:05.818Z] 
19:55:05 [2021-02-01T19:55:05.818Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
19:55:05 [2021-02-01T19:55:05.818Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:55:05 [2021-02-01T19:55:05.818Z] 
19:55:05 [2021-02-01T19:55:05.818Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
19:55:05 [2021-02-01T19:55:05.818Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:55:05 [2021-02-01T19:55:05.818Z] 
19:55:05 [2021-02-01T19:55:05.818Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
19:55:05 [2021-02-01T19:55:05.818Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:55:05 [2021-02-01T19:55:05.818Z] 
19:55:05 [2021-02-01T19:55:05.818Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.02s)
19:55:05 [2021-02-01T19:55:05.818Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:55:05 [2021-02-01T19:55:05.818Z] 
19:55:05 [2021-02-01T19:55:05.818Z] 
19:55:05 [2021-02-01T19:55:05.818Z] DONE 7 tests, 6 skipped in 1.757s
19:55:05 [2021-02-01T19:55:05.818Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
19:55:05 [2021-02-01T19:55:05.837Z] .
19:55:05 [2021-02-01T19:55:05.837Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:55:05 [2021-02-01T19:55:05.837Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:55:05 [2021-02-01T19:55:05.837Z] Error: No such image: emptyfs
19:55:05 [2021-02-01T19:55:05.837Z] ++++ tar -cC bundles/test-integration/emptyfs .
19:55:05 [2021-02-01T19:55:05.837Z] ++++ docker load
19:55:06 [2021-02-01T19:55:06.020Z] --- PASS: TestRenameContainerWithSameName (0.66s)
19:55:06 [2021-02-01T19:55:06.020Z] === RUN   TestRenameContainerWithLinkedContainer
19:55:06 [2021-02-01T19:55:06.079Z] INFO: Testing against a local daemon
19:55:06 [2021-02-01T19:55:06.079Z] === RUN   TestCheckpoint
19:55:06 [2021-02-01T19:55:06.079Z] --- SKIP: TestCheckpoint (0.00s)
19:55:06 [2021-02-01T19:55:06.080Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:55:06 [2021-02-01T19:55:06.080Z] === RUN   TestContainerInvalidJSON
19:55:06 [2021-02-01T19:55:06.080Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
19:55:06 [2021-02-01T19:55:06.080Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
19:55:06 [2021-02-01T19:55:06.080Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
19:55:06 [2021-02-01T19:55:06.080Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
19:55:06 [2021-02-01T19:55:06.080Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
19:55:06 [2021-02-01T19:55:06.080Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
19:55:06 [2021-02-01T19:55:06.080Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
19:55:06 [2021-02-01T19:55:06.080Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
19:55:06 [2021-02-01T19:55:06.080Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
19:55:06 [2021-02-01T19:55:06.080Z] --- PASS: TestContainerInvalidJSON (0.02s)
19:55:06 [2021-02-01T19:55:06.080Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
19:55:06 [2021-02-01T19:55:06.080Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
19:55:06 [2021-02-01T19:55:06.080Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
19:55:06 [2021-02-01T19:55:06.080Z] === RUN   TestCopyFromContainerPathDoesNotExist
19:55:06 [2021-02-01T19:55:06.127Z] Running integration-test (iteration 1)
19:55:06 [2021-02-01T19:55:06.127Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m 
19:55:06 [2021-02-01T19:55:06.127Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m
19:55:06 [2021-02-01T19:55:06.127Z] ++ set -e
19:55:06 [2021-02-01T19:55:06.127Z] ++ '[' -n 0 ']'
19:55:06 [2021-02-01T19:55:06.127Z] ++ set -x
19:55:06 [2021-02-01T19:55:06.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=s390x 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/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m
19:55:06 [2021-02-01T19:55:06.341Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
19:55:06 [2021-02-01T19:55:06.341Z] === RUN   TestCopyFromContainerPathIsNotDir
19:55:06 [2021-02-01T19:55:06.341Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
19:55:06 [2021-02-01T19:55:06.341Z] === RUN   TestCopyToContainerPathDoesNotExist
19:55:06 [2021-02-01T19:55:06.341Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
19:55:06 [2021-02-01T19:55:06.341Z] === RUN   TestCopyToContainerPathIsNotDir
19:55:06 [2021-02-01T19:55:06.341Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
19:55:06 [2021-02-01T19:55:06.341Z] === RUN   TestCopyFromContainer
19:55:06 [2021-02-01T19:55:06.955Z] === RUN   TestDockerSuite/TestBuildConditionalCache
19:55:07 [2021-02-01T19:55:07.214Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
19:55:07 [2021-02-01T19:55:07.473Z] --- PASS: TestRenameContainerWithLinkedContainer (1.37s)
19:55:07 [2021-02-01T19:55:07.473Z] === RUN   TestResize
19:55:07 [2021-02-01T19:55:07.731Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
19:55:07 [2021-02-01T19:55:07.731Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
19:55:07 [2021-02-01T19:55:07.731Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
19:55:08 [2021-02-01T19:55:08.298Z] --- PASS: TestResize (0.76s)
19:55:08 [2021-02-01T19:55:08.298Z] === RUN   TestResizeWithInvalidSize
19:55:08 [2021-02-01T19:55:08.298Z] === RUN   TestDockerSuite/TestBuildContextCleanup
19:55:08 [2021-02-01T19:55:08.555Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
19:55:08 [2021-02-01T19:55:08.814Z] --- PASS: TestResizeWithInvalidSize (0.76s)
19:55:08 [2021-02-01T19:55:08.814Z] === RUN   TestResizeWhenContainerNotStarted
19:55:09 [2021-02-01T19:55:09.072Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
19:55:09 [2021-02-01T19:55:09.638Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
19:55:09 [2021-02-01T19:55:09.638Z] --- PASS: TestResizeWhenContainerNotStarted (0.60s)
19:55:09 [2021-02-01T19:55:09.638Z] === RUN   TestDaemonRestartKillContainers
19:55:09 [2021-02-01T19:55:09.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:55:09 [2021-02-01T19:55:09.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:55:09 [2021-02-01T19:55:09.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:55:09 [2021-02-01T19:55:09.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:55:09 [2021-02-01T19:55:09.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:55:09 [2021-02-01T19:55:09.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:55:09 [2021-02-01T19:55:09.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:55:09 [2021-02-01T19:55:09.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:55:09 [2021-02-01T19:55:09.639Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:55:09 [2021-02-01T19:55:09.639Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:55:09 [2021-02-01T19:55:09.639Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:55:09 [2021-02-01T19:55:09.639Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:55:09 [2021-02-01T19:55:09.639Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:55:09 [2021-02-01T19:55:09.639Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:55:09 [2021-02-01T19:55:09.639Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:55:09 [2021-02-01T19:55:09.639Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:55:09 [2021-02-01T19:55:09.639Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
19:55:10 [2021-02-01T19:55:10.539Z] === RUN   TestCopyFromContainer//
19:55:10 [2021-02-01T19:55:10.539Z] === RUN   TestCopyFromContainer//bar/root
19:55:10 [2021-02-01T19:55:10.539Z] === RUN   TestCopyFromContainer//bar/root/
19:55:10 [2021-02-01T19:55:10.539Z] === RUN   TestCopyFromContainer/bar/quux
19:55:10 [2021-02-01T19:55:10.539Z] === RUN   TestCopyFromContainer/bar/quux/
19:55:10 [2021-02-01T19:55:10.539Z] === RUN   TestCopyFromContainer/bar/quux/baz
19:55:10 [2021-02-01T19:55:10.539Z] === RUN   TestCopyFromContainer/bar/filesymlink
19:55:10 [2021-02-01T19:55:10.539Z] === RUN   TestCopyFromContainer/bar/dirsymlink
19:55:10 [2021-02-01T19:55:10.539Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
19:55:10 [2021-02-01T19:55:10.576Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
19:55:10 [2021-02-01T19:55:10.799Z] === RUN   TestCopyFromContainer/bar/notarget
19:55:10 [2021-02-01T19:55:10.799Z] --- PASS: TestCopyFromContainer (4.38s)
19:55:10 [2021-02-01T19:55:10.799Z]     --- PASS: TestCopyFromContainer// (0.07s)
19:55:10 [2021-02-01T19:55:10.799Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
19:55:10 [2021-02-01T19:55:10.799Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
19:55:10 [2021-02-01T19:55:10.799Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
19:55:10 [2021-02-01T19:55:10.799Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
19:55:10 [2021-02-01T19:55:10.799Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
19:55:10 [2021-02-01T19:55:10.799Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
19:55:10 [2021-02-01T19:55:10.799Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
19:55:10 [2021-02-01T19:55:10.799Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
19:55:10 [2021-02-01T19:55:10.799Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
19:55:10 [2021-02-01T19:55:10.799Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
19:55:10 [2021-02-01T19:55:10.799Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:55:10 [2021-02-01T19:55:10.799Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:55:10 [2021-02-01T19:55:10.799Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:55:10 [2021-02-01T19:55:10.799Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:55:10 [2021-02-01T19:55:10.799Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
19:55:10 [2021-02-01T19:55:10.799Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
19:55:10 [2021-02-01T19:55:10.799Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:55:10 [2021-02-01T19:55:10.799Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
19:55:10 [2021-02-01T19:55:10.799Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:55:10 [2021-02-01T19:55:10.799Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
19:55:10 [2021-02-01T19:55:10.799Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
19:55:10 [2021-02-01T19:55:10.799Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
19:55:10 [2021-02-01T19:55:10.799Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
19:55:10 [2021-02-01T19:55:10.799Z] === RUN   TestCreateLinkToNonExistingContainer
19:55:10 [2021-02-01T19:55:10.799Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
19:55:10 [2021-02-01T19:55:10.799Z] === RUN   TestCreateWithInvalidEnv
19:55:10 [2021-02-01T19:55:10.799Z] === RUN   TestCreateWithInvalidEnv/0
19:55:10 [2021-02-01T19:55:10.799Z] === PAUSE TestCreateWithInvalidEnv/0
19:55:10 [2021-02-01T19:55:10.799Z] === RUN   TestCreateWithInvalidEnv/1
19:55:10 [2021-02-01T19:55:10.799Z] === PAUSE TestCreateWithInvalidEnv/1
19:55:10 [2021-02-01T19:55:10.799Z] === RUN   TestCreateWithInvalidEnv/2
19:55:10 [2021-02-01T19:55:10.799Z] === PAUSE TestCreateWithInvalidEnv/2
19:55:10 [2021-02-01T19:55:10.799Z] === CONT  TestCreateWithInvalidEnv/0
19:55:10 [2021-02-01T19:55:10.799Z] === CONT  TestCreateWithInvalidEnv/2
19:55:10 [2021-02-01T19:55:10.799Z] === CONT  TestCreateWithInvalidEnv/1
19:55:10 [2021-02-01T19:55:10.799Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
19:55:10 [2021-02-01T19:55:10.799Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
19:55:10 [2021-02-01T19:55:10.799Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
19:55:10 [2021-02-01T19:55:10.799Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
19:55:10 [2021-02-01T19:55:10.799Z] === RUN   TestCreateTmpfsMountsTarget
19:55:10 [2021-02-01T19:55:10.799Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
19:55:10 [2021-02-01T19:55:10.799Z] === RUN   TestCreateWithCustomMaskedPaths
19:55:11 [2021-02-01T19:55:11.143Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:55:11 [2021-02-01T19:55:11.143Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:55:11 [2021-02-01T19:55:11.143Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:55:11 [2021-02-01T19:55:11.143Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:55:12 [2021-02-01T19:55:12.183Z] --- PASS: TestCreateWithCustomMaskedPaths (1.25s)
19:55:12 [2021-02-01T19:55:12.184Z] === RUN   TestCreateWithCustomReadonlyPaths
19:55:13 [2021-02-01T19:55:13.568Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.24s)
19:55:13 [2021-02-01T19:55:13.568Z] === RUN   TestCreateWithInvalidHealthcheckParams
19:55:13 [2021-02-01T19:55:13.568Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:55:13 [2021-02-01T19:55:13.568Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:55:13 [2021-02-01T19:55:13.568Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:55:13 [2021-02-01T19:55:13.568Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:55:13 [2021-02-01T19:55:13.568Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:55:13 [2021-02-01T19:55:13.568Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:55:13 [2021-02-01T19:55:13.568Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:55:13 [2021-02-01T19:55:13.568Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:55:13 [2021-02-01T19:55:13.568Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:55:13 [2021-02-01T19:55:13.568Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:55:13 [2021-02-01T19:55:13.568Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:55:13 [2021-02-01T19:55:13.568Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:55:13 [2021-02-01T19:55:13.568Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:55:13 [2021-02-01T19:55:13.568Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:55:13 [2021-02-01T19:55:13.568Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:55:13 [2021-02-01T19:55:13.568Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
19:55:13 [2021-02-01T19:55:13.568Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
19:55:13 [2021-02-01T19:55:13.568Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
19:55:13 [2021-02-01T19:55:13.568Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
19:55:13 [2021-02-01T19:55:13.568Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
19:55:13 [2021-02-01T19:55:13.568Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
19:55:13 [2021-02-01T19:55:13.568Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
19:55:13 [2021-02-01T19:55:13.828Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s)
19:55:13 [2021-02-01T19:55:13.828Z] === RUN   TestCreateDifferentPlatform
19:55:13 [2021-02-01T19:55:13.828Z] === RUN   TestCreateDifferentPlatform/different_os
19:55:13 [2021-02-01T19:55:13.828Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
19:55:13 [2021-02-01T19:55:13.828Z] --- PASS: TestCreateDifferentPlatform (0.02s)
19:55:13 [2021-02-01T19:55:13.828Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
19:55:13 [2021-02-01T19:55:13.828Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
19:55:13 [2021-02-01T19:55:13.828Z] === RUN   TestCreateVolumesFromNonExistingContainer
19:55:13 [2021-02-01T19:55:13.828Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
19:55:13 [2021-02-01T19:55:13.828Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
19:55:13 [2021-02-01T19:55:13.828Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
19:55:13 [2021-02-01T19:55:13.828Z] === RUN   TestContainerStartOnDaemonRestart
19:55:13 [2021-02-01T19:55:13.828Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
19:55:13 [2021-02-01T19:55:13.828Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
19:55:13 [2021-02-01T19:55:13.828Z] === RUN   TestDaemonRestartIpcMode
19:55:13 [2021-02-01T19:55:13.828Z] === PAUSE TestDaemonRestartIpcMode
19:55:13 [2021-02-01T19:55:13.828Z] === RUN   TestDaemonHostGatewayIP
19:55:13 [2021-02-01T19:55:13.828Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
19:55:13 [2021-02-01T19:55:13.828Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
19:55:13 [2021-02-01T19:55:13.828Z] === RUN   TestRestartDaemonWithRestartingContainer
19:55:13 [2021-02-01T19:55:13.828Z] === PAUSE TestRestartDaemonWithRestartingContainer
19:55:13 [2021-02-01T19:55:13.828Z] === RUN   TestContainerKillOnDaemonStart
19:55:13 [2021-02-01T19:55:13.828Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
19:55:13 [2021-02-01T19:55:13.828Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
19:55:13 [2021-02-01T19:55:13.828Z] === RUN   TestDiff
19:55:14 [2021-02-01T19:55:14.399Z] --- PASS: TestDiff (0.41s)
19:55:14 [2021-02-01T19:55:14.399Z] === RUN   TestExecWithCloseStdin
19:55:14 [2021-02-01T19:55:14.430Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
19:55:14 [2021-02-01T19:55:14.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.51s)
19:55:14 [2021-02-01T19:55:14.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.59s)
19:55:14 [2021-02-01T19:55:14.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.59s)
19:55:14 [2021-02-01T19:55:14.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.60s)
19:55:14 [2021-02-01T19:55:14.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.54s)
19:55:14 [2021-02-01T19:55:14.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.65s)
19:55:14 [2021-02-01T19:55:14.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.66s)
19:55:14 [2021-02-01T19:55:14.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.82s)
19:55:14 [2021-02-01T19:55:14.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.38s)
19:55:14 [2021-02-01T19:55:14.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.43s)
19:55:14 [2021-02-01T19:55:14.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.06s)
19:55:14 [2021-02-01T19:55:14.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.21s)
19:55:14 [2021-02-01T19:55:14.430Z] === RUN   TestCgroupNamespacesRun
19:55:14 [2021-02-01T19:55:14.972Z] --- PASS: TestExecWithCloseStdin (0.57s)
19:55:14 [2021-02-01T19:55:14.972Z] === RUN   TestExec
19:55:15 [2021-02-01T19:55:15.542Z] --- PASS: TestExec (0.47s)
19:55:15 [2021-02-01T19:55:15.542Z] === RUN   TestExecUser
19:55:15 [2021-02-01T19:55:15.802Z] --- PASS: TestExecUser (0.48s)
19:55:15 [2021-02-01T19:55:15.802Z] === RUN   TestExportContainerAndImportImage
19:55:15 [2021-02-01T19:55:15.806Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
19:55:15 [2021-02-01T19:55:15.807Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
19:55:16 [2021-02-01T19:55:16.065Z] --- PASS: TestCgroupNamespacesRun (1.64s)
19:55:16 [2021-02-01T19:55:16.065Z] === RUN   TestCgroupNamespacesRunPrivileged
19:55:16 [2021-02-01T19:55:16.373Z] --- PASS: TestExportContainerAndImportImage (0.63s)
19:55:16 [2021-02-01T19:55:16.373Z] === RUN   TestExportContainerAfterDaemonRestart
19:55:16 [2021-02-01T19:55:16.494Z] Loaded image: buildpack-deps:buster
19:55:16 [2021-02-01T19:55:16.494Z] Loaded image: busybox:latest
19:55:16 [2021-02-01T19:55:16.494Z] Loaded image: busybox:glibc
19:55:17 [2021-02-01T19:55:17.443Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.56s)
19:55:17 [2021-02-01T19:55:17.443Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
19:55:17 [2021-02-01T19:55:17.525Z] Loaded image: debian:bullseye
19:55:17 [2021-02-01T19:55:17.525Z] Loaded image: hello-world:latest
19:55:17 [2021-02-01T19:55:17.816Z] Loaded image: arm32v7/hello-world:latest
19:55:17 [2021-02-01T19:55:17.816Z] INFO: Testing against a local daemon
19:55:17 [2021-02-01T19:55:17.816Z] === RUN   TestCgroupNamespacesBuild
19:55:18 [2021-02-01T19:55:18.380Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
19:55:18 [2021-02-01T19:55:18.947Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.47s)
19:55:18 [2021-02-01T19:55:18.947Z] === RUN   TestCgroupNamespacesRunHostMode
19:55:19 [2021-02-01T19:55:19.880Z] --- PASS: TestCgroupNamespacesBuild (2.24s)
19:55:19 [2021-02-01T19:55:19.880Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
19:55:20 [2021-02-01T19:55:20.323Z] --- PASS: TestCgroupNamespacesRunHostMode (1.43s)
19:55:20 [2021-02-01T19:55:20.323Z] === RUN   TestCgroupNamespacesRunPrivateMode
19:55:20 [2021-02-01T19:55:20.576Z] --- PASS: TestExportContainerAfterDaemonRestart (3.34s)
19:55:20 [2021-02-01T19:55:20.576Z] === RUN   TestHealthCheckWorkdir
19:55:20 [2021-02-01T19:55:20.576Z] --- PASS: TestHealthCheckWorkdir (0.59s)
19:55:20 [2021-02-01T19:55:20.576Z] === RUN   TestHealthKillContainer
19:55:20 [2021-02-01T19:55:20.582Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
19:55:20 [2021-02-01T19:55:20.840Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
19:55:21 [2021-02-01T19:55:21.100Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
19:55:21 [2021-02-01T19:55:21.358Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
19:55:21 [2021-02-01T19:55:21.617Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.32s)
19:55:21 [2021-02-01T19:55:21.617Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
19:55:21 [2021-02-01T19:55:21.948Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.97s)
19:55:21 [2021-02-01T19:55:21.948Z] === RUN   TestBuildWithSession
19:55:21 [2021-02-01T19:55:21.948Z] --- SKIP: TestBuildWithSession (0.00s)
19:55:21 [2021-02-01T19:55:21.948Z]     build_session_test.go:25: TODO: BuildKit
19:55:21 [2021-02-01T19:55:21.948Z] === RUN   TestBuildSquashParent
19:55:22 [2021-02-01T19:55:22.992Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
19:55:23 [2021-02-01T19:55:23.116Z] --- PASS: TestHealthKillContainer (2.51s)
19:55:23 [2021-02-01T19:55:23.116Z] === RUN   TestInspectCpusetInConfigPre120
19:55:23 [2021-02-01T19:55:23.250Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.48s)
19:55:23 [2021-02-01T19:55:23.250Z] === RUN   TestCgroupNamespacesRunInvalidMode
19:55:23 [2021-02-01T19:55:23.377Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s)
19:55:23 [2021-02-01T19:55:23.377Z] === RUN   TestIpcModeNone
19:55:23 [2021-02-01T19:55:23.817Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
19:55:23 [2021-02-01T19:55:23.817Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s)
19:55:23 [2021-02-01T19:55:23.817Z] === RUN   TestCgroupNamespacesRunOlderClient
19:55:23 [2021-02-01T19:55:23.947Z] --- PASS: TestIpcModeNone (0.49s)
19:55:23 [2021-02-01T19:55:23.947Z] === RUN   TestIpcModePrivate
19:55:23 [2021-02-01T19:55:23.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
19:55:24 [2021-02-01T19:55:24.208Z] --- PASS: TestIpcModePrivate (0.49s)
19:55:24 [2021-02-01T19:55:24.208Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false
19:55:24 [2021-02-01T19:55:24.208Z] === RUN   TestIpcModeShareable
19:55:24 [2021-02-01T19:55:24.208Z] --- SKIP: TestIpcModeShareable (0.00s)
19:55:24 [2021-02-01T19:55:24.208Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:55:24 [2021-02-01T19:55:24.208Z] === RUN   TestAPIIpcModeShareableAndContainer
19:55:24 [2021-02-01T19:55:24.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
19:55:25 [2021-02-01T19:55:25.724Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.56s)
19:55:25 [2021-02-01T19:55:25.724Z] === RUN   TestKernelTCPMemory
19:55:25 [2021-02-01T19:55:25.724Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
19:55:26 [2021-02-01T19:55:26.131Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.55s)
19:55:26 [2021-02-01T19:55:26.131Z] === RUN   TestAPIIpcModeHost
19:55:26 [2021-02-01T19:55:26.131Z] --- SKIP: TestAPIIpcModeHost (0.00s)
19:55:26 [2021-02-01T19:55:26.131Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:55:26 [2021-02-01T19:55:26.131Z] === RUN   TestDaemonIpcModeShareable
19:55:26 [2021-02-01T19:55:26.131Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
19:55:26 [2021-02-01T19:55:26.131Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:55:26 [2021-02-01T19:55:26.131Z] === RUN   TestDaemonIpcModePrivate
19:55:26 [2021-02-01T19:55:26.290Z] --- PASS: TestKernelTCPMemory (0.75s)
19:55:26 [2021-02-01T19:55:26.290Z] === RUN   TestNISDomainname
19:55:26 [2021-02-01T19:55:26.483Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
19:55:26 [2021-02-01T19:55:26.858Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
19:55:27 [2021-02-01T19:55:27.116Z] --- PASS: TestNISDomainname (0.82s)
19:55:27 [2021-02-01T19:55:27.117Z] === RUN   TestHostnameDnsResolution
19:55:27 [2021-02-01T19:55:27.429Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
19:55:28 [2021-02-01T19:55:28.003Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
19:55:28 [2021-02-01T19:55:28.046Z] --- PASS: TestDaemonIpcModePrivate (2.18s)
19:55:28 [2021-02-01T19:55:28.046Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false
19:55:28 [2021-02-01T19:55:28.046Z] === RUN   TestDaemonIpcModePrivateFromConfig
19:55:28 [2021-02-01T19:55:28.046Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
19:55:28 [2021-02-01T19:55:28.046Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:55:28 [2021-02-01T19:55:28.046Z] === RUN   TestDaemonIpcModeShareableFromConfig
19:55:28 [2021-02-01T19:55:28.046Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
19:55:28 [2021-02-01T19:55:28.046Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:55:28 [2021-02-01T19:55:28.046Z] === RUN   TestIpcModeOlderClient
19:55:28 [2021-02-01T19:55:28.046Z] === PAUSE TestIpcModeOlderClient
19:55:28 [2021-02-01T19:55:28.046Z] === RUN   TestKillContainerInvalidSignal
19:55:28 [2021-02-01T19:55:28.051Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
19:55:28 [2021-02-01T19:55:28.052Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
19:55:28 [2021-02-01T19:55:28.052Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
19:55:28 [2021-02-01T19:55:28.052Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
19:55:28 [2021-02-01T19:55:28.052Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
19:55:28 [2021-02-01T19:55:28.310Z] --- PASS: TestHostnameDnsResolution (1.35s)
19:55:28 [2021-02-01T19:55:28.310Z] === RUN   TestStats
19:55:28 [2021-02-01T19:55:28.617Z] --- PASS: TestKillContainerInvalidSignal (0.44s)
19:55:28 [2021-02-01T19:55:28.617Z] === RUN   TestKillContainer
19:55:28 [2021-02-01T19:55:28.617Z] === RUN   TestKillContainer/no_signal
19:55:28 [2021-02-01T19:55:28.877Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
19:55:28 [2021-02-01T19:55:28.878Z] === RUN   TestKillContainer/non_killing_signal
19:55:29 [2021-02-01T19:55:29.138Z] === RUN   TestKillContainer/killing_signal
19:55:29 [2021-02-01T19:55:29.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
19:55:29 [2021-02-01T19:55:29.748Z] --- PASS: TestKillContainer (1.32s)
19:55:29 [2021-02-01T19:55:29.748Z]     --- PASS: TestKillContainer/no_signal (0.41s)
19:55:29 [2021-02-01T19:55:29.748Z]     --- PASS: TestKillContainer/non_killing_signal (0.31s)
19:55:29 [2021-02-01T19:55:29.748Z]     --- PASS: TestKillContainer/killing_signal (0.43s)
19:55:29 [2021-02-01T19:55:29.748Z] === RUN   TestKillWithStopSignalAndRestartPolicies
19:55:29 [2021-02-01T19:55:29.748Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
19:55:30 [2021-02-01T19:55:30.178Z] sha256:7d03f072d248c45d5245877bd0057a283f7b5d809ce7fe8fd4afa9bfadcbdf01
19:55:30 [2021-02-01T19:55:30.178Z] INFO: Starting docker-py tests...
19:55:30 [2021-02-01T19:55:30.178Z] ============================= test session starts ==============================
19:55:30 [2021-02-01T19:55:30.178Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.10.0, pluggy-0.13.1
19:55:30 [2021-02-01T19:55:30.178Z] rootdir: /src, inifile: pytest.ini
19:55:30 [2021-02-01T19:55:30.178Z] plugins: timeout-1.3.3, cov-2.6.1
19:55:30 [2021-02-01T19:55:30.322Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
19:55:30 [2021-02-01T19:55:30.429Z] --- PASS: TestBuildSquashParent (7.55s)
19:55:30 [2021-02-01T19:55:30.429Z] === RUN   TestBuildWithRemoveAndForceRemove
19:55:30 [2021-02-01T19:55:30.429Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:55:30 [2021-02-01T19:55:30.429Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:55:30 [2021-02-01T19:55:30.429Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:55:30 [2021-02-01T19:55:30.429Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:55:30 [2021-02-01T19:55:30.429Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:55:30 [2021-02-01T19:55:30.429Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:55:30 [2021-02-01T19:55:30.429Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:55:30 [2021-02-01T19:55:30.429Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:55:30 [2021-02-01T19:55:30.429Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:55:30 [2021-02-01T19:55:30.429Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:55:30 [2021-02-01T19:55:30.429Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:55:30 [2021-02-01T19:55:30.429Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:55:30 [2021-02-01T19:55:30.429Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:55:30 [2021-02-01T19:55:30.429Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:55:30 [2021-02-01T19:55:30.779Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
19:55:30 [2021-02-01T19:55:30.922Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.94s)
19:55:30 [2021-02-01T19:55:30.922Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.47s)
19:55:30 [2021-02-01T19:55:30.922Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.30s)
19:55:30 [2021-02-01T19:55:30.922Z] === RUN   TestKillStoppedContainer
19:55:30 [2021-02-01T19:55:30.922Z] --- PASS: TestKillStoppedContainer (0.05s)
19:55:30 [2021-02-01T19:55:30.922Z] === RUN   TestKillStoppedContainerAPIPre120
19:55:30 [2021-02-01T19:55:30.922Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
19:55:30 [2021-02-01T19:55:30.922Z] === RUN   TestKillDifferentUserContainer
19:55:31 [2021-02-01T19:55:31.205Z] --- PASS: TestKillDifferentUserContainer (0.45s)
19:55:31 [2021-02-01T19:55:31.205Z] === RUN   TestInspectOomKilledTrue
19:55:31 [2021-02-01T19:55:31.205Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
19:55:31 [2021-02-01T19:55:31.205Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
19:55:31 [2021-02-01T19:55:31.205Z] === RUN   TestInspectOomKilledFalse
19:55:31 [2021-02-01T19:55:31.205Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
19:55:31 [2021-02-01T19:55:31.205Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:55:31 [2021-02-01T19:55:31.205Z] === RUN   TestLinksEtcHostsContentMatch
19:55:31 [2021-02-01T19:55:31.205Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
19:55:31 [2021-02-01T19:55:31.205Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
19:55:31 [2021-02-01T19:55:31.205Z] === RUN   TestLinksContainerNames
19:55:31 [2021-02-01T19:55:31.346Z] --- PASS: TestStats (2.84s)
19:55:31 [2021-02-01T19:55:31.346Z] === RUN   TestStopContainerWithTimeout
19:55:31 [2021-02-01T19:55:31.346Z] === RUN   TestStopContainerWithTimeout/0
19:55:31 [2021-02-01T19:55:31.346Z] === PAUSE TestStopContainerWithTimeout/0
19:55:31 [2021-02-01T19:55:31.346Z] === RUN   TestStopContainerWithTimeout/1
19:55:31 [2021-02-01T19:55:31.346Z] === PAUSE TestStopContainerWithTimeout/1
19:55:31 [2021-02-01T19:55:31.346Z] === RUN   TestStopContainerWithTimeout/3
19:55:31 [2021-02-01T19:55:31.346Z] === PAUSE TestStopContainerWithTimeout/3
19:55:31 [2021-02-01T19:55:31.346Z] === RUN   TestStopContainerWithTimeout/-1
19:55:31 [2021-02-01T19:55:31.346Z] === PAUSE TestStopContainerWithTimeout/-1
19:55:31 [2021-02-01T19:55:31.346Z] === CONT  TestStopContainerWithTimeout/0
19:55:31 [2021-02-01T19:55:31.346Z] === CONT  TestStopContainerWithTimeout/1
19:55:31 [2021-02-01T19:55:31.346Z] === CONT  TestStopContainerWithTimeout/3
19:55:31 [2021-02-01T19:55:31.346Z] === CONT  TestStopContainerWithTimeout/-1
19:55:31 [2021-02-01T19:55:31.569Z] collected 389 items / 1 deselected / 388 selected
19:55:31 [2021-02-01T19:55:31.569Z] 
19:55:32 [2021-02-01T19:55:32.146Z] --- PASS: TestLinksContainerNames (0.86s)
19:55:32 [2021-02-01T19:55:32.146Z] === RUN   TestLogsFollowTailEmpty
19:55:32 [2021-02-01T19:55:32.497Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:55:32 [2021-02-01T19:55:32.497Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:55:32 [2021-02-01T19:55:32.714Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
19:55:32 [2021-02-01T19:55:32.718Z] --- PASS: TestLogsFollowTailEmpty (0.43s)
19:55:32 [2021-02-01T19:55:32.718Z] === RUN   TestContainerNetworkMountsNoChown
19:55:32 [2021-02-01T19:55:32.978Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s)
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/default
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/default
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/private
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/private
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/rprivate
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/rprivate
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/slave
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/slave
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/rslave
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/rslave
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/shared
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/shared
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/rshared
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/rshared
19:55:32 [2021-02-01T19:55:32.979Z] === CONT  TestMountDaemonRoot/default
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/default/bind_root
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/default/bind_root
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/default/bind_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/default/mount_root
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/default/mount_root
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/default/mount_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === CONT  TestMountDaemonRoot/default/bind_root
19:55:32 [2021-02-01T19:55:32.979Z] === CONT  TestMountDaemonRoot/rshared
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/rshared/mount_root
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/rshared/bind_root
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === CONT  TestMountDaemonRoot/rshared/mount_root
19:55:32 [2021-02-01T19:55:32.979Z] === CONT  TestMountDaemonRoot/shared
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/shared/mount_root
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/shared/mount_root
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/shared/bind_root
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/shared/bind_root
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === CONT  TestMountDaemonRoot/rslave
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/rslave/bind_root
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/rslave/mount_root
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === CONT  TestMountDaemonRoot/slave
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/slave/bind_root
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/slave/bind_root
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/slave/mount_root
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/slave/mount_root
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === CONT  TestMountDaemonRoot/rprivate
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === CONT  TestMountDaemonRoot/private
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/private/bind_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/private/mount_root
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/private/mount_root
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/private/mount_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === RUN   TestMountDaemonRoot/private/bind_root
19:55:32 [2021-02-01T19:55:32.979Z] === PAUSE TestMountDaemonRoot/private/bind_root
19:55:32 [2021-02-01T19:55:32.979Z] === CONT  TestMountDaemonRoot/default/mount_subpath
19:55:32 [2021-02-01T19:55:32.979Z] === CONT  TestMountDaemonRoot/default/mount_root
19:55:33 [2021-02-01T19:55:33.240Z] === CONT  TestMountDaemonRoot/default/bind_subpath
19:55:33 [2021-02-01T19:55:33.240Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
19:55:33 [2021-02-01T19:55:33.240Z] === CONT  TestMountDaemonRoot/rshared/bind_root
19:55:33 [2021-02-01T19:55:33.240Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
19:55:33 [2021-02-01T19:55:33.240Z] === CONT  TestMountDaemonRoot/shared/mount_root
19:55:33 [2021-02-01T19:55:33.240Z] === CONT  TestMountDaemonRoot/rslave/bind_root
19:55:33 [2021-02-01T19:55:33.240Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
19:55:33 [2021-02-01T19:55:33.240Z] === CONT  TestMountDaemonRoot/shared/bind_root
19:55:33 [2021-02-01T19:55:33.240Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
19:55:33 [2021-02-01T19:55:33.240Z] === CONT  TestMountDaemonRoot/slave/bind_root
19:55:33 [2021-02-01T19:55:33.240Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
19:55:33 [2021-02-01T19:55:33.240Z] === CONT  TestMountDaemonRoot/rslave/mount_root
19:55:33 [2021-02-01T19:55:33.240Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
19:55:33 [2021-02-01T19:55:33.240Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
19:55:33 [2021-02-01T19:55:33.240Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
19:55:33 [2021-02-01T19:55:33.248Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
19:55:33 [2021-02-01T19:55:33.500Z] === CONT  TestMountDaemonRoot/slave/mount_root
19:55:33 [2021-02-01T19:55:33.500Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
19:55:33 [2021-02-01T19:55:33.500Z] === CONT  TestMountDaemonRoot/private/bind_subpath
19:55:33 [2021-02-01T19:55:33.500Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
19:55:33 [2021-02-01T19:55:33.500Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
19:55:33 [2021-02-01T19:55:33.500Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
19:55:33 [2021-02-01T19:55:33.500Z] === CONT  TestMountDaemonRoot/private/bind_root
19:55:33 [2021-02-01T19:55:33.500Z] === CONT  TestMountDaemonRoot/private/mount_subpath
19:55:33 [2021-02-01T19:55:33.500Z] === CONT  TestMountDaemonRoot/private/mount_root
19:55:33 [2021-02-01T19:55:33.500Z] --- PASS: TestMountDaemonRoot (0.02s)
19:55:33 [2021-02-01T19:55:33.500Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
19:55:33 [2021-02-01T19:55:33.500Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
19:55:33 [2021-02-01T19:55:33.500Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
19:55:33 [2021-02-01T19:55:33.500Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
19:55:33 [2021-02-01T19:55:33.500Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
19:55:33 [2021-02-01T19:55:33.500Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
19:55:33 [2021-02-01T19:55:33.500Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
19:55:33 [2021-02-01T19:55:33.500Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
19:55:33 [2021-02-01T19:55:33.500Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
19:55:33 [2021-02-01T19:55:33.500Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
19:55:33 [2021-02-01T19:55:33.500Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
19:55:33 [2021-02-01T19:55:33.501Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
19:55:33 [2021-02-01T19:55:33.501Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
19:55:33 [2021-02-01T19:55:33.501Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
19:55:33 [2021-02-01T19:55:33.501Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
19:55:33 [2021-02-01T19:55:33.501Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
19:55:33 [2021-02-01T19:55:33.501Z] === RUN   TestContainerBindMountNonRecursive
19:55:33 [2021-02-01T19:55:33.501Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
19:55:33 [2021-02-01T19:55:33.501Z]     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)
19:55:33 [2021-02-01T19:55:33.501Z] === RUN   TestContainerVolumesMountedAsShared
19:55:33 [2021-02-01T19:55:33.501Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
19:55:33 [2021-02-01T19:55:33.501Z]     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)
19:55:33 [2021-02-01T19:55:33.501Z] === RUN   TestContainerVolumesMountedAsSlave
19:55:33 [2021-02-01T19:55:33.501Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
19:55:33 [2021-02-01T19:55:33.501Z]     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)
19:55:33 [2021-02-01T19:55:33.501Z] === RUN   TestNetworkNat
19:55:34 [2021-02-01T19:55:34.071Z] --- PASS: TestNetworkNat (0.45s)
19:55:34 [2021-02-01T19:55:34.071Z] === RUN   TestNetworkLocalhostTCPNat
19:55:34 [2021-02-01T19:55:34.333Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s)
19:55:34 [2021-02-01T19:55:34.333Z] === RUN   TestNetworkLoopbackNat
19:55:34 [2021-02-01T19:55:34.623Z] --- PASS: TestStopContainerWithTimeout (0.01s)
19:55:34 [2021-02-01T19:55:34.623Z]     --- PASS: TestStopContainerWithTimeout/0 (1.35s)
19:55:34 [2021-02-01T19:55:34.623Z]     --- PASS: TestStopContainerWithTimeout/1 (2.41s)
19:55:34 [2021-02-01T19:55:34.623Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.12s)
19:55:34 [2021-02-01T19:55:34.623Z]     --- PASS: TestStopContainerWithTimeout/3 (3.30s)
19:55:34 [2021-02-01T19:55:34.623Z] === RUN   TestDeleteDevicemapper
19:55:34 [2021-02-01T19:55:34.623Z] --- SKIP: TestDeleteDevicemapper (0.00s)
19:55:34 [2021-02-01T19:55:34.623Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:55:34 [2021-02-01T19:55:34.623Z] === RUN   TestStopContainerWithRestartPolicyAlways
19:55:34 [2021-02-01T19:55:34.633Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
19:55:34 [2021-02-01T19:55:34.882Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
19:55:35 [2021-02-01T19:55:35.225Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:55:35 [2021-02-01T19:55:35.225Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:55:35 [2021-02-01T19:55:35.818Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
19:55:36 [2021-02-01T19:55:36.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
19:55:36 [2021-02-01T19:55:36.878Z] --- PASS: TestNetworkLoopbackNat (2.58s)
19:55:36 [2021-02-01T19:55:36.878Z] === RUN   TestPause
19:55:36 [2021-02-01T19:55:36.878Z] --- SKIP: TestPause (0.00s)
19:55:36 [2021-02-01T19:55:36.878Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
19:55:36 [2021-02-01T19:55:36.878Z] === RUN   TestPauseFailsOnWindowsServerContainers
19:55:36 [2021-02-01T19:55:36.878Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
19:55:36 [2021-02-01T19:55:36.878Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:55:36 [2021-02-01T19:55:36.878Z] === RUN   TestPauseStopPausedContainer
19:55:36 [2021-02-01T19:55:36.878Z] --- SKIP: TestPauseStopPausedContainer (0.02s)
19:55:36 [2021-02-01T19:55:36.878Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
19:55:36 [2021-02-01T19:55:36.878Z] === RUN   TestPsFilter
19:55:37 [2021-02-01T19:55:37.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
19:55:37 [2021-02-01T19:55:37.139Z] --- PASS: TestPsFilter (0.12s)
19:55:37 [2021-02-01T19:55:37.139Z] === RUN   TestRemoveContainerWithRemovedVolume
19:55:37 [2021-02-01T19:55:37.194Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.63s)
19:55:37 [2021-02-01T19:55:37.194Z] === RUN   TestUpdateMemory
19:55:37 [2021-02-01T19:55:37.194Z] --- SKIP: TestUpdateMemory (0.00s)
19:55:37 [2021-02-01T19:55:37.194Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
19:55:37 [2021-02-01T19:55:37.194Z] === RUN   TestUpdateCPUQuota
19:55:37 [2021-02-01T19:55:37.289Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
19:55:37 [2021-02-01T19:55:37.289Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.78s)
19:55:37 [2021-02-01T19:55:37.289Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.84s)
19:55:37 [2021-02-01T19:55:37.289Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.57s)
19:55:37 [2021-02-01T19:55:37.289Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.57s)
19:55:37 [2021-02-01T19:55:37.289Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.45s)
19:55:37 [2021-02-01T19:55:37.289Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.47s)
19:55:37 [2021-02-01T19:55:37.289Z] === RUN   TestBuildMultiStageCopy
19:55:37 [2021-02-01T19:55:37.289Z] === RUN   TestBuildMultiStageCopy/copy_to_root
19:55:37 [2021-02-01T19:55:37.400Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s)
19:55:37 [2021-02-01T19:55:37.400Z] === RUN   TestRemoveContainerWithVolume
19:55:37 [2021-02-01T19:55:37.762Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
19:55:37 [2021-02-01T19:55:37.973Z] --- PASS: TestRemoveContainerWithVolume (0.45s)
19:55:37 [2021-02-01T19:55:37.973Z] === RUN   TestRemoveContainerRunning
19:55:38 [2021-02-01T19:55:38.328Z] --- PASS: TestUpdateCPUQuota (1.09s)
19:55:38 [2021-02-01T19:55:38.328Z] === RUN   TestUpdatePidsLimit
19:55:38 [2021-02-01T19:55:38.328Z] === RUN   TestUpdatePidsLimit/update_from_none
19:55:38 [2021-02-01T19:55:38.328Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
19:55:38 [2021-02-01T19:55:38.544Z] --- PASS: TestRemoveContainerRunning (0.44s)
19:55:38 [2021-02-01T19:55:38.544Z] === RUN   TestRemoveContainerForceRemoveRunning
19:55:38 [2021-02-01T19:55:38.587Z] === RUN   TestUpdatePidsLimit/no_change
19:55:38 [2021-02-01T19:55:38.587Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
19:55:38 [2021-02-01T19:55:38.804Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s)
19:55:38 [2021-02-01T19:55:38.804Z] === RUN   TestRemoveInvalidContainer
19:55:38 [2021-02-01T19:55:38.804Z] --- PASS: TestRemoveInvalidContainer (0.01s)
19:55:38 [2021-02-01T19:55:38.804Z] === RUN   TestRenameLinkedContainer
19:55:38 [2021-02-01T19:55:38.846Z] === RUN   TestUpdatePidsLimit/update_lower
19:55:39 [2021-02-01T19:55:39.048Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
19:55:39 [2021-02-01T19:55:39.107Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
19:55:39 [2021-02-01T19:55:39.365Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
19:55:39 [2021-02-01T19:55:39.624Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
19:55:39 [2021-02-01T19:55:39.883Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
19:55:39 [2021-02-01T19:55:39.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
19:55:40 [2021-02-01T19:55:40.018Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
19:55:40 [2021-02-01T19:55:40.650Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
19:55:40 [2021-02-01T19:55:40.716Z] --- PASS: TestRenameLinkedContainer (1.75s)
19:55:40 [2021-02-01T19:55:40.716Z] === RUN   TestRenameStoppedContainer
19:55:40 [2021-02-01T19:55:40.818Z] --- PASS: TestUpdatePidsLimit (2.33s)
19:55:40 [2021-02-01T19:55:40.818Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.23s)
19:55:40 [2021-02-01T19:55:40.819Z]     --- PASS: TestUpdatePidsLimit/no_change (0.24s)
19:55:40 [2021-02-01T19:55:40.819Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.24s)
19:55:40 [2021-02-01T19:55:40.819Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.30s)
19:55:40 [2021-02-01T19:55:40.819Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s)
19:55:40 [2021-02-01T19:55:40.819Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s)
19:55:40 [2021-02-01T19:55:40.819Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.27s)
19:55:40 [2021-02-01T19:55:40.819Z] === RUN   TestUpdateRestartPolicy
19:55:40 [2021-02-01T19:55:40.819Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
19:55:40 [2021-02-01T19:55:40.978Z] --- PASS: TestRenameStoppedContainer (0.42s)
19:55:40 [2021-02-01T19:55:40.978Z] === RUN   TestRenameRunningContainerAndReuse
19:55:41 [2021-02-01T19:55:41.681Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
19:55:41 [2021-02-01T19:55:41.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
19:55:41 [2021-02-01T19:55:41.919Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s)
19:55:41 [2021-02-01T19:55:41.919Z] === RUN   TestRenameInvalidName
19:55:42 [2021-02-01T19:55:42.200Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
19:55:42 [2021-02-01T19:55:42.314Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
19:55:42 [2021-02-01T19:55:42.492Z] --- PASS: TestRenameInvalidName (0.45s)
19:55:42 [2021-02-01T19:55:42.492Z] === RUN   TestRenameAnonymousContainer
19:55:42 [2021-02-01T19:55:42.767Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
19:55:42 [2021-02-01T19:55:42.944Z] --- PASS: TestBuildMultiStageCopy (5.47s)
19:55:42 [2021-02-01T19:55:42.944Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.71s)
19:55:42 [2021-02-01T19:55:42.944Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.67s)
19:55:42 [2021-02-01T19:55:42.944Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.67s)
19:55:42 [2021-02-01T19:55:42.944Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.69s)
19:55:42 [2021-02-01T19:55:42.944Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.73s)
19:55:42 [2021-02-01T19:55:42.944Z] === RUN   TestBuildMultiStageParentConfig
19:55:43 [2021-02-01T19:55:43.303Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
19:55:43 [2021-02-01T19:55:43.877Z] --- PASS: TestRenameAnonymousContainer (1.56s)
19:55:43 [2021-02-01T19:55:43.877Z] === RUN   TestRenameContainerWithSameName
19:55:44 [2021-02-01T19:55:44.447Z] --- PASS: TestRenameContainerWithSameName (0.42s)
19:55:44 [2021-02-01T19:55:44.447Z] === RUN   TestRenameContainerWithLinkedContainer
19:55:44 [2021-02-01T19:55:44.694Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
19:55:45 [2021-02-01T19:55:45.006Z] --- PASS: TestBuildMultiStageParentConfig (1.84s)
19:55:45 [2021-02-01T19:55:45.006Z] === RUN   TestBuildLabelWithTargets
19:55:45 [2021-02-01T19:55:45.390Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s)
19:55:45 [2021-02-01T19:55:45.390Z] === RUN   TestResize
19:55:45 [2021-02-01T19:55:45.651Z] --- PASS: TestResize (0.44s)
19:55:45 [2021-02-01T19:55:45.651Z] === RUN   TestResizeWithInvalidSize
19:55:46 [2021-02-01T19:55:46.051Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
19:55:46 [2021-02-01T19:55:46.098Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:55:46 [2021-02-01T19:55:46.098Z] Using test binary docker
19:55:46 [2021-02-01T19:55:46.098Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
19:55:46 [2021-02-01T19:55:46.098Z] +++ /etc/init.d/apparmor start
19:55:46 [2021-02-01T19:55:46.098Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:55:46 [2021-02-01T19:55:46.098Z] INFO: Waiting for daemon to start...
19:55:46 [2021-02-01T19:55:46.098Z] Starting dockerd
19:55:46 [2021-02-01T19:55:46.098Z] +++ 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
19:55:46 [2021-02-01T19:55:46.222Z] --- PASS: TestResizeWithInvalidSize (0.45s)
19:55:46 [2021-02-01T19:55:46.222Z] === RUN   TestResizeWhenContainerNotStarted
19:55:46 [2021-02-01T19:55:46.309Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
19:55:46 [2021-02-01T19:55:46.483Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s)
19:55:46 [2021-02-01T19:55:46.483Z] === RUN   TestDaemonRestartKillContainers
19:55:46 [2021-02-01T19:55:46.483Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
19:55:46 [2021-02-01T19:55:46.483Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
19:55:46 [2021-02-01T19:55:46.483Z] === RUN   TestCgroupNamespacesRun
19:55:46 [2021-02-01T19:55:46.876Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
19:55:47 [2021-02-01T19:55:47.730Z] --- PASS: TestBuildLabelWithTargets (2.78s)
19:55:47 [2021-02-01T19:55:47.730Z] === RUN   TestBuildWithEmptyLayers
19:55:47 [2021-02-01T19:55:47.811Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
19:55:48 [2021-02-01T19:55:48.649Z] .
19:55:48 [2021-02-01T19:55:48.649Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:55:48 [2021-02-01T19:55:48.649Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:55:48 [2021-02-01T19:55:48.649Z] Error: No such image: emptyfs
19:55:48 [2021-02-01T19:55:48.649Z] ++++ tar -cC bundles/test-integration/emptyfs .
19:55:48 [2021-02-01T19:55:48.649Z] ++++ docker load
19:55:48 [2021-02-01T19:55:48.649Z] Running integration-test (iteration 1)
19:55:48 [2021-02-01T19:55:48.649Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
19:55:48 [2021-02-01T19:55:48.649Z] ++ 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
19:55:48 [2021-02-01T19:55:48.649Z] ++ set -e
19:55:48 [2021-02-01T19:55:48.649Z] ++ '[' -n 0 ']'
19:55:48 [2021-02-01T19:55:48.649Z] ++ set -x
19:55:48 [2021-02-01T19:55:48.649Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
19:55:48 [2021-02-01T19:55:48.770Z] --- PASS: TestBuildWithEmptyLayers (1.25s)
19:55:48 [2021-02-01T19:55:48.770Z] === RUN   TestBuildMultiStageOnBuild
19:55:49 [2021-02-01T19:55:49.026Z] --- PASS: TestCgroupNamespacesRun (2.20s)
19:55:49 [2021-02-01T19:55:49.026Z] === RUN   TestCgroupNamespacesRunPrivileged
19:55:49 [2021-02-01T19:55:49.161Z] tests/integration/api_build_test.py .......................X             [  6%]
19:55:49 [2021-02-01T19:55:49.187Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
19:55:49 [2021-02-01T19:55:49.967Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.15s)
19:55:49 [2021-02-01T19:55:49.967Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
19:55:49 [2021-02-01T19:55:49.990Z] tests/integration/api_client_test.py .....                               [  7%]
19:55:50 [2021-02-01T19:55:50.122Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
19:55:50 [2021-02-01T19:55:50.380Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
19:55:50 [2021-02-01T19:55:50.380Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
19:55:50 [2021-02-01T19:55:50.380Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
19:55:50 [2021-02-01T19:55:50.947Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
19:55:51 [2021-02-01T19:55:51.205Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
19:55:51 [2021-02-01T19:55:51.464Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
19:55:51 [2021-02-01T19:55:51.758Z] tests/integration/api_config_test.py .....                               [  8%]
19:55:52 [2021-02-01T19:55:52.030Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
19:55:52 [2021-02-01T19:55:52.284Z] --- PASS: TestBuildMultiStageOnBuild (3.23s)
19:55:52 [2021-02-01T19:55:52.284Z] === RUN   TestBuildUncleanTarFilenames
19:55:52 [2021-02-01T19:55:52.529Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.17s)
19:55:52 [2021-02-01T19:55:52.529Z] === RUN   TestCgroupNamespacesRunHostMode
19:55:52 [2021-02-01T19:55:52.598Z] --- PASS: TestUpdateRestartPolicy (11.95s)
19:55:52 [2021-02-01T19:55:52.598Z] === RUN   TestUpdateRestartWithAutoRemove
19:55:52 [2021-02-01T19:55:52.856Z] === RUN   TestDockerSuite/TestBuildDockerignore
19:55:53 [2021-02-01T19:55:53.249Z] --- PASS: TestUpdateRestartWithAutoRemove (0.61s)
19:55:53 [2021-02-01T19:55:53.249Z] === RUN   TestWaitNonBlocked
19:55:53 [2021-02-01T19:55:53.249Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
19:55:53 [2021-02-01T19:55:53.249Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
19:55:53 [2021-02-01T19:55:53.249Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
19:55:53 [2021-02-01T19:55:53.249Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
19:55:53 [2021-02-01T19:55:53.249Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
19:55:53 [2021-02-01T19:55:53.249Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
19:55:53 [2021-02-01T19:55:53.789Z] --- PASS: TestBuildUncleanTarFilenames (1.56s)
19:55:53 [2021-02-01T19:55:53.789Z] === RUN   TestBuildMultiStageLayerLeak
19:55:54 [2021-02-01T19:55:54.192Z] --- PASS: TestWaitNonBlocked (0.01s)
19:55:54 [2021-02-01T19:55:54.192Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.83s)
19:55:54 [2021-02-01T19:55:54.192Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.93s)
19:55:54 [2021-02-01T19:55:54.192Z] === RUN   TestWaitBlocked
19:55:54 [2021-02-01T19:55:54.192Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
19:55:54 [2021-02-01T19:55:54.192Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
19:55:54 [2021-02-01T19:55:54.192Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
19:55:54 [2021-02-01T19:55:54.192Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
19:55:54 [2021-02-01T19:55:54.192Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
19:55:54 [2021-02-01T19:55:54.192Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
19:55:54 [2021-02-01T19:55:54.440Z] --- PASS: TestCgroupNamespacesRunHostMode (2.20s)
19:55:54 [2021-02-01T19:55:54.440Z] === RUN   TestCgroupNamespacesRunPrivateMode
19:55:55 [2021-02-01T19:55:55.155Z] --- PASS: TestWaitBlocked (0.02s)
19:55:55 [2021-02-01T19:55:55.155Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.97s)
19:55:55 [2021-02-01T19:55:55.155Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.03s)
19:55:55 [2021-02-01T19:55:55.155Z] === CONT  TestContainerStartOnDaemonRestart
19:55:55 [2021-02-01T19:55:55.155Z] === CONT  TestContainerKillOnDaemonStart
19:55:55 [2021-02-01T19:55:55.155Z] === CONT  TestDaemonHostGatewayIP
19:55:55 [2021-02-01T19:55:55.155Z] === CONT  TestDaemonRestartIpcMode
19:55:55 [2021-02-01T19:55:55.155Z] === CONT  TestRestartDaemonWithRestartingContainer
19:55:55 [2021-02-01T19:55:55.155Z] === CONT  TestIpcModeOlderClient
19:55:55 [2021-02-01T19:55:55.155Z] --- PASS: TestIpcModeOlderClient (0.07s)
19:55:55 [2021-02-01T19:55:55.825Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.32s)
19:55:55 [2021-02-01T19:55:55.825Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
19:55:56 [2021-02-01T19:55:56.555Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
19:55:57 [2021-02-01T19:55:57.299Z] --- PASS: TestBuildMultiStageLayerLeak (3.53s)
19:55:57 [2021-02-01T19:55:57.299Z] === RUN   TestBuildWithHugeFile
19:55:57 [2021-02-01T19:55:57.492Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
19:55:57 [2021-02-01T19:55:57.739Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.18s)
19:55:57 [2021-02-01T19:55:57.739Z] === RUN   TestCgroupNamespacesRunInvalidMode
19:55:58 [2021-02-01T19:55:58.058Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
19:55:58 [2021-02-01T19:55:58.316Z] --- PASS: TestContainerStartOnDaemonRestart (3.07s)
19:55:59 [2021-02-01T19:55:59.251Z] --- PASS: TestDaemonHostGatewayIP (3.90s)
19:55:59 [2021-02-01T19:55:59.509Z] --- PASS: TestDaemonRestartIpcMode (4.24s)
19:55:59 [2021-02-01T19:55:59.509Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.35s)
19:55:59 [2021-02-01T19:55:59.509Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
19:55:59 [2021-02-01T19:55:59.650Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.71s)
19:55:59 [2021-02-01T19:55:59.650Z] === RUN   TestCgroupNamespacesRunOlderClient
19:56:00 [2021-02-01T19:56:00.899Z] Loaded image: buildpack-deps:buster
19:56:00 [2021-02-01T19:56:00.899Z] Loaded image: busybox:latest
19:56:00 [2021-02-01T19:56:00.899Z] Loaded image: busybox:glibc
19:56:01 [2021-02-01T19:56:01.567Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.18s)
19:56:01 [2021-02-01T19:56:01.567Z] === RUN   TestKernelTCPMemory
19:56:01 [2021-02-01T19:56:01.567Z] --- SKIP: TestKernelTCPMemory (0.03s)
19:56:01 [2021-02-01T19:56:01.567Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
19:56:01 [2021-02-01T19:56:01.567Z] === RUN   TestNISDomainname
19:56:01 [2021-02-01T19:56:01.567Z] --- SKIP: TestNISDomainname (0.01s)
19:56:01 [2021-02-01T19:56:01.567Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
19:56:01 [2021-02-01T19:56:01.567Z] === RUN   TestHostnameDnsResolution
19:56:01 [2021-02-01T19:56:01.845Z] Loaded image: debian:bullseye
19:56:01 [2021-02-01T19:56:01.845Z] Loaded image: hello-world:latest
19:56:02 [2021-02-01T19:56:02.040Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
19:56:02 [2021-02-01T19:56:02.040Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
19:56:02 [2021-02-01T19:56:02.107Z] Loaded image: arm32v7/hello-world:latest
19:56:02 [2021-02-01T19:56:02.107Z] INFO: Testing against a local daemon
19:56:02 [2021-02-01T19:56:02.107Z] === RUN   TestCgroupNamespacesBuild
19:56:02 [2021-02-01T19:56:02.508Z] --- PASS: TestHostnameDnsResolution (0.69s)
19:56:02 [2021-02-01T19:56:02.508Z] === RUN   TestStats
19:56:02 [2021-02-01T19:56:02.508Z] --- SKIP: TestStats (0.00s)
19:56:02 [2021-02-01T19:56:02.508Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
19:56:02 [2021-02-01T19:56:02.508Z] === RUN   TestStopContainerWithTimeout
19:56:02 [2021-02-01T19:56:02.508Z] === RUN   TestStopContainerWithTimeout/0
19:56:02 [2021-02-01T19:56:02.508Z] === PAUSE TestStopContainerWithTimeout/0
19:56:02 [2021-02-01T19:56:02.508Z] === RUN   TestStopContainerWithTimeout/1
19:56:02 [2021-02-01T19:56:02.508Z] === PAUSE TestStopContainerWithTimeout/1
19:56:02 [2021-02-01T19:56:02.508Z] === RUN   TestStopContainerWithTimeout/3
19:56:02 [2021-02-01T19:56:02.508Z] === PAUSE TestStopContainerWithTimeout/3
19:56:02 [2021-02-01T19:56:02.508Z] === RUN   TestStopContainerWithTimeout/-1
19:56:02 [2021-02-01T19:56:02.508Z] === PAUSE TestStopContainerWithTimeout/-1
19:56:02 [2021-02-01T19:56:02.508Z] === CONT  TestStopContainerWithTimeout/0
19:56:02 [2021-02-01T19:56:02.508Z] === CONT  TestStopContainerWithTimeout/-1
19:56:02 [2021-02-01T19:56:02.607Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
19:56:02 [2021-02-01T19:56:02.865Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
19:56:03 [2021-02-01T19:56:03.079Z] === CONT  TestStopContainerWithTimeout/3
19:56:04 [2021-02-01T19:56:04.768Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
19:56:05 [2021-02-01T19:56:05.026Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
19:56:05 [2021-02-01T19:56:05.417Z] --- PASS: TestCgroupNamespacesBuild (2.72s)
19:56:05 [2021-02-01T19:56:05.417Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
19:56:05 [2021-02-01T19:56:05.620Z] === CONT  TestStopContainerWithTimeout/1
19:56:06 [2021-02-01T19:56:06.869Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
19:56:06 [2021-02-01T19:56:06.870Z] --- PASS: TestStopContainerWithTimeout (0.02s)
19:56:06 [2021-02-01T19:56:06.870Z]     --- PASS: TestStopContainerWithTimeout/0 (0.81s)
19:56:06 [2021-02-01T19:56:06.870Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.79s)
19:56:06 [2021-02-01T19:56:06.870Z]     --- PASS: TestStopContainerWithTimeout/3 (2.38s)
19:56:06 [2021-02-01T19:56:06.870Z]     --- PASS: TestStopContainerWithTimeout/1 (1.43s)
19:56:06 [2021-02-01T19:56:06.870Z] === RUN   TestDeleteDevicemapper
19:56:06 [2021-02-01T19:56:06.870Z] --- SKIP: TestDeleteDevicemapper (0.00s)
19:56:06 [2021-02-01T19:56:06.870Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:56:06 [2021-02-01T19:56:06.870Z] === RUN   TestStopContainerWithRestartPolicyAlways
19:56:06 [2021-02-01T19:56:06.872Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.80s)
19:56:06 [2021-02-01T19:56:06.872Z] === RUN   TestBuildWithSession
19:56:06 [2021-02-01T19:56:06.872Z] --- SKIP: TestBuildWithSession (0.00s)
19:56:06 [2021-02-01T19:56:06.872Z]     build_session_test.go:25: TODO: BuildKit
19:56:06 [2021-02-01T19:56:06.872Z] === RUN   TestBuildSquashParent
19:56:07 [2021-02-01T19:56:07.128Z] --- PASS: TestContainerKillOnDaemonStart (12.10s)
19:56:07 [2021-02-01T19:56:07.128Z] PASS
19:56:07 [2021-02-01T19:56:07.386Z] 
19:56:07 [2021-02-01T19:56:07.387Z] === Skipped
19:56:07 [2021-02-01T19:56:07.387Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
19:56:07 [2021-02-01T19:56:07.387Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:56:07 [2021-02-01T19:56:07.387Z] 
19:56:07 [2021-02-01T19:56:07.387Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
19:56:07 [2021-02-01T19:56:07.387Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:56:07 [2021-02-01T19:56:07.387Z] 
19:56:07 [2021-02-01T19:56:07.387Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
19:56:07 [2021-02-01T19:56:07.387Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:56:07 [2021-02-01T19:56:07.387Z] 
19:56:07 [2021-02-01T19:56:07.387Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
19:56:07 [2021-02-01T19:56:07.387Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:56:07 [2021-02-01T19:56:07.387Z] 
19:56:07 [2021-02-01T19:56:07.387Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
19:56:07 [2021-02-01T19:56:07.387Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:56:07 [2021-02-01T19:56:07.387Z] 
19:56:07 [2021-02-01T19:56:07.387Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
19:56:07 [2021-02-01T19:56:07.387Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
19:56:07 [2021-02-01T19:56:07.387Z] 
19:56:07 [2021-02-01T19:56:07.387Z] 
19:56:07 [2021-02-01T19:56:07.387Z] DONE 196 tests, 6 skipped in 120.790s
19:56:07 [2021-02-01T19:56:07.387Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
19:56:07 [2021-02-01T19:56:07.387Z] ++ 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
19:56:07 [2021-02-01T19:56:07.387Z] ++ set -e
19:56:07 [2021-02-01T19:56:07.387Z] ++ '[' -n 0 ']'
19:56:07 [2021-02-01T19:56:07.387Z] ++ set -x
19:56:07 [2021-02-01T19:56:07.387Z] ++ 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
19:56:07 [2021-02-01T19:56:07.387Z] INFO: Testing against a local daemon
19:56:07 [2021-02-01T19:56:07.387Z] === RUN   TestCommitInheritsEnv
19:56:07 [2021-02-01T19:56:07.645Z] --- PASS: TestCommitInheritsEnv (0.27s)
19:56:07 [2021-02-01T19:56:07.645Z] === RUN   TestImportExtremelyLargeImageWorks
19:56:07 [2021-02-01T19:56:07.645Z] === PAUSE TestImportExtremelyLargeImageWorks
19:56:07 [2021-02-01T19:56:07.645Z] === RUN   TestImagesFilterMultiReference
19:56:07 [2021-02-01T19:56:07.645Z] --- PASS: TestImagesFilterMultiReference (0.06s)
19:56:07 [2021-02-01T19:56:07.645Z] === RUN   TestImagePullPlatformInvalid
19:56:07 [2021-02-01T19:56:07.645Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
19:56:07 [2021-02-01T19:56:07.645Z] === RUN   TestRemoveImageOrphaning
19:56:07 [2021-02-01T19:56:07.903Z] --- PASS: TestRemoveImageOrphaning (0.29s)
19:56:07 [2021-02-01T19:56:07.903Z] === RUN   TestRemoveImageGarbageCollector
19:56:08 [2021-02-01T19:56:08.803Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.96s)
19:56:08 [2021-02-01T19:56:08.803Z] === RUN   TestUpdateMemory
19:56:08 [2021-02-01T19:56:08.803Z] --- SKIP: TestUpdateMemory (0.00s)
19:56:08 [2021-02-01T19:56:08.803Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
19:56:08 [2021-02-01T19:56:08.803Z] === RUN   TestUpdateCPUQuota
19:56:08 [2021-02-01T19:56:08.803Z] --- SKIP: TestUpdateCPUQuota (0.00s)
19:56:08 [2021-02-01T19:56:08.803Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
19:56:08 [2021-02-01T19:56:08.803Z] === RUN   TestUpdatePidsLimit
19:56:08 [2021-02-01T19:56:08.803Z] --- SKIP: TestUpdatePidsLimit (0.00s)
19:56:08 [2021-02-01T19:56:08.803Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
19:56:08 [2021-02-01T19:56:08.803Z] === RUN   TestUpdateRestartPolicy
19:56:09 [2021-02-01T19:56:09.804Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
19:56:09 [2021-02-01T19:56:09.804Z] --- PASS: TestRemoveImageGarbageCollector (1.94s)
19:56:09 [2021-02-01T19:56:09.804Z] === RUN   TestTagUnprefixedRepoByNameOrName
19:56:10 [2021-02-01T19:56:10.063Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
19:56:10 [2021-02-01T19:56:10.063Z] === RUN   TestTagInvalidReference
19:56:10 [2021-02-01T19:56:10.063Z] --- PASS: TestTagInvalidReference (0.01s)
19:56:10 [2021-02-01T19:56:10.063Z] === RUN   TestTagValidPrefixedRepo
19:56:10 [2021-02-01T19:56:10.063Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
19:56:10 [2021-02-01T19:56:10.063Z] === RUN   TestTagExistedNameWithoutForce
19:56:10 [2021-02-01T19:56:10.063Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
19:56:10 [2021-02-01T19:56:10.063Z] === RUN   TestTagOfficialNames
19:56:10 [2021-02-01T19:56:10.063Z] --- PASS: TestTagOfficialNames (0.06s)
19:56:10 [2021-02-01T19:56:10.063Z] === RUN   TestTagMatchesDigest
19:56:10 [2021-02-01T19:56:10.063Z] --- PASS: TestTagMatchesDigest (0.01s)
19:56:10 [2021-02-01T19:56:10.063Z] === CONT  TestImportExtremelyLargeImageWorks
19:56:10 [2021-02-01T19:56:10.629Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
19:56:13 [2021-02-01T19:56:13.465Z] --- PASS: TestBuildSquashParent (6.32s)
19:56:13 [2021-02-01T19:56:13.465Z] === RUN   TestBuildWithRemoveAndForceRemove
19:56:13 [2021-02-01T19:56:13.465Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:56:13 [2021-02-01T19:56:13.465Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:56:13 [2021-02-01T19:56:13.465Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:56:13 [2021-02-01T19:56:13.465Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:56:13 [2021-02-01T19:56:13.465Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:56:13 [2021-02-01T19:56:13.465Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:56:13 [2021-02-01T19:56:13.465Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:56:13 [2021-02-01T19:56:13.465Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:56:13 [2021-02-01T19:56:13.465Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:56:13 [2021-02-01T19:56:13.465Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:56:13 [2021-02-01T19:56:13.465Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:56:13 [2021-02-01T19:56:13.465Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:56:13 [2021-02-01T19:56:13.465Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:56:13 [2021-02-01T19:56:13.465Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:56:13 [2021-02-01T19:56:13.465Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:56:13 [2021-02-01T19:56:13.465Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:56:13 [2021-02-01T19:56:13.915Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
19:56:14 [2021-02-01T19:56:14.173Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
19:56:14 [2021-02-01T19:56:14.173Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
19:56:14 [2021-02-01T19:56:14.173Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
19:56:16 [2021-02-01T19:56:16.018Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:56:16 [2021-02-01T19:56:16.018Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:56:16 [2021-02-01T19:56:16.706Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
19:56:17 [2021-02-01T19:56:17.273Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
19:56:17 [2021-02-01T19:56:17.938Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
19:56:17 [2021-02-01T19:56:17.938Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.77s)
19:56:17 [2021-02-01T19:56:17.938Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.78s)
19:56:17 [2021-02-01T19:56:17.938Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.99s)
19:56:17 [2021-02-01T19:56:17.938Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.12s)
19:56:17 [2021-02-01T19:56:17.938Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.04s)
19:56:17 [2021-02-01T19:56:17.938Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.19s)
19:56:17 [2021-02-01T19:56:17.938Z] === RUN   TestBuildMultiStageCopy
19:56:17 [2021-02-01T19:56:17.938Z] === RUN   TestBuildMultiStageCopy/copy_to_root
19:56:18 [2021-02-01T19:56:18.671Z] Removing intermediate container 6bb61e231760
19:56:18 [2021-02-01T19:56:18.671Z]  ---> 89f1a0fca7e4
19:56:18 [2021-02-01T19:56:18.671Z] 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
19:56:18 [2021-02-01T19:56:18.671Z]  ---> Running in 88aa8e4802eb
19:56:18 [2021-02-01T19:56:18.671Z] INFO: Building gotestsum version v0.5.3 in C:\gopath
19:56:18 [2021-02-01T19:56:18.671Z] go: finding gotest.tools/gotestsum v0.5.3
19:56:18 [2021-02-01T19:56:18.671Z] go: finding gotest.tools v0.5.3
19:56:18 [2021-02-01T19:56:18.671Z] go: downloading gotest.tools/gotestsum v0.5.3
19:56:18 [2021-02-01T19:56:18.671Z] go: extracting gotest.tools/gotestsum v0.5.3
19:56:18 [2021-02-01T19:56:18.671Z] go: downloading github.com/fatih/color v1.9.0
19:56:18 [2021-02-01T19:56:18.671Z] go: downloading github.com/spf13/pflag v1.0.3
19:56:18 [2021-02-01T19:56:18.671Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:56:18 [2021-02-01T19:56:18.671Z] go: downloading github.com/pkg/errors v0.9.1
19:56:18 [2021-02-01T19:56:18.671Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:56:18 [2021-02-01T19:56:18.671Z] go: extracting github.com/fatih/color v1.9.0
19:56:18 [2021-02-01T19:56:18.671Z] go: extracting github.com/pkg/errors v0.9.1
19:56:18 [2021-02-01T19:56:18.671Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:56:18 [2021-02-01T19:56:18.671Z] go: extracting github.com/spf13/pflag v1.0.3
19:56:18 [2021-02-01T19:56:18.671Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:56:18 [2021-02-01T19:56:18.671Z] go: downloading github.com/jonboulle/clockwork v0.1.0
19:56:18 [2021-02-01T19:56:18.671Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:56:18 [2021-02-01T19:56:18.671Z] go: extracting github.com/jonboulle/clockwork v0.1.0
19:56:18 [2021-02-01T19:56:18.671Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:56:18 [2021-02-01T19:56:18.671Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:56:18 [2021-02-01T19:56:18.671Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:56:18 [2021-02-01T19:56:18.671Z] go: downloading github.com/mattn/go-isatty v0.0.12
19:56:18 [2021-02-01T19:56:18.671Z] go: extracting github.com/mattn/go-isatty v0.0.12
19:56:18 [2021-02-01T19:56:18.671Z] go: downloading github.com/mattn/go-colorable v0.1.6
19:56:18 [2021-02-01T19:56:18.671Z] go: extracting github.com/mattn/go-colorable v0.1.6
19:56:18 [2021-02-01T19:56:18.671Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:56:18 [2021-02-01T19:56:18.671Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:56:18 [2021-02-01T19:56:18.671Z] go: finding github.com/fatih/color v1.9.0
19:56:18 [2021-02-01T19:56:18.671Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:56:18 [2021-02-01T19:56:18.671Z] go: finding github.com/pkg/errors v0.9.1
19:56:18 [2021-02-01T19:56:18.671Z] go: finding github.com/spf13/pflag v1.0.3
19:56:18 [2021-02-01T19:56:18.671Z] go: finding github.com/mattn/go-colorable v0.1.6
19:56:18 [2021-02-01T19:56:18.671Z] go: finding github.com/mattn/go-isatty v0.0.12
19:56:18 [2021-02-01T19:56:18.671Z] go: finding github.com/jonboulle/clockwork v0.1.0
19:56:18 [2021-02-01T19:56:18.671Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:56:18 [2021-02-01T19:56:18.671Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:56:18 [2021-02-01T19:56:18.671Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:56:18 [2021-02-01T19:56:18.671Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:56:19 [2021-02-01T19:56:19.177Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
19:56:19 [2021-02-01T19:56:19.177Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
19:56:20 [2021-02-01T19:56:20.218Z] INFO: Build done for gotestsum...
19:56:20 [2021-02-01T19:56:20.489Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
19:56:20 [2021-02-01T19:56:20.554Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
19:56:20 [2021-02-01T19:56:20.751Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
19:56:20 [2021-02-01T19:56:20.813Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
19:56:21 [2021-02-01T19:56:21.031Z] --- PASS: TestUpdateRestartPolicy (10.99s)
19:56:21 [2021-02-01T19:56:21.031Z] === RUN   TestUpdateRestartWithAutoRemove
19:56:21 [2021-02-01T19:56:21.031Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s)
19:56:21 [2021-02-01T19:56:21.031Z] === RUN   TestWaitNonBlocked
19:56:21 [2021-02-01T19:56:21.031Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
19:56:21 [2021-02-01T19:56:21.031Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
19:56:21 [2021-02-01T19:56:21.031Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
19:56:21 [2021-02-01T19:56:21.031Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
19:56:21 [2021-02-01T19:56:21.031Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
19:56:21 [2021-02-01T19:56:21.031Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
19:56:21 [2021-02-01T19:56:21.031Z] --- PASS: TestWaitNonBlocked (0.02s)
19:56:21 [2021-02-01T19:56:21.031Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.67s)
19:56:21 [2021-02-01T19:56:21.031Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.73s)
19:56:21 [2021-02-01T19:56:21.031Z] === RUN   TestWaitBlocked
19:56:21 [2021-02-01T19:56:21.031Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
19:56:21 [2021-02-01T19:56:21.031Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
19:56:21 [2021-02-01T19:56:21.031Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
19:56:21 [2021-02-01T19:56:21.031Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
19:56:21 [2021-02-01T19:56:21.031Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
19:56:21 [2021-02-01T19:56:21.031Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
19:56:21 [2021-02-01T19:56:21.324Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
19:56:21 [2021-02-01T19:56:21.380Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
19:56:21 [2021-02-01T19:56:21.601Z] --- PASS: TestWaitBlocked (0.01s)
19:56:21 [2021-02-01T19:56:21.601Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.66s)
19:56:21 [2021-02-01T19:56:21.601Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.69s)
19:56:21 [2021-02-01T19:56:21.601Z] === CONT  TestDaemonRestartIpcMode
19:56:21 [2021-02-01T19:56:21.601Z] === CONT  TestIpcModeOlderClient
19:56:21 [2021-02-01T19:56:21.601Z] --- PASS: TestIpcModeOlderClient (0.09s)
19:56:21 [2021-02-01T19:56:21.601Z] === CONT  TestRestartDaemonWithRestartingContainer
19:56:21 [2021-02-01T19:56:21.898Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
19:56:21 [2021-02-01T19:56:21.947Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
19:56:22 [2021-02-01T19:56:22.207Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
19:56:22 [2021-02-01T19:56:22.367Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
19:56:22 [2021-02-01T19:56:22.475Z] --- PASS: TestBuildMultiStageCopy (4.44s)
19:56:22 [2021-02-01T19:56:22.475Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.28s)
19:56:22 [2021-02-01T19:56:22.475Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s)
19:56:22 [2021-02-01T19:56:22.475Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s)
19:56:22 [2021-02-01T19:56:22.475Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s)
19:56:22 [2021-02-01T19:56:22.475Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s)
19:56:22 [2021-02-01T19:56:22.475Z] === RUN   TestBuildMultiStageParentConfig
19:56:23 [2021-02-01T19:56:23.584Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
19:56:23 [2021-02-01T19:56:23.584Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
19:56:23 [2021-02-01T19:56:23.863Z] --- PASS: TestBuildMultiStageParentConfig (1.48s)
19:56:23 [2021-02-01T19:56:23.863Z] === RUN   TestBuildLabelWithTargets
19:56:24 [2021-02-01T19:56:24.414Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
19:56:24 [2021-02-01T19:56:24.414Z] 
19:56:24 [2021-02-01T19:56:24.414Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:56:24 [2021-02-01T19:56:24.414Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:56:24 [2021-02-01T19:56:24.414Z] HOSTNAME=d8b858805c79
19:56:24 [2021-02-01T19:56:24.414Z] TESTDEBUG=0
19:56:24 [2021-02-01T19:56:24.414Z] DEST=bundles/test-integration
19:56:24 [2021-02-01T19:56:24.414Z] PWD=/go/src/github.com/docker/docker
19:56:24 [2021-02-01T19:56:24.414Z] DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2
19:56:24 [2021-02-01T19:56:24.414Z] container=docker
19:56:24 [2021-02-01T19:56:24.414Z] HOME=/root
19:56:24 [2021-02-01T19:56:24.414Z] GOLANG_VERSION=1.13.15
19:56:24 [2021-02-01T19:56:24.414Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:56:24 [2021-02-01T19:56:24.414Z] VALIDATE_BRANCH=master
19:56:24 [2021-02-01T19:56:24.414Z] TERM=xterm
19:56:24 [2021-02-01T19:56:24.414Z] DOCKER_PKG=github.com/docker/docker
19:56:24 [2021-02-01T19:56:24.414Z] SHLVL=1
19:56:24 [2021-02-01T19:56:24.414Z] TIMEOUT=120m
19:56:24 [2021-02-01T19:56:24.414Z] DOCKER_BUILDTAGS=apparmor seccomp journald
19:56:24 [2021-02-01T19:56:24.414Z] DOCKER_GRAPHDRIVER=overlay2
19:56:24 [2021-02-01T19:56:24.414Z] GO111MODULE=off
19:56:24 [2021-02-01T19:56:24.414Z] DOCKER_EXPERIMENTAL=1
19:56:24 [2021-02-01T19:56:24.414Z] TEST_SKIP_INTEGRATION_CLI=1
19:56:24 [2021-02-01T19:56:24.414Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:56:24 [2021-02-01T19:56:24.414Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:56:24 [2021-02-01T19:56:24.414Z] GOPATH=/go
19:56:24 [2021-02-01T19:56:24.414Z] PKG_CONFIG=pkg-config
19:56:24 [2021-02-01T19:56:24.414Z] _=/usr/bin/env
19:56:24 [2021-02-01T19:56:24.414Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
19:56:24 [2021-02-01T19:56:24.960Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
19:56:24 [2021-02-01T19:56:24.960Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
19:56:25 [2021-02-01T19:56:25.803Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.32s)
19:56:26 [2021-02-01T19:56:26.063Z] --- PASS: TestDaemonRestartIpcMode (4.68s)
19:56:26 [2021-02-01T19:56:26.063Z] PASS
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === Skipped
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
19:56:26 [2021-02-01T19:56:26.063Z]     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)
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     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)
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     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)
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestPause (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s)
19:56:26 [2021-02-01T19:56:26.063Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s)
19:56:26 [2021-02-01T19:56:26.063Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
19:56:26 [2021-02-01T19:56:26.063Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestStats (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
19:56:26 [2021-02-01T19:56:26.063Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] 
19:56:26 [2021-02-01T19:56:26.063Z] DONE 177 tests, 26 skipped in 80.169s
19:56:26 [2021-02-01T19:56:26.063Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
19:56:26 [2021-02-01T19:56:26.324Z] INFO: Testing against a local daemon
19:56:26 [2021-02-01T19:56:26.324Z] === RUN   TestCommitInheritsEnv
19:56:26 [2021-02-01T19:56:26.336Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
19:56:26 [2021-02-01T19:56:26.336Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
19:56:26 [2021-02-01T19:56:26.412Z] --- PASS: TestBuildLabelWithTargets (2.24s)
19:56:26 [2021-02-01T19:56:26.412Z] === RUN   TestBuildWithEmptyLayers
19:56:27 [2021-02-01T19:56:27.357Z] --- PASS: TestBuildWithEmptyLayers (1.04s)
19:56:27 [2021-02-01T19:56:27.357Z] === RUN   TestBuildMultiStageOnBuild
19:56:27 [2021-02-01T19:56:27.712Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
19:56:28 [2021-02-01T19:56:28.232Z] --- PASS: TestCommitInheritsEnv (1.73s)
19:56:28 [2021-02-01T19:56:28.232Z] === RUN   TestImportExtremelyLargeImageWorks
19:56:28 [2021-02-01T19:56:28.232Z] === PAUSE TestImportExtremelyLargeImageWorks
19:56:28 [2021-02-01T19:56:28.232Z] === RUN   TestImagesFilterMultiReference
19:56:28 [2021-02-01T19:56:28.232Z] --- PASS: TestImagesFilterMultiReference (0.08s)
19:56:28 [2021-02-01T19:56:28.232Z] === RUN   TestImagePullPlatformInvalid
19:56:28 [2021-02-01T19:56:28.232Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
19:56:28 [2021-02-01T19:56:28.232Z] === RUN   TestRemoveImageOrphaning
19:56:29 [2021-02-01T19:56:29.088Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
19:56:29 [2021-02-01T19:56:29.908Z] --- PASS: TestBuildMultiStageOnBuild (2.72s)
19:56:29 [2021-02-01T19:56:29.908Z] === RUN   TestBuildUncleanTarFilenames
19:56:29 [2021-02-01T19:56:29.963Z] --- PASS: TestBuildWithHugeFile (28.39s)
19:56:29 [2021-02-01T19:56:29.963Z] === RUN   TestBuildWCOWSandboxSize
19:56:29 [2021-02-01T19:56:29.963Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
19:56:29 [2021-02-01T19:56:29.963Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:56:29 [2021-02-01T19:56:29.963Z] === RUN   TestBuildWithEmptyDockerfile
19:56:29 [2021-02-01T19:56:29.963Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
19:56:29 [2021-02-01T19:56:29.963Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
19:56:29 [2021-02-01T19:56:29.963Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:56:29 [2021-02-01T19:56:29.963Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:56:29 [2021-02-01T19:56:29.963Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:56:29 [2021-02-01T19:56:29.963Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:56:29 [2021-02-01T19:56:29.963Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
19:56:29 [2021-02-01T19:56:29.963Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:56:29 [2021-02-01T19:56:29.963Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:56:29 [2021-02-01T19:56:29.963Z] --- PASS: TestBuildWithEmptyDockerfile (0.28s)
19:56:29 [2021-02-01T19:56:29.963Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.21s)
19:56:29 [2021-02-01T19:56:29.963Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s)
19:56:29 [2021-02-01T19:56:29.963Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s)
19:56:29 [2021-02-01T19:56:29.963Z] === RUN   TestBuildPreserveOwnership
19:56:29 [2021-02-01T19:56:29.963Z] === RUN   TestBuildPreserveOwnership/copy_from
19:56:30 [2021-02-01T19:56:30.023Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
19:56:30 [2021-02-01T19:56:30.141Z] --- PASS: TestRemoveImageOrphaning (1.90s)
19:56:30 [2021-02-01T19:56:30.142Z] === RUN   TestRemoveImageGarbageCollector
19:56:30 [2021-02-01T19:56:30.142Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
19:56:30 [2021-02-01T19:56:30.142Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
19:56:30 [2021-02-01T19:56:30.142Z] === RUN   TestTagUnprefixedRepoByNameOrName
19:56:30 [2021-02-01T19:56:30.142Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
19:56:30 [2021-02-01T19:56:30.142Z] === RUN   TestTagInvalidReference
19:56:30 [2021-02-01T19:56:30.142Z] --- PASS: TestTagInvalidReference (0.01s)
19:56:30 [2021-02-01T19:56:30.142Z] === RUN   TestTagValidPrefixedRepo
19:56:30 [2021-02-01T19:56:30.142Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
19:56:30 [2021-02-01T19:56:30.142Z] === RUN   TestTagExistedNameWithoutForce
19:56:30 [2021-02-01T19:56:30.142Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
19:56:30 [2021-02-01T19:56:30.142Z] === RUN   TestTagOfficialNames
19:56:30 [2021-02-01T19:56:30.142Z] --- PASS: TestTagOfficialNames (0.06s)
19:56:30 [2021-02-01T19:56:30.142Z] === RUN   TestTagMatchesDigest
19:56:30 [2021-02-01T19:56:30.142Z] --- PASS: TestTagMatchesDigest (0.01s)
19:56:30 [2021-02-01T19:56:30.142Z] === CONT  TestImportExtremelyLargeImageWorks
19:56:30 [2021-02-01T19:56:30.994Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
19:56:31 [2021-02-01T19:56:31.297Z] --- PASS: TestBuildUncleanTarFilenames (1.48s)
19:56:31 [2021-02-01T19:56:31.297Z] === RUN   TestBuildMultiStageLayerLeak
19:56:31 [2021-02-01T19:56:31.403Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
19:56:32 [2021-02-01T19:56:32.690Z] Removing intermediate container 88aa8e4802eb
19:56:32 [2021-02-01T19:56:32.690Z]  ---> 0cb3cbe2ef2c
19:56:32 [2021-02-01T19:56:32.690Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
19:56:32 [2021-02-01T19:56:32.690Z]  ---> Running in 18a13625e8b8
19:56:32 [2021-02-01T19:56:32.690Z] Removing intermediate container 18a13625e8b8
19:56:32 [2021-02-01T19:56:32.690Z]  ---> 5e2ba0be14d6
19:56:32 [2021-02-01T19:56:32.690Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
19:56:32 [2021-02-01T19:56:32.690Z]  ---> Running in e03f65c48fbe
19:56:32 [2021-02-01T19:56:32.690Z] Removing intermediate container e03f65c48fbe
19:56:32 [2021-02-01T19:56:32.690Z]  ---> 2ed8a168bccc
19:56:32 [2021-02-01T19:56:32.690Z] Step 10/10 : COPY . .
19:56:33 [2021-02-01T19:56:33.722Z] --- PASS: TestBuildPreserveOwnership (7.67s)
19:56:33 [2021-02-01T19:56:33.722Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.98s)
19:56:33 [2021-02-01T19:56:33.722Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.68s)
19:56:33 [2021-02-01T19:56:33.722Z] === RUN   TestBuildPlatformInvalid
19:56:33 [2021-02-01T19:56:33.938Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
19:56:34 [2021-02-01T19:56:34.018Z] --- PASS: TestBuildPlatformInvalid (0.19s)
19:56:34 [2021-02-01T19:56:34.018Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
19:56:34 [2021-02-01T19:56:34.604Z] --- PASS: TestBuildMultiStageLayerLeak (2.92s)
19:56:34 [2021-02-01T19:56:34.604Z] === RUN   TestBuildWithHugeFile
19:56:36 [2021-02-01T19:56:36.469Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
19:56:39 [2021-02-01T19:56:39.004Z] === RUN   TestDockerSuite/TestBuildDotDotFile
19:56:39 [2021-02-01T19:56:39.263Z] === RUN   TestDockerSuite/TestBuildEOLInLine
19:56:40 [2021-02-01T19:56:40.197Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
19:56:41 [2021-02-01T19:56:41.574Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
19:56:42 [2021-02-01T19:56:42.141Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
19:56:42 [2021-02-01T19:56:42.708Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
19:56:42 [2021-02-01T19:56:42.708Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
19:56:42 [2021-02-01T19:56:42.967Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
19:56:43 [2021-02-01T19:56:43.225Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
19:56:43 [2021-02-01T19:56:43.484Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
19:56:43 [2021-02-01T19:56:43.484Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
19:56:43 [2021-02-01T19:56:43.743Z] === RUN   TestDockerSuite/TestBuildEntrypoint
19:56:44 [2021-02-01T19:56:44.001Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
19:56:44 [2021-02-01T19:56:44.422Z] Loaded image: buildpack-deps:buster
19:56:44 [2021-02-01T19:56:44.714Z] Loaded image: busybox:latest
19:56:44 [2021-02-01T19:56:44.714Z] Loaded image: busybox:glibc
19:56:45 [2021-02-01T19:56:45.903Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
19:56:45 [2021-02-01T19:56:45.903Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
19:56:46 [2021-02-01T19:56:46.219Z] Loaded image: debian:bullseye
19:56:46 [2021-02-01T19:56:46.470Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
19:56:46 [2021-02-01T19:56:46.509Z] Loaded image: hello-world:latest
19:56:46 [2021-02-01T19:56:46.805Z] Loaded image: arm32v7/hello-world:latest
19:56:47 [2021-02-01T19:56:47.847Z] === RUN   TestDockerSuite/TestBuildEnv
19:56:48 [2021-02-01T19:56:48.782Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
19:56:49 [2021-02-01T19:56:49.718Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
19:56:50 [2021-02-01T19:56:50.577Z]  ---> e1d69e274cde
19:56:50 [2021-02-01T19:56:50.653Z] === RUN   TestDockerSuite/TestBuildEnvUsage
19:56:51 [2021-02-01T19:56:51.552Z] Successfully built e1d69e274cde
19:56:51 [2021-02-01T19:56:51.552Z] Successfully tagged docker:latest
19:56:51 [2021-02-01T19:56:51.552Z] INFO: Image build ended at 02/01/2021 19:56:51. Duration:00:02:39.1218222
19:56:51 [2021-02-01T19:56:51.552Z] 
19:56:51 [2021-02-01T19:56:51.552Z] 
19:56:51 [2021-02-01T19:56:51.552Z] INFO: Building the test binaries at 02/01/2021 19:56:51...
19:56:52 [2021-02-01T19:56:52.029Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
19:56:53 [2021-02-01T19:56:53.687Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (19.43s)
19:56:53 [2021-02-01T19:56:53.687Z] PASS
19:56:53 [2021-02-01T19:56:53.687Z] 
19:56:53 [2021-02-01T19:56:53.687Z] === Skipped
19:56:53 [2021-02-01T19:56:53.687Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s)
19:56:53 [2021-02-01T19:56:53.687Z]     build_session_test.go:25: TODO: BuildKit
19:56:53 [2021-02-01T19:56:53.687Z] 
19:56:53 [2021-02-01T19:56:53.687Z] === SKIP: s390x.integration.build TestBuildWCOWSandboxSize (0.00s)
19:56:53 [2021-02-01T19:56:53.687Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:56:53 [2021-02-01T19:56:53.687Z] 
19:56:53 [2021-02-01T19:56:53.687Z] 
19:56:53 [2021-02-01T19:56:53.687Z] DONE 34 tests, 2 skipped in 107.216s
19:56:53 [2021-02-01T19:56:53.687Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m 
19:56:53 [2021-02-01T19:56:53.687Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m
19:56:53 [2021-02-01T19:56:53.687Z] ++ set -e
19:56:53 [2021-02-01T19:56:53.687Z] ++ '[' -n 0 ']'
19:56:53 [2021-02-01T19:56:53.687Z] ++ set -x
19:56:53 [2021-02-01T19:56:53.688Z] ++ 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=s390x 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/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m
19:56:53 [2021-02-01T19:56:53.688Z] INFO: Testing against a local daemon
19:56:53 [2021-02-01T19:56:53.688Z] === RUN   TestConfigInspect
19:56:55 [2021-02-01T19:56:55.335Z] INFO: make.ps1 starting at 02/01/2021 19:56:54
19:56:55 [2021-02-01T19:56:55.335Z] INFO: Git commit (7f83ec5c45) assumed from DOCKER_GITCOMMIT environment variable
19:56:55 [2021-02-01T19:56:55.335Z] INFO: Invoking autogen...
19:56:55 [2021-02-01T19:56:55.797Z] INFO: Building daemon...
19:56:56 [2021-02-01T19:56:56.218Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
19:56:57 [2021-02-01T19:56:57.169Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
19:56:57 [2021-02-01T19:56:57.169Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
19:56:58 [2021-02-01T19:56:58.133Z] --- PASS: TestConfigInspect (4.22s)
19:56:58 [2021-02-01T19:56:58.133Z] === RUN   TestConfigList
19:56:59 [2021-02-01T19:56:59.504Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
19:57:01 [2021-02-01T19:57:01.408Z] === RUN   TestDockerDaemonSuite/TestShmSize
19:57:02 [2021-02-01T19:57:02.576Z] --- PASS: TestConfigList (4.02s)
19:57:02 [2021-02-01T19:57:02.576Z] === RUN   TestConfigsCreateAndDelete
19:57:02 [2021-02-01T19:57:02.784Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
19:57:04 [2021-02-01T19:57:04.686Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
19:57:04 [2021-02-01T19:57:04.945Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
19:57:06 [2021-02-01T19:57:06.086Z] --- PASS: TestConfigsCreateAndDelete (3.82s)
19:57:06 [2021-02-01T19:57:06.086Z] === RUN   TestConfigsUpdate
19:57:09 [2021-02-01T19:57:09.133Z] --- PASS: TestDockerDaemonSuite (298.32s)
19:57:09 [2021-02-01T19:57:09.133Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (11.65s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.19s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.40s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (1.73s)
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_test.go:1455: [d16f1e9a3e1cf] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [dc73fdddc12e9] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.03s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.49s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [d74fbc744d5ff] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.19s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.62s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.21s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (2.98s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (2.90s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.31s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.26s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.03s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [d671cb4016c41] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [de0f7225870f9] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.11s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [dac118aa8d29c] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.27s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.44s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.24s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.16s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.55s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.59s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [d815dbb36302c] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.47s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.67s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.83s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s)
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [d8c2f3bb3a228] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.21s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.02s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.29s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.80s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [d5fcca38f630d] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.41s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [da418a4f49d1c] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (2.92s)
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_plugins_test.go:79: [d916d29e531ad] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (2.92s)
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_plugins_test.go:169: [dc4cd9abe2722] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.55s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [de61693cfdfa1] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.32s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.63s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.28s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.58s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.61s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.26s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.86s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (3.93s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [df6d0d65511d2] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.12s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (10.12s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.16s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.11s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.37s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.65s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.74s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [d608834bada71] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.30s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.81s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.00s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.46s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.56s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.03s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.52s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [d32908e0efbee] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [dacb99701906b] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.89s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [dc03a30f4c81a] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.99s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.66s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.64s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (1.86s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (2.90s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.31s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.04s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (1.99s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [d4769836fb2c0] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.87s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (2.88s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.35s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [dafec525f391f] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (3.58s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.12s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.55s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.11s)
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from config
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from config
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [db6a8ee34ce67] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.04s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [dfcfec6c2ee3c] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.56s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.48s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.56s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.52s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [d29515177d9b2] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.02s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.41s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.42s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.02s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [d074b734c744d] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (3.67s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (2.66s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.09s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (1.80s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [d236a83b8b3f7] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.54s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.54s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.53s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.33s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [dda5eee795cc6] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.21s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.22s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (2.87s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (0.97s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.21s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (2.73s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (2.57s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (3.52s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.40s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (0.89s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (0.88s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.48s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (6.31s)
19:57:09 [2021-02-01T19:57:09.134Z]         docker_cli_daemon_test.go:2550: [d575a48b001f7] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (7.37s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.05s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.34s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.10s)
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.06s)
19:57:09 [2021-02-01T19:57:09.134Z]         check_test.go:309: [d06a2cab63b75] daemon is not started
19:57:09 [2021-02-01T19:57:09.134Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (3.51s)
19:57:09 [2021-02-01T19:57:09.134Z] === RUN   TestDockerSwarmSuite
19:57:09 [2021-02-01T19:57:09.134Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
19:57:09 [2021-02-01T19:57:09.630Z] --- PASS: TestConfigsUpdate (3.55s)
19:57:09 [2021-02-01T19:57:09.630Z] === RUN   TestTemplatedConfig
19:57:11 [2021-02-01T19:57:11.665Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
19:57:11 [2021-02-01T19:57:11.665Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
19:57:12 [2021-02-01T19:57:12.601Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
19:57:13 [2021-02-01T19:57:13.141Z] --- PASS: TestTemplatedConfig (3.85s)
19:57:13 [2021-02-01T19:57:13.141Z] === RUN   TestConfigCreateResolve
19:57:14 [2021-02-01T19:57:14.504Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
19:57:17 [2021-02-01T19:57:17.595Z] --- PASS: TestConfigCreateResolve (3.97s)
19:57:17 [2021-02-01T19:57:17.595Z] === RUN   TestConfigDaemonLibtrustID
19:57:17 [2021-02-01T19:57:17.595Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
19:57:17 [2021-02-01T19:57:17.595Z] PASS
19:57:17 [2021-02-01T19:57:17.595Z] 
19:57:17 [2021-02-01T19:57:17.595Z] DONE 7 tests in 24.048s
19:57:17 [2021-02-01T19:57:17.595Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m 
19:57:17 [2021-02-01T19:57:17.595Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m
19:57:17 [2021-02-01T19:57:17.595Z] ++ set -e
19:57:17 [2021-02-01T19:57:17.595Z] ++ '[' -n 0 ']'
19:57:17 [2021-02-01T19:57:17.595Z] ++ set -x
19:57:17 [2021-02-01T19:57:17.595Z] ++ 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=s390x 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/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m
19:57:17 [2021-02-01T19:57:17.595Z] INFO: Testing against a local daemon
19:57:17 [2021-02-01T19:57:17.595Z] === RUN   TestCheckpoint
19:57:17 [2021-02-01T19:57:17.595Z] --- SKIP: TestCheckpoint (0.00s)
19:57:17 [2021-02-01T19:57:17.595Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:57:17 [2021-02-01T19:57:17.595Z] === RUN   TestContainerInvalidJSON
19:57:17 [2021-02-01T19:57:17.595Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
19:57:17 [2021-02-01T19:57:17.595Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
19:57:17 [2021-02-01T19:57:17.595Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
19:57:17 [2021-02-01T19:57:17.595Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
19:57:17 [2021-02-01T19:57:17.595Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
19:57:17 [2021-02-01T19:57:17.595Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
19:57:17 [2021-02-01T19:57:17.595Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
19:57:17 [2021-02-01T19:57:17.595Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
19:57:17 [2021-02-01T19:57:17.595Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
19:57:17 [2021-02-01T19:57:17.595Z] --- PASS: TestContainerInvalidJSON (0.01s)
19:57:17 [2021-02-01T19:57:17.595Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
19:57:17 [2021-02-01T19:57:17.595Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
19:57:17 [2021-02-01T19:57:17.595Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
19:57:17 [2021-02-01T19:57:17.595Z] === RUN   TestCopyFromContainerPathDoesNotExist
19:57:17 [2021-02-01T19:57:17.885Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s)
19:57:17 [2021-02-01T19:57:17.885Z] === RUN   TestCopyFromContainerPathIsNotDir
19:57:17 [2021-02-01T19:57:17.885Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s)
19:57:17 [2021-02-01T19:57:17.885Z] === RUN   TestCopyToContainerPathDoesNotExist
19:57:18 [2021-02-01T19:57:18.175Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s)
19:57:18 [2021-02-01T19:57:18.175Z] === RUN   TestCopyToContainerPathIsNotDir
19:57:18 [2021-02-01T19:57:18.175Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s)
19:57:18 [2021-02-01T19:57:18.175Z] === RUN   TestCopyFromContainer
19:57:18 [2021-02-01T19:57:18.203Z] ..........................xx....................                         [ 29%]
19:57:19 [2021-02-01T19:57:19.698Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
19:57:19 [2021-02-01T19:57:19.771Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
19:57:19 [2021-02-01T19:57:19.771Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
19:57:20 [2021-02-01T19:57:20.339Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
19:57:20 [2021-02-01T19:57:20.598Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
19:57:20 [2021-02-01T19:57:20.900Z] === RUN   TestCopyFromContainer//
19:57:20 [2021-02-01T19:57:20.900Z] === RUN   TestCopyFromContainer//bar/root
19:57:20 [2021-02-01T19:57:20.900Z] === RUN   TestCopyFromContainer//bar/root/
19:57:21 [2021-02-01T19:57:21.165Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
19:57:21 [2021-02-01T19:57:21.190Z] === RUN   TestCopyFromContainer/bar/quux
19:57:21 [2021-02-01T19:57:21.191Z] === RUN   TestCopyFromContainer/bar/quux/
19:57:21 [2021-02-01T19:57:21.371Z] --- PASS: TestBuildWithHugeFile (41.26s)
19:57:21 [2021-02-01T19:57:21.371Z] === RUN   TestBuildWCOWSandboxSize
19:57:21 [2021-02-01T19:57:21.371Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
19:57:21 [2021-02-01T19:57:21.371Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:57:21 [2021-02-01T19:57:21.371Z] === RUN   TestBuildWithEmptyDockerfile
19:57:21 [2021-02-01T19:57:21.371Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
19:57:21 [2021-02-01T19:57:21.371Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
19:57:21 [2021-02-01T19:57:21.371Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:57:21 [2021-02-01T19:57:21.371Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:57:21 [2021-02-01T19:57:21.371Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:57:21 [2021-02-01T19:57:21.371Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:57:21 [2021-02-01T19:57:21.371Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
19:57:21 [2021-02-01T19:57:21.371Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:57:21 [2021-02-01T19:57:21.371Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:57:21 [2021-02-01T19:57:21.371Z] --- PASS: TestBuildWithEmptyDockerfile (0.20s)
19:57:21 [2021-02-01T19:57:21.371Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s)
19:57:21 [2021-02-01T19:57:21.371Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.25s)
19:57:21 [2021-02-01T19:57:21.371Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s)
19:57:21 [2021-02-01T19:57:21.371Z] === RUN   TestBuildPreserveOwnership
19:57:21 [2021-02-01T19:57:21.371Z] === RUN   TestBuildPreserveOwnership/copy_from
19:57:21 [2021-02-01T19:57:21.371Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
19:57:21 [2021-02-01T19:57:21.481Z] === RUN   TestCopyFromContainer/bar/quux/baz
19:57:21 [2021-02-01T19:57:21.481Z] === RUN   TestCopyFromContainer/bar/filesymlink
19:57:21 [2021-02-01T19:57:21.481Z] === RUN   TestCopyFromContainer/bar/dirsymlink
19:57:21 [2021-02-01T19:57:21.771Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
19:57:21 [2021-02-01T19:57:21.771Z] === RUN   TestCopyFromContainer/bar/notarget
19:57:22 [2021-02-01T19:57:22.062Z] --- PASS: TestCopyFromContainer (3.73s)
19:57:22 [2021-02-01T19:57:22.062Z]     --- PASS: TestCopyFromContainer// (0.09s)
19:57:22 [2021-02-01T19:57:22.062Z]     --- PASS: TestCopyFromContainer//bar/root (0.15s)
19:57:22 [2021-02-01T19:57:22.062Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
19:57:22 [2021-02-01T19:57:22.062Z]     --- PASS: TestCopyFromContainer/bar/quux (0.18s)
19:57:22 [2021-02-01T19:57:22.062Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.13s)
19:57:22 [2021-02-01T19:57:22.062Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s)
19:57:22 [2021-02-01T19:57:22.062Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.13s)
19:57:22 [2021-02-01T19:57:22.062Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s)
19:57:22 [2021-02-01T19:57:22.062Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s)
19:57:22 [2021-02-01T19:57:22.062Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.14s)
19:57:22 [2021-02-01T19:57:22.062Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
19:57:22 [2021-02-01T19:57:22.062Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:57:22 [2021-02-01T19:57:22.062Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:57:22 [2021-02-01T19:57:22.062Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:57:22 [2021-02-01T19:57:22.062Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:57:22 [2021-02-01T19:57:22.062Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
19:57:22 [2021-02-01T19:57:22.062Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
19:57:22 [2021-02-01T19:57:22.062Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:57:22 [2021-02-01T19:57:22.062Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
19:57:22 [2021-02-01T19:57:22.062Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:57:22 [2021-02-01T19:57:22.062Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
19:57:22 [2021-02-01T19:57:22.062Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
19:57:22 [2021-02-01T19:57:22.062Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
19:57:22 [2021-02-01T19:57:22.062Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
19:57:22 [2021-02-01T19:57:22.062Z] === RUN   TestCreateLinkToNonExistingContainer
19:57:22 [2021-02-01T19:57:22.062Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s)
19:57:22 [2021-02-01T19:57:22.062Z] === RUN   TestCreateWithInvalidEnv
19:57:22 [2021-02-01T19:57:22.062Z] === RUN   TestCreateWithInvalidEnv/0
19:57:22 [2021-02-01T19:57:22.062Z] === PAUSE TestCreateWithInvalidEnv/0
19:57:22 [2021-02-01T19:57:22.062Z] === RUN   TestCreateWithInvalidEnv/1
19:57:22 [2021-02-01T19:57:22.062Z] === PAUSE TestCreateWithInvalidEnv/1
19:57:22 [2021-02-01T19:57:22.062Z] === RUN   TestCreateWithInvalidEnv/2
19:57:22 [2021-02-01T19:57:22.062Z] === PAUSE TestCreateWithInvalidEnv/2
19:57:22 [2021-02-01T19:57:22.062Z] === CONT  TestCreateWithInvalidEnv/0
19:57:22 [2021-02-01T19:57:22.062Z] === CONT  TestCreateWithInvalidEnv/2
19:57:22 [2021-02-01T19:57:22.062Z] === CONT  TestCreateWithInvalidEnv/1
19:57:22 [2021-02-01T19:57:22.062Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
19:57:22 [2021-02-01T19:57:22.062Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
19:57:22 [2021-02-01T19:57:22.062Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
19:57:22 [2021-02-01T19:57:22.062Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
19:57:22 [2021-02-01T19:57:22.062Z] === RUN   TestCreateTmpfsMountsTarget
19:57:22 [2021-02-01T19:57:22.062Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
19:57:22 [2021-02-01T19:57:22.062Z] === RUN   TestCreateWithCustomMaskedPaths
19:57:22 [2021-02-01T19:57:22.100Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
19:57:22 [2021-02-01T19:57:22.100Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
19:57:22 [2021-02-01T19:57:22.100Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
19:57:22 [2021-02-01T19:57:22.315Z] --- PASS: TestBuildPreserveOwnership (6.08s)
19:57:22 [2021-02-01T19:57:22.315Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.93s)
19:57:22 [2021-02-01T19:57:22.315Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.12s)
19:57:22 [2021-02-01T19:57:22.315Z] === RUN   TestBuildPlatformInvalid
19:57:22 [2021-02-01T19:57:22.315Z] --- PASS: TestBuildPlatformInvalid (0.18s)
19:57:22 [2021-02-01T19:57:22.315Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
19:57:24 [2021-02-01T19:57:24.786Z] --- PASS: TestCreateWithCustomMaskedPaths (2.61s)
19:57:24 [2021-02-01T19:57:24.786Z] === RUN   TestCreateWithCustomReadonlyPaths
19:57:27 [2021-02-01T19:57:27.582Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.69s)
19:57:27 [2021-02-01T19:57:27.582Z] === RUN   TestCreateWithInvalidHealthcheckParams
19:57:27 [2021-02-01T19:57:27.582Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:57:27 [2021-02-01T19:57:27.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:57:27 [2021-02-01T19:57:27.582Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:57:27 [2021-02-01T19:57:27.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:57:27 [2021-02-01T19:57:27.582Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:57:27 [2021-02-01T19:57:27.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:57:27 [2021-02-01T19:57:27.582Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:57:27 [2021-02-01T19:57:27.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:57:27 [2021-02-01T19:57:27.582Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:57:27 [2021-02-01T19:57:27.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:57:27 [2021-02-01T19:57:27.582Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:57:27 [2021-02-01T19:57:27.582Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:57:27 [2021-02-01T19:57:27.582Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:57:27 [2021-02-01T19:57:27.582Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:57:27 [2021-02-01T19:57:27.582Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:57:27 [2021-02-01T19:57:27.582Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
19:57:27 [2021-02-01T19:57:27.582Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
19:57:27 [2021-02-01T19:57:27.582Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
19:57:27 [2021-02-01T19:57:27.582Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
19:57:27 [2021-02-01T19:57:27.582Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
19:57:27 [2021-02-01T19:57:27.582Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
19:57:27 [2021-02-01T19:57:27.582Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
19:57:28 [2021-02-01T19:57:28.220Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.87s)
19:57:28 [2021-02-01T19:57:28.220Z] === RUN   TestCreateDifferentPlatform
19:57:28 [2021-02-01T19:57:28.220Z] === RUN   TestCreateDifferentPlatform/different_os
19:57:28 [2021-02-01T19:57:28.220Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
19:57:28 [2021-02-01T19:57:28.226Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
19:57:28 [2021-02-01T19:57:28.510Z] --- PASS: TestCreateDifferentPlatform (0.03s)
19:57:28 [2021-02-01T19:57:28.510Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
19:57:28 [2021-02-01T19:57:28.510Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s)
19:57:28 [2021-02-01T19:57:28.510Z] === RUN   TestCreateVolumesFromNonExistingContainer
19:57:28 [2021-02-01T19:57:28.510Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s)
19:57:28 [2021-02-01T19:57:28.510Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
19:57:28 [2021-02-01T19:57:28.510Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s)
19:57:28 [2021-02-01T19:57:28.510Z] === RUN   TestContainerStartOnDaemonRestart
19:57:28 [2021-02-01T19:57:28.510Z] === PAUSE TestContainerStartOnDaemonRestart
19:57:28 [2021-02-01T19:57:28.510Z] === RUN   TestDaemonRestartIpcMode
19:57:28 [2021-02-01T19:57:28.510Z] === PAUSE TestDaemonRestartIpcMode
19:57:28 [2021-02-01T19:57:28.510Z] === RUN   TestDaemonHostGatewayIP
19:57:28 [2021-02-01T19:57:28.510Z] === PAUSE TestDaemonHostGatewayIP
19:57:28 [2021-02-01T19:57:28.510Z] === RUN   TestRestartDaemonWithRestartingContainer
19:57:28 [2021-02-01T19:57:28.510Z] === PAUSE TestRestartDaemonWithRestartingContainer
19:57:28 [2021-02-01T19:57:28.510Z] === RUN   TestContainerKillOnDaemonStart
19:57:28 [2021-02-01T19:57:28.510Z] === PAUSE TestContainerKillOnDaemonStart
19:57:28 [2021-02-01T19:57:28.510Z] === RUN   TestDiff
19:57:29 [2021-02-01T19:57:29.265Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
19:57:29 [2021-02-01T19:57:29.541Z] --- PASS: TestDiff (0.96s)
19:57:29 [2021-02-01T19:57:29.541Z] === RUN   TestExecWithCloseStdin
19:57:30 [2021-02-01T19:57:30.214Z] === RUN   TestDockerSuite/TestBuildExpose
19:57:30 [2021-02-01T19:57:30.214Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
19:57:30 [2021-02-01T19:57:30.214Z] === RUN   TestDockerSuite/TestBuildExposeOrder
19:57:30 [2021-02-01T19:57:30.578Z] --- PASS: TestExecWithCloseStdin (0.97s)
19:57:30 [2021-02-01T19:57:30.578Z] === RUN   TestExec
19:57:30 [2021-02-01T19:57:30.780Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
19:57:30 [2021-02-01T19:57:30.781Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
19:57:30 [2021-02-01T19:57:30.781Z] === RUN   TestDockerSuite/TestBuildFails
19:57:31 [2021-02-01T19:57:31.672Z] --- PASS: TestExec (0.98s)
19:57:31 [2021-02-01T19:57:31.672Z] === RUN   TestExecUser
19:57:31 [2021-02-01T19:57:31.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
19:57:32 [2021-02-01T19:57:32.122Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
19:57:32 [2021-02-01T19:57:32.156Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
19:57:32 [2021-02-01T19:57:32.156Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
19:57:32 [2021-02-01T19:57:32.156Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
19:57:32 [2021-02-01T19:57:32.340Z] --- PASS: TestExecUser (1.02s)
19:57:32 [2021-02-01T19:57:32.340Z] === RUN   TestExportContainerAndImportImage
19:57:32 [2021-02-01T19:57:32.723Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
19:57:33 [2021-02-01T19:57:33.658Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
19:57:33 [2021-02-01T19:57:33.861Z] --- PASS: TestExportContainerAndImportImage (1.26s)
19:57:33 [2021-02-01T19:57:33.861Z] === RUN   TestExportContainerAfterDaemonRestart
19:57:34 [2021-02-01T19:57:34.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
19:57:35 [2021-02-01T19:57:35.420Z] tests/integration/api_exec_test.py .....................                 [ 34%]
19:57:35 [2021-02-01T19:57:35.498Z] --- PASS: TestExportContainerAfterDaemonRestart (1.69s)
19:57:35 [2021-02-01T19:57:35.498Z] === RUN   TestHealthCheckWorkdir
19:57:35 [2021-02-01T19:57:35.563Z] === RUN   TestDockerSuite/TestBuildForceRm
19:57:36 [2021-02-01T19:57:36.498Z] === RUN   TestDockerSuite/TestBuildFromGit
19:57:36 [2021-02-01T19:57:36.530Z] --- PASS: TestHealthCheckWorkdir (1.21s)
19:57:36 [2021-02-01T19:57:36.530Z] === RUN   TestHealthKillContainer
19:57:37 [2021-02-01T19:57:37.240Z] Loaded image: buildpack-deps:buster
19:57:37 [2021-02-01T19:57:37.240Z] Loaded image: busybox:latest
19:57:37 [2021-02-01T19:57:37.240Z] Loaded image: busybox:glibc
19:57:37 [2021-02-01T19:57:37.240Z] Loaded image: debian:bullseye
19:57:37 [2021-02-01T19:57:37.501Z] Loaded image: hello-world:latest
19:57:37 [2021-02-01T19:57:37.743Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
19:57:37 [2021-02-01T19:57:37.763Z] Loaded image: arm32v7/hello-world:latest
19:57:37 [2021-02-01T19:57:37.875Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
19:57:37 [2021-02-01T19:57:37.875Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
19:57:38 [2021-02-01T19:57:38.810Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
19:57:39 [2021-02-01T19:57:39.256Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
19:57:40 [2021-02-01T19:57:40.146Z] --- PASS: TestHealthKillContainer (2.99s)
19:57:40 [2021-02-01T19:57:40.147Z] === RUN   TestInspectCpusetInConfigPre120
19:57:40 [2021-02-01T19:57:40.187Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
19:57:40 [2021-02-01T19:57:40.446Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
19:57:40 [2021-02-01T19:57:40.469Z] --- PASS: TestInspectCpusetInConfigPre120 (0.93s)
19:57:40 [2021-02-01T19:57:40.469Z] === RUN   TestIpcModeNone
19:57:40 [2021-02-01T19:57:40.704Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
19:57:40 [2021-02-01T19:57:40.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
19:57:41 [2021-02-01T19:57:41.410Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
19:57:41 [2021-02-01T19:57:41.569Z] --- PASS: TestIpcModeNone (1.05s)
19:57:41 [2021-02-01T19:57:41.569Z] === RUN   TestIpcModePrivate
19:57:42 [2021-02-01T19:57:42.080Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
19:57:42 [2021-02-01T19:57:42.674Z] --- PASS: TestIpcModePrivate (1.03s)
19:57:42 [2021-02-01T19:57:42.674Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false
19:57:42 [2021-02-01T19:57:42.674Z] === RUN   TestIpcModeShareable
19:57:42 [2021-02-01T19:57:42.931Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
19:57:43 [2021-02-01T19:57:43.426Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
19:57:43 [2021-02-01T19:57:43.777Z] --- PASS: TestIpcModeShareable (1.07s)
19:57:43 [2021-02-01T19:57:43.777Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true
19:57:43 [2021-02-01T19:57:43.777Z] === RUN   TestAPIIpcModeShareableAndContainer
19:57:43 [2021-02-01T19:57:43.982Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
19:57:44 [2021-02-01T19:57:44.455Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
19:57:44 [2021-02-01T19:57:44.919Z] === RUN   TestDockerSuite/TestBuildHistory
19:57:46 [2021-02-01T19:57:46.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
19:57:46 [2021-02-01T19:57:46.670Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.10s)
19:57:46 [2021-02-01T19:57:46.670Z] === RUN   TestAPIIpcModeHost
19:57:46 [2021-02-01T19:57:46.695Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
19:57:47 [2021-02-01T19:57:47.586Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
19:57:47 [2021-02-01T19:57:47.701Z] --- PASS: TestAPIIpcModeHost (0.71s)
19:57:47 [2021-02-01T19:57:47.701Z] === RUN   TestDaemonIpcModeShareable
19:57:47 [2021-02-01T19:57:47.784Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.29s)
19:57:47 [2021-02-01T19:57:47.784Z] PASS
19:57:47 [2021-02-01T19:57:47.784Z] 
19:57:47 [2021-02-01T19:57:47.784Z] === Skipped
19:57:47 [2021-02-01T19:57:47.784Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
19:57:47 [2021-02-01T19:57:47.784Z]     build_session_test.go:25: TODO: BuildKit
19:57:47 [2021-02-01T19:57:47.784Z] 
19:57:47 [2021-02-01T19:57:47.784Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s)
19:57:47 [2021-02-01T19:57:47.784Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:57:47 [2021-02-01T19:57:47.784Z] 
19:57:47 [2021-02-01T19:57:47.784Z] 
19:57:47 [2021-02-01T19:57:47.784Z] DONE 34 tests, 2 skipped in 118.061s
19:57:47 [2021-02-01T19:57:47.784Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
19:57:47 [2021-02-01T19:57:47.784Z] ++ 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
19:57:47 [2021-02-01T19:57:47.784Z] ++ set -e
19:57:47 [2021-02-01T19:57:47.784Z] ++ '[' -n 0 ']'
19:57:47 [2021-02-01T19:57:47.784Z] ++ set -x
19:57:47 [2021-02-01T19:57:47.784Z] ++ 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
19:57:47 [2021-02-01T19:57:47.784Z] INFO: Testing against a local daemon
19:57:47 [2021-02-01T19:57:47.784Z] === RUN   TestConfigInspect
19:57:48 [2021-02-01T19:57:48.204Z] === RUN   TestDockerSuite/TestBuildIidFile
19:57:48 [2021-02-01T19:57:48.204Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
19:57:48 [2021-02-01T19:57:48.631Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
19:57:48 [2021-02-01T19:57:48.771Z] === RUN   TestDockerSuite/TestBuildInheritance
19:57:49 [2021-02-01T19:57:49.029Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
19:57:49 [2021-02-01T19:57:49.288Z] === RUN   TestDockerSuite/TestBuildInvalidTag
19:57:49 [2021-02-01T19:57:49.546Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
19:57:49 [2021-02-01T19:57:49.858Z] --- PASS: TestDaemonIpcModeShareable (1.99s)
19:57:49 [2021-02-01T19:57:49.858Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
19:57:49 [2021-02-01T19:57:49.858Z] === RUN   TestDaemonIpcModePrivate
19:57:50 [2021-02-01T19:57:50.113Z] === RUN   TestDockerSuite/TestBuildLabel
19:57:50 [2021-02-01T19:57:50.145Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:57:50 [2021-02-01T19:57:50.145Z] Using test binary docker
19:57:50 [2021-02-01T19:57:50.145Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
19:57:50 [2021-02-01T19:57:50.145Z] +++ /etc/init.d/apparmor start
19:57:50 [2021-02-01T19:57:50.145Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:57:50 [2021-02-01T19:57:50.145Z] INFO: Waiting for daemon to start...
19:57:50 [2021-02-01T19:57:50.145Z] Starting dockerd
19:57:50 [2021-02-01T19:57:50.145Z] +++ 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
19:57:50 [2021-02-01T19:57:50.331Z] --- PASS: TestConfigInspect (3.51s)
19:57:50 [2021-02-01T19:57:50.331Z] === RUN   TestConfigList
19:57:50 [2021-02-01T19:57:50.371Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
19:57:50 [2021-02-01T19:57:50.630Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
19:57:50 [2021-02-01T19:57:50.889Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
19:57:51 [2021-02-01T19:57:51.147Z] === RUN   TestDockerSuite/TestBuildLabels
19:57:51 [2021-02-01T19:57:51.455Z] --- PASS: TestDaemonIpcModePrivate (1.93s)
19:57:51 [2021-02-01T19:57:51.455Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
19:57:51 [2021-02-01T19:57:51.455Z] === RUN   TestDaemonIpcModePrivateFromConfig
19:57:51 [2021-02-01T19:57:51.714Z] === RUN   TestDockerSuite/TestBuildLabelsCache
19:57:52 [2021-02-01T19:57:52.209Z] .
19:57:52 [2021-02-01T19:57:52.209Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:57:52 [2021-02-01T19:57:52.209Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:57:52 [2021-02-01T19:57:52.209Z] Error: No such image: emptyfs
19:57:52 [2021-02-01T19:57:52.209Z] ++++ tar -cC bundles/test-integration/emptyfs .
19:57:52 [2021-02-01T19:57:52.209Z] ++++ docker load
19:57:52 [2021-02-01T19:57:52.281Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
19:57:52 [2021-02-01T19:57:52.502Z] Running integration-test (iteration 1)
19:57:52 [2021-02-01T19:57:52.502Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m 
19:57:52 [2021-02-01T19:57:52.502Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m
19:57:52 [2021-02-01T19:57:52.502Z] ++ set -e
19:57:52 [2021-02-01T19:57:52.502Z] ++ '[' -n 0 ']'
19:57:52 [2021-02-01T19:57:52.502Z] ++ set -x
19:57:52 [2021-02-01T19:57:52.502Z] ++ 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=ppc64le 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/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m
19:57:53 [2021-02-01T19:57:53.635Z] --- PASS: TestConfigList (3.24s)
19:57:53 [2021-02-01T19:57:53.635Z] === RUN   TestConfigsCreateAndDelete
19:57:53 [2021-02-01T19:57:53.647Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.86s)
19:57:53 [2021-02-01T19:57:53.647Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
19:57:53 [2021-02-01T19:57:53.647Z] === RUN   TestDaemonIpcModeShareableFromConfig
19:57:54 [2021-02-01T19:57:54.184Z] === RUN   TestDockerSuite/TestBuildLastModified
19:57:54 [2021-02-01T19:57:54.751Z] --- PASS: TestImportExtremelyLargeImageWorks (104.72s)
19:57:54 [2021-02-01T19:57:54.751Z] PASS
19:57:54 [2021-02-01T19:57:54.751Z] 
19:57:54 [2021-02-01T19:57:54.751Z] DONE 12 tests in 107.547s
19:57:54 [2021-02-01T19:57:54.751Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
19:57:54 [2021-02-01T19:57:54.751Z] ++ 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
19:57:54 [2021-02-01T19:57:54.751Z] ++ set -e
19:57:54 [2021-02-01T19:57:54.751Z] ++ '[' -n 0 ']'
19:57:54 [2021-02-01T19:57:54.751Z] ++ set -x
19:57:54 [2021-02-01T19:57:54.751Z] ++ 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
19:57:54 [2021-02-01T19:57:54.751Z] INFO: Testing against a local daemon
19:57:54 [2021-02-01T19:57:54.751Z] === RUN   TestNetworkCreateDelete
19:57:55 [2021-02-01T19:57:55.010Z] --- PASS: TestNetworkCreateDelete (0.20s)
19:57:55 [2021-02-01T19:57:55.010Z] === RUN   TestDockerNetworkDeletePreferID
19:57:55 [2021-02-01T19:57:55.222Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.90s)
19:57:55 [2021-02-01T19:57:55.222Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
19:57:55 [2021-02-01T19:57:55.222Z] === RUN   TestIpcModeOlderClient
19:57:55 [2021-02-01T19:57:55.222Z] === PAUSE TestIpcModeOlderClient
19:57:55 [2021-02-01T19:57:55.222Z] === RUN   TestKillContainerInvalidSignal
19:57:55 [2021-02-01T19:57:55.576Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s)
19:57:55 [2021-02-01T19:57:55.576Z] === RUN   TestDaemonDNSFallback
19:57:56 [2021-02-01T19:57:56.295Z] --- PASS: TestKillContainerInvalidSignal (0.90s)
19:57:56 [2021-02-01T19:57:56.295Z] === RUN   TestKillContainer
19:57:56 [2021-02-01T19:57:56.295Z] === RUN   TestKillContainer/no_signal
19:57:56 [2021-02-01T19:57:56.941Z] --- PASS: TestConfigsCreateAndDelete (3.26s)
19:57:56 [2021-02-01T19:57:56.941Z] === RUN   TestConfigsUpdate
19:57:56 [2021-02-01T19:57:56.942Z] === RUN   TestKillContainer/non_killing_signal
19:57:57 [2021-02-01T19:57:57.581Z] === RUN   TestKillContainer/killing_signal
19:57:58 [2021-02-01T19:57:58.859Z] === RUN   TestDockerSuite/TestBuildLineBreak
19:57:58 [2021-02-01T19:57:58.859Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
19:57:58 [2021-02-01T19:57:58.859Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
19:57:59 [2021-02-01T19:57:59.086Z] --- PASS: TestKillContainer (2.79s)
19:57:59 [2021-02-01T19:57:59.086Z]     --- PASS: TestKillContainer/no_signal (0.91s)
19:57:59 [2021-02-01T19:57:59.086Z]     --- PASS: TestKillContainer/non_killing_signal (0.56s)
19:57:59 [2021-02-01T19:57:59.086Z]     --- PASS: TestKillContainer/killing_signal (0.94s)
19:57:59 [2021-02-01T19:57:59.086Z] === RUN   TestKillWithStopSignalAndRestartPolicies
19:57:59 [2021-02-01T19:57:59.086Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
19:57:59 [2021-02-01T19:57:59.717Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
19:58:00 [2021-02-01T19:58:00.246Z] --- PASS: TestConfigsUpdate (3.26s)
19:58:00 [2021-02-01T19:58:00.246Z] === RUN   TestTemplatedConfig
19:58:00 [2021-02-01T19:58:00.749Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.81s)
19:58:00 [2021-02-01T19:58:00.749Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.90s)
19:58:00 [2021-02-01T19:58:00.749Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s)
19:58:00 [2021-02-01T19:58:00.749Z] === RUN   TestKillStoppedContainer
19:58:00 [2021-02-01T19:58:00.749Z] --- PASS: TestKillStoppedContainer (0.09s)
19:58:00 [2021-02-01T19:58:00.749Z] === RUN   TestKillStoppedContainerAPIPre120
19:58:00 [2021-02-01T19:58:00.749Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s)
19:58:00 [2021-02-01T19:58:00.749Z] === RUN   TestKillDifferentUserContainer
19:58:01 [2021-02-01T19:58:01.390Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
19:58:01 [2021-02-01T19:58:01.390Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
19:58:01 [2021-02-01T19:58:01.390Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
19:58:01 [2021-02-01T19:58:01.390Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
19:58:01 [2021-02-01T19:58:01.390Z] === RUN   TestDockerSuite/TestBuildMaintainer
19:58:01 [2021-02-01T19:58:01.390Z] === RUN   TestDockerSuite/TestBuildMissingArgs
19:58:01 [2021-02-01T19:58:01.782Z] --- PASS: TestKillDifferentUserContainer (1.01s)
19:58:01 [2021-02-01T19:58:01.782Z] === RUN   TestInspectOomKilledTrue
19:58:01 [2021-02-01T19:58:01.782Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
19:58:01 [2021-02-01T19:58:01.782Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:58:01 [2021-02-01T19:58:01.782Z] === RUN   TestInspectOomKilledFalse
19:58:01 [2021-02-01T19:58:01.782Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
19:58:01 [2021-02-01T19:58:01.782Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:58:01 [2021-02-01T19:58:01.782Z] === RUN   TestLinksEtcHostsContentMatch
19:58:01 [2021-02-01T19:58:01.957Z] --- PASS: TestDaemonDNSFallback (6.43s)
19:58:01 [2021-02-01T19:58:01.957Z] === RUN   TestInspectNetwork
19:58:02 [2021-02-01T19:58:02.415Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s)
19:58:02 [2021-02-01T19:58:02.415Z] === RUN   TestLinksContainerNames
19:58:02 [2021-02-01T19:58:02.524Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
19:58:03 [2021-02-01T19:58:03.459Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
19:58:03 [2021-02-01T19:58:03.555Z] --- PASS: TestTemplatedConfig (3.55s)
19:58:03 [2021-02-01T19:58:03.555Z] === RUN   TestConfigCreateResolve
19:58:04 [2021-02-01T19:58:04.090Z] tests/integration/api_network_test.py ............................       [ 47%]
19:58:04 [2021-02-01T19:58:04.484Z] --- PASS: TestLinksContainerNames (1.88s)
19:58:04 [2021-02-01T19:58:04.484Z] === RUN   TestLogsFollowTailEmpty
19:58:05 [2021-02-01T19:58:05.395Z] Loaded image: buildpack-deps:buster
19:58:05 [2021-02-01T19:58:05.517Z] --- PASS: TestLogsFollowTailEmpty (0.97s)
19:58:05 [2021-02-01T19:58:05.517Z] === RUN   TestContainerNetworkMountsNoChown
19:58:05 [2021-02-01T19:58:05.688Z] Loaded image: busybox:latest
19:58:05 [2021-02-01T19:58:05.688Z] Loaded image: busybox:glibc
19:58:05 [2021-02-01T19:58:05.990Z] === RUN   TestInspectNetwork/full_network_id
19:58:05 [2021-02-01T19:58:05.990Z] === RUN   TestInspectNetwork/partial_network_id
19:58:05 [2021-02-01T19:58:05.990Z] === RUN   TestInspectNetwork/network_name
19:58:05 [2021-02-01T19:58:05.990Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
19:58:06 [2021-02-01T19:58:06.150Z] --- PASS: TestContainerNetworkMountsNoChown (0.95s)
19:58:06 [2021-02-01T19:58:06.150Z] === RUN   TestMountDaemonRoot
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/default
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/default
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/private
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/private
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/rprivate
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/rprivate
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/slave
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/slave
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/rslave
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/rslave
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/shared
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/shared
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/rshared
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/rshared
19:58:06 [2021-02-01T19:58:06.441Z] === CONT  TestMountDaemonRoot/default
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/default/bind_root
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/default/bind_root
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/default/bind_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/default/mount_root
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/default/mount_root
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/default/mount_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === CONT  TestMountDaemonRoot/default/bind_root
19:58:06 [2021-02-01T19:58:06.441Z] === CONT  TestMountDaemonRoot/rshared
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/rshared/bind_root
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/rshared/mount_root
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === CONT  TestMountDaemonRoot/rprivate
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
19:58:06 [2021-02-01T19:58:06.441Z] === CONT  TestMountDaemonRoot/shared
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/shared/bind_root
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/shared/bind_root
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/shared/mount_root
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/shared/mount_root
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === CONT  TestMountDaemonRoot/rslave
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/rslave/bind_root
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/rslave/mount_root
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
19:58:06 [2021-02-01T19:58:06.441Z] === CONT  TestMountDaemonRoot/slave
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/slave/bind_root
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/slave/bind_root
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/slave/mount_root
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/slave/mount_root
19:58:06 [2021-02-01T19:58:06.441Z] === CONT  TestMountDaemonRoot/default/mount_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === CONT  TestMountDaemonRoot/private
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/private/mount_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/private/bind_root
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/private/bind_root
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/private/bind_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === RUN   TestMountDaemonRoot/private/mount_root
19:58:06 [2021-02-01T19:58:06.441Z] === PAUSE TestMountDaemonRoot/private/mount_root
19:58:06 [2021-02-01T19:58:06.441Z] === CONT  TestMountDaemonRoot/default/mount_root
19:58:06 [2021-02-01T19:58:06.441Z] === CONT  TestMountDaemonRoot/default/bind_subpath
19:58:06 [2021-02-01T19:58:06.441Z] === CONT  TestMountDaemonRoot/rshared/bind_root
19:58:06 [2021-02-01T19:58:06.441Z] === CONT  TestMountDaemonRoot/rshared/mount_root
19:58:06 [2021-02-01T19:58:06.732Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
19:58:06 [2021-02-01T19:58:06.732Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
19:58:06 [2021-02-01T19:58:06.732Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
19:58:06 [2021-02-01T19:58:06.732Z] === CONT  TestMountDaemonRoot/shared/bind_root
19:58:06 [2021-02-01T19:58:06.732Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
19:58:06 [2021-02-01T19:58:06.732Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
19:58:06 [2021-02-01T19:58:06.732Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
19:58:06 [2021-02-01T19:58:06.732Z] === CONT  TestMountDaemonRoot/shared/mount_root
19:58:06 [2021-02-01T19:58:06.732Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
19:58:06 [2021-02-01T19:58:06.732Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
19:58:06 [2021-02-01T19:58:06.732Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
19:58:06 [2021-02-01T19:58:06.860Z] --- PASS: TestConfigCreateResolve (3.19s)
19:58:06 [2021-02-01T19:58:06.860Z] === RUN   TestConfigDaemonLibtrustID
19:58:06 [2021-02-01T19:58:06.925Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
19:58:07 [2021-02-01T19:58:07.022Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
19:58:07 [2021-02-01T19:58:07.022Z] === CONT  TestMountDaemonRoot/rslave/mount_root
19:58:07 [2021-02-01T19:58:07.022Z] === CONT  TestMountDaemonRoot/rslave/bind_root
19:58:07 [2021-02-01T19:58:07.022Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
19:58:07 [2021-02-01T19:58:07.022Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
19:58:07 [2021-02-01T19:58:07.022Z] === CONT  TestMountDaemonRoot/slave/mount_root
19:58:07 [2021-02-01T19:58:07.022Z] === CONT  TestMountDaemonRoot/slave/bind_root
19:58:07 [2021-02-01T19:58:07.022Z] === CONT  TestMountDaemonRoot/private/mount_subpath
19:58:07 [2021-02-01T19:58:07.022Z] === CONT  TestMountDaemonRoot/private/mount_root
19:58:07 [2021-02-01T19:58:07.183Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
19:58:07 [2021-02-01T19:58:07.312Z] === CONT  TestMountDaemonRoot/private/bind_subpath
19:58:07 [2021-02-01T19:58:07.312Z] === CONT  TestMountDaemonRoot/private/bind_root
19:58:07 [2021-02-01T19:58:07.312Z] --- PASS: TestMountDaemonRoot (0.02s)
19:58:07 [2021-02-01T19:58:07.312Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.11s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.10s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s)
19:58:07 [2021-02-01T19:58:07.312Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s)
19:58:07 [2021-02-01T19:58:07.312Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
19:58:07 [2021-02-01T19:58:07.312Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s)
19:58:07 [2021-02-01T19:58:07.312Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.11s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.11s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s)
19:58:07 [2021-02-01T19:58:07.312Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s)
19:58:07 [2021-02-01T19:58:07.312Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
19:58:07 [2021-02-01T19:58:07.312Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
19:58:07 [2021-02-01T19:58:07.312Z] === RUN   TestContainerBindMountNonRecursive
19:58:07 [2021-02-01T19:58:07.433Z] --- PASS: TestConfigDaemonLibtrustID (0.67s)
19:58:07 [2021-02-01T19:58:07.433Z] PASS
19:58:07 [2021-02-01T19:58:07.433Z] 
19:58:07 [2021-02-01T19:58:07.433Z] DONE 7 tests in 20.842s
19:58:07 [2021-02-01T19:58:07.433Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
19:58:07 [2021-02-01T19:58:07.433Z] ++ 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
19:58:07 [2021-02-01T19:58:07.433Z] ++ set -e
19:58:07 [2021-02-01T19:58:07.433Z] ++ '[' -n 0 ']'
19:58:07 [2021-02-01T19:58:07.433Z] ++ set -x
19:58:07 [2021-02-01T19:58:07.434Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
19:58:07 [2021-02-01T19:58:07.441Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
19:58:07 [2021-02-01T19:58:07.694Z] INFO: Testing against a local daemon
19:58:07 [2021-02-01T19:58:07.694Z] === RUN   TestCheckpoint
19:58:07 [2021-02-01T19:58:07.694Z] --- SKIP: TestCheckpoint (0.00s)
19:58:07 [2021-02-01T19:58:07.694Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:58:07 [2021-02-01T19:58:07.694Z] === RUN   TestContainerInvalidJSON
19:58:07 [2021-02-01T19:58:07.694Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
19:58:07 [2021-02-01T19:58:07.694Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
19:58:07 [2021-02-01T19:58:07.694Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
19:58:07 [2021-02-01T19:58:07.694Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
19:58:07 [2021-02-01T19:58:07.694Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
19:58:07 [2021-02-01T19:58:07.694Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
19:58:07 [2021-02-01T19:58:07.694Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
19:58:07 [2021-02-01T19:58:07.694Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
19:58:07 [2021-02-01T19:58:07.694Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
19:58:07 [2021-02-01T19:58:07.694Z] --- PASS: TestContainerInvalidJSON (0.03s)
19:58:07 [2021-02-01T19:58:07.694Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
19:58:07 [2021-02-01T19:58:07.694Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
19:58:07 [2021-02-01T19:58:07.694Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
19:58:07 [2021-02-01T19:58:07.694Z] === RUN   TestCopyFromContainerPathDoesNotExist
19:58:07 [2021-02-01T19:58:07.955Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
19:58:07 [2021-02-01T19:58:07.955Z] === RUN   TestCopyFromContainerPathIsNotDir
19:58:07 [2021-02-01T19:58:07.955Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s)
19:58:07 [2021-02-01T19:58:07.955Z] === RUN   TestCopyToContainerPathDoesNotExist
19:58:08 [2021-02-01T19:58:08.090Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
19:58:08 [2021-02-01T19:58:08.090Z] 
19:58:08 [2021-02-01T19:58:08.090Z]  ________   ____  __.
19:58:08 [2021-02-01T19:58:08.090Z]  \_____  \ |    |/ _|
19:58:08 [2021-02-01T19:58:08.090Z]  /   |   \|      <
19:58:08 [2021-02-01T19:58:08.090Z]  /    |    \    |  \
19:58:08 [2021-02-01T19:58:08.090Z]  \_______  /____|__ \
19:58:08 [2021-02-01T19:58:08.090Z]          \/        \/
19:58:08 [2021-02-01T19:58:08.090Z] 
19:58:08 [2021-02-01T19:58:08.090Z] INFO: make.ps1 ended at 02/01/2021 19:57:58
19:58:08 [2021-02-01T19:58:08.090Z] INFO: Binaries build ended at 02/01/2021 19:57:59. Duration:00:01:08.3234447
19:58:08 [2021-02-01T19:58:08.090Z] INFO: Copying the built daemon binary to d:\CI\PR-41955\4\binary\dockerd-7f83ec5c45.exe...
19:58:08 [2021-02-01T19:58:08.090Z] INFO: Copying the built client binary to d:\CI\PR-41955\4\binary\docker-7f83ec5c45.exe...
19:58:08 [2021-02-01T19:58:08.090Z] INFO: Copying dockerversion from the container...
19:58:08 [2021-02-01T19:58:08.090Z] INFO: Copying the golang package from the container to d:\CI\PR-41955\4\installer\go.zip...
19:58:08 [2021-02-01T19:58:08.090Z] INFO: Extracting go.zip to d:\CI\PR-41955\4\go
19:58:08 [2021-02-01T19:58:08.217Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s)
19:58:08 [2021-02-01T19:58:08.217Z] === RUN   TestCopyToContainerPathIsNotDir
19:58:08 [2021-02-01T19:58:08.217Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s)
19:58:08 [2021-02-01T19:58:08.217Z] === RUN   TestCopyFromContainer
19:58:08 [2021-02-01T19:58:08.436Z] Loaded image: debian:bullseye
19:58:08 [2021-02-01T19:58:08.436Z] Loaded image: hello-world:latest
19:58:08 [2021-02-01T19:58:08.436Z] Loaded image: arm32v7/hello-world:latest
19:58:08 [2021-02-01T19:58:08.436Z] INFO: Testing against a local daemon
19:58:08 [2021-02-01T19:58:08.436Z] === RUN   TestCgroupNamespacesBuild
19:58:09 [2021-02-01T19:58:09.373Z] --- PASS: TestContainerBindMountNonRecursive (2.25s)
19:58:09 [2021-02-01T19:58:09.373Z] === RUN   TestContainerVolumesMountedAsShared
19:58:09 [2021-02-01T19:58:09.944Z] --- PASS: TestCgroupNamespacesBuild (1.39s)
19:58:09 [2021-02-01T19:58:09.944Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
19:58:10 [2021-02-01T19:58:10.137Z] === RUN   TestCopyFromContainer//
19:58:10 [2021-02-01T19:58:10.398Z] === RUN   TestCopyFromContainer//bar/root
19:58:10 [2021-02-01T19:58:10.398Z] === RUN   TestCopyFromContainer//bar/root/
19:58:10 [2021-02-01T19:58:10.409Z] --- PASS: TestContainerVolumesMountedAsShared (0.89s)
19:58:10 [2021-02-01T19:58:10.409Z] === RUN   TestContainerVolumesMountedAsSlave
19:58:10 [2021-02-01T19:58:10.660Z] === RUN   TestCopyFromContainer/bar/quux
19:58:10 [2021-02-01T19:58:10.660Z] === RUN   TestCopyFromContainer/bar/quux/
19:58:10 [2021-02-01T19:58:10.923Z] === RUN   TestCopyFromContainer/bar/quux/baz
19:58:10 [2021-02-01T19:58:10.923Z] === RUN   TestCopyFromContainer/bar/filesymlink
19:58:10 [2021-02-01T19:58:10.923Z] === RUN   TestCopyFromContainer/bar/dirsymlink
19:58:11 [2021-02-01T19:58:11.040Z] --- PASS: TestContainerVolumesMountedAsSlave (0.67s)
19:58:11 [2021-02-01T19:58:11.040Z] === RUN   TestNetworkNat
19:58:11 [2021-02-01T19:58:11.185Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
19:58:11 [2021-02-01T19:58:11.185Z] === RUN   TestCopyFromContainer/bar/notarget
19:58:11 [2021-02-01T19:58:11.346Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
19:58:11 [2021-02-01T19:58:11.446Z] --- PASS: TestCopyFromContainer (3.17s)
19:58:11 [2021-02-01T19:58:11.446Z]     --- PASS: TestCopyFromContainer// (0.11s)
19:58:11 [2021-02-01T19:58:11.446Z]     --- PASS: TestCopyFromContainer//bar/root (0.15s)
19:58:11 [2021-02-01T19:58:11.446Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
19:58:11 [2021-02-01T19:58:11.446Z]     --- PASS: TestCopyFromContainer/bar/quux (0.16s)
19:58:11 [2021-02-01T19:58:11.446Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.12s)
19:58:11 [2021-02-01T19:58:11.446Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s)
19:58:11 [2021-02-01T19:58:11.446Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
19:58:11 [2021-02-01T19:58:11.446Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s)
19:58:11 [2021-02-01T19:58:11.446Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s)
19:58:11 [2021-02-01T19:58:11.446Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.12s)
19:58:11 [2021-02-01T19:58:11.446Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
19:58:11 [2021-02-01T19:58:11.446Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:58:11 [2021-02-01T19:58:11.446Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:58:11 [2021-02-01T19:58:11.446Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:58:11 [2021-02-01T19:58:11.446Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:58:11 [2021-02-01T19:58:11.446Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
19:58:11 [2021-02-01T19:58:11.446Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
19:58:11 [2021-02-01T19:58:11.446Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:58:11 [2021-02-01T19:58:11.446Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
19:58:11 [2021-02-01T19:58:11.446Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:58:11 [2021-02-01T19:58:11.446Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
19:58:11 [2021-02-01T19:58:11.446Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
19:58:11 [2021-02-01T19:58:11.446Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
19:58:11 [2021-02-01T19:58:11.446Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
19:58:11 [2021-02-01T19:58:11.446Z] === RUN   TestCreateLinkToNonExistingContainer
19:58:11 [2021-02-01T19:58:11.446Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s)
19:58:11 [2021-02-01T19:58:11.446Z] === RUN   TestCreateWithInvalidEnv
19:58:11 [2021-02-01T19:58:11.446Z] === RUN   TestCreateWithInvalidEnv/0
19:58:11 [2021-02-01T19:58:11.446Z] === PAUSE TestCreateWithInvalidEnv/0
19:58:11 [2021-02-01T19:58:11.446Z] === RUN   TestCreateWithInvalidEnv/1
19:58:11 [2021-02-01T19:58:11.446Z] === PAUSE TestCreateWithInvalidEnv/1
19:58:11 [2021-02-01T19:58:11.446Z] === RUN   TestCreateWithInvalidEnv/2
19:58:11 [2021-02-01T19:58:11.446Z] === PAUSE TestCreateWithInvalidEnv/2
19:58:11 [2021-02-01T19:58:11.446Z] === CONT  TestCreateWithInvalidEnv/0
19:58:11 [2021-02-01T19:58:11.446Z] === CONT  TestCreateWithInvalidEnv/2
19:58:11 [2021-02-01T19:58:11.446Z] === CONT  TestCreateWithInvalidEnv/1
19:58:11 [2021-02-01T19:58:11.447Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
19:58:11 [2021-02-01T19:58:11.447Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
19:58:11 [2021-02-01T19:58:11.447Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
19:58:11 [2021-02-01T19:58:11.447Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
19:58:11 [2021-02-01T19:58:11.447Z] === RUN   TestCreateTmpfsMountsTarget
19:58:11 [2021-02-01T19:58:11.453Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.37s)
19:58:11 [2021-02-01T19:58:11.453Z] === RUN   TestBuildWithSession
19:58:11 [2021-02-01T19:58:11.453Z] --- SKIP: TestBuildWithSession (0.00s)
19:58:11 [2021-02-01T19:58:11.453Z]     build_session_test.go:25: TODO: BuildKit
19:58:11 [2021-02-01T19:58:11.453Z] === RUN   TestBuildSquashParent
19:58:11 [2021-02-01T19:58:11.628Z] --- PASS: TestInspectNetwork (8.92s)
19:58:11 [2021-02-01T19:58:11.628Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
19:58:11 [2021-02-01T19:58:11.628Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
19:58:11 [2021-02-01T19:58:11.628Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
19:58:11 [2021-02-01T19:58:11.628Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
19:58:11 [2021-02-01T19:58:11.628Z] === RUN   TestRunContainerWithBridgeNone
19:58:11 [2021-02-01T19:58:11.708Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
19:58:11 [2021-02-01T19:58:11.708Z] === RUN   TestCreateWithCustomMaskedPaths
19:58:12 [2021-02-01T19:58:12.078Z] --- PASS: TestNetworkNat (1.02s)
19:58:12 [2021-02-01T19:58:12.078Z] === RUN   TestNetworkLocalhostTCPNat
19:58:12 [2021-02-01T19:58:12.852Z] tests/integration/api_secret_test.py .....                               [ 51%]
19:58:13 [2021-02-01T19:58:13.004Z] --- PASS: TestRunContainerWithBridgeNone (1.85s)
19:58:13 [2021-02-01T19:58:13.004Z] === RUN   TestNetworkInvalidJSON
19:58:13 [2021-02-01T19:58:13.004Z] === RUN   TestNetworkInvalidJSON//networks/create
19:58:13 [2021-02-01T19:58:13.004Z] === PAUSE TestNetworkInvalidJSON//networks/create
19:58:13 [2021-02-01T19:58:13.004Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
19:58:13 [2021-02-01T19:58:13.004Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
19:58:13 [2021-02-01T19:58:13.004Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
19:58:13 [2021-02-01T19:58:13.004Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
19:58:13 [2021-02-01T19:58:13.004Z] === CONT  TestNetworkInvalidJSON//networks/create
19:58:13 [2021-02-01T19:58:13.004Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
19:58:13 [2021-02-01T19:58:13.004Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
19:58:13 [2021-02-01T19:58:13.004Z] --- PASS: TestNetworkInvalidJSON (0.01s)
19:58:13 [2021-02-01T19:58:13.004Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
19:58:13 [2021-02-01T19:58:13.004Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
19:58:13 [2021-02-01T19:58:13.004Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
19:58:13 [2021-02-01T19:58:13.004Z] === RUN   TestNetworkList
19:58:13 [2021-02-01T19:58:13.004Z] === RUN   TestNetworkList//networks
19:58:13 [2021-02-01T19:58:13.004Z] === PAUSE TestNetworkList//networks
19:58:13 [2021-02-01T19:58:13.004Z] === RUN   TestNetworkList//networks/
19:58:13 [2021-02-01T19:58:13.004Z] === PAUSE TestNetworkList//networks/
19:58:13 [2021-02-01T19:58:13.004Z] === CONT  TestNetworkList//networks
19:58:13 [2021-02-01T19:58:13.004Z] === CONT  TestNetworkList//networks/
19:58:13 [2021-02-01T19:58:13.004Z] --- PASS: TestNetworkList (0.01s)
19:58:13 [2021-02-01T19:58:13.004Z]     --- PASS: TestNetworkList//networks (0.00s)
19:58:13 [2021-02-01T19:58:13.004Z]     --- PASS: TestNetworkList//networks/ (0.00s)
19:58:13 [2021-02-01T19:58:13.004Z] === RUN   TestHostIPv4BridgeLabel
19:58:13 [2021-02-01T19:58:13.110Z] --- PASS: TestNetworkLocalhostTCPNat (0.95s)
19:58:13 [2021-02-01T19:58:13.110Z] === RUN   TestNetworkLoopbackNat
19:58:13 [2021-02-01T19:58:13.263Z] --- PASS: TestHostIPv4BridgeLabel (0.58s)
19:58:13 [2021-02-01T19:58:13.263Z] === RUN   TestDaemonRestartWithLiveRestore
19:58:13 [2021-02-01T19:58:13.627Z] --- PASS: TestCreateWithCustomMaskedPaths (2.15s)
19:58:13 [2021-02-01T19:58:13.627Z] === RUN   TestCreateWithCustomReadonlyPaths
19:58:14 [2021-02-01T19:58:14.638Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
19:58:14 [2021-02-01T19:58:14.638Z] === RUN   TestDaemonDefaultNetworkPools
19:58:15 [2021-02-01T19:58:15.205Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s)
19:58:15 [2021-02-01T19:58:15.205Z] === RUN   TestDaemonRestartWithExistingNetwork
19:58:15 [2021-02-01T19:58:15.771Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
19:58:15 [2021-02-01T19:58:15.911Z] --- PASS: TestBuildSquashParent (4.00s)
19:58:15 [2021-02-01T19:58:15.911Z] === RUN   TestBuildWithRemoveAndForceRemove
19:58:15 [2021-02-01T19:58:15.911Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:58:15 [2021-02-01T19:58:15.911Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:58:15 [2021-02-01T19:58:15.911Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:58:15 [2021-02-01T19:58:15.911Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:58:15 [2021-02-01T19:58:15.911Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:58:15 [2021-02-01T19:58:15.911Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:58:15 [2021-02-01T19:58:15.911Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:58:15 [2021-02-01T19:58:15.911Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:58:15 [2021-02-01T19:58:15.911Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:58:15 [2021-02-01T19:58:15.911Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:58:15 [2021-02-01T19:58:15.911Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:58:15 [2021-02-01T19:58:15.911Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:58:15 [2021-02-01T19:58:15.911Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:58:15 [2021-02-01T19:58:15.911Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:58:15 [2021-02-01T19:58:15.911Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:58:15 [2021-02-01T19:58:15.911Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:58:16 [2021-02-01T19:58:16.189Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.21s)
19:58:16 [2021-02-01T19:58:16.189Z] === RUN   TestCreateWithInvalidHealthcheckParams
19:58:16 [2021-02-01T19:58:16.189Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:58:16 [2021-02-01T19:58:16.189Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:58:16 [2021-02-01T19:58:16.189Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:58:16 [2021-02-01T19:58:16.189Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:58:16 [2021-02-01T19:58:16.189Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:58:16 [2021-02-01T19:58:16.189Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:58:16 [2021-02-01T19:58:16.189Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:58:16 [2021-02-01T19:58:16.189Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:58:16 [2021-02-01T19:58:16.189Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:58:16 [2021-02-01T19:58:16.189Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:58:16 [2021-02-01T19:58:16.189Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:58:16 [2021-02-01T19:58:16.189Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:58:16 [2021-02-01T19:58:16.189Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:58:16 [2021-02-01T19:58:16.189Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:58:16 [2021-02-01T19:58:16.189Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:58:16 [2021-02-01T19:58:16.189Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
19:58:16 [2021-02-01T19:58:16.189Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s)
19:58:16 [2021-02-01T19:58:16.189Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s)
19:58:16 [2021-02-01T19:58:16.189Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.05s)
19:58:16 [2021-02-01T19:58:16.189Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s)
19:58:16 [2021-02-01T19:58:16.189Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
19:58:16 [2021-02-01T19:58:16.189Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
19:58:16 [2021-02-01T19:58:16.337Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s)
19:58:16 [2021-02-01T19:58:16.338Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
19:58:16 [2021-02-01T19:58:16.619Z] --- PASS: TestNetworkLoopbackNat (3.41s)
19:58:16 [2021-02-01T19:58:16.619Z] === RUN   TestPause
19:58:16 [2021-02-01T19:58:16.762Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.75s)
19:58:16 [2021-02-01T19:58:16.762Z] === RUN   TestCreateDifferentPlatform
19:58:16 [2021-02-01T19:58:16.762Z] === RUN   TestCreateDifferentPlatform/different_os
19:58:16 [2021-02-01T19:58:16.762Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
19:58:16 [2021-02-01T19:58:16.762Z] --- PASS: TestCreateDifferentPlatform (0.03s)
19:58:16 [2021-02-01T19:58:16.762Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
19:58:16 [2021-02-01T19:58:16.762Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
19:58:16 [2021-02-01T19:58:16.762Z] === RUN   TestCreateVolumesFromNonExistingContainer
19:58:16 [2021-02-01T19:58:16.762Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
19:58:16 [2021-02-01T19:58:16.762Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
19:58:17 [2021-02-01T19:58:17.024Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s)
19:58:17 [2021-02-01T19:58:17.024Z] === RUN   TestContainerStartOnDaemonRestart
19:58:17 [2021-02-01T19:58:17.024Z] === PAUSE TestContainerStartOnDaemonRestart
19:58:17 [2021-02-01T19:58:17.024Z] === RUN   TestDaemonRestartIpcMode
19:58:17 [2021-02-01T19:58:17.024Z] === PAUSE TestDaemonRestartIpcMode
19:58:17 [2021-02-01T19:58:17.024Z] === RUN   TestDaemonHostGatewayIP
19:58:17 [2021-02-01T19:58:17.024Z] === PAUSE TestDaemonHostGatewayIP
19:58:17 [2021-02-01T19:58:17.024Z] === RUN   TestRestartDaemonWithRestartingContainer
19:58:17 [2021-02-01T19:58:17.024Z] === PAUSE TestRestartDaemonWithRestartingContainer
19:58:17 [2021-02-01T19:58:17.024Z] === RUN   TestContainerKillOnDaemonStart
19:58:17 [2021-02-01T19:58:17.024Z] === PAUSE TestContainerKillOnDaemonStart
19:58:17 [2021-02-01T19:58:17.024Z] === RUN   TestDiff
19:58:17 [2021-02-01T19:58:17.276Z] --- PASS: TestPause (0.95s)
19:58:17 [2021-02-01T19:58:17.276Z] === RUN   TestPauseFailsOnWindowsServerContainers
19:58:17 [2021-02-01T19:58:17.276Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
19:58:17 [2021-02-01T19:58:17.276Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:58:17 [2021-02-01T19:58:17.276Z] === RUN   TestPauseStopPausedContainer
19:58:17 [2021-02-01T19:58:17.431Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:58:17 [2021-02-01T19:58:17.538Z] tests/integration/api_service_test.py .................................. [ 60%]
19:58:17 [2021-02-01T19:58:17.596Z] --- PASS: TestDiff (0.75s)
19:58:17 [2021-02-01T19:58:17.596Z] === RUN   TestExecWithCloseStdin
19:58:17 [2021-02-01T19:58:17.712Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.36s)
19:58:17 [2021-02-01T19:58:17.712Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
19:58:18 [2021-02-01T19:58:18.066Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:58:18 [2021-02-01T19:58:18.280Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
19:58:18 [2021-02-01T19:58:18.280Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.68s)
19:58:18 [2021-02-01T19:58:18.280Z] === RUN   TestServiceWithPredefinedNetwork
19:58:18 [2021-02-01T19:58:18.308Z] --- PASS: TestPauseStopPausedContainer (0.97s)
19:58:18 [2021-02-01T19:58:18.308Z] === RUN   TestPsFilter
19:58:18 [2021-02-01T19:58:18.538Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
19:58:18 [2021-02-01T19:58:18.541Z] --- PASS: TestExecWithCloseStdin (0.88s)
19:58:18 [2021-02-01T19:58:18.541Z] === RUN   TestExec
19:58:18 [2021-02-01T19:58:18.599Z] --- PASS: TestPsFilter (0.26s)
19:58:18 [2021-02-01T19:58:18.599Z] === RUN   TestRemoveContainerWithRemovedVolume
19:58:19 [2021-02-01T19:58:19.105Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
19:58:19 [2021-02-01T19:58:19.363Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
19:58:19 [2021-02-01T19:58:19.485Z] --- PASS: TestExec (0.88s)
19:58:19 [2021-02-01T19:58:19.485Z] === RUN   TestExecUser
19:58:19 [2021-02-01T19:58:19.630Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.91s)
19:58:19 [2021-02-01T19:58:19.630Z] === RUN   TestRemoveContainerWithVolume
19:58:20 [2021-02-01T19:58:20.133Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
19:58:20 [2021-02-01T19:58:20.133Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.93s)
19:58:20 [2021-02-01T19:58:20.133Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.82s)
19:58:20 [2021-02-01T19:58:20.133Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.89s)
19:58:20 [2021-02-01T19:58:20.133Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.94s)
19:58:20 [2021-02-01T19:58:20.133Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.01s)
19:58:20 [2021-02-01T19:58:20.133Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.80s)
19:58:20 [2021-02-01T19:58:20.133Z] === RUN   TestBuildMultiStageCopy
19:58:20 [2021-02-01T19:58:20.133Z] === RUN   TestBuildMultiStageCopy/copy_to_root
19:58:20 [2021-02-01T19:58:20.430Z] --- PASS: TestExecUser (0.88s)
19:58:20 [2021-02-01T19:58:20.430Z] === RUN   TestExportContainerAndImportImage
19:58:20 [2021-02-01T19:58:20.662Z] --- PASS: TestRemoveContainerWithVolume (0.92s)
19:58:20 [2021-02-01T19:58:20.662Z] === RUN   TestRemoveContainerRunning
19:58:21 [2021-02-01T19:58:21.294Z] --- PASS: TestRemoveContainerRunning (0.90s)
19:58:21 [2021-02-01T19:58:21.294Z] === RUN   TestRemoveContainerForceRemoveRunning
19:58:21 [2021-02-01T19:58:21.374Z] --- PASS: TestExportContainerAndImportImage (1.11s)
19:58:21 [2021-02-01T19:58:21.374Z] === RUN   TestExportContainerAfterDaemonRestart
19:58:21 [2021-02-01T19:58:21.647Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
19:58:21 [2021-02-01T19:58:21.647Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
19:58:21 [2021-02-01T19:58:21.650Z] --- PASS: TestImportExtremelyLargeImageWorks (103.00s)
19:58:21 [2021-02-01T19:58:21.650Z] PASS
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === Skipped
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] DONE 12 tests, 1 skipped in 107.147s
19:58:21 [2021-02-01T19:58:21.650Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
19:58:21 [2021-02-01T19:58:21.650Z] INFO: Testing against a local daemon
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestNetworkCreateDelete
19:58:21 [2021-02-01T19:58:21.650Z] --- PASS: TestNetworkCreateDelete (0.14s)
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestDockerNetworkDeletePreferID
19:58:21 [2021-02-01T19:58:21.650Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestDaemonDNSFallback
19:58:21 [2021-02-01T19:58:21.650Z] --- PASS: TestDaemonDNSFallback (7.34s)
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestInspectNetwork
19:58:21 [2021-02-01T19:58:21.650Z] --- SKIP: TestInspectNetwork (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestRunContainerWithBridgeNone
19:58:21 [2021-02-01T19:58:21.650Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestNetworkInvalidJSON
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestNetworkInvalidJSON//networks/create
19:58:21 [2021-02-01T19:58:21.650Z] === PAUSE TestNetworkInvalidJSON//networks/create
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
19:58:21 [2021-02-01T19:58:21.650Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
19:58:21 [2021-02-01T19:58:21.650Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
19:58:21 [2021-02-01T19:58:21.650Z] === CONT  TestNetworkInvalidJSON//networks/create
19:58:21 [2021-02-01T19:58:21.650Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
19:58:21 [2021-02-01T19:58:21.650Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
19:58:21 [2021-02-01T19:58:21.650Z] --- PASS: TestNetworkInvalidJSON (0.02s)
19:58:21 [2021-02-01T19:58:21.650Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestNetworkList
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestNetworkList//networks
19:58:21 [2021-02-01T19:58:21.650Z] === PAUSE TestNetworkList//networks
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestNetworkList//networks/
19:58:21 [2021-02-01T19:58:21.650Z] === PAUSE TestNetworkList//networks/
19:58:21 [2021-02-01T19:58:21.650Z] === CONT  TestNetworkList//networks
19:58:21 [2021-02-01T19:58:21.650Z] === CONT  TestNetworkList//networks/
19:58:21 [2021-02-01T19:58:21.650Z] --- PASS: TestNetworkList (0.02s)
19:58:21 [2021-02-01T19:58:21.650Z]     --- PASS: TestNetworkList//networks (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     --- PASS: TestNetworkList//networks/ (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestHostIPv4BridgeLabel
19:58:21 [2021-02-01T19:58:21.650Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestDaemonRestartWithLiveRestore
19:58:21 [2021-02-01T19:58:21.650Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.03s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestDaemonDefaultNetworkPools
19:58:21 [2021-02-01T19:58:21.650Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestDaemonRestartWithExistingNetwork
19:58:21 [2021-02-01T19:58:21.650Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
19:58:21 [2021-02-01T19:58:21.650Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
19:58:21 [2021-02-01T19:58:21.650Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestServiceWithPredefinedNetwork
19:58:21 [2021-02-01T19:58:21.650Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestServiceRemoveKeepsIngressNetwork
19:58:21 [2021-02-01T19:58:21.650Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:236: FLAKY_TEST
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestServiceWithDataPathPortInit
19:58:21 [2021-02-01T19:58:21.650Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestServiceWithDefaultAddressPoolInit
19:58:21 [2021-02-01T19:58:21.650Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:21 [2021-02-01T19:58:21.650Z] PASS
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === Skipped
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.03s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:236: FLAKY_TEST
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] DONE 22 tests, 12 skipped in 8.113s
19:58:21 [2021-02-01T19:58:21.650Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
19:58:21 [2021-02-01T19:58:21.650Z] INFO: Testing against a local daemon
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestDockerNetworkIpvlanPersistance
19:58:21 [2021-02-01T19:58:21.650Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestDockerNetworkIpvlan
19:58:21 [2021-02-01T19:58:21.650Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:58:21 [2021-02-01T19:58:21.650Z] PASS
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === Skipped
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] DONE 2 tests, 2 skipped in 0.138s
19:58:21 [2021-02-01T19:58:21.650Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
19:58:21 [2021-02-01T19:58:21.650Z] INFO: Testing against a local daemon
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestDockerNetworkMacvlanPersistance
19:58:21 [2021-02-01T19:58:21.650Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] === RUN   TestDockerNetworkMacvlan
19:58:21 [2021-02-01T19:58:21.650Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] PASS
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === Skipped
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
19:58:21 [2021-02-01T19:58:21.650Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] DONE 2 tests, 2 skipped in 0.140s
19:58:21 [2021-02-01T19:58:21.650Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
19:58:21 [2021-02-01T19:58:21.650Z] testing: warning: no tests to run
19:58:21 [2021-02-01T19:58:21.650Z] PASS
19:58:21 [2021-02-01T19:58:21.650Z] 
19:58:21 [2021-02-01T19:58:21.650Z] DONE 0 tests in 0.028s
19:58:21 [2021-02-01T19:58:21.650Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
19:58:21 [2021-02-01T19:58:21.896Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
19:58:21 [2021-02-01T19:58:21.896Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
19:58:21 [2021-02-01T19:58:21.896Z] --- PASS: TestServiceWithPredefinedNetwork (3.48s)
19:58:21 [2021-02-01T19:58:21.896Z] === RUN   TestServiceRemoveKeepsIngressNetwork
19:58:21 [2021-02-01T19:58:21.896Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
19:58:21 [2021-02-01T19:58:21.896Z]     service_test.go:236: FLAKY_TEST
19:58:21 [2021-02-01T19:58:21.896Z] === RUN   TestServiceWithDataPathPortInit
19:58:21 [2021-02-01T19:58:21.911Z] INFO: Testing against a local daemon
19:58:21 [2021-02-01T19:58:21.911Z] === RUN   TestAuthZPluginAllowRequest
19:58:21 [2021-02-01T19:58:21.911Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
19:58:21 [2021-02-01T19:58:21.911Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:21 [2021-02-01T19:58:21.911Z] === RUN   TestAuthZPluginTLS
19:58:21 [2021-02-01T19:58:21.911Z] --- SKIP: TestAuthZPluginTLS (0.00s)
19:58:21 [2021-02-01T19:58:21.911Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:21 [2021-02-01T19:58:21.911Z] === RUN   TestAuthZPluginDenyRequest
19:58:21 [2021-02-01T19:58:21.911Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
19:58:21 [2021-02-01T19:58:21.911Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:21 [2021-02-01T19:58:21.911Z] === RUN   TestAuthZPluginAPIDenyResponse
19:58:21 [2021-02-01T19:58:21.911Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
19:58:21 [2021-02-01T19:58:21.911Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:21 [2021-02-01T19:58:21.911Z] === RUN   TestAuthZPluginDenyResponse
19:58:21 [2021-02-01T19:58:21.911Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
19:58:21 [2021-02-01T19:58:21.911Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:21 [2021-02-01T19:58:21.911Z] === RUN   TestAuthZPluginAllowEventStream
19:58:21 [2021-02-01T19:58:21.911Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
19:58:21 [2021-02-01T19:58:21.911Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:21 [2021-02-01T19:58:21.911Z] === RUN   TestAuthZPluginErrorResponse
19:58:21 [2021-02-01T19:58:21.911Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
19:58:21 [2021-02-01T19:58:21.911Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:21 [2021-02-01T19:58:21.911Z] === RUN   TestAuthZPluginErrorRequest
19:58:21 [2021-02-01T19:58:21.911Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
19:58:21 [2021-02-01T19:58:21.911Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:21 [2021-02-01T19:58:21.911Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
19:58:21 [2021-02-01T19:58:21.911Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
19:58:21 [2021-02-01T19:58:21.911Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:21 [2021-02-01T19:58:21.911Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
19:58:21 [2021-02-01T19:58:21.911Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
19:58:21 [2021-02-01T19:58:21.911Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:21 [2021-02-01T19:58:21.911Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
19:58:21 [2021-02-01T19:58:21.911Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
19:58:21 [2021-02-01T19:58:21.911Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:21 [2021-02-01T19:58:21.911Z] === RUN   TestAuthZPluginHeader
19:58:21 [2021-02-01T19:58:21.911Z] --- SKIP: TestAuthZPluginHeader (0.00s)
19:58:21 [2021-02-01T19:58:21.911Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:21 [2021-02-01T19:58:21.911Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
19:58:21 [2021-02-01T19:58:21.937Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
19:58:22 [2021-02-01T19:58:22.171Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.13s)
19:58:22 [2021-02-01T19:58:22.171Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.171Z] === RUN   TestAuthZPluginV2Disable
19:58:22 [2021-02-01T19:58:22.171Z] --- SKIP: TestAuthZPluginV2Disable (0.02s)
19:58:22 [2021-02-01T19:58:22.171Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.171Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
19:58:22 [2021-02-01T19:58:22.171Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s)
19:58:22 [2021-02-01T19:58:22.171Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.171Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
19:58:22 [2021-02-01T19:58:22.171Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
19:58:22 [2021-02-01T19:58:22.171Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.171Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
19:58:22 [2021-02-01T19:58:22.171Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
19:58:22 [2021-02-01T19:58:22.171Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.171Z] PASS
19:58:22 [2021-02-01T19:58:22.171Z] 
19:58:22 [2021-02-01T19:58:22.171Z] === Skipped
19:58:22 [2021-02-01T19:58:22.171Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
19:58:22 [2021-02-01T19:58:22.171Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.171Z] 
19:58:22 [2021-02-01T19:58:22.171Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
19:58:22 [2021-02-01T19:58:22.171Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.171Z] 
19:58:22 [2021-02-01T19:58:22.171Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
19:58:22 [2021-02-01T19:58:22.171Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.171Z] 
19:58:22 [2021-02-01T19:58:22.171Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
19:58:22 [2021-02-01T19:58:22.171Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.171Z] 
19:58:22 [2021-02-01T19:58:22.171Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
19:58:22 [2021-02-01T19:58:22.171Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.171Z] 
19:58:22 [2021-02-01T19:58:22.171Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
19:58:22 [2021-02-01T19:58:22.171Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.171Z] 
19:58:22 [2021-02-01T19:58:22.171Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
19:58:22 [2021-02-01T19:58:22.171Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.171Z] 
19:58:22 [2021-02-01T19:58:22.171Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
19:58:22 [2021-02-01T19:58:22.172Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.172Z] 
19:58:22 [2021-02-01T19:58:22.172Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
19:58:22 [2021-02-01T19:58:22.172Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.172Z] 
19:58:22 [2021-02-01T19:58:22.172Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
19:58:22 [2021-02-01T19:58:22.172Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.172Z] 
19:58:22 [2021-02-01T19:58:22.172Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
19:58:22 [2021-02-01T19:58:22.172Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.172Z] 
19:58:22 [2021-02-01T19:58:22.172Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
19:58:22 [2021-02-01T19:58:22.172Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.172Z] 
19:58:22 [2021-02-01T19:58:22.172Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.13s)
19:58:22 [2021-02-01T19:58:22.172Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.172Z] 
19:58:22 [2021-02-01T19:58:22.172Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s)
19:58:22 [2021-02-01T19:58:22.172Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.172Z] 
19:58:22 [2021-02-01T19:58:22.172Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s)
19:58:22 [2021-02-01T19:58:22.172Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.172Z] 
19:58:22 [2021-02-01T19:58:22.172Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
19:58:22 [2021-02-01T19:58:22.172Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.172Z] 
19:58:22 [2021-02-01T19:58:22.172Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
19:58:22 [2021-02-01T19:58:22.172Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.172Z] 
19:58:22 [2021-02-01T19:58:22.172Z] 
19:58:22 [2021-02-01T19:58:22.172Z] DONE 17 tests, 17 skipped in 0.361s
19:58:22 [2021-02-01T19:58:22.172Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
19:58:22 [2021-02-01T19:58:22.172Z] INFO: Testing against a local daemon
19:58:22 [2021-02-01T19:58:22.172Z] === RUN   TestPluginInvalidJSON
19:58:22 [2021-02-01T19:58:22.172Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
19:58:22 [2021-02-01T19:58:22.172Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
19:58:22 [2021-02-01T19:58:22.229Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
19:58:22 [2021-02-01T19:58:22.325Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.87s)
19:58:22 [2021-02-01T19:58:22.325Z] === RUN   TestRemoveInvalidContainer
19:58:22 [2021-02-01T19:58:22.325Z] --- PASS: TestRemoveInvalidContainer (0.01s)
19:58:22 [2021-02-01T19:58:22.325Z] === RUN   TestRenameLinkedContainer
19:58:22 [2021-02-01T19:58:22.431Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
19:58:22 [2021-02-01T19:58:22.431Z] --- PASS: TestPluginInvalidJSON (0.03s)
19:58:22 [2021-02-01T19:58:22.431Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
19:58:22 [2021-02-01T19:58:22.431Z] === RUN   TestPluginInstall
19:58:22 [2021-02-01T19:58:22.431Z] --- SKIP: TestPluginInstall (0.00s)
19:58:22 [2021-02-01T19:58:22.431Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.431Z] === RUN   TestPluginsWithRuntimes
19:58:22 [2021-02-01T19:58:22.431Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
19:58:22 [2021-02-01T19:58:22.431Z]     plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
19:58:22 [2021-02-01T19:58:22.431Z] PASS
19:58:22 [2021-02-01T19:58:22.431Z] 
19:58:22 [2021-02-01T19:58:22.431Z] === Skipped
19:58:22 [2021-02-01T19:58:22.431Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
19:58:22 [2021-02-01T19:58:22.431Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:58:22 [2021-02-01T19:58:22.431Z] 
19:58:22 [2021-02-01T19:58:22.431Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
19:58:22 [2021-02-01T19:58:22.431Z]     plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
19:58:22 [2021-02-01T19:58:22.431Z] 
19:58:22 [2021-02-01T19:58:22.431Z] 
19:58:22 [2021-02-01T19:58:22.431Z] DONE 4 tests, 2 skipped in 0.179s
19:58:22 [2021-02-01T19:58:22.431Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
19:58:22 [2021-02-01T19:58:22.431Z] INFO: Testing against a local daemon
19:58:22 [2021-02-01T19:58:22.431Z] === RUN   TestExternalGraphDriver
19:58:22 [2021-02-01T19:58:22.431Z] --- SKIP: TestExternalGraphDriver (0.08s)
19:58:22 [2021-02-01T19:58:22.431Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
19:58:22 [2021-02-01T19:58:22.431Z] === RUN   TestGraphdriverPluginV2
19:58:22 [2021-02-01T19:58:22.862Z] --- PASS: TestBuildMultiStageCopy (2.87s)
19:58:22 [2021-02-01T19:58:22.862Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.53s)
19:58:22 [2021-02-01T19:58:22.862Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.30s)
19:58:22 [2021-02-01T19:58:22.862Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.32s)
19:58:22 [2021-02-01T19:58:22.862Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.36s)
19:58:22 [2021-02-01T19:58:22.862Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.36s)
19:58:22 [2021-02-01T19:58:22.862Z] === RUN   TestBuildMultiStageParentConfig
19:58:22 [2021-02-01T19:58:22.960Z] INFO: Extraction ended at 02/01/2021 19:58:20. Duration:00:00:18.6138159
19:58:22 [2021-02-01T19:58:22.960Z] INFO: Updating the golang and path environment variables
19:58:22 [2021-02-01T19:58:22.960Z] INFO: GOPATH=d:\gopath
19:58:22 [2021-02-01T19:58:22.960Z] INFO: go version go1.13.15 windows/amd64
19:58:22 [2021-02-01T19:58:22.960Z] INFO: Running the daemon under test in debug mode
19:58:22 [2021-02-01T19:58:22.960Z] INFO: Starting a daemon under test...
19:58:22 [2021-02-01T19:58:22.960Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41955\4\daemon --pidfile d:\CI\PR-41955\4\docker.pid -D
19:58:22 [2021-02-01T19:58:22.960Z] INFO: Process started successfully.
19:58:22 [2021-02-01T19:58:22.960Z] INFO: Start tailing logs of the daemon under tests
19:58:22 [2021-02-01T19:58:22.960Z] INFO: Waiting for the daemon under test to start...
19:58:23 [2021-02-01T19:58:23.492Z] --- PASS: TestBuildMultiStageParentConfig (0.79s)
19:58:23 [2021-02-01T19:58:23.492Z] === RUN   TestBuildLabelWithTargets
19:58:23 [2021-02-01T19:58:23.925Z] --- PASS: TestExportContainerAfterDaemonRestart (2.14s)
19:58:23 [2021-02-01T19:58:23.925Z] === RUN   TestHealthCheckWorkdir
19:58:24 [2021-02-01T19:58:24.869Z] --- PASS: TestHealthCheckWorkdir (1.05s)
19:58:24 [2021-02-01T19:58:24.869Z] === RUN   TestHealthKillContainer
19:58:25 [2021-02-01T19:58:25.011Z] --- PASS: TestBuildLabelWithTargets (1.27s)
19:58:25 [2021-02-01T19:58:25.011Z] === RUN   TestBuildWithEmptyLayers
19:58:25 [2021-02-01T19:58:25.183Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
19:58:25 [2021-02-01T19:58:25.303Z] --- PASS: TestBuildWithEmptyLayers (0.62s)
19:58:25 [2021-02-01T19:58:25.303Z] === RUN   TestBuildMultiStageOnBuild
19:58:25 [2021-02-01T19:58:25.448Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
19:58:26 [2021-02-01T19:58:26.769Z] --- PASS: TestRenameLinkedContainer (3.81s)
19:58:26 [2021-02-01T19:58:26.769Z] === RUN   TestRenameStoppedContainer
19:58:26 [2021-02-01T19:58:26.769Z] --- PASS: TestRenameStoppedContainer (0.90s)
19:58:26 [2021-02-01T19:58:26.769Z] === RUN   TestRenameRunningContainerAndReuse
19:58:26 [2021-02-01T19:58:26.850Z] === RUN   TestDockerSuite/TestBuildMultipleTags
19:58:27 [2021-02-01T19:58:27.112Z] === RUN   TestDockerSuite/TestBuildNetContainer
19:58:27 [2021-02-01T19:58:27.371Z] --- PASS: TestBuildMultiStageOnBuild (1.79s)
19:58:27 [2021-02-01T19:58:27.372Z] === RUN   TestBuildUncleanTarFilenames
19:58:27 [2021-02-01T19:58:27.416Z] --- PASS: TestHealthKillContainer (2.87s)
19:58:27 [2021-02-01T19:58:27.416Z] === RUN   TestInspectCpusetInConfigPre120
19:58:28 [2021-02-01T19:58:28.008Z] --- PASS: TestBuildUncleanTarFilenames (0.89s)
19:58:28 [2021-02-01T19:58:28.008Z] === RUN   TestBuildMultiStageLayerLeak
19:58:28 [2021-02-01T19:58:28.365Z] --- PASS: TestInspectCpusetInConfigPre120 (0.72s)
19:58:28 [2021-02-01T19:58:28.365Z] === RUN   TestIpcModeNone
19:58:28 [2021-02-01T19:58:28.527Z] === RUN   TestDockerSuite/TestBuildNetNone
19:58:28 [2021-02-01T19:58:28.832Z] --- PASS: TestRenameRunningContainerAndReuse (1.77s)
19:58:28 [2021-02-01T19:58:28.832Z] === RUN   TestRenameInvalidName
19:58:29 [2021-02-01T19:58:29.022Z] --- PASS: TestGraphdriverPluginV2 (5.49s)
19:58:29 [2021-02-01T19:58:29.022Z] PASS
19:58:29 [2021-02-01T19:58:29.022Z] 
19:58:29 [2021-02-01T19:58:29.022Z] === Skipped
19:58:29 [2021-02-01T19:58:29.022Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s)
19:58:29 [2021-02-01T19:58:29.022Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
19:58:29 [2021-02-01T19:58:29.022Z] 
19:58:29 [2021-02-01T19:58:29.022Z] 
19:58:29 [2021-02-01T19:58:29.022Z] DONE 2 tests, 1 skipped in 5.713s
19:58:29 [2021-02-01T19:58:29.022Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
19:58:29 [2021-02-01T19:58:29.022Z] INFO: Testing against a local daemon
19:58:29 [2021-02-01T19:58:29.022Z] === RUN   TestContinueAfterPluginCrash
19:58:29 [2021-02-01T19:58:29.022Z] === PAUSE TestContinueAfterPluginCrash
19:58:29 [2021-02-01T19:58:29.022Z] === RUN   TestReadPluginNoRead
19:58:29 [2021-02-01T19:58:29.022Z] === PAUSE TestReadPluginNoRead
19:58:29 [2021-02-01T19:58:29.022Z] === RUN   TestDaemonStartWithLogOpt
19:58:29 [2021-02-01T19:58:29.022Z] === PAUSE TestDaemonStartWithLogOpt
19:58:29 [2021-02-01T19:58:29.022Z] === CONT  TestContinueAfterPluginCrash
19:58:29 [2021-02-01T19:58:29.022Z] === CONT  TestDaemonStartWithLogOpt
19:58:29 [2021-02-01T19:58:29.108Z] === RUN   TestDockerSuite/TestBuildNoContext
19:58:29 [2021-02-01T19:58:29.310Z] --- PASS: TestIpcModeNone (0.87s)
19:58:29 [2021-02-01T19:58:29.310Z] === RUN   TestIpcModePrivate
19:58:29 [2021-02-01T19:58:29.865Z] --- PASS: TestRenameInvalidName (0.94s)
19:58:29 [2021-02-01T19:58:29.865Z] === RUN   TestRenameAnonymousContainer
19:58:29 [2021-02-01T19:58:29.883Z] --- PASS: TestIpcModePrivate (0.89s)
19:58:29 [2021-02-01T19:58:29.883Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:103, shared: false, mustBeShared: false
19:58:29 [2021-02-01T19:58:29.883Z] === RUN   TestIpcModeShareable
19:58:30 [2021-02-01T19:58:30.065Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
19:58:30 [2021-02-01T19:58:30.107Z] --- PASS: TestBuildMultiStageLayerLeak (1.95s)
19:58:30 [2021-02-01T19:58:30.107Z] === RUN   TestBuildWithHugeFile
19:58:30 [2021-02-01T19:58:30.374Z] .........................                                                [ 67%]
19:58:30 [2021-02-01T19:58:30.829Z] --- PASS: TestIpcModeShareable (0.83s)
19:58:30 [2021-02-01T19:58:30.829Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:97, shared: true, mustBeShared: true
19:58:30 [2021-02-01T19:58:30.829Z] === RUN   TestAPIIpcModeShareableAndContainer
19:58:31 [2021-02-01T19:58:31.000Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
19:58:32 [2021-02-01T19:58:32.376Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
19:58:32 [2021-02-01T19:58:32.637Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
19:58:32 [2021-02-01T19:58:32.637Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
19:58:32 [2021-02-01T19:58:32.895Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
19:58:33 [2021-02-01T19:58:33.153Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
19:58:33 [2021-02-01T19:58:33.720Z] === RUN   TestDockerSuite/TestBuildOnBuild
19:58:34 [2021-02-01T19:58:34.134Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.69s)
19:58:34 [2021-02-01T19:58:34.134Z] === RUN   TestAPIIpcModeHost
19:58:34 [2021-02-01T19:58:34.134Z] --- PASS: TestAPIIpcModeHost (0.68s)
19:58:34 [2021-02-01T19:58:34.134Z] === RUN   TestDaemonIpcModeShareable
19:58:34 [2021-02-01T19:58:34.309Z] --- PASS: TestDaemonStartWithLogOpt (6.14s)
19:58:34 [2021-02-01T19:58:34.309Z] === CONT  TestReadPluginNoRead
19:58:35 [2021-02-01T19:58:35.095Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
19:58:35 [2021-02-01T19:58:35.353Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
19:58:35 [2021-02-01T19:58:35.421Z] --- PASS: TestRenameAnonymousContainer (5.14s)
19:58:35 [2021-02-01T19:58:35.421Z] === RUN   TestRenameContainerWithSameName
19:58:35 [2021-02-01T19:58:35.711Z] --- PASS: TestRenameContainerWithSameName (0.98s)
19:58:35 [2021-02-01T19:58:35.711Z] === RUN   TestRenameContainerWithLinkedContainer
19:58:36 [2021-02-01T19:58:36.052Z] --- PASS: TestDaemonIpcModeShareable (1.89s)
19:58:36 [2021-02-01T19:58:36.052Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true
19:58:36 [2021-02-01T19:58:36.052Z] === RUN   TestDaemonIpcModePrivate
19:58:37 [2021-02-01T19:58:37.773Z] --- PASS: TestRenameContainerWithLinkedContainer (1.87s)
19:58:37 [2021-02-01T19:58:37.773Z] === RUN   TestResize
19:58:37 [2021-02-01T19:58:37.883Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
19:58:37 [2021-02-01T19:58:37.969Z] --- PASS: TestDaemonIpcModePrivate (1.87s)
19:58:37 [2021-02-01T19:58:37.969Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false
19:58:37 [2021-02-01T19:58:37.969Z] === RUN   TestDaemonIpcModePrivateFromConfig
19:58:38 [2021-02-01T19:58:38.404Z] --- PASS: TestResize (0.91s)
19:58:38 [2021-02-01T19:58:38.404Z] === RUN   TestResizeWithInvalidSize
19:58:38 [2021-02-01T19:58:38.449Z] --- PASS: TestServiceWithDataPathPortInit (16.62s)
19:58:38 [2021-02-01T19:58:38.449Z] === RUN   TestServiceWithDefaultAddressPoolInit
19:58:38 [2021-02-01T19:58:38.511Z] === RUN   TestReadPluginNoRead/default
19:58:38 [2021-02-01T19:58:38.511Z] --- PASS: TestContinueAfterPluginCrash (10.04s)
19:58:38 [2021-02-01T19:58:38.708Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
19:58:39 [2021-02-01T19:58:39.437Z] --- PASS: TestResizeWithInvalidSize (0.95s)
19:58:39 [2021-02-01T19:58:39.437Z] === RUN   TestResizeWhenContainerNotStarted
19:58:39 [2021-02-01T19:58:39.887Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.85s)
19:58:39 [2021-02-01T19:58:39.887Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false
19:58:39 [2021-02-01T19:58:39.887Z] === RUN   TestDaemonIpcModeShareableFromConfig
19:58:40 [2021-02-01T19:58:40.083Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
19:58:40 [2021-02-01T19:58:40.421Z] === RUN   TestReadPluginNoRead/disabled_caching
19:58:40 [2021-02-01T19:58:40.468Z] --- PASS: TestResizeWhenContainerNotStarted (0.91s)
19:58:40 [2021-02-01T19:58:40.468Z] === RUN   TestDaemonRestartKillContainers
19:58:40 [2021-02-01T19:58:40.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:58:40 [2021-02-01T19:58:40.468Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:58:40 [2021-02-01T19:58:40.723Z] .....INFO: Daemon under test started and replied!
19:58:40 [2021-02-01T19:58:40.723Z] INFO: Docker version of the daemon under test
19:58:40 [2021-02-01T19:58:40.723Z] 
19:58:40 [2021-02-01T19:58:40.723Z] Client:
19:58:40 [2021-02-01T19:58:40.723Z]  Version:      17.06.2-ce
19:58:40 [2021-02-01T19:58:40.723Z]  API version:  1.30
19:58:40 [2021-02-01T19:58:40.723Z]  Go version:   go1.8.3
19:58:40 [2021-02-01T19:58:40.723Z]  Git commit:   cec0b72
19:58:40 [2021-02-01T19:58:40.723Z]  Built:        Tue Sep  5 19:57:19 2017
19:58:40 [2021-02-01T19:58:40.723Z]  OS/Arch:      windows/amd64
19:58:40 [2021-02-01T19:58:40.723Z] 
19:58:40 [2021-02-01T19:58:40.723Z] Server:
19:58:40 [2021-02-01T19:58:40.723Z]  Version:      0.0.0-dev
19:58:40 [2021-02-01T19:58:40.723Z]  API version:  1.41 (minimum version 1.24)
19:58:40 [2021-02-01T19:58:40.723Z]  Go version:   go1.13.15
19:58:40 [2021-02-01T19:58:40.723Z]  Git commit:   7f83ec5c45
19:58:40 [2021-02-01T19:58:40.723Z]  Built:        02/01/2021 19:56:55
19:58:40 [2021-02-01T19:58:40.723Z]  OS/Arch:      windows/amd64
19:58:40 [2021-02-01T19:58:40.723Z]  Experimental: false
19:58:40 [2021-02-01T19:58:40.723Z] 
19:58:40 [2021-02-01T19:58:40.723Z] INFO: Docker info of the daemon under test
19:58:40 [2021-02-01T19:58:40.723Z] 
19:58:40 [2021-02-01T19:58:40.723Z] Containers: 0
19:58:40 [2021-02-01T19:58:40.723Z]  Running: 0
19:58:40 [2021-02-01T19:58:40.723Z]  Paused: 0
19:58:40 [2021-02-01T19:58:40.723Z]  Stopped: 0
19:58:40 [2021-02-01T19:58:40.723Z] Images: 0
19:58:40 [2021-02-01T19:58:40.723Z] Server Version: 0.0.0-dev
19:58:40 [2021-02-01T19:58:40.723Z] Storage Driver: windowsfilter
19:58:40 [2021-02-01T19:58:40.723Z]  Windows: 
19:58:40 [2021-02-01T19:58:40.723Z] Logging Driver: json-file
19:58:40 [2021-02-01T19:58:40.723Z] Plugins: 
19:58:40 [2021-02-01T19:58:40.723Z]  Volume: local
19:58:40 [2021-02-01T19:58:40.723Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
19:58:40 [2021-02-01T19:58:40.723Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
19:58:40 [2021-02-01T19:58:40.723Z] Swarm: inactive
19:58:40 [2021-02-01T19:58:40.723Z] Default Isolation: process
19:58:40 [2021-02-01T19:58:40.723Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
19:58:40 [2021-02-01T19:58:40.723Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697)
19:58:40 [2021-02-01T19:58:40.723Z] OSType: windows
19:58:40 [2021-02-01T19:58:40.723Z] Architecture: x86_64
19:58:40 [2021-02-01T19:58:40.723Z] CPUs: 4
19:58:40 [2021-02-01T19:58:40.723Z] Total Memory: 32GiB
19:58:40 [2021-02-01T19:58:40.723Z] Name: azwin-2-5a14f0
19:58:40 [2021-02-01T19:58:40.723Z] ID: ITTT:2WZA:I2VP:THGL:ZFSC:K3G7:5YFZ:I6K7:CHP7:MJX7:53ZP:L7XQ
19:58:40 [2021-02-01T19:58:40.723Z] Docker Root Dir: D:\CI\PR-41955\4\daemon
19:58:40 [2021-02-01T19:58:40.723Z] Debug Mode (client): false
19:58:40 [2021-02-01T19:58:40.723Z] Debug Mode (server): true
19:58:40 [2021-02-01T19:58:40.723Z]  File Descriptors: -1
19:58:40 [2021-02-01T19:58:40.723Z]  Goroutines: 16
19:58:40 [2021-02-01T19:58:40.723Z]  System Time: 2021-02-01T19:58:40.1973664Z
19:58:40 [2021-02-01T19:58:40.723Z]  EventsListeners: 0
19:58:40 [2021-02-01T19:58:40.723Z] Registry: https://index.docker.io/v1/
19:58:40 [2021-02-01T19:58:40.723Z] Labels:
19:58:40 [2021-02-01T19:58:40.723Z] Experimental: false
19:58:40 [2021-02-01T19:58:40.723Z] Insecure Registries:
19:58:40 [2021-02-01T19:58:40.723Z]  127.0.0.0/8
19:58:40 [2021-02-01T19:58:40.723Z] Live Restore Enabled: false
19:58:40 [2021-02-01T19:58:40.723Z] 
19:58:40 [2021-02-01T19:58:40.723Z] 
19:58:40 [2021-02-01T19:58:40.723Z] INFO: Docker images of the daemon under test
19:58:40 [2021-02-01T19:58:40.723Z] 
19:58:40 [2021-02-01T19:58:40.723Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
19:58:40 [2021-02-01T19:58:40.723Z] 
19:58:40 [2021-02-01T19:58:40.723Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
19:58:40 [2021-02-01T19:58:40.723Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
19:58:40 [2021-02-01T19:58:40.723Z] ltsc2019: Pulling from windows/servercore
19:58:40 [2021-02-01T19:58:40.723Z] 4612f6d0b889: Pulling fs layer
19:58:40 [2021-02-01T19:58:40.723Z] 4dcc9a9b9e68: Pulling fs layer
19:58:41 [2021-02-01T19:58:41.459Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
19:58:41 [2021-02-01T19:58:41.806Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.84s)
19:58:41 [2021-02-01T19:58:41.806Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true
19:58:41 [2021-02-01T19:58:41.806Z] === RUN   TestIpcModeOlderClient
19:58:41 [2021-02-01T19:58:41.806Z] === PAUSE TestIpcModeOlderClient
19:58:41 [2021-02-01T19:58:41.806Z] === RUN   TestKillContainerInvalidSignal
19:58:42 [2021-02-01T19:58:42.028Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
19:58:42 [2021-02-01T19:58:42.286Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
19:58:42 [2021-02-01T19:58:42.383Z] --- PASS: TestKillContainerInvalidSignal (0.83s)
19:58:42 [2021-02-01T19:58:42.383Z] === RUN   TestKillContainer
19:58:42 [2021-02-01T19:58:42.383Z] === RUN   TestKillContainer/no_signal
19:58:42 [2021-02-01T19:58:42.962Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
19:58:43 [2021-02-01T19:58:43.197Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:58:43 [2021-02-01T19:58:43.197Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:58:43 [2021-02-01T19:58:43.327Z] === RUN   TestKillContainer/non_killing_signal
19:58:43 [2021-02-01T19:58:43.900Z] === RUN   TestKillContainer/killing_signal
19:58:44 [2021-02-01T19:58:44.714Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:58:44 [2021-02-01T19:58:44.714Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:58:44 [2021-02-01T19:58:44.816Z] === RUN   TestDockerSuite/TestBuildPATH
19:58:44 [2021-02-01T19:58:44.846Z] --- PASS: TestKillContainer (2.39s)
19:58:44 [2021-02-01T19:58:44.846Z]     --- PASS: TestKillContainer/no_signal (0.75s)
19:58:44 [2021-02-01T19:58:44.846Z]     --- PASS: TestKillContainer/non_killing_signal (0.54s)
19:58:44 [2021-02-01T19:58:44.846Z]     --- PASS: TestKillContainer/killing_signal (0.78s)
19:58:44 [2021-02-01T19:58:44.846Z] === RUN   TestKillWithStopSignalAndRestartPolicies
19:58:44 [2021-02-01T19:58:44.846Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
19:58:44 [2021-02-01T19:58:44.871Z] --- PASS: TestReadPluginNoRead (10.48s)
19:58:44 [2021-02-01T19:58:44.871Z]     --- PASS: TestReadPluginNoRead/default (2.28s)
19:58:44 [2021-02-01T19:58:44.871Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.27s)
19:58:44 [2021-02-01T19:58:44.871Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.27s)
19:58:44 [2021-02-01T19:58:44.871Z]     read_test.go:92: [d196956aefeec] daemon is not started
19:58:44 [2021-02-01T19:58:44.871Z] PASS
19:58:44 [2021-02-01T19:58:44.871Z] 
19:58:44 [2021-02-01T19:58:44.871Z] DONE 6 tests in 16.784s
19:58:44 [2021-02-01T19:58:44.871Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
19:58:44 [2021-02-01T19:58:44.871Z] testing: warning: no tests to run
19:58:44 [2021-02-01T19:58:44.871Z] PASS
19:58:44 [2021-02-01T19:58:44.871Z] 
19:58:44 [2021-02-01T19:58:44.871Z] DONE 0 tests in 0.052s
19:58:44 [2021-02-01T19:58:44.871Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
19:58:45 [2021-02-01T19:58:45.132Z] INFO: Testing against a local daemon
19:58:45 [2021-02-01T19:58:45.132Z] === RUN   TestPluginWithDevMounts
19:58:45 [2021-02-01T19:58:45.132Z] --- SKIP: TestPluginWithDevMounts (0.00s)
19:58:45 [2021-02-01T19:58:45.132Z]     mounts_test.go:21: (*Execution).IsRootless-fm
19:58:45 [2021-02-01T19:58:45.132Z] PASS
19:58:45 [2021-02-01T19:58:45.132Z] 
19:58:45 [2021-02-01T19:58:45.132Z] === Skipped
19:58:45 [2021-02-01T19:58:45.132Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
19:58:45 [2021-02-01T19:58:45.132Z]     mounts_test.go:21: (*Execution).IsRootless-fm
19:58:45 [2021-02-01T19:58:45.132Z] 
19:58:45 [2021-02-01T19:58:45.132Z] 
19:58:45 [2021-02-01T19:58:45.132Z] DONE 1 tests, 1 skipped in 0.165s
19:58:45 [2021-02-01T19:58:45.132Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
19:58:45 [2021-02-01T19:58:45.132Z] INFO: Testing against a local daemon
19:58:45 [2021-02-01T19:58:45.132Z] === RUN   TestSecretInspect
19:58:45 [2021-02-01T19:58:45.132Z] --- SKIP: TestSecretInspect (0.02s)
19:58:45 [2021-02-01T19:58:45.132Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.132Z] === RUN   TestSecretList
19:58:45 [2021-02-01T19:58:45.392Z] --- SKIP: TestSecretList (0.02s)
19:58:45 [2021-02-01T19:58:45.392Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.392Z] === RUN   TestSecretsCreateAndDelete
19:58:45 [2021-02-01T19:58:45.392Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
19:58:45 [2021-02-01T19:58:45.392Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.392Z] === RUN   TestSecretsUpdate
19:58:45 [2021-02-01T19:58:45.392Z] --- SKIP: TestSecretsUpdate (0.02s)
19:58:45 [2021-02-01T19:58:45.392Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.392Z] === RUN   TestTemplatedSecret
19:58:45 [2021-02-01T19:58:45.392Z] --- SKIP: TestTemplatedSecret (0.00s)
19:58:45 [2021-02-01T19:58:45.392Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.392Z] === RUN   TestSecretCreateResolve
19:58:45 [2021-02-01T19:58:45.392Z] --- SKIP: TestSecretCreateResolve (0.01s)
19:58:45 [2021-02-01T19:58:45.392Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.392Z] PASS
19:58:45 [2021-02-01T19:58:45.392Z] 
19:58:45 [2021-02-01T19:58:45.392Z] === Skipped
19:58:45 [2021-02-01T19:58:45.392Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
19:58:45 [2021-02-01T19:58:45.392Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.392Z] 
19:58:45 [2021-02-01T19:58:45.392Z] === SKIP: amd64.integration.secret TestSecretList (0.02s)
19:58:45 [2021-02-01T19:58:45.392Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.392Z] 
19:58:45 [2021-02-01T19:58:45.392Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
19:58:45 [2021-02-01T19:58:45.392Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.392Z] 
19:58:45 [2021-02-01T19:58:45.392Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s)
19:58:45 [2021-02-01T19:58:45.392Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.392Z] 
19:58:45 [2021-02-01T19:58:45.392Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
19:58:45 [2021-02-01T19:58:45.392Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.392Z] 
19:58:45 [2021-02-01T19:58:45.392Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
19:58:45 [2021-02-01T19:58:45.392Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.392Z] 
19:58:45 [2021-02-01T19:58:45.392Z] 
19:58:45 [2021-02-01T19:58:45.392Z] DONE 6 tests, 6 skipped in 0.231s
19:58:45 [2021-02-01T19:58:45.392Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
19:58:45 [2021-02-01T19:58:45.392Z] INFO: Testing against a local daemon
19:58:45 [2021-02-01T19:58:45.392Z] === RUN   TestServiceCreateInit
19:58:45 [2021-02-01T19:58:45.392Z] === RUN   TestServiceCreateInit/daemonInitDisabled
19:58:45 [2021-02-01T19:58:45.392Z] === RUN   TestServiceCreateInit/daemonInitEnabled
19:58:45 [2021-02-01T19:58:45.392Z] --- PASS: TestServiceCreateInit (0.02s)
19:58:45 [2021-02-01T19:58:45.392Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
19:58:45 [2021-02-01T19:58:45.392Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.392Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
19:58:45 [2021-02-01T19:58:45.392Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.392Z] === RUN   TestCreateServiceMultipleTimes
19:58:45 [2021-02-01T19:58:45.653Z] --- SKIP: TestCreateServiceMultipleTimes (0.02s)
19:58:45 [2021-02-01T19:58:45.653Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.653Z] === RUN   TestCreateServiceConflict
19:58:45 [2021-02-01T19:58:45.653Z] --- SKIP: TestCreateServiceConflict (0.01s)
19:58:45 [2021-02-01T19:58:45.653Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.653Z] === RUN   TestCreateServiceMaxReplicas
19:58:45 [2021-02-01T19:58:45.653Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
19:58:45 [2021-02-01T19:58:45.653Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.653Z] === RUN   TestCreateWithDuplicateNetworkNames
19:58:45 [2021-02-01T19:58:45.653Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
19:58:45 [2021-02-01T19:58:45.653Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.653Z] === RUN   TestCreateServiceSecretFileMode
19:58:45 [2021-02-01T19:58:45.653Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s)
19:58:45 [2021-02-01T19:58:45.653Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.653Z] === RUN   TestCreateServiceConfigFileMode
19:58:45 [2021-02-01T19:58:45.653Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
19:58:45 [2021-02-01T19:58:45.653Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.653Z] === RUN   TestCreateServiceSysctls
19:58:45 [2021-02-01T19:58:45.653Z] --- SKIP: TestCreateServiceSysctls (0.02s)
19:58:45 [2021-02-01T19:58:45.653Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.653Z] === RUN   TestCreateServiceCapabilities
19:58:45 [2021-02-01T19:58:45.653Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
19:58:45 [2021-02-01T19:58:45.653Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.653Z] === RUN   TestInspect
19:58:45 [2021-02-01T19:58:45.653Z] --- SKIP: TestInspect (0.01s)
19:58:45 [2021-02-01T19:58:45.653Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.653Z] === RUN   TestCreateJob
19:58:45 [2021-02-01T19:58:45.653Z] --- SKIP: TestCreateJob (0.01s)
19:58:45 [2021-02-01T19:58:45.653Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.653Z] === RUN   TestReplicatedJob
19:58:45 [2021-02-01T19:58:45.653Z] --- SKIP: TestReplicatedJob (0.01s)
19:58:45 [2021-02-01T19:58:45.653Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.653Z] === RUN   TestUpdateReplicatedJob
19:58:45 [2021-02-01T19:58:45.653Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
19:58:45 [2021-02-01T19:58:45.653Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.653Z] === RUN   TestServiceListWithStatuses
19:58:45 [2021-02-01T19:58:45.653Z] --- SKIP: TestServiceListWithStatuses (0.00s)
19:58:45 [2021-02-01T19:58:45.653Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:58:45 [2021-02-01T19:58:45.653Z] === RUN   TestDockerNetworkConnectAlias
19:58:45 [2021-02-01T19:58:45.653Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s)
19:58:45 [2021-02-01T19:58:45.653Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.653Z] === RUN   TestDockerNetworkReConnect
19:58:45 [2021-02-01T19:58:45.653Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
19:58:45 [2021-02-01T19:58:45.653Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:45 [2021-02-01T19:58:45.653Z] === RUN   TestServicePlugin
19:58:45 [2021-02-01T19:58:45.790Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
19:58:46 [2021-02-01T19:58:46.191Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
19:58:46 [2021-02-01T19:58:46.218Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:58:46 [2021-02-01T19:58:46.218Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:58:46 [2021-02-01T19:58:46.363Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.58s)
19:58:46 [2021-02-01T19:58:46.363Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.77s)
19:58:46 [2021-02-01T19:58:46.363Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s)
19:58:46 [2021-02-01T19:58:46.363Z] === RUN   TestKillStoppedContainer
19:58:46 [2021-02-01T19:58:46.562Z] 4dcc9a9b9e68: Download complete
19:58:46 [2021-02-01T19:58:46.624Z] --- PASS: TestKillStoppedContainer (0.11s)
19:58:46 [2021-02-01T19:58:46.624Z] === RUN   TestKillStoppedContainerAPIPre120
19:58:46 [2021-02-01T19:58:46.624Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s)
19:58:46 [2021-02-01T19:58:46.624Z] === RUN   TestKillDifferentUserContainer
19:58:46 [2021-02-01T19:58:46.758Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.14s)
19:58:46 [2021-02-01T19:58:46.758Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:pl4n1njuzq0pe7hrml7bu2i6e Created:2021-02-01 19:58:39.879638179 +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[8e0de6a743bf5f1cadd973a70b58d6c2ee3a252d88d92f5724b3b5b17d753b96:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.orbnibcfn1vc6a1v365lkrj9z EndpointID:9604c227b320162812075633f4be74c1d72359fefcfabad98fa880fa9bc7c0db MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:81a4adf078dafc4b7662cd29cfcbc474bbd6ce6d1e7dc23b4750b8f61f38717d 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:114308e9a717 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.orbnibcfn1vc6a1v365lkrj9z EndpointID:9604c227b320162812075633f4be74c1d72359fefcfabad98fa880fa9bc7c0db EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
19:58:46 [2021-02-01T19:58:46.758Z] PASS
19:58:46 [2021-02-01T19:58:46.758Z] 
19:58:46 [2021-02-01T19:58:46.758Z] === Skipped
19:58:46 [2021-02-01T19:58:46.758Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
19:58:46 [2021-02-01T19:58:46.758Z]     service_test.go:236: FLAKY_TEST
19:58:46 [2021-02-01T19:58:46.758Z] 
19:58:46 [2021-02-01T19:58:46.758Z] 
19:58:46 [2021-02-01T19:58:46.758Z] DONE 26 tests, 1 skipped in 51.820s
19:58:46 [2021-02-01T19:58:46.758Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
19:58:46 [2021-02-01T19:58:46.758Z] ++ 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
19:58:46 [2021-02-01T19:58:46.758Z] ++ set -e
19:58:46 [2021-02-01T19:58:46.758Z] ++ '[' -n 0 ']'
19:58:46 [2021-02-01T19:58:46.758Z] ++ set -x
19:58:46 [2021-02-01T19:58:46.758Z] ++ 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
19:58:46 [2021-02-01T19:58:46.758Z] INFO: Testing against a local daemon
19:58:46 [2021-02-01T19:58:46.758Z] === RUN   TestDockerNetworkIpvlanPersistance
19:58:46 [2021-02-01T19:58:46.758Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
19:58:46 [2021-02-01T19:58:46.758Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:58:46 [2021-02-01T19:58:46.758Z] === RUN   TestDockerNetworkIpvlan
19:58:46 [2021-02-01T19:58:46.758Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
19:58:46 [2021-02-01T19:58:46.758Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:58:46 [2021-02-01T19:58:46.758Z] PASS
19:58:46 [2021-02-01T19:58:46.758Z] 
19:58:46 [2021-02-01T19:58:46.758Z] === Skipped
19:58:46 [2021-02-01T19:58:46.758Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
19:58:46 [2021-02-01T19:58:46.758Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:58:46 [2021-02-01T19:58:46.758Z] 
19:58:46 [2021-02-01T19:58:46.758Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
19:58:46 [2021-02-01T19:58:46.758Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:58:46 [2021-02-01T19:58:46.758Z] 
19:58:46 [2021-02-01T19:58:46.758Z] 
19:58:46 [2021-02-01T19:58:46.758Z] DONE 2 tests, 2 skipped in 0.071s
19:58:46 [2021-02-01T19:58:46.758Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
19:58:46 [2021-02-01T19:58:46.758Z] ++ 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
19:58:46 [2021-02-01T19:58:46.758Z] ++ set -e
19:58:46 [2021-02-01T19:58:46.758Z] ++ '[' -n 0 ']'
19:58:46 [2021-02-01T19:58:46.758Z] ++ set -x
19:58:46 [2021-02-01T19:58:46.758Z] ++ 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
19:58:46 [2021-02-01T19:58:46.758Z] INFO: Testing against a local daemon
19:58:46 [2021-02-01T19:58:46.758Z] === RUN   TestDockerNetworkMacvlanPersistance
19:58:46 [2021-02-01T19:58:46.758Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
19:58:47 [2021-02-01T19:58:47.568Z] --- PASS: TestKillDifferentUserContainer (0.82s)
19:58:47 [2021-02-01T19:58:47.568Z] === RUN   TestInspectOomKilledTrue
19:58:47 [2021-02-01T19:58:47.568Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
19:58:47 [2021-02-01T19:58:47.568Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:58:47 [2021-02-01T19:58:47.568Z] === RUN   TestInspectOomKilledFalse
19:58:47 [2021-02-01T19:58:47.568Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
19:58:47 [2021-02-01T19:58:47.568Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:58:47 [2021-02-01T19:58:47.568Z] === RUN   TestLinksEtcHostsContentMatch
19:58:47 [2021-02-01T19:58:47.693Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
19:58:48 [2021-02-01T19:58:48.141Z] --- PASS: TestLinksEtcHostsContentMatch (0.59s)
19:58:48 [2021-02-01T19:58:48.141Z] === RUN   TestLinksContainerNames
19:58:48 [2021-02-01T19:58:48.260Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.44s)
19:58:48 [2021-02-01T19:58:48.260Z] === RUN   TestDockerNetworkMacvlan
19:58:48 [2021-02-01T19:58:48.827Z] === RUN   TestDockerNetworkMacvlan/Subinterface
19:58:48 [2021-02-01T19:58:48.942Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:58:48 [2021-02-01T19:58:48.942Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:58:49 [2021-02-01T19:58:49.529Z] --- PASS: TestLinksContainerNames (1.54s)
19:58:49 [2021-02-01T19:58:49.529Z] === RUN   TestLogsFollowTailEmpty
19:58:49 [2021-02-01T19:58:49.761Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
19:58:49 [2021-02-01T19:58:49.856Z] --- SKIP: TestServicePlugin (3.50s)
19:58:49 [2021-02-01T19:58:49.856Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] === RUN   TestServiceUpdateLabel
19:58:49 [2021-02-01T19:58:49.856Z] --- SKIP: TestServiceUpdateLabel (0.01s)
19:58:49 [2021-02-01T19:58:49.856Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] === RUN   TestServiceUpdateSecrets
19:58:49 [2021-02-01T19:58:49.856Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
19:58:49 [2021-02-01T19:58:49.856Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] === RUN   TestServiceUpdateConfigs
19:58:49 [2021-02-01T19:58:49.856Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
19:58:49 [2021-02-01T19:58:49.856Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] === RUN   TestServiceUpdateNetwork
19:58:49 [2021-02-01T19:58:49.856Z] --- SKIP: TestServiceUpdateNetwork (0.02s)
19:58:49 [2021-02-01T19:58:49.856Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] === RUN   TestServiceUpdatePidsLimit
19:58:49 [2021-02-01T19:58:49.856Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s)
19:58:49 [2021-02-01T19:58:49.856Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] PASS
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === Skipped
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
19:58:49 [2021-02-01T19:58:49.856Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
19:58:49 [2021-02-01T19:58:49.856Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
19:58:49 [2021-02-01T19:58:49.856Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
19:58:49 [2021-02-01T19:58:49.856Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.02s)
19:58:49 [2021-02-01T19:58:49.856Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
19:58:49 [2021-02-01T19:58:49.856Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
19:58:49 [2021-02-01T19:58:49.856Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
19:58:49 [2021-02-01T19:58:49.856Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s)
19:58:49 [2021-02-01T19:58:49.856Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
19:58:49 [2021-02-01T19:58:49.856Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s)
19:58:49 [2021-02-01T19:58:49.856Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
19:58:49 [2021-02-01T19:58:49.856Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestInspect (0.01s)
19:58:49 [2021-02-01T19:58:49.856Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
19:58:49 [2021-02-01T19:58:49.856Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
19:58:49 [2021-02-01T19:58:49.856Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
19:58:49 [2021-02-01T19:58:49.856Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
19:58:49 [2021-02-01T19:58:49.856Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s)
19:58:49 [2021-02-01T19:58:49.856Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
19:58:49 [2021-02-01T19:58:49.856Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestServicePlugin (3.50s)
19:58:49 [2021-02-01T19:58:49.856Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
19:58:49 [2021-02-01T19:58:49.856Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
19:58:49 [2021-02-01T19:58:49.856Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
19:58:49 [2021-02-01T19:58:49.856Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s)
19:58:49 [2021-02-01T19:58:49.856Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s)
19:58:49 [2021-02-01T19:58:49.856Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] DONE 24 tests, 23 skipped in 3.972s
19:58:49 [2021-02-01T19:58:49.856Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
19:58:49 [2021-02-01T19:58:49.856Z] INFO: Testing against a local daemon
19:58:49 [2021-02-01T19:58:49.856Z] === RUN   TestSessionCreate
19:58:49 [2021-02-01T19:58:49.856Z] --- PASS: TestSessionCreate (0.02s)
19:58:49 [2021-02-01T19:58:49.856Z] === RUN   TestSessionCreateWithBadUpgrade
19:58:49 [2021-02-01T19:58:49.856Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
19:58:49 [2021-02-01T19:58:49.856Z] PASS
19:58:49 [2021-02-01T19:58:49.856Z] 
19:58:49 [2021-02-01T19:58:49.856Z] DONE 2 tests in 0.166s
19:58:49 [2021-02-01T19:58:49.856Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
19:58:49 [2021-02-01T19:58:49.856Z] INFO: Testing against a local daemon
19:58:49 [2021-02-01T19:58:49.856Z] === RUN   TestCgroupDriverSystemdMemoryLimit
19:58:49 [2021-02-01T19:58:49.856Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
19:58:49 [2021-02-01T19:58:49.856Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
19:58:49 [2021-02-01T19:58:49.856Z] === RUN   TestEventsExecDie
19:58:50 [2021-02-01T19:58:50.119Z] --- PASS: TestEventsExecDie (0.53s)
19:58:50 [2021-02-01T19:58:50.119Z] === RUN   TestEventsBackwardsCompatible
19:58:50 [2021-02-01T19:58:50.119Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
19:58:50 [2021-02-01T19:58:50.119Z] === RUN   TestInfoBinaryCommits
19:58:50 [2021-02-01T19:58:50.119Z] --- PASS: TestInfoBinaryCommits (0.02s)
19:58:50 [2021-02-01T19:58:50.119Z] === RUN   TestInfoAPIVersioned
19:58:50 [2021-02-01T19:58:50.119Z] --- PASS: TestInfoAPIVersioned (0.01s)
19:58:50 [2021-02-01T19:58:50.119Z] === RUN   TestInfoDiscoveryBackend
19:58:50 [2021-02-01T19:58:50.474Z] --- PASS: TestLogsFollowTailEmpty (0.77s)
19:58:50 [2021-02-01T19:58:50.474Z] === RUN   TestContainerNetworkMountsNoChown
19:58:50 [2021-02-01T19:58:50.696Z] === RUN   TestDockerNetworkMacvlan/NilParent
19:58:51 [2021-02-01T19:58:51.047Z] --- PASS: TestContainerNetworkMountsNoChown (0.76s)
19:58:51 [2021-02-01T19:58:51.047Z] === RUN   TestMountDaemonRoot
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/default
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/default
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/private
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/private
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/rprivate
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/rprivate
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/slave
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/slave
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/rslave
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/rslave
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/shared
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/shared
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/rshared
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/rshared
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/default
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/rslave
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/default/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/default/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/rshared
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/default/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/rshared/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/default/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/default/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/default/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/shared
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/rshared/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/shared/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/shared/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/rslave/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/shared/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/shared/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/private
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/slave
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/private/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/private/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/rprivate
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/private/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/private/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/private/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/private/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/slave/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/slave/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/rslave/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/default/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === RUN   TestMountDaemonRoot/slave/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === PAUSE TestMountDaemonRoot/slave/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/default/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/default/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/default/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/rshared/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/rshared/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/shared/mount_root
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/shared/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/private/bind_root
19:58:51 [2021-02-01T19:58:51.311Z] === CONT  TestMountDaemonRoot/private/mount_subpath
19:58:51 [2021-02-01T19:58:51.573Z] === CONT  TestMountDaemonRoot/private/mount_root
19:58:51 [2021-02-01T19:58:51.573Z] === CONT  TestMountDaemonRoot/private/bind_subpath
19:58:51 [2021-02-01T19:58:51.573Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
19:58:51 [2021-02-01T19:58:51.573Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
19:58:51 [2021-02-01T19:58:51.573Z] === CONT  TestMountDaemonRoot/rslave/bind_root
19:58:51 [2021-02-01T19:58:51.573Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
19:58:51 [2021-02-01T19:58:51.573Z] === CONT  TestMountDaemonRoot/rslave/mount_root
19:58:51 [2021-02-01T19:58:51.573Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
19:58:51 [2021-02-01T19:58:51.573Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
19:58:51 [2021-02-01T19:58:51.573Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
19:58:51 [2021-02-01T19:58:51.573Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
19:58:51 [2021-02-01T19:58:51.573Z] === CONT  TestMountDaemonRoot/slave/bind_root
19:58:51 [2021-02-01T19:58:51.573Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
19:58:51 [2021-02-01T19:58:51.573Z] === CONT  TestMountDaemonRoot/slave/mount_root
19:58:51 [2021-02-01T19:58:51.573Z] --- PASS: TestMountDaemonRoot (0.04s)
19:58:51 [2021-02-01T19:58:51.573Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.09s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.10s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s)
19:58:51 [2021-02-01T19:58:51.573Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s)
19:58:51 [2021-02-01T19:58:51.573Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
19:58:51 [2021-02-01T19:58:51.573Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s)
19:58:51 [2021-02-01T19:58:51.573Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
19:58:51 [2021-02-01T19:58:51.573Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s)
19:58:51 [2021-02-01T19:58:51.573Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s)
19:58:51 [2021-02-01T19:58:51.573Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s)
19:58:51 [2021-02-01T19:58:51.573Z] === RUN   TestContainerBindMountNonRecursive
19:58:51 [2021-02-01T19:58:51.664Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:58:51 [2021-02-01T19:58:51.665Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:58:52 [2021-02-01T19:58:52.058Z] --- PASS: TestInfoDiscoveryBackend (1.53s)
19:58:52 [2021-02-01T19:58:52.058Z] === RUN   TestInfoDiscoveryInvalidAdvertise
19:58:52 [2021-02-01T19:58:52.731Z] === RUN   TestDockerNetworkMacvlan/InternalMode
19:58:54 [2021-02-01T19:58:54.107Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
19:58:54 [2021-02-01T19:58:54.181Z] --- PASS: TestContainerBindMountNonRecursive (2.29s)
19:58:54 [2021-02-01T19:58:54.181Z] === RUN   TestContainerVolumesMountedAsShared
19:58:54 [2021-02-01T19:58:54.388Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
19:58:54 [2021-02-01T19:58:54.388Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.58s)
19:58:54 [2021-02-01T19:58:54.388Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.73s)
19:58:54 [2021-02-01T19:58:54.388Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.59s)
19:58:54 [2021-02-01T19:58:54.388Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.56s)
19:58:54 [2021-02-01T19:58:54.388Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.59s)
19:58:54 [2021-02-01T19:58:54.388Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.54s)
19:58:54 [2021-02-01T19:58:54.388Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.44s)
19:58:54 [2021-02-01T19:58:54.388Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.44s)
19:58:54 [2021-02-01T19:58:54.388Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.05s)
19:58:54 [2021-02-01T19:58:54.388Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.07s)
19:58:54 [2021-02-01T19:58:54.388Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.42s)
19:58:54 [2021-02-01T19:58:54.388Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.39s)
19:58:54 [2021-02-01T19:58:54.388Z] === RUN   TestCgroupNamespacesRun
19:58:54 [2021-02-01T19:58:54.673Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
19:58:54 [2021-02-01T19:58:54.755Z] --- PASS: TestContainerVolumesMountedAsShared (0.76s)
19:58:54 [2021-02-01T19:58:54.755Z] === RUN   TestContainerVolumesMountedAsSlave
19:58:55 [2021-02-01T19:58:55.330Z] --- PASS: TestContainerVolumesMountedAsSlave (0.65s)
19:58:55 [2021-02-01T19:58:55.330Z] === RUN   TestNetworkNat
19:58:55 [2021-02-01T19:58:55.495Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s)
19:58:55 [2021-02-01T19:58:55.495Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
19:58:55 [2021-02-01T19:58:55.495Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
19:58:55 [2021-02-01T19:58:55.495Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
19:58:55 [2021-02-01T19:58:55.495Z] === RUN   TestInfoAPI
19:58:55 [2021-02-01T19:58:55.495Z] --- PASS: TestInfoAPI (0.04s)
19:58:55 [2021-02-01T19:58:55.495Z] === RUN   TestInfoAPIWarnings
19:58:56 [2021-02-01T19:58:56.275Z] --- PASS: TestNetworkNat (0.84s)
19:58:56 [2021-02-01T19:58:56.275Z] === RUN   TestNetworkLocalhostTCPNat
19:58:56 [2021-02-01T19:58:56.450Z] --- PASS: TestCgroupNamespacesRun (1.94s)
19:58:56 [2021-02-01T19:58:56.450Z] === RUN   TestCgroupNamespacesRunPrivileged
19:58:57 [2021-02-01T19:58:57.205Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
19:58:57 [2021-02-01T19:58:57.219Z] --- PASS: TestNetworkLocalhostTCPNat (0.87s)
19:58:57 [2021-02-01T19:58:57.219Z] === RUN   TestNetworkLoopbackNat
19:58:57 [2021-02-01T19:58:57.954Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.76s)
19:58:57 [2021-02-01T19:58:57.954Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
19:58:58 [2021-02-01T19:58:58.579Z] === RUN   TestDockerNetworkMacvlan/Addressing
19:58:58 [2021-02-01T19:58:58.837Z] === RUN   TestDockerSuite/TestBuildRm
19:58:59 [2021-02-01T19:58:59.772Z] --- PASS: TestDockerNetworkMacvlan (11.48s)
19:58:59 [2021-02-01T19:58:59.772Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s)
19:58:59 [2021-02-01T19:58:59.772Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.16s)
19:58:59 [2021-02-01T19:58:59.772Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.99s)
19:58:59 [2021-02-01T19:58:59.772Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.97s)
19:58:59 [2021-02-01T19:58:59.772Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.68s)
19:58:59 [2021-02-01T19:58:59.772Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.69s)
19:58:59 [2021-02-01T19:58:59.772Z] PASS
19:58:59 [2021-02-01T19:58:59.772Z] 
19:58:59 [2021-02-01T19:58:59.772Z] DONE 8 tests in 12.945s
19:58:59 [2021-02-01T19:58:59.772Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
19:58:59 [2021-02-01T19:58:59.772Z] ++ 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
19:58:59 [2021-02-01T19:58:59.772Z] ++ set -e
19:58:59 [2021-02-01T19:58:59.772Z] ++ '[' -n 0 ']'
19:58:59 [2021-02-01T19:58:59.772Z] ++ set -x
19:58:59 [2021-02-01T19:58:59.772Z] ++ 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
19:58:59 [2021-02-01T19:58:59.772Z] testing: warning: no tests to run
19:58:59 [2021-02-01T19:58:59.772Z] PASS
19:58:59 [2021-02-01T19:58:59.772Z] 
19:58:59 [2021-02-01T19:58:59.772Z] DONE 0 tests in 0.006s
19:58:59 [2021-02-01T19:58:59.772Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
19:58:59 [2021-02-01T19:58:59.772Z] ++ 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
19:58:59 [2021-02-01T19:58:59.772Z] ++ set -e
19:58:59 [2021-02-01T19:58:59.772Z] ++ '[' -n 0 ']'
19:58:59 [2021-02-01T19:58:59.772Z] ++ set -x
19:58:59 [2021-02-01T19:58:59.772Z] ++ 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
19:58:59 [2021-02-01T19:58:59.772Z] INFO: Testing against a local daemon
19:58:59 [2021-02-01T19:58:59.772Z] === RUN   TestAuthZPluginAllowRequest
19:59:00 [2021-02-01T19:59:00.015Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.95s)
19:59:00 [2021-02-01T19:59:00.015Z] === RUN   TestCgroupNamespacesRunHostMode
19:59:00 [2021-02-01T19:59:00.521Z] --- PASS: TestNetworkLoopbackNat (3.16s)
19:59:00 [2021-02-01T19:59:00.521Z] === RUN   TestPause
19:59:01 [2021-02-01T19:59:01.094Z] --- PASS: TestPause (0.79s)
19:59:01 [2021-02-01T19:59:01.094Z] === RUN   TestPauseFailsOnWindowsServerContainers
19:59:01 [2021-02-01T19:59:01.094Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
19:59:01 [2021-02-01T19:59:01.094Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:59:01 [2021-02-01T19:59:01.094Z] === RUN   TestPauseStopPausedContainer
19:59:01 [2021-02-01T19:59:01.147Z] --- PASS: TestAuthZPluginAllowRequest (1.38s)
19:59:01 [2021-02-01T19:59:01.147Z] === RUN   TestAuthZPluginTLS
19:59:01 [2021-02-01T19:59:01.406Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
19:59:01 [2021-02-01T19:59:01.665Z] --- PASS: TestAuthZPluginTLS (0.54s)
19:59:01 [2021-02-01T19:59:01.665Z] === RUN   TestAuthZPluginDenyRequest
19:59:02 [2021-02-01T19:59:02.037Z] --- PASS: TestPauseStopPausedContainer (0.85s)
19:59:02 [2021-02-01T19:59:02.037Z] === RUN   TestPsFilter
19:59:02 [2021-02-01T19:59:02.079Z] --- PASS: TestCgroupNamespacesRunHostMode (1.94s)
19:59:02 [2021-02-01T19:59:02.079Z] === RUN   TestCgroupNamespacesRunPrivateMode
19:59:02 [2021-02-01T19:59:02.232Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
19:59:02 [2021-02-01T19:59:02.232Z] === RUN   TestAuthZPluginAPIDenyResponse
19:59:02 [2021-02-01T19:59:02.232Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
19:59:02 [2021-02-01T19:59:02.298Z] --- PASS: TestPsFilter (0.27s)
19:59:02 [2021-02-01T19:59:02.298Z] === RUN   TestRemoveContainerWithRemovedVolume
19:59:02 [2021-02-01T19:59:02.803Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
19:59:02 [2021-02-01T19:59:02.803Z] === RUN   TestAuthZPluginDenyResponse
19:59:02 [2021-02-01T19:59:02.871Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.78s)
19:59:02 [2021-02-01T19:59:02.871Z] === RUN   TestRemoveContainerWithVolume
19:59:03 [2021-02-01T19:59:03.084Z] === RUN   TestDockerSuite/TestBuildScratchCopy
19:59:03 [2021-02-01T19:59:03.343Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
19:59:03 [2021-02-01T19:59:03.343Z] === RUN   TestAuthZPluginAllowEventStream
19:59:03 [2021-02-01T19:59:03.343Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
19:59:03 [2021-02-01T19:59:03.583Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.89s)
19:59:03 [2021-02-01T19:59:03.583Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
19:59:03 [2021-02-01T19:59:03.816Z] --- PASS: TestRemoveContainerWithVolume (0.77s)
19:59:03 [2021-02-01T19:59:03.816Z] === RUN   TestRemoveContainerRunning
19:59:03 [2021-02-01T19:59:03.910Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
19:59:04 [2021-02-01T19:59:04.477Z] --- PASS: TestAuthZPluginAllowEventStream (1.30s)
19:59:04 [2021-02-01T19:59:04.477Z] === RUN   TestAuthZPluginErrorResponse
19:59:04 [2021-02-01T19:59:04.735Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
19:59:04 [2021-02-01T19:59:04.760Z] --- PASS: TestRemoveContainerRunning (0.79s)
19:59:04 [2021-02-01T19:59:04.760Z] === RUN   TestRemoveContainerForceRemoveRunning
19:59:04 [2021-02-01T19:59:04.994Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
19:59:04 [2021-02-01T19:59:04.994Z] === RUN   TestAuthZPluginErrorRequest
19:59:05 [2021-02-01T19:59:05.340Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.81s)
19:59:05 [2021-02-01T19:59:05.340Z] === RUN   TestRemoveInvalidContainer
19:59:05 [2021-02-01T19:59:05.340Z] --- PASS: TestRemoveInvalidContainer (0.02s)
19:59:05 [2021-02-01T19:59:05.340Z] === RUN   TestRenameLinkedContainer
19:59:05 [2021-02-01T19:59:05.561Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
19:59:05 [2021-02-01T19:59:05.561Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
19:59:05 [2021-02-01T19:59:05.561Z] === RUN   TestDockerSuite/TestBuildShellInherited
19:59:05 [2021-02-01T19:59:05.695Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.87s)
19:59:05 [2021-02-01T19:59:05.695Z] === RUN   TestCgroupNamespacesRunInvalidMode
19:59:06 [2021-02-01T19:59:06.128Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
19:59:06 [2021-02-01T19:59:06.128Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
19:59:06 [2021-02-01T19:59:06.335Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s)
19:59:06 [2021-02-01T19:59:06.335Z] === RUN   TestCgroupNamespacesRunOlderClient
19:59:06 [2021-02-01T19:59:06.386Z] === RUN   TestDockerSuite/TestBuildShellMultiple
19:59:07 [2021-02-01T19:59:07.762Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
19:59:07 [2021-02-01T19:59:07.762Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.69s)
19:59:07 [2021-02-01T19:59:07.762Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
19:59:08 [2021-02-01T19:59:08.408Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.98s)
19:59:08 [2021-02-01T19:59:08.408Z] === RUN   TestKernelTCPMemory
19:59:08 [2021-02-01T19:59:08.647Z] --- PASS: TestRenameLinkedContainer (3.22s)
19:59:08 [2021-02-01T19:59:08.647Z] === RUN   TestRenameStoppedContainer
19:59:09 [2021-02-01T19:59:09.219Z] --- PASS: TestRenameStoppedContainer (0.76s)
19:59:09 [2021-02-01T19:59:09.219Z] === RUN   TestRenameRunningContainerAndReuse
19:59:09 [2021-02-01T19:59:09.440Z] --- PASS: TestKernelTCPMemory (0.97s)
19:59:09 [2021-02-01T19:59:09.440Z] === RUN   TestNISDomainname
19:59:09 [2021-02-01T19:59:09.665Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.59s)
19:59:09 [2021-02-01T19:59:09.665Z] === RUN   TestAuthZPluginHeader
19:59:09 [2021-02-01T19:59:09.924Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
19:59:09 [2021-02-01T19:59:09.924Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
19:59:10 [2021-02-01T19:59:10.183Z] --- PASS: TestAuthZPluginHeader (0.73s)
19:59:10 [2021-02-01T19:59:10.183Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
19:59:10 [2021-02-01T19:59:10.183Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
19:59:10 [2021-02-01T19:59:10.183Z] === RUN   TestDockerSuite/TestBuildSpaces
19:59:10 [2021-02-01T19:59:10.442Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
19:59:10 [2021-02-01T19:59:10.471Z] --- PASS: TestNISDomainname (1.12s)
19:59:10 [2021-02-01T19:59:10.471Z] === RUN   TestHostnameDnsResolution
19:59:11 [2021-02-01T19:59:11.137Z] --- PASS: TestRenameRunningContainerAndReuse (1.64s)
19:59:11 [2021-02-01T19:59:11.137Z] === RUN   TestRenameInvalidName
19:59:11 [2021-02-01T19:59:11.378Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
19:59:11 [2021-02-01T19:59:11.378Z] === RUN   TestDockerSuite/TestBuildStderr
19:59:11 [2021-02-01T19:59:11.709Z] --- PASS: TestRenameInvalidName (0.80s)
19:59:11 [2021-02-01T19:59:11.709Z] === RUN   TestRenameAnonymousContainer
19:59:12 [2021-02-01T19:59:12.313Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
19:59:12 [2021-02-01T19:59:12.536Z] --- PASS: TestHostnameDnsResolution (1.80s)
19:59:12 [2021-02-01T19:59:12.536Z] === RUN   TestStats
19:59:12 [2021-02-01T19:59:12.600Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
19:59:13 [2021-02-01T19:59:13.596Z] --- PASS: TestInfoAPIWarnings (17.38s)
19:59:13 [2021-02-01T19:59:13.596Z] === RUN   TestInfoDebug
19:59:13 [2021-02-01T19:59:13.689Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.53s)
19:59:13 [2021-02-01T19:59:13.689Z] === RUN   TestAuthZPluginV2Disable
19:59:14 [2021-02-01T19:59:14.166Z] --- PASS: TestInfoDebug (1.53s)
19:59:14 [2021-02-01T19:59:14.166Z] === RUN   TestInfoInsecureRegistries
19:59:15 [2021-02-01T19:59:15.262Z] --- PASS: TestStats (3.03s)
19:59:15 [2021-02-01T19:59:15.262Z] === RUN   TestStopContainerWithTimeout
19:59:15 [2021-02-01T19:59:15.262Z] === RUN   TestStopContainerWithTimeout/0
19:59:15 [2021-02-01T19:59:15.262Z] === PAUSE TestStopContainerWithTimeout/0
19:59:15 [2021-02-01T19:59:15.262Z] === RUN   TestStopContainerWithTimeout/1
19:59:15 [2021-02-01T19:59:15.262Z] === PAUSE TestStopContainerWithTimeout/1
19:59:15 [2021-02-01T19:59:15.262Z] === RUN   TestStopContainerWithTimeout/3
19:59:15 [2021-02-01T19:59:15.262Z] === PAUSE TestStopContainerWithTimeout/3
19:59:15 [2021-02-01T19:59:15.262Z] === RUN   TestStopContainerWithTimeout/-1
19:59:15 [2021-02-01T19:59:15.262Z] === PAUSE TestStopContainerWithTimeout/-1
19:59:15 [2021-02-01T19:59:15.262Z] === CONT  TestStopContainerWithTimeout/0
19:59:15 [2021-02-01T19:59:15.262Z] === CONT  TestStopContainerWithTimeout/-1
19:59:15 [2021-02-01T19:59:15.548Z] --- PASS: TestInfoInsecureRegistries (1.54s)
19:59:15 [2021-02-01T19:59:15.548Z] === RUN   TestInfoRegistryMirrors
19:59:15 [2021-02-01T19:59:15.590Z] === RUN   TestDockerSuite/TestBuildStopSignal
19:59:15 [2021-02-01T19:59:15.848Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
19:59:15 [2021-02-01T19:59:15.920Z] --- PASS: TestRenameAnonymousContainer (4.02s)
19:59:15 [2021-02-01T19:59:15.920Z] === RUN   TestRenameContainerWithSameName
19:59:16 [2021-02-01T19:59:16.293Z] === CONT  TestStopContainerWithTimeout/3
19:59:16 [2021-02-01T19:59:16.493Z] --- PASS: TestRenameContainerWithSameName (0.78s)
19:59:16 [2021-02-01T19:59:16.493Z] === RUN   TestRenameContainerWithLinkedContainer
19:59:16 [2021-02-01T19:59:16.784Z] --- PASS: TestAuthZPluginV2Disable (2.83s)
19:59:16 [2021-02-01T19:59:16.785Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
19:59:16 [2021-02-01T19:59:16.785Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
19:59:17 [2021-02-01T19:59:17.043Z] === RUN   TestDockerSuite/TestBuildTagEvent
19:59:17 [2021-02-01T19:59:17.462Z] --- PASS: TestInfoRegistryMirrors (1.53s)
19:59:17 [2021-02-01T19:59:17.462Z] === RUN   TestLoginFailsWithBadCredentials
19:59:17 [2021-02-01T19:59:17.462Z] --- PASS: TestLoginFailsWithBadCredentials (0.19s)
19:59:17 [2021-02-01T19:59:17.462Z] === RUN   TestPingCacheHeaders
19:59:17 [2021-02-01T19:59:17.463Z] --- PASS: TestPingCacheHeaders (0.04s)
19:59:17 [2021-02-01T19:59:17.463Z] === RUN   TestPingGet
19:59:17 [2021-02-01T19:59:17.463Z] --- PASS: TestPingGet (0.02s)
19:59:17 [2021-02-01T19:59:17.463Z] === RUN   TestPingHead
19:59:17 [2021-02-01T19:59:17.463Z] --- PASS: TestPingHead (0.02s)
19:59:17 [2021-02-01T19:59:17.463Z] === RUN   TestVersion
19:59:17 [2021-02-01T19:59:17.463Z] --- PASS: TestVersion (0.02s)
19:59:17 [2021-02-01T19:59:17.463Z] PASS
19:59:17 [2021-02-01T19:59:17.463Z] 
19:59:17 [2021-02-01T19:59:17.463Z] === Skipped
19:59:17 [2021-02-01T19:59:17.463Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
19:59:17 [2021-02-01T19:59:17.463Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
19:59:17 [2021-02-01T19:59:17.463Z] 
19:59:17 [2021-02-01T19:59:17.463Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
19:59:17 [2021-02-01T19:59:17.463Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
19:59:17 [2021-02-01T19:59:17.463Z] 
19:59:17 [2021-02-01T19:59:17.463Z] 
19:59:17 [2021-02-01T19:59:17.463Z] DONE 18 tests, 2 skipped in 27.956s
19:59:17 [2021-02-01T19:59:17.463Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
19:59:17 [2021-02-01T19:59:17.723Z] INFO: Testing against a local daemon
19:59:17 [2021-02-01T19:59:17.723Z] === RUN   TestVolumesCreateAndList
19:59:17 [2021-02-01T19:59:17.723Z] --- PASS: TestVolumesCreateAndList (0.02s)
19:59:17 [2021-02-01T19:59:17.723Z] === RUN   TestVolumesRemove
19:59:17 [2021-02-01T19:59:17.723Z] --- PASS: TestVolumesRemove (0.06s)
19:59:17 [2021-02-01T19:59:17.723Z] === RUN   TestVolumesInspect
19:59:17 [2021-02-01T19:59:17.723Z] --- PASS: TestVolumesInspect (0.02s)
19:59:17 [2021-02-01T19:59:17.723Z] === RUN   TestVolumesInvalidJSON
19:59:17 [2021-02-01T19:59:17.723Z] === RUN   TestVolumesInvalidJSON//volumes/create
19:59:17 [2021-02-01T19:59:17.723Z] === PAUSE TestVolumesInvalidJSON//volumes/create
19:59:17 [2021-02-01T19:59:17.723Z] === CONT  TestVolumesInvalidJSON//volumes/create
19:59:17 [2021-02-01T19:59:17.723Z] --- PASS: TestVolumesInvalidJSON (0.03s)
19:59:17 [2021-02-01T19:59:17.723Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
19:59:17 [2021-02-01T19:59:17.723Z] PASS
19:59:17 [2021-02-01T19:59:17.723Z] 
19:59:17 [2021-02-01T19:59:17.723Z] DONE 5 tests in 0.253s
19:59:17 [2021-02-01T19:59:17.723Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
19:59:17 [2021-02-01T19:59:17.723Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12236 is not a child of this shell
19:59:17 [2021-02-01T19:59:17.723Z] warning: PID 12236 from bundles/test-integration/docker.pid had a nonzero exit code
19:59:17 [2021-02-01T19:59:17.723Z] Leaving: AppArmorNo profiles have been unloaded.
19:59:17 [2021-02-01T19:59:17.723Z] 
19:59:17 [2021-02-01T19:59:17.723Z] Unloading profiles will leave already running processes permanently
19:59:17 [2021-02-01T19:59:17.723Z] unconfined, which can lead to unexpected situations.
19:59:17 [2021-02-01T19:59:17.723Z] 
19:59:17 [2021-02-01T19:59:17.723Z] To set a process to complain mode, use the command line tool
19:59:17 [2021-02-01T19:59:17.723Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
19:59:17 [2021-02-01T19:59:17.723Z] Removing test suite binaries
19:59:17 [2021-02-01T19:59:17.723Z] exiting test-integration
19:59:17 [2021-02-01T19:59:17.723Z] ++ exit 0
19:59:17 [2021-02-01T19:59:17.978Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
19:59:18 [2021-02-01T19:59:18.356Z] === CONT  TestStopContainerWithTimeout/1
19:59:18 [2021-02-01T19:59:18.412Z] --- PASS: TestRenameContainerWithLinkedContainer (1.58s)
19:59:18 [2021-02-01T19:59:18.412Z] === RUN   TestResize
19:59:18 [2021-02-01T19:59:18.913Z] === RUN   TestDockerSuite/TestBuildUser
19:59:18 [2021-02-01T19:59:18.984Z] --- PASS: TestResize (0.81s)
19:59:18 [2021-02-01T19:59:18.984Z] === RUN   TestResizeWithInvalidSize
19:59:19 [2021-02-01T19:59:19.108Z] 
19:59:19 [2021-02-01T19:59:19.480Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.81s)
19:59:19 [2021-02-01T19:59:19.480Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
19:59:19 [2021-02-01T19:59:19.927Z] --- PASS: TestResizeWithInvalidSize (0.82s)
19:59:19 [2021-02-01T19:59:19.927Z] === RUN   TestResizeWhenContainerNotStarted
19:59:20 [2021-02-01T19:59:20.047Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
19:59:20 [2021-02-01T19:59:20.419Z] --- PASS: TestStopContainerWithTimeout (0.01s)
19:59:20 [2021-02-01T19:59:20.419Z]     --- PASS: TestStopContainerWithTimeout/0 (1.09s)
19:59:20 [2021-02-01T19:59:20.419Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.15s)
19:59:20 [2021-02-01T19:59:20.419Z]     --- PASS: TestStopContainerWithTimeout/3 (2.91s)
19:59:20 [2021-02-01T19:59:20.419Z]     --- PASS: TestStopContainerWithTimeout/1 (1.89s)
19:59:20 [2021-02-01T19:59:20.419Z] === RUN   TestDeleteDevicemapper
19:59:20 [2021-02-01T19:59:20.419Z] --- SKIP: TestDeleteDevicemapper (0.00s)
19:59:20 [2021-02-01T19:59:20.419Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:59:20 [2021-02-01T19:59:20.419Z] === RUN   TestStopContainerWithRestartPolicyAlways
19:59:20 [2021-02-01T19:59:20.501Z] --- PASS: TestResizeWhenContainerNotStarted (0.76s)
19:59:20 [2021-02-01T19:59:20.501Z] === RUN   TestDaemonRestartKillContainers
19:59:20 [2021-02-01T19:59:20.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:59:20 [2021-02-01T19:59:20.501Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
Post stage
[Pipeline] junit
19:59:20 [2021-02-01T19:59:20.532Z] Recording test results
19:59:21 [2021-02-01T19:59:21.141Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
19:59:21 [2021-02-01T19:59:21.484Z] + echo Ensuring container killed.
19:59:21 [2021-02-01T19:59:21.484Z] Ensuring container killed.
19:59:21 [2021-02-01T19:59:21.484Z] + docker rm -vf docker-pr4
19:59:21 [2021-02-01T19:59:21.484Z] Error: No such container: docker-pr4
[Pipeline] sh
19:59:21 [2021-02-01T19:59:21.769Z] + echo Chowning /workspace to jenkins user
19:59:21 [2021-02-01T19:59:21.769Z] Chowning /workspace to jenkins user
19:59:21 [2021-02-01T19:59:21.769Z] + id -u
19:59:21 [2021-02-01T19:59:21.769Z] + id -g
19:59:21 [2021-02-01T19:59:21.769Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41955:/workspace busybox chown -R 1000:1000 /workspace
19:59:22 [2021-02-01T19:59:22.429Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:59:22 [2021-02-01T19:59:22.429Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:59:22 [2021-02-01T19:59:22.577Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
19:59:23 [2021-02-01T19:59:23.377Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:59:23 [2021-02-01T19:59:23.377Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:59:23 [2021-02-01T19:59:23.452Z] + bundleName=amd64-rootless
19:59:23 [2021-02-01T19:59:23.452Z] + echo Creating amd64-rootless-bundles.tar.gz
19:59:23 [2021-02-01T19:59:23.452Z] Creating amd64-rootless-bundles.tar.gz
19:59:23 [2021-02-01T19:59:23.452Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
19:59:23 [2021-02-01T19:59:23.452Z] + 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
19:59:23 [2021-02-01T19:59:23.465Z] Archiving artifacts
19:59:23 [2021-02-01T19:59:23.706Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41955/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
19:59:23 [2021-02-01T19:59:23.931Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.72s)
19:59:23 [2021-02-01T19:59:23.931Z] === RUN   TestUpdateMemory
19:59:23 [2021-02-01T19:59:23.931Z] --- SKIP: TestUpdateMemory (0.00s)
19:59:23 [2021-02-01T19:59:23.931Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
19:59:23 [2021-02-01T19:59:23.931Z] === RUN   TestUpdateCPUQuota
19:59:23 [2021-02-01T19:59:23.951Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:59:23 [2021-02-01T19:59:23.951Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:59:24 [2021-02-01T19:59:24.037Z] + make clean
19:59:24 [2021-02-01T19:59:24.037Z] docker volume rm -f docker-dev-cache
19:59:24 [2021-02-01T19:59:24.297Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
19:59:25 [2021-02-01T19:59:25.436Z] --- PASS: TestUpdateCPUQuota (1.26s)
19:59:25 [2021-02-01T19:59:25.436Z] === RUN   TestUpdatePidsLimit
19:59:25 [2021-02-01T19:59:25.436Z] === RUN   TestUpdatePidsLimit/update_from_none
19:59:25 [2021-02-01T19:59:25.727Z] === RUN   TestUpdatePidsLimit/no_change
19:59:25 [2021-02-01T19:59:25.875Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:59:26 [2021-02-01T19:59:26.017Z] === RUN   TestUpdatePidsLimit/update_lower
19:59:26 [2021-02-01T19:59:26.648Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
19:59:26 [2021-02-01T19:59:26.824Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:59:26 [2021-02-01T19:59:26.939Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
19:59:27 [2021-02-01T19:59:27.048Z] --- PASS: TestBuildWithHugeFile (53.84s)
19:59:27 [2021-02-01T19:59:27.048Z] === RUN   TestBuildWCOWSandboxSize
19:59:27 [2021-02-01T19:59:27.048Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
19:59:27 [2021-02-01T19:59:27.048Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:59:27 [2021-02-01T19:59:27.048Z] === RUN   TestBuildWithEmptyDockerfile
19:59:27 [2021-02-01T19:59:27.048Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
19:59:27 [2021-02-01T19:59:27.048Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
19:59:27 [2021-02-01T19:59:27.048Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:59:27 [2021-02-01T19:59:27.048Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:59:27 [2021-02-01T19:59:27.048Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:59:27 [2021-02-01T19:59:27.048Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:59:27 [2021-02-01T19:59:27.048Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
19:59:27 [2021-02-01T19:59:27.048Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:59:27 [2021-02-01T19:59:27.048Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:59:27 [2021-02-01T19:59:27.048Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s)
19:59:27 [2021-02-01T19:59:27.048Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.28s)
19:59:27 [2021-02-01T19:59:27.048Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.29s)
19:59:27 [2021-02-01T19:59:27.048Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.29s)
19:59:27 [2021-02-01T19:59:27.048Z] === RUN   TestBuildPreserveOwnership
19:59:27 [2021-02-01T19:59:27.048Z] === RUN   TestBuildPreserveOwnership/copy_from
19:59:27 [2021-02-01T19:59:27.048Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
19:59:27 [2021-02-01T19:59:27.228Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
19:59:27 [2021-02-01T19:59:27.859Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
19:59:27 [2021-02-01T19:59:27.874Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (8.12s)
19:59:27 [2021-02-01T19:59:27.874Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
19:59:28 [2021-02-01T19:59:28.087Z] --- PASS: TestBuildPreserveOwnership (3.84s)
19:59:28 [2021-02-01T19:59:28.087Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.44s)
19:59:28 [2021-02-01T19:59:28.087Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.39s)
19:59:28 [2021-02-01T19:59:28.087Z] === RUN   TestBuildPlatformInvalid
19:59:28 [2021-02-01T19:59:28.087Z] --- PASS: TestBuildPlatformInvalid (0.12s)
19:59:28 [2021-02-01T19:59:28.087Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
19:59:29 [2021-02-01T19:59:29.375Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
19:59:29 [2021-02-01T19:59:29.375Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.70s)
19:59:29 [2021-02-01T19:59:29.375Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.76s)
19:59:29 [2021-02-01T19:59:29.375Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.74s)
19:59:29 [2021-02-01T19:59:29.375Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.88s)
19:59:29 [2021-02-01T19:59:29.375Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.64s)
19:59:29 [2021-02-01T19:59:29.375Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.63s)
19:59:29 [2021-02-01T19:59:29.375Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.66s)
19:59:29 [2021-02-01T19:59:29.375Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.70s)
19:59:29 [2021-02-01T19:59:29.375Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.79s)
19:59:29 [2021-02-01T19:59:29.375Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.37s)
19:59:29 [2021-02-01T19:59:29.375Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.50s)
19:59:29 [2021-02-01T19:59:29.375Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.36s)
19:59:29 [2021-02-01T19:59:29.375Z] === RUN   TestCgroupNamespacesRun
19:59:29 [2021-02-01T19:59:29.414Z] --- PASS: TestUpdatePidsLimit (3.81s)
19:59:29 [2021-02-01T19:59:29.414Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.40s)
19:59:29 [2021-02-01T19:59:29.414Z]     --- PASS: TestUpdatePidsLimit/no_change (0.41s)
19:59:29 [2021-02-01T19:59:29.414Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.36s)
19:59:29 [2021-02-01T19:59:29.414Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s)
19:59:29 [2021-02-01T19:59:29.414Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s)
19:59:29 [2021-02-01T19:59:29.414Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.43s)
19:59:29 [2021-02-01T19:59:29.414Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s)
19:59:29 [2021-02-01T19:59:29.414Z] === RUN   TestUpdateRestartPolicy
19:59:30 [2021-02-01T19:59:30.692Z] tests/integration/api_volume_test.py .........                           [ 74%]
19:59:30 [2021-02-01T19:59:30.692Z] tests/integration/client_test.py .....                                   [ 75%]
19:59:30 [2021-02-01T19:59:30.692Z] tests/integration/context_api_test.py ...                                [ 76%]
19:59:30 [2021-02-01T19:59:30.692Z] tests/integration/errors_test.py .                                       [ 76%]
19:59:30 [2021-02-01T19:59:30.763Z] --- PASS: TestCgroupNamespacesRun (1.83s)
19:59:30 [2021-02-01T19:59:30.763Z] === RUN   TestCgroupNamespacesRunPrivileged
19:59:32 [2021-02-01T19:59:32.680Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s)
19:59:32 [2021-02-01T19:59:32.680Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
19:59:34 [2021-02-01T19:59:34.433Z] === RUN   TestDockerSuite/TestBuildVerboseOut
19:59:34 [2021-02-01T19:59:34.598Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.87s)
19:59:34 [2021-02-01T19:59:34.598Z] === RUN   TestCgroupNamespacesRunHostMode
19:59:34 [2021-02-01T19:59:34.999Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
19:59:34 [2021-02-01T19:59:34.999Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
19:59:35 [2021-02-01T19:59:35.934Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
19:59:36 [2021-02-01T19:59:36.501Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
19:59:36 [2021-02-01T19:59:36.515Z] --- PASS: TestCgroupNamespacesRunHostMode (1.78s)
19:59:36 [2021-02-01T19:59:36.515Z] === RUN   TestCgroupNamespacesRunPrivateMode
19:59:37 [2021-02-01T19:59:37.876Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
19:59:37 [2021-02-01T19:59:37.876Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
19:59:37 [2021-02-01T19:59:37.876Z] === RUN   TestDockerSuite/TestBuildWindowsUser
19:59:37 [2021-02-01T19:59:37.876Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
19:59:37 [2021-02-01T19:59:37.876Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
19:59:38 [2021-02-01T19:59:38.430Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.84s)
19:59:38 [2021-02-01T19:59:38.430Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
19:59:39 [2021-02-01T19:59:39.250Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
19:59:39 [2021-02-01T19:59:39.250Z] === RUN   TestDockerSuite/TestBuildWithFailure
19:59:39 [2021-02-01T19:59:39.817Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
19:59:39 [2021-02-01T19:59:39.818Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.76s)
19:59:39 [2021-02-01T19:59:39.818Z] === RUN   TestCgroupNamespacesRunInvalidMode
19:59:40 [2021-02-01T19:59:40.075Z] === RUN   TestDockerSuite/TestBuildWithTabs
19:59:40 [2021-02-01T19:59:40.762Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.97s)
19:59:40 [2021-02-01T19:59:40.762Z] === RUN   TestCgroupNamespacesRunOlderClient
19:59:41 [2021-02-01T19:59:41.010Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
19:59:41 [2021-02-01T19:59:41.010Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
19:59:42 [2021-02-01T19:59:42.684Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.86s)
19:59:42 [2021-02-01T19:59:42.685Z] === RUN   TestKernelTCPMemory
19:59:42 [2021-02-01T19:59:42.911Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
19:59:43 [2021-02-01T19:59:43.460Z] Loaded image: buildpack-deps:buster
19:59:43 [2021-02-01T19:59:43.460Z] Loaded image: busybox:latest
19:59:43 [2021-02-01T19:59:43.460Z] Loaded image: busybox:glibc
19:59:43 [2021-02-01T19:59:43.628Z] --- PASS: TestKernelTCPMemory (0.88s)
19:59:43 [2021-02-01T19:59:43.628Z] === RUN   TestNISDomainname
19:59:44 [2021-02-01T19:59:44.109Z] Loaded image: debian:bullseye
19:59:44 [2021-02-01T19:59:44.286Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s)
19:59:44 [2021-02-01T19:59:44.286Z] PASS
19:59:44 [2021-02-01T19:59:44.286Z] 
19:59:44 [2021-02-01T19:59:44.286Z] DONE 17 tests in 44.321s
19:59:44 [2021-02-01T19:59:44.286Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
19:59:44 [2021-02-01T19:59:44.286Z] ++ 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
19:59:44 [2021-02-01T19:59:44.286Z] ++ set -e
19:59:44 [2021-02-01T19:59:44.286Z] ++ '[' -n 0 ']'
19:59:44 [2021-02-01T19:59:44.286Z] ++ set -x
19:59:44 [2021-02-01T19:59:44.286Z] ++ 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
19:59:44 [2021-02-01T19:59:44.286Z] INFO: Testing against a local daemon
19:59:44 [2021-02-01T19:59:44.286Z] === RUN   TestPluginInvalidJSON
19:59:44 [2021-02-01T19:59:44.286Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
19:59:44 [2021-02-01T19:59:44.286Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
19:59:44 [2021-02-01T19:59:44.286Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
19:59:44 [2021-02-01T19:59:44.286Z] --- PASS: TestPluginInvalidJSON (0.01s)
19:59:44 [2021-02-01T19:59:44.286Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
19:59:44 [2021-02-01T19:59:44.286Z] === RUN   TestPluginInstall
19:59:44 [2021-02-01T19:59:44.286Z] === RUN   TestPluginInstall/no_auth
19:59:44 [2021-02-01T19:59:44.286Z] === RUN   TestDockerSuite/TestBuildWithVolumes
19:59:44 [2021-02-01T19:59:44.402Z] Loaded image: hello-world:latest
19:59:44 [2021-02-01T19:59:44.402Z] Loaded image: arm32v7/hello-world:latest
19:59:44 [2021-02-01T19:59:44.571Z] --- PASS: TestNISDomainname (0.93s)
19:59:44 [2021-02-01T19:59:44.571Z] === RUN   TestHostnameDnsResolution
19:59:44 [2021-02-01T19:59:44.742Z] --- PASS: TestUpdateRestartPolicy (13.26s)
19:59:44 [2021-02-01T19:59:44.742Z] === RUN   TestUpdateRestartWithAutoRemove
19:59:44 [2021-02-01T19:59:44.742Z] --- PASS: TestUpdateRestartWithAutoRemove (1.06s)
19:59:44 [2021-02-01T19:59:44.742Z] === RUN   TestWaitNonBlocked
19:59:44 [2021-02-01T19:59:44.742Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
19:59:44 [2021-02-01T19:59:44.742Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
19:59:44 [2021-02-01T19:59:44.742Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
19:59:44 [2021-02-01T19:59:44.742Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
19:59:44 [2021-02-01T19:59:44.742Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
19:59:44 [2021-02-01T19:59:44.742Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
19:59:44 [2021-02-01T19:59:44.742Z] --- PASS: TestWaitNonBlocked (0.01s)
19:59:44 [2021-02-01T19:59:44.742Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.13s)
19:59:44 [2021-02-01T19:59:44.742Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.26s)
19:59:44 [2021-02-01T19:59:44.742Z] === RUN   TestWaitBlocked
19:59:44 [2021-02-01T19:59:44.742Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
19:59:44 [2021-02-01T19:59:44.742Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
19:59:44 [2021-02-01T19:59:44.742Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
19:59:44 [2021-02-01T19:59:44.742Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
19:59:44 [2021-02-01T19:59:44.742Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
19:59:44 [2021-02-01T19:59:44.742Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
19:59:44 [2021-02-01T19:59:44.853Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
19:59:45 [2021-02-01T19:59:45.112Z] time="2021-02-01T19:59:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:59:45 [2021-02-01T19:59:45.112Z] time="2021-02-01T19:59:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:81b56967a1662676e29877fea188d2657af5876d833b8221fa494085da63dc9e" mediatype=application/vnd.docker.plugin.v1+json size=522
19:59:45 [2021-02-01T19:59:45.112Z] time="2021-02-01T19:59:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:59:45 [2021-02-01T19:59:45.112Z] time="2021-02-01T19:59:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:81b56967a1662676e29877fea188d2657af5876d833b8221fa494085da63dc9e" mediatype=application/vnd.docker.plugin.v1+json size=522
19:59:45 [2021-02-01T19:59:45.112Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
19:59:45 [2021-02-01T19:59:45.370Z] === RUN   TestPluginInstall/with_htpasswd
19:59:45 [2021-02-01T19:59:45.629Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
19:59:45 [2021-02-01T19:59:45.629Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
19:59:45 [2021-02-01T19:59:45.887Z] time="2021-02-01T19:59:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:59:45 [2021-02-01T19:59:45.887Z] time="2021-02-01T19:59:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:76134b9f6040c572075586a5ae6a575b8a7c1efe1b3575f23513f6de03d7dd98" mediatype=application/vnd.docker.plugin.v1+json size=522
19:59:45 [2021-02-01T19:59:45.887Z] time="2021-02-01T19:59:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:59:45 [2021-02-01T19:59:45.887Z] time="2021-02-01T19:59:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:76134b9f6040c572075586a5ae6a575b8a7c1efe1b3575f23513f6de03d7dd98" mediatype=application/vnd.docker.plugin.v1+json size=522
19:59:46 [2021-02-01T19:59:46.146Z] === RUN   TestPluginInstall/with_insecure
19:59:46 [2021-02-01T19:59:46.146Z] === RUN   TestDockerSuite/TestBuildXZHost
19:59:46 [2021-02-01T19:59:46.248Z] --- PASS: TestWaitBlocked (0.01s)
19:59:46 [2021-02-01T19:59:46.248Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.24s)
19:59:46 [2021-02-01T19:59:46.248Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.33s)
19:59:46 [2021-02-01T19:59:46.248Z] === CONT  TestContainerStartOnDaemonRestart
19:59:46 [2021-02-01T19:59:46.248Z] === CONT  TestContainerKillOnDaemonStart
19:59:46 [2021-02-01T19:59:46.488Z] --- PASS: TestHostnameDnsResolution (1.70s)
19:59:46 [2021-02-01T19:59:46.488Z] === RUN   TestStats
19:59:47 [2021-02-01T19:59:47.081Z] time="2021-02-01T19:59:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:59:47 [2021-02-01T19:59:47.081Z] time="2021-02-01T19:59:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0f793c286f20f5ebe7de824b9c2ab41ccec29a14ec9168986eb1ac71c5f7b026" mediatype=application/vnd.docker.plugin.v1+json size=522
19:59:47 [2021-02-01T19:59:47.081Z] time="2021-02-01T19:59:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:59:47 [2021-02-01T19:59:47.081Z] time="2021-02-01T19:59:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0f793c286f20f5ebe7de824b9c2ab41ccec29a14ec9168986eb1ac71c5f7b026" mediatype=application/vnd.docker.plugin.v1+json size=522
19:59:47 [2021-02-01T19:59:47.339Z] --- PASS: TestPluginInstall (3.22s)
19:59:47 [2021-02-01T19:59:47.339Z]     --- PASS: TestPluginInstall/no_auth (1.28s)
19:59:47 [2021-02-01T19:59:47.339Z]     --- PASS: TestPluginInstall/with_htpasswd (0.74s)
19:59:47 [2021-02-01T19:59:47.339Z]     --- PASS: TestPluginInstall/with_insecure (1.19s)
19:59:47 [2021-02-01T19:59:47.339Z]         plugin_test.go:160: [d0989776cb226] daemon is not started
19:59:47 [2021-02-01T19:59:47.339Z] === RUN   TestPluginsWithRuntimes
19:59:47 [2021-02-01T19:59:47.597Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
19:59:47 [2021-02-01T19:59:47.597Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
19:59:47 [2021-02-01T19:59:47.597Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
19:59:48 [2021-02-01T19:59:48.164Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
19:59:49 [2021-02-01T19:59:49.033Z] --- PASS: TestStats (2.82s)
19:59:49 [2021-02-01T19:59:49.033Z] === RUN   TestStopContainerWithTimeout
19:59:49 [2021-02-01T19:59:49.033Z] === RUN   TestStopContainerWithTimeout/0
19:59:49 [2021-02-01T19:59:49.033Z] === PAUSE TestStopContainerWithTimeout/0
19:59:49 [2021-02-01T19:59:49.033Z] === RUN   TestStopContainerWithTimeout/1
19:59:49 [2021-02-01T19:59:49.033Z] === PAUSE TestStopContainerWithTimeout/1
19:59:49 [2021-02-01T19:59:49.033Z] === RUN   TestStopContainerWithTimeout/3
19:59:49 [2021-02-01T19:59:49.033Z] === PAUSE TestStopContainerWithTimeout/3
19:59:49 [2021-02-01T19:59:49.033Z] === RUN   TestStopContainerWithTimeout/-1
19:59:49 [2021-02-01T19:59:49.033Z] === PAUSE TestStopContainerWithTimeout/-1
19:59:49 [2021-02-01T19:59:49.033Z] === CONT  TestStopContainerWithTimeout/0
19:59:49 [2021-02-01T19:59:49.033Z] === CONT  TestStopContainerWithTimeout/3
19:59:49 [2021-02-01T19:59:49.033Z] === CONT  TestStopContainerWithTimeout/-1
19:59:49 [2021-02-01T19:59:49.033Z] === CONT  TestStopContainerWithTimeout/1
19:59:49 [2021-02-01T19:59:49.099Z] === RUN   TestDockerSuite/TestCommitChange
19:59:49 [2021-02-01T19:59:49.099Z] === RUN   TestPluginsWithRuntimes/No_Args
19:59:49 [2021-02-01T19:59:49.666Z] === RUN   TestDockerSuite/TestCommitChangeLabels
19:59:49 [2021-02-01T19:59:49.758Z] --- PASS: TestContainerStartOnDaemonRestart (3.33s)
19:59:49 [2021-02-01T19:59:49.758Z] === CONT  TestIpcModeOlderClient
19:59:49 [2021-02-01T19:59:49.758Z] --- PASS: TestIpcModeOlderClient (0.15s)
19:59:49 [2021-02-01T19:59:49.758Z] === CONT  TestDaemonHostGatewayIP
19:59:49 [2021-02-01T19:59:49.925Z] === RUN   TestPluginsWithRuntimes/With_Args
19:59:50 [2021-02-01T19:59:50.010Z] tests/integration/models_containers_test.py ............................ [ 83%]
19:59:50 [2021-02-01T19:59:50.506Z] === RUN   TestDockerSuite/TestCommitHardlink
19:59:51 [2021-02-01T19:59:51.073Z] --- PASS: TestPluginsWithRuntimes (3.72s)
19:59:51 [2021-02-01T19:59:51.073Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.96s)
19:59:51 [2021-02-01T19:59:51.073Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.05s)
19:59:51 [2021-02-01T19:59:51.073Z] PASS
19:59:51 [2021-02-01T19:59:51.073Z] 
19:59:51 [2021-02-01T19:59:51.073Z] DONE 9 tests in 6.976s
19:59:51 [2021-02-01T19:59:51.073Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
19:59:51 [2021-02-01T19:59:51.073Z] ++ 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
19:59:51 [2021-02-01T19:59:51.073Z] ++ set -e
19:59:51 [2021-02-01T19:59:51.073Z] ++ '[' -n 0 ']'
19:59:51 [2021-02-01T19:59:51.073Z] ++ set -x
19:59:51 [2021-02-01T19:59:51.073Z] ++ 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
19:59:51 [2021-02-01T19:59:51.073Z] INFO: Testing against a local daemon
19:59:51 [2021-02-01T19:59:51.073Z] === RUN   TestExternalGraphDriver
19:59:51 [2021-02-01T19:59:51.073Z] === RUN   TestExternalGraphDriver/json
19:59:51 [2021-02-01T19:59:51.328Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (22.48s)
19:59:51 [2021-02-01T19:59:51.328Z] PASS
19:59:51 [2021-02-01T19:59:51.328Z] 
19:59:51 [2021-02-01T19:59:51.328Z] === Skipped
19:59:51 [2021-02-01T19:59:51.328Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s)
19:59:51 [2021-02-01T19:59:51.328Z]     build_session_test.go:25: TODO: BuildKit
19:59:51 [2021-02-01T19:59:51.328Z] 
19:59:51 [2021-02-01T19:59:51.328Z] === SKIP: ppc64le.integration.build TestBuildWCOWSandboxSize (0.01s)
19:59:51 [2021-02-01T19:59:51.328Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:59:51 [2021-02-01T19:59:51.328Z] 
19:59:51 [2021-02-01T19:59:51.328Z] 
19:59:51 [2021-02-01T19:59:51.329Z] DONE 34 tests, 2 skipped in 118.191s
19:59:51 [2021-02-01T19:59:51.329Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m 
19:59:51 [2021-02-01T19:59:51.329Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m
19:59:51 [2021-02-01T19:59:51.329Z] ++ set -e
19:59:51 [2021-02-01T19:59:51.329Z] ++ '[' -n 0 ']'
19:59:51 [2021-02-01T19:59:51.329Z] ++ set -x
19:59:51 [2021-02-01T19:59:51.329Z] ++ 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=ppc64le 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/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m
19:59:51 [2021-02-01T19:59:51.329Z] INFO: Testing against a local daemon
19:59:51 [2021-02-01T19:59:51.329Z] === RUN   TestConfigInspect
19:59:51 [2021-02-01T19:59:51.641Z] === RUN   TestDockerSuite/TestCommitNewFile
19:59:52 [2021-02-01T19:59:52.338Z] --- PASS: TestStopContainerWithTimeout (0.02s)
19:59:52 [2021-02-01T19:59:52.338Z]     --- PASS: TestStopContainerWithTimeout/0 (1.27s)
19:59:52 [2021-02-01T19:59:52.338Z]     --- PASS: TestStopContainerWithTimeout/1 (2.30s)
19:59:52 [2021-02-01T19:59:52.338Z]     --- PASS: TestStopContainerWithTimeout/3 (3.12s)
19:59:52 [2021-02-01T19:59:52.338Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.19s)
19:59:52 [2021-02-01T19:59:52.338Z] === RUN   TestDeleteDevicemapper
19:59:52 [2021-02-01T19:59:52.338Z] --- SKIP: TestDeleteDevicemapper (0.00s)
19:59:52 [2021-02-01T19:59:52.338Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:59:52 [2021-02-01T19:59:52.338Z] === RUN   TestStopContainerWithRestartPolicyAlways
19:59:52 [2021-02-01T19:59:52.576Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
19:59:52 [2021-02-01T19:59:52.834Z] === RUN   TestDockerSuite/TestCommitPausedContainer
19:59:52 [2021-02-01T19:59:52.838Z] --- PASS: TestConfigInspect (1.93s)
19:59:52 [2021-02-01T19:59:52.838Z] === RUN   TestConfigList
19:59:53 [2021-02-01T19:59:53.092Z] === RUN   TestExternalGraphDriver/spec
19:59:53 [2021-02-01T19:59:53.265Z] --- PASS: TestDaemonHostGatewayIP (3.60s)
19:59:53 [2021-02-01T19:59:53.265Z] === CONT  TestRestartDaemonWithRestartingContainer
19:59:53 [2021-02-01T19:59:53.659Z] === RUN   TestDockerSuite/TestCommitTTY
19:59:54 [2021-02-01T19:59:54.890Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.46s)
19:59:54 [2021-02-01T19:59:54.890Z] === RUN   TestUpdateMemory
19:59:54 [2021-02-01T19:59:54.890Z] --- SKIP: TestUpdateMemory (0.00s)
19:59:54 [2021-02-01T19:59:54.890Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
19:59:54 [2021-02-01T19:59:54.890Z] === RUN   TestUpdateCPUQuota
19:59:54 [2021-02-01T19:59:54.910Z] --- PASS: TestConfigList (1.95s)
19:59:54 [2021-02-01T19:59:54.910Z] === RUN   TestConfigsCreateAndDelete
19:59:55 [2021-02-01T19:59:55.035Z] === RUN   TestExternalGraphDriver/pull
19:59:55 [2021-02-01T19:59:55.035Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
19:59:55 [2021-02-01T19:59:55.971Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
19:59:55 [2021-02-01T19:59:55.991Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.96s)
19:59:55 [2021-02-01T19:59:55.991Z] === CONT  TestDaemonRestartIpcMode
19:59:56 [2021-02-01T19:59:56.279Z] --- PASS: TestUpdateCPUQuota (1.44s)
19:59:56 [2021-02-01T19:59:56.279Z] === RUN   TestUpdatePidsLimit
19:59:56 [2021-02-01T19:59:56.279Z] === RUN   TestUpdatePidsLimit/update_from_none
19:59:56 [2021-02-01T19:59:56.422Z] --- PASS: TestConfigsCreateAndDelete (1.87s)
19:59:56 [2021-02-01T19:59:56.422Z] === RUN   TestConfigsUpdate
19:59:56 [2021-02-01T19:59:56.537Z] --- PASS: TestExternalGraphDriver (5.46s)
19:59:56 [2021-02-01T19:59:56.538Z]     --- PASS: TestExternalGraphDriver/json (1.90s)
19:59:56 [2021-02-01T19:59:56.538Z]     --- PASS: TestExternalGraphDriver/spec (1.86s)
19:59:56 [2021-02-01T19:59:56.538Z]     --- PASS: TestExternalGraphDriver/pull (1.64s)
19:59:56 [2021-02-01T19:59:56.538Z] === RUN   TestGraphdriverPluginV2
19:59:56 [2021-02-01T19:59:56.541Z] === RUN   TestUpdatePidsLimit/no_change
19:59:56 [2021-02-01T19:59:56.802Z] === RUN   TestUpdatePidsLimit/update_lower
19:59:57 [2021-02-01T19:59:57.375Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
19:59:57 [2021-02-01T19:59:57.471Z] === RUN   TestDockerSuite/TestCommitWithoutPause
19:59:57 [2021-02-01T19:59:57.636Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
19:59:58 [2021-02-01T19:59:58.037Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
19:59:58 [2021-02-01T19:59:58.037Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
19:59:58 [2021-02-01T19:59:58.037Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
19:59:58 [2021-02-01T19:59:58.037Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
19:59:58 [2021-02-01T19:59:58.037Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
19:59:58 [2021-02-01T19:59:58.037Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
19:59:58 [2021-02-01T19:59:58.208Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
19:59:58 [2021-02-01T19:59:58.296Z] === RUN   TestDockerSuite/TestContainerAPICommit
19:59:58 [2021-02-01T19:59:58.469Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
19:59:58 [2021-02-01T19:59:58.493Z] --- PASS: TestConfigsUpdate (1.89s)
19:59:58 [2021-02-01T19:59:58.493Z] === RUN   TestTemplatedConfig
19:59:58 [2021-02-01T19:59:58.715Z] --- PASS: TestContainerKillOnDaemonStart (12.70s)
19:59:59 [2021-02-01T19:59:59.671Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
19:59:59 [2021-02-01T19:59:59.856Z] --- PASS: TestUpdatePidsLimit (3.86s)
19:59:59 [2021-02-01T19:59:59.856Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.40s)
19:59:59 [2021-02-01T19:59:59.856Z]     --- PASS: TestUpdatePidsLimit/no_change (0.39s)
19:59:59 [2021-02-01T19:59:59.856Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.41s)
19:59:59 [2021-02-01T19:59:59.856Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s)
19:59:59 [2021-02-01T19:59:59.856Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s)
19:59:59 [2021-02-01T19:59:59.856Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.45s)
19:59:59 [2021-02-01T19:59:59.856Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s)
19:59:59 [2021-02-01T19:59:59.856Z] === RUN   TestUpdateRestartPolicy
20:00:00 [2021-02-01T20:00:00.218Z] --- PASS: TestDaemonRestartIpcMode (4.07s)
20:00:00 [2021-02-01T20:00:00.218Z] PASS
20:00:00 [2021-02-01T20:00:00.218Z] 
20:00:00 [2021-02-01T20:00:00.218Z] === Skipped
20:00:00 [2021-02-01T20:00:00.218Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s)
20:00:00 [2021-02-01T20:00:00.218Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:00:00 [2021-02-01T20:00:00.218Z] 
20:00:00 [2021-02-01T20:00:00.218Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s)
20:00:00 [2021-02-01T20:00:00.218Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:00:00 [2021-02-01T20:00:00.218Z] 
20:00:00 [2021-02-01T20:00:00.218Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s)
20:00:00 [2021-02-01T20:00:00.218Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:00:00 [2021-02-01T20:00:00.218Z] 
20:00:00 [2021-02-01T20:00:00.218Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:00:00 [2021-02-01T20:00:00.218Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:00:00 [2021-02-01T20:00:00.218Z] 
20:00:00 [2021-02-01T20:00:00.218Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s)
20:00:00 [2021-02-01T20:00:00.218Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:00:00 [2021-02-01T20:00:00.218Z] 
20:00:00 [2021-02-01T20:00:00.218Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s)
20:00:00 [2021-02-01T20:00:00.218Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:00:00 [2021-02-01T20:00:00.218Z] 
20:00:00 [2021-02-01T20:00:00.218Z] 
20:00:00 [2021-02-01T20:00:00.218Z] DONE 196 tests, 6 skipped in 162.535s
20:00:00 [2021-02-01T20:00:00.218Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m 
20:00:00 [2021-02-01T20:00:00.218Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m
20:00:00 [2021-02-01T20:00:00.218Z] ++ set -e
20:00:00 [2021-02-01T20:00:00.218Z] ++ '[' -n 0 ']'
20:00:00 [2021-02-01T20:00:00.218Z] ++ set -x
20:00:00 [2021-02-01T20:00:00.218Z] ++ 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=s390x 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/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m
20:00:00 [2021-02-01T20:00:00.218Z] INFO: Testing against a local daemon
20:00:00 [2021-02-01T20:00:00.218Z] === RUN   TestCommitInheritsEnv
20:00:00 [2021-02-01T20:00:00.238Z] --- PASS: TestGraphdriverPluginV2 (3.59s)
20:00:00 [2021-02-01T20:00:00.238Z] PASS
20:00:00 [2021-02-01T20:00:00.238Z] 
20:00:00 [2021-02-01T20:00:00.238Z] DONE 5 tests in 9.102s
20:00:00 [2021-02-01T20:00:00.238Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:00:00 [2021-02-01T20:00:00.238Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:00:00 [2021-02-01T20:00:00.238Z] ++ set -e
20:00:00 [2021-02-01T20:00:00.238Z] ++ '[' -n 0 ']'
20:00:00 [2021-02-01T20:00:00.238Z] ++ set -x
20:00:00 [2021-02-01T20:00:00.238Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:00:00 [2021-02-01T20:00:00.238Z] INFO: Testing against a local daemon
20:00:00 [2021-02-01T20:00:00.238Z] === RUN   TestContinueAfterPluginCrash
20:00:00 [2021-02-01T20:00:00.238Z] === PAUSE TestContinueAfterPluginCrash
20:00:00 [2021-02-01T20:00:00.238Z] === RUN   TestReadPluginNoRead
20:00:00 [2021-02-01T20:00:00.238Z] === PAUSE TestReadPluginNoRead
20:00:00 [2021-02-01T20:00:00.238Z] === RUN   TestDaemonStartWithLogOpt
20:00:00 [2021-02-01T20:00:00.238Z] === PAUSE TestDaemonStartWithLogOpt
20:00:00 [2021-02-01T20:00:00.238Z] === CONT  TestContinueAfterPluginCrash
20:00:00 [2021-02-01T20:00:00.238Z] === CONT  TestDaemonStartWithLogOpt
20:00:00 [2021-02-01T20:00:00.238Z] === CONT  TestReadPluginNoRead
20:00:00 [2021-02-01T20:00:00.805Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
20:00:00 [2021-02-01T20:00:00.805Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
20:00:00 [2021-02-01T20:00:00.881Z] --- PASS: TestCommitInheritsEnv (0.65s)
20:00:00 [2021-02-01T20:00:00.881Z] === RUN   TestImportExtremelyLargeImageWorks
20:00:00 [2021-02-01T20:00:00.881Z] === PAUSE TestImportExtremelyLargeImageWorks
20:00:00 [2021-02-01T20:00:00.881Z] === RUN   TestImagesFilterMultiReference
20:00:00 [2021-02-01T20:00:00.881Z] --- PASS: TestImagesFilterMultiReference (0.04s)
20:00:00 [2021-02-01T20:00:00.881Z] === RUN   TestImagePullPlatformInvalid
20:00:01 [2021-02-01T20:00:01.176Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
20:00:01 [2021-02-01T20:00:01.176Z] === RUN   TestRemoveImageOrphaning
20:00:01 [2021-02-01T20:00:01.233Z] --- PASS: TestTemplatedConfig (2.41s)
20:00:01 [2021-02-01T20:00:01.233Z] === RUN   TestConfigCreateResolve
20:00:01 [2021-02-01T20:00:01.374Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
20:00:01 [2021-02-01T20:00:01.807Z] --- PASS: TestRemoveImageOrphaning (0.67s)
20:00:01 [2021-02-01T20:00:01.807Z] === RUN   TestRemoveImageGarbageCollector
20:00:01 [2021-02-01T20:00:01.807Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
20:00:01 [2021-02-01T20:00:01.807Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:00:01 [2021-02-01T20:00:01.807Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:00:01 [2021-02-01T20:00:01.807Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
20:00:01 [2021-02-01T20:00:01.807Z] === RUN   TestTagInvalidReference
20:00:01 [2021-02-01T20:00:01.807Z] --- PASS: TestTagInvalidReference (0.01s)
20:00:01 [2021-02-01T20:00:01.807Z] === RUN   TestTagValidPrefixedRepo
20:00:01 [2021-02-01T20:00:01.807Z] --- PASS: TestTagValidPrefixedRepo (0.03s)
20:00:01 [2021-02-01T20:00:01.807Z] === RUN   TestTagExistedNameWithoutForce
20:00:01 [2021-02-01T20:00:01.807Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
20:00:01 [2021-02-01T20:00:01.807Z] === RUN   TestTagOfficialNames
20:00:01 [2021-02-01T20:00:01.807Z] --- PASS: TestTagOfficialNames (0.03s)
20:00:01 [2021-02-01T20:00:01.807Z] === RUN   TestTagMatchesDigest
20:00:01 [2021-02-01T20:00:01.807Z] --- PASS: TestTagMatchesDigest (0.02s)
20:00:01 [2021-02-01T20:00:01.807Z] === CONT  TestImportExtremelyLargeImageWorks
20:00:02 [2021-02-01T20:00:02.311Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
20:00:02 [2021-02-01T20:00:02.570Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
20:00:02 [2021-02-01T20:00:02.745Z] --- PASS: TestConfigCreateResolve (1.90s)
20:00:02 [2021-02-01T20:00:02.745Z] === RUN   TestConfigDaemonLibtrustID
20:00:03 [2021-02-01T20:00:03.136Z] === RUN   TestReadPluginNoRead/default
20:00:03 [2021-02-01T20:00:03.380Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
20:00:03 [2021-02-01T20:00:03.380Z] PASS
20:00:03 [2021-02-01T20:00:03.380Z] 
20:00:03 [2021-02-01T20:00:03.380Z] DONE 7 tests in 12.556s
20:00:03 [2021-02-01T20:00:03.380Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m 
20:00:03 [2021-02-01T20:00:03.380Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m
20:00:03 [2021-02-01T20:00:03.380Z] ++ set -e
20:00:03 [2021-02-01T20:00:03.380Z] ++ '[' -n 0 ']'
20:00:03 [2021-02-01T20:00:03.380Z] ++ set -x
20:00:03 [2021-02-01T20:00:03.380Z] ++ 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=ppc64le 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/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m
20:00:03 [2021-02-01T20:00:03.380Z] INFO: Testing against a local daemon
20:00:03 [2021-02-01T20:00:03.380Z] === RUN   TestCheckpoint
20:00:03 [2021-02-01T20:00:03.380Z] --- SKIP: TestCheckpoint (0.00s)
20:00:03 [2021-02-01T20:00:03.380Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:00:03 [2021-02-01T20:00:03.380Z] === RUN   TestContainerInvalidJSON
20:00:03 [2021-02-01T20:00:03.380Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:00:03 [2021-02-01T20:00:03.380Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:00:03 [2021-02-01T20:00:03.380Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:00:03 [2021-02-01T20:00:03.380Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:00:03 [2021-02-01T20:00:03.380Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:00:03 [2021-02-01T20:00:03.380Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:00:03 [2021-02-01T20:00:03.380Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:00:03 [2021-02-01T20:00:03.380Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:00:03 [2021-02-01T20:00:03.380Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:00:03 [2021-02-01T20:00:03.380Z] --- PASS: TestContainerInvalidJSON (0.02s)
20:00:03 [2021-02-01T20:00:03.380Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
20:00:03 [2021-02-01T20:00:03.380Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
20:00:03 [2021-02-01T20:00:03.380Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:00:03 [2021-02-01T20:00:03.380Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:00:03 [2021-02-01T20:00:03.380Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
20:00:03 [2021-02-01T20:00:03.380Z] === RUN   TestCopyFromContainerPathIsNotDir
20:00:03 [2021-02-01T20:00:03.395Z] === RUN   TestDockerSuite/TestContainerAPICreate
20:00:03 [2021-02-01T20:00:03.653Z] --- PASS: TestDaemonStartWithLogOpt (3.41s)
20:00:03 [2021-02-01T20:00:03.673Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
20:00:03 [2021-02-01T20:00:03.673Z] === RUN   TestCopyToContainerPathDoesNotExist
20:00:03 [2021-02-01T20:00:03.673Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
20:00:03 [2021-02-01T20:00:03.673Z] === RUN   TestCopyToContainerPathIsNotDir
20:00:03 [2021-02-01T20:00:03.673Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
20:00:03 [2021-02-01T20:00:03.673Z] === RUN   TestCopyFromContainer
20:00:03 [2021-02-01T20:00:03.911Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
20:00:03 [2021-02-01T20:00:03.911Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
20:00:03 [2021-02-01T20:00:03.911Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
20:00:04 [2021-02-01T20:00:04.477Z] === RUN   TestReadPluginNoRead/disabled_caching
20:00:04 [2021-02-01T20:00:04.735Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
20:00:04 [2021-02-01T20:00:04.735Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
20:00:04 [2021-02-01T20:00:04.735Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
20:00:04 [2021-02-01T20:00:04.735Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
20:00:04 [2021-02-01T20:00:04.735Z] === RUN   TestDockerSuite/TestContainerAPIDelete
20:00:05 [2021-02-01T20:00:05.178Z] === RUN   TestCopyFromContainer//
20:00:05 [2021-02-01T20:00:05.178Z] === RUN   TestCopyFromContainer//bar/root
20:00:05 [2021-02-01T20:00:05.178Z] === RUN   TestCopyFromContainer//bar/root/
20:00:05 [2021-02-01T20:00:05.178Z] === RUN   TestCopyFromContainer/bar/quux
20:00:05 [2021-02-01T20:00:05.178Z] === RUN   TestCopyFromContainer/bar/quux/
20:00:05 [2021-02-01T20:00:05.178Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:00:05 [2021-02-01T20:00:05.471Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:00:05 [2021-02-01T20:00:05.471Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:00:05 [2021-02-01T20:00:05.471Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:00:05 [2021-02-01T20:00:05.471Z] === RUN   TestCopyFromContainer/bar/notarget
20:00:05 [2021-02-01T20:00:05.670Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
20:00:05 [2021-02-01T20:00:05.764Z] --- PASS: TestCopyFromContainer (1.99s)
20:00:05 [2021-02-01T20:00:05.764Z]     --- PASS: TestCopyFromContainer// (0.07s)
20:00:05 [2021-02-01T20:00:05.764Z]     --- PASS: TestCopyFromContainer//bar/root (0.08s)
20:00:05 [2021-02-01T20:00:05.764Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
20:00:05 [2021-02-01T20:00:05.764Z]     --- PASS: TestCopyFromContainer/bar/quux (0.09s)
20:00:05 [2021-02-01T20:00:05.764Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
20:00:05 [2021-02-01T20:00:05.764Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
20:00:05 [2021-02-01T20:00:05.764Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
20:00:05 [2021-02-01T20:00:05.764Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s)
20:00:05 [2021-02-01T20:00:05.764Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
20:00:05 [2021-02-01T20:00:05.764Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
20:00:05 [2021-02-01T20:00:05.764Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:00:05 [2021-02-01T20:00:05.764Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:00:05 [2021-02-01T20:00:05.764Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:00:05 [2021-02-01T20:00:05.764Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:00:05 [2021-02-01T20:00:05.764Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:00:05 [2021-02-01T20:00:05.764Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:00:05 [2021-02-01T20:00:05.764Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:00:05 [2021-02-01T20:00:05.764Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:00:05 [2021-02-01T20:00:05.764Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:00:05 [2021-02-01T20:00:05.764Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:00:05 [2021-02-01T20:00:05.764Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
20:00:05 [2021-02-01T20:00:05.764Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:00:05 [2021-02-01T20:00:05.764Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:00:05 [2021-02-01T20:00:05.764Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
20:00:05 [2021-02-01T20:00:05.764Z] === RUN   TestCreateLinkToNonExistingContainer
20:00:05 [2021-02-01T20:00:05.764Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
20:00:05 [2021-02-01T20:00:05.764Z] === RUN   TestCreateWithInvalidEnv
20:00:05 [2021-02-01T20:00:05.764Z] === RUN   TestCreateWithInvalidEnv/0
20:00:05 [2021-02-01T20:00:05.764Z] === PAUSE TestCreateWithInvalidEnv/0
20:00:05 [2021-02-01T20:00:05.764Z] === RUN   TestCreateWithInvalidEnv/1
20:00:05 [2021-02-01T20:00:05.764Z] === PAUSE TestCreateWithInvalidEnv/1
20:00:05 [2021-02-01T20:00:05.764Z] === RUN   TestCreateWithInvalidEnv/2
20:00:05 [2021-02-01T20:00:05.764Z] === PAUSE TestCreateWithInvalidEnv/2
20:00:05 [2021-02-01T20:00:05.764Z] === CONT  TestCreateWithInvalidEnv/0
20:00:05 [2021-02-01T20:00:05.764Z] === CONT  TestCreateWithInvalidEnv/2
20:00:05 [2021-02-01T20:00:05.764Z] === CONT  TestCreateWithInvalidEnv/1
20:00:05 [2021-02-01T20:00:05.764Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
20:00:05 [2021-02-01T20:00:05.764Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:00:05 [2021-02-01T20:00:05.764Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:00:05 [2021-02-01T20:00:05.764Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:00:05 [2021-02-01T20:00:05.764Z] === RUN   TestCreateTmpfsMountsTarget
20:00:05 [2021-02-01T20:00:05.764Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
20:00:05 [2021-02-01T20:00:05.764Z] === RUN   TestCreateWithCustomMaskedPaths
20:00:05 [2021-02-01T20:00:05.928Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:00:06 [2021-02-01T20:00:06.186Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
20:00:06 [2021-02-01T20:00:06.639Z] .........                                                                [ 86%]
20:00:06 [2021-02-01T20:00:06.753Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
20:00:06 [2021-02-01T20:00:06.753Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
20:00:07 [2021-02-01T20:00:07.270Z] --- PASS: TestCreateWithCustomMaskedPaths (1.50s)
20:00:07 [2021-02-01T20:00:07.270Z] === RUN   TestCreateWithCustomReadonlyPaths
20:00:07 [2021-02-01T20:00:07.321Z] --- PASS: TestReadPluginNoRead (7.23s)
20:00:07 [2021-02-01T20:00:07.321Z]     --- PASS: TestReadPluginNoRead/default (1.46s)
20:00:07 [2021-02-01T20:00:07.321Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.44s)
20:00:07 [2021-02-01T20:00:07.321Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.55s)
20:00:07 [2021-02-01T20:00:07.321Z]     read_test.go:92: [d9d77fcfdfc89] daemon is not started
20:00:08 [2021-02-01T20:00:08.256Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
20:00:08 [2021-02-01T20:00:08.782Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.56s)
20:00:08 [2021-02-01T20:00:08.782Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:00:08 [2021-02-01T20:00:08.782Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:00:08 [2021-02-01T20:00:08.782Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:00:08 [2021-02-01T20:00:08.782Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:00:08 [2021-02-01T20:00:08.782Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:00:08 [2021-02-01T20:00:08.782Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:00:08 [2021-02-01T20:00:08.782Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:00:08 [2021-02-01T20:00:08.782Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:00:08 [2021-02-01T20:00:08.782Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:00:08 [2021-02-01T20:00:08.782Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:00:08 [2021-02-01T20:00:08.782Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:00:08 [2021-02-01T20:00:08.782Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:00:08 [2021-02-01T20:00:08.782Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:00:08 [2021-02-01T20:00:08.782Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:00:08 [2021-02-01T20:00:08.782Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:00:08 [2021-02-01T20:00:08.782Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:00:08 [2021-02-01T20:00:08.782Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
20:00:08 [2021-02-01T20:00:08.782Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
20:00:08 [2021-02-01T20:00:08.782Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
20:00:08 [2021-02-01T20:00:08.782Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s)
20:00:08 [2021-02-01T20:00:08.782Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s)
20:00:08 [2021-02-01T20:00:08.782Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
20:00:08 [2021-02-01T20:00:08.782Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:00:08 [2021-02-01T20:00:08.823Z] --- PASS: TestContinueAfterPluginCrash (8.47s)
20:00:08 [2021-02-01T20:00:08.823Z] PASS
20:00:08 [2021-02-01T20:00:08.823Z] 
20:00:08 [2021-02-01T20:00:08.823Z] DONE 6 tests in 8.525s
20:00:08 [2021-02-01T20:00:08.823Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:00:08 [2021-02-01T20:00:08.823Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:00:08 [2021-02-01T20:00:08.823Z] ++ set -e
20:00:08 [2021-02-01T20:00:08.823Z] ++ '[' -n 0 ']'
20:00:08 [2021-02-01T20:00:08.823Z] ++ set -x
20:00:08 [2021-02-01T20:00:08.823Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:00:08 [2021-02-01T20:00:08.823Z] testing: warning: no tests to run
20:00:08 [2021-02-01T20:00:08.823Z] PASS
20:00:08 [2021-02-01T20:00:08.823Z] 
20:00:08 [2021-02-01T20:00:08.823Z] DONE 0 tests in 0.005s
20:00:08 [2021-02-01T20:00:08.823Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:00:08 [2021-02-01T20:00:08.823Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:00:08 [2021-02-01T20:00:08.823Z] ++ set -e
20:00:08 [2021-02-01T20:00:08.823Z] ++ '[' -n 0 ']'
20:00:08 [2021-02-01T20:00:08.823Z] ++ set -x
20:00:08 [2021-02-01T20:00:08.823Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:00:08 [2021-02-01T20:00:08.823Z] INFO: Testing against a local daemon
20:00:08 [2021-02-01T20:00:08.823Z] === RUN   TestPluginWithDevMounts
20:00:08 [2021-02-01T20:00:08.823Z] === PAUSE TestPluginWithDevMounts
20:00:08 [2021-02-01T20:00:08.823Z] === CONT  TestPluginWithDevMounts
20:00:08 [2021-02-01T20:00:08.823Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
20:00:08 [2021-02-01T20:00:08.823Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
20:00:09 [2021-02-01T20:00:09.389Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
20:00:09 [2021-02-01T20:00:09.418Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.53s)
20:00:09 [2021-02-01T20:00:09.418Z] === RUN   TestCreateDifferentPlatform
20:00:09 [2021-02-01T20:00:09.418Z] === RUN   TestCreateDifferentPlatform/different_os
20:00:09 [2021-02-01T20:00:09.418Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:00:09 [2021-02-01T20:00:09.418Z] --- PASS: TestCreateDifferentPlatform (0.04s)
20:00:09 [2021-02-01T20:00:09.418Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:00:09 [2021-02-01T20:00:09.418Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:00:09 [2021-02-01T20:00:09.418Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:00:09 [2021-02-01T20:00:09.418Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
20:00:09 [2021-02-01T20:00:09.418Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
20:00:09 [2021-02-01T20:00:09.710Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s)
20:00:09 [2021-02-01T20:00:09.711Z] === RUN   TestContainerStartOnDaemonRestart
20:00:09 [2021-02-01T20:00:09.711Z] === PAUSE TestContainerStartOnDaemonRestart
20:00:09 [2021-02-01T20:00:09.711Z] === RUN   TestDaemonRestartIpcMode
20:00:09 [2021-02-01T20:00:09.711Z] === PAUSE TestDaemonRestartIpcMode
20:00:09 [2021-02-01T20:00:09.711Z] === RUN   TestDaemonHostGatewayIP
20:00:09 [2021-02-01T20:00:09.711Z] === PAUSE TestDaemonHostGatewayIP
20:00:09 [2021-02-01T20:00:09.711Z] === RUN   TestRestartDaemonWithRestartingContainer
20:00:09 [2021-02-01T20:00:09.711Z] === PAUSE TestRestartDaemonWithRestartingContainer
20:00:09 [2021-02-01T20:00:09.711Z] === RUN   TestContainerKillOnDaemonStart
20:00:09 [2021-02-01T20:00:09.711Z] === PAUSE TestContainerKillOnDaemonStart
20:00:09 [2021-02-01T20:00:09.711Z] === RUN   TestDiff
20:00:10 [2021-02-01T20:00:10.011Z] --- PASS: TestDiff (0.52s)
20:00:10 [2021-02-01T20:00:10.011Z] === RUN   TestExecWithCloseStdin
20:00:10 [2021-02-01T20:00:10.323Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
20:00:10 [2021-02-01T20:00:10.323Z] --- PASS: TestPluginWithDevMounts (1.68s)
20:00:10 [2021-02-01T20:00:10.323Z] PASS
20:00:10 [2021-02-01T20:00:10.323Z] 
20:00:10 [2021-02-01T20:00:10.323Z] DONE 1 tests in 1.716s
20:00:10 [2021-02-01T20:00:10.323Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
20:00:10 [2021-02-01T20:00:10.323Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m
20:00:10 [2021-02-01T20:00:10.323Z] ++ set -e
20:00:10 [2021-02-01T20:00:10.323Z] ++ '[' -n 0 ']'
20:00:10 [2021-02-01T20:00:10.323Z] ++ set -x
20:00:10 [2021-02-01T20:00:10.323Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m
20:00:10 [2021-02-01T20:00:10.581Z] INFO: Testing against a local daemon
20:00:10 [2021-02-01T20:00:10.581Z] === RUN   TestSecretInspect
20:00:10 [2021-02-01T20:00:10.646Z] --- PASS: TestExecWithCloseStdin (0.59s)
20:00:10 [2021-02-01T20:00:10.646Z] === RUN   TestExec
20:00:10 [2021-02-01T20:00:10.840Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
20:00:11 [2021-02-01T20:00:11.281Z] --- PASS: TestExec (0.59s)
20:00:11 [2021-02-01T20:00:11.281Z] === RUN   TestExecUser
20:00:11 [2021-02-01T20:00:11.435Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
20:00:11 [2021-02-01T20:00:11.435Z] === RUN   TestDockerSuite/TestContainerAPIKill
20:00:11 [2021-02-01T20:00:11.680Z] tests/integration/models_images_test.py ...............                  [ 89%]
20:00:11 [2021-02-01T20:00:11.915Z] --- PASS: TestExecUser (0.60s)
20:00:11 [2021-02-01T20:00:11.915Z] === RUN   TestExportContainerAndImportImage
20:00:12 [2021-02-01T20:00:12.006Z] === RUN   TestDockerSuite/TestContainerAPIPause
20:00:12 [2021-02-01T20:00:12.942Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
20:00:12 [2021-02-01T20:00:12.949Z] --- PASS: TestExportContainerAndImportImage (0.80s)
20:00:12 [2021-02-01T20:00:12.949Z] === RUN   TestExportContainerAfterDaemonRestart
20:00:13 [2021-02-01T20:00:13.140Z] tests/integration/models_networks_test.py ....                           [ 90%]
20:00:13 [2021-02-01T20:00:13.875Z] --- PASS: TestSecretInspect (3.27s)
20:00:13 [2021-02-01T20:00:13.875Z] === RUN   TestSecretList
20:00:13 [2021-02-01T20:00:13.875Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
20:00:13 [2021-02-01T20:00:13.875Z] === RUN   TestDockerSuite/TestContainerAPIRename
20:00:14 [2021-02-01T20:00:14.463Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s)
20:00:14 [2021-02-01T20:00:14.463Z] === RUN   TestHealthCheckWorkdir
20:00:14 [2021-02-01T20:00:14.756Z] --- PASS: TestHealthCheckWorkdir (0.60s)
20:00:14 [2021-02-01T20:00:14.756Z] === RUN   TestHealthKillContainer
20:00:14 [2021-02-01T20:00:14.771Z] --- PASS: TestUpdateRestartPolicy (12.44s)
20:00:14 [2021-02-01T20:00:14.771Z] === RUN   TestUpdateRestartWithAutoRemove
20:00:14 [2021-02-01T20:00:14.771Z] --- PASS: TestUpdateRestartWithAutoRemove (0.83s)
20:00:14 [2021-02-01T20:00:14.771Z] === RUN   TestWaitNonBlocked
20:00:14 [2021-02-01T20:00:14.771Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:00:14 [2021-02-01T20:00:14.771Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:00:14 [2021-02-01T20:00:14.771Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:00:14 [2021-02-01T20:00:14.771Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:00:14 [2021-02-01T20:00:14.771Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:00:14 [2021-02-01T20:00:14.771Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:00:14 [2021-02-01T20:00:14.771Z] --- PASS: TestWaitNonBlocked (0.02s)
20:00:14 [2021-02-01T20:00:14.771Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.90s)
20:00:14 [2021-02-01T20:00:14.771Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.96s)
20:00:14 [2021-02-01T20:00:14.771Z] === RUN   TestWaitBlocked
20:00:14 [2021-02-01T20:00:14.771Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:00:14 [2021-02-01T20:00:14.771Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:00:14 [2021-02-01T20:00:14.771Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:00:14 [2021-02-01T20:00:14.771Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:00:14 [2021-02-01T20:00:14.771Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:00:14 [2021-02-01T20:00:14.771Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:00:14 [2021-02-01T20:00:14.810Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
20:00:14 [2021-02-01T20:00:14.810Z] === RUN   TestDockerSuite/TestContainerAPIRestart
20:00:15 [2021-02-01T20:00:15.343Z] --- PASS: TestWaitBlocked (0.03s)
20:00:15 [2021-02-01T20:00:15.343Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.01s)
20:00:15 [2021-02-01T20:00:15.343Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.08s)
20:00:15 [2021-02-01T20:00:15.343Z] === CONT  TestContainerStartOnDaemonRestart
20:00:15 [2021-02-01T20:00:15.343Z] === CONT  TestIpcModeOlderClient
20:00:15 [2021-02-01T20:00:15.343Z] === CONT  TestContainerKillOnDaemonStart
20:00:15 [2021-02-01T20:00:15.343Z] === CONT  TestRestartDaemonWithRestartingContainer
20:00:15 [2021-02-01T20:00:15.605Z] --- PASS: TestIpcModeOlderClient (0.20s)
20:00:15 [2021-02-01T20:00:15.605Z] === CONT  TestDaemonHostGatewayIP
20:00:16 [2021-02-01T20:00:16.186Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
20:00:17 [2021-02-01T20:00:17.122Z] --- PASS: TestSecretList (3.30s)
20:00:17 [2021-02-01T20:00:17.122Z] === RUN   TestSecretsCreateAndDelete
20:00:17 [2021-02-01T20:00:17.480Z] --- PASS: TestHealthKillContainer (2.60s)
20:00:17 [2021-02-01T20:00:17.480Z] === RUN   TestInspectCpusetInConfigPre120
20:00:17 [2021-02-01T20:00:17.688Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
20:00:17 [2021-02-01T20:00:17.688Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
20:00:17 [2021-02-01T20:00:17.688Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
20:00:17 [2021-02-01T20:00:17.688Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
20:00:17 [2021-02-01T20:00:17.688Z] === RUN   TestDockerSuite/TestContainerAPIStart
20:00:17 [2021-02-01T20:00:17.774Z] --- PASS: TestInspectCpusetInConfigPre120 (0.51s)
20:00:17 [2021-02-01T20:00:17.774Z] === RUN   TestIpcModeNone
20:00:18 [2021-02-01T20:00:18.255Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
20:00:18 [2021-02-01T20:00:18.408Z] --- PASS: TestIpcModeNone (0.59s)
20:00:18 [2021-02-01T20:00:18.408Z] === RUN   TestIpcModePrivate
20:00:18 [2021-02-01T20:00:18.914Z] --- PASS: TestContainerStartOnDaemonRestart (3.47s)
20:00:18 [2021-02-01T20:00:18.914Z] === CONT  TestDaemonRestartIpcMode
20:00:19 [2021-02-01T20:00:19.043Z] --- PASS: TestIpcModePrivate (0.61s)
20:00:19 [2021-02-01T20:00:19.043Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false
20:00:19 [2021-02-01T20:00:19.043Z] === RUN   TestIpcModeShareable
20:00:19 [2021-02-01T20:00:19.630Z] --- PASS: TestSecretsCreateAndDelete (2.45s)
20:00:19 [2021-02-01T20:00:19.630Z] === RUN   TestSecretsUpdate
20:00:19 [2021-02-01T20:00:19.675Z] --- PASS: TestIpcModeShareable (0.60s)
20:00:19 [2021-02-01T20:00:19.675Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true
20:00:19 [2021-02-01T20:00:19.675Z] === RUN   TestAPIIpcModeShareableAndContainer
20:00:19 [2021-02-01T20:00:19.709Z] tests/integration/models_nodes_test.py .                                 [ 91%]
20:00:19 [2021-02-01T20:00:19.709Z] tests/integration/models_resources_test.py .                             [ 91%]
20:00:20 [2021-02-01T20:00:20.305Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.03s)
20:00:20 [2021-02-01T20:00:20.568Z] --- PASS: TestDaemonHostGatewayIP (5.10s)
20:00:21 [2021-02-01T20:00:21.477Z] tests/integration/models_services_test.py ..............X.               [ 95%]
20:00:21 [2021-02-01T20:00:21.746Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.85s)
20:00:21 [2021-02-01T20:00:21.746Z] === RUN   TestAPIIpcModeHost
20:00:22 [2021-02-01T20:00:22.040Z] --- PASS: TestAPIIpcModeHost (0.48s)
20:00:22 [2021-02-01T20:00:22.040Z] === RUN   TestDaemonIpcModeShareable
20:00:22 [2021-02-01T20:00:22.158Z] --- PASS: TestSecretsUpdate (2.46s)
20:00:22 [2021-02-01T20:00:22.158Z] === RUN   TestTemplatedSecret
20:00:22 [2021-02-01T20:00:22.486Z] --- PASS: TestDaemonRestartIpcMode (3.68s)
20:00:22 [2021-02-01T20:00:22.725Z] === RUN   TestDockerSuite/TestContainerAPIStop
20:00:23 [2021-02-01T20:00:23.291Z] === RUN   TestDockerSuite/TestContainerAPITop
20:00:23 [2021-02-01T20:00:23.556Z] --- PASS: TestDaemonIpcModeShareable (1.42s)
20:00:23 [2021-02-01T20:00:23.557Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
20:00:23 [2021-02-01T20:00:23.557Z] === RUN   TestDaemonIpcModePrivate
20:00:23 [2021-02-01T20:00:23.859Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
20:00:23 [2021-02-01T20:00:23.859Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
20:00:23 [2021-02-01T20:00:23.859Z] === RUN   TestDockerSuite/TestContainerAPIWait
20:00:24 [2021-02-01T20:00:24.778Z] tests/integration/models_swarm_test.py ..                                [ 96%]
20:00:24 [2021-02-01T20:00:24.778Z] tests/integration/models_volumes_test.py ..                              [ 96%]
20:00:25 [2021-02-01T20:00:25.065Z] --- PASS: TestDaemonIpcModePrivate (1.37s)
20:00:25 [2021-02-01T20:00:25.065Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false
20:00:25 [2021-02-01T20:00:25.065Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:00:25 [2021-02-01T20:00:25.234Z] --- PASS: TestTemplatedSecret (2.98s)
20:00:25 [2021-02-01T20:00:25.234Z] === RUN   TestSecretCreateResolve
20:00:26 [2021-02-01T20:00:26.100Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.35s)
20:00:26 [2021-02-01T20:00:26.100Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false
20:00:26 [2021-02-01T20:00:26.100Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:00:26 [2021-02-01T20:00:26.609Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
20:00:27 [2021-02-01T20:00:27.175Z] === RUN   TestDockerSuite/TestContainerNetworkMode
20:00:27 [2021-02-01T20:00:27.610Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.37s)
20:00:27 [2021-02-01T20:00:27.610Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
20:00:27 [2021-02-01T20:00:27.610Z] === RUN   TestIpcModeOlderClient
20:00:27 [2021-02-01T20:00:27.610Z] === PAUSE TestIpcModeOlderClient
20:00:27 [2021-02-01T20:00:27.610Z] === RUN   TestKillContainerInvalidSignal
20:00:27 [2021-02-01T20:00:27.742Z] --- PASS: TestSecretCreateResolve (2.75s)
20:00:27 [2021-02-01T20:00:27.742Z] PASS
20:00:27 [2021-02-01T20:00:27.742Z] 
20:00:27 [2021-02-01T20:00:27.742Z] DONE 6 tests in 17.249s
20:00:27 [2021-02-01T20:00:27.742Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
20:00:27 [2021-02-01T20:00:27.742Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
20:00:27 [2021-02-01T20:00:27.742Z] ++ set -e
20:00:27 [2021-02-01T20:00:27.742Z] ++ '[' -n 0 ']'
20:00:27 [2021-02-01T20:00:27.742Z] ++ set -x
20:00:27 [2021-02-01T20:00:27.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-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
20:00:27 [2021-02-01T20:00:27.742Z] INFO: Testing against a local daemon
20:00:27 [2021-02-01T20:00:27.742Z] === RUN   TestServiceCreateInit
20:00:27 [2021-02-01T20:00:27.742Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:00:27 [2021-02-01T20:00:27.903Z] --- PASS: TestKillContainerInvalidSignal (0.56s)
20:00:27 [2021-02-01T20:00:27.903Z] === RUN   TestKillContainer
20:00:28 [2021-02-01T20:00:28.194Z] === RUN   TestKillContainer/no_signal
20:00:28 [2021-02-01T20:00:28.308Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
20:00:28 [2021-02-01T20:00:28.484Z] === RUN   TestKillContainer/non_killing_signal
20:00:28 [2021-02-01T20:00:28.712Z] tests/integration/regression_test.py ......                              [ 98%]
20:00:28 [2021-02-01T20:00:28.972Z] tests/integration/credentials/store_test.py ......                       [ 99%]
20:00:28 [2021-02-01T20:00:28.972Z] tests/integration/credentials/utils_test.py .                            [100%]
20:00:28 [2021-02-01T20:00:28.972Z] 
20:00:28 [2021-02-01T20:00:28.972Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
20:00:28 [2021-02-01T20:00:28.972Z] =========================== short test summary info ============================
20:00:28 [2021-02-01T20:00:28.972Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
20:00:28 [2021-02-01T20:00:28.972Z]   CONFIG_RT_GROUP_SCHED isn't enabled
20:00:28 [2021-02-01T20:00:28.972Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
20:00:28 [2021-02-01T20:00:28.972Z]   Not supported on most drivers
20:00:28 [2021-02-01T20:00:28.972Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
20:00:28 [2021-02-01T20:00:28.972Z]   Output of docker top depends on host distro, and is not formalized.
20:00:28 [2021-02-01T20:00:28.972Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
20:00:28 [2021-02-01T20:00:28.972Z]   Output of docker top depends on host distro, and is not formalized.
20:00:28 [2021-02-01T20:00:28.972Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
20:00:28 [2021-02-01T20:00:28.972Z]   Can fail if eth0 has multiple IP addresses
20:00:28 [2021-02-01T20:00:28.972Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
20:00:28 [2021-02-01T20:00:28.972Z]   This doesn't seem to be taken into account by the engine
20:00:28 [2021-02-01T20:00:28.972Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
20:00:28 [2021-02-01T20:00:28.972Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
20:00:28 [2021-02-01T20:00:28.972Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 298.85 seconds ==
20:00:29 [2021-02-01T20:00:29.077Z] --- PASS: TestContainerKillOnDaemonStart (13.21s)
20:00:29 [2021-02-01T20:00:29.077Z] PASS
20:00:29 [2021-02-01T20:00:29.077Z] 
20:00:29 [2021-02-01T20:00:29.077Z] === Skipped
20:00:29 [2021-02-01T20:00:29.077Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
20:00:29 [2021-02-01T20:00:29.078Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:00:29 [2021-02-01T20:00:29.078Z] 
20:00:29 [2021-02-01T20:00:29.078Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s)
20:00:29 [2021-02-01T20:00:29.078Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:00:29 [2021-02-01T20:00:29.078Z] 
20:00:29 [2021-02-01T20:00:29.078Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s)
20:00:29 [2021-02-01T20:00:29.078Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:00:29 [2021-02-01T20:00:29.078Z] 
20:00:29 [2021-02-01T20:00:29.078Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:00:29 [2021-02-01T20:00:29.078Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:00:29 [2021-02-01T20:00:29.078Z] 
20:00:29 [2021-02-01T20:00:29.078Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
20:00:29 [2021-02-01T20:00:29.078Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:00:29 [2021-02-01T20:00:29.078Z] 
20:00:29 [2021-02-01T20:00:29.078Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s)
20:00:29 [2021-02-01T20:00:29.078Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:00:29 [2021-02-01T20:00:29.078Z] 
20:00:29 [2021-02-01T20:00:29.078Z] 
20:00:29 [2021-02-01T20:00:29.078Z] DONE 196 tests, 6 skipped in 141.005s
20:00:29 [2021-02-01T20:00:29.078Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
20:00:29 [2021-02-01T20:00:29.078Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
20:00:29 [2021-02-01T20:00:29.078Z] ++ set -e
20:00:29 [2021-02-01T20:00:29.078Z] ++ '[' -n 0 ']'
20:00:29 [2021-02-01T20:00:29.078Z] ++ set -x
20:00:29 [2021-02-01T20:00:29.078Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
20:00:29 [2021-02-01T20:00:29.078Z] INFO: Testing against a local daemon
20:00:29 [2021-02-01T20:00:29.078Z] === RUN   TestCommitInheritsEnv
20:00:29 [2021-02-01T20:00:29.115Z] === RUN   TestKillContainer/killing_signal
20:00:29 [2021-02-01T20:00:29.339Z] --- PASS: TestCommitInheritsEnv (0.59s)
20:00:29 [2021-02-01T20:00:29.339Z] === RUN   TestImportExtremelyLargeImageWorks
20:00:29 [2021-02-01T20:00:29.339Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
20:00:29 [2021-02-01T20:00:29.339Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
20:00:29 [2021-02-01T20:00:29.339Z] === RUN   TestImagesFilterMultiReference
20:00:29 [2021-02-01T20:00:29.541Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
20:00:29 [2021-02-01T20:00:29.600Z] --- PASS: TestImagesFilterMultiReference (0.11s)
20:00:29 [2021-02-01T20:00:29.600Z] === RUN   TestImagePullPlatformInvalid
20:00:29 [2021-02-01T20:00:29.600Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
20:00:29 [2021-02-01T20:00:29.600Z] === RUN   TestRemoveImageOrphaning
20:00:29 [2021-02-01T20:00:29.749Z] --- PASS: TestKillContainer (1.64s)
20:00:29 [2021-02-01T20:00:29.749Z]     --- PASS: TestKillContainer/no_signal (0.55s)
20:00:29 [2021-02-01T20:00:29.749Z]     --- PASS: TestKillContainer/non_killing_signal (0.37s)
20:00:29 [2021-02-01T20:00:29.749Z]     --- PASS: TestKillContainer/killing_signal (0.50s)
20:00:29 [2021-02-01T20:00:29.749Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:00:29 [2021-02-01T20:00:29.749Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:00:30 [2021-02-01T20:00:30.173Z] --- PASS: TestRemoveImageOrphaning (0.55s)
20:00:30 [2021-02-01T20:00:30.173Z] === RUN   TestRemoveImageGarbageCollector
20:00:30 [2021-02-01T20:00:30.173Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
20:00:30 [2021-02-01T20:00:30.173Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:00:30 [2021-02-01T20:00:30.173Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:00:30 [2021-02-01T20:00:30.173Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
20:00:30 [2021-02-01T20:00:30.173Z] === RUN   TestTagInvalidReference
20:00:30 [2021-02-01T20:00:30.173Z] --- PASS: TestTagInvalidReference (0.03s)
20:00:30 [2021-02-01T20:00:30.173Z] === RUN   TestTagValidPrefixedRepo
20:00:30 [2021-02-01T20:00:30.173Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
20:00:30 [2021-02-01T20:00:30.173Z] === RUN   TestTagExistedNameWithoutForce
20:00:30 [2021-02-01T20:00:30.173Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
20:00:30 [2021-02-01T20:00:30.173Z] === RUN   TestTagOfficialNames
20:00:30 [2021-02-01T20:00:30.382Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:00:30 [2021-02-01T20:00:30.434Z] --- PASS: TestTagOfficialNames (0.08s)
20:00:30 [2021-02-01T20:00:30.435Z] === RUN   TestTagMatchesDigest
20:00:30 [2021-02-01T20:00:30.435Z] --- PASS: TestTagMatchesDigest (0.03s)
20:00:30 [2021-02-01T20:00:30.435Z] PASS
20:00:30 [2021-02-01T20:00:30.435Z] 
20:00:30 [2021-02-01T20:00:30.435Z] === Skipped
20:00:30 [2021-02-01T20:00:30.435Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
20:00:30 [2021-02-01T20:00:30.435Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
20:00:30 [2021-02-01T20:00:30.435Z] 
20:00:30 [2021-02-01T20:00:30.435Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
20:00:30 [2021-02-01T20:00:30.435Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:00:30 [2021-02-01T20:00:30.435Z] 
20:00:30 [2021-02-01T20:00:30.435Z] 
20:00:30 [2021-02-01T20:00:30.435Z] DONE 12 tests, 2 skipped in 1.816s
20:00:30 [2021-02-01T20:00:30.435Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
20:00:30 [2021-02-01T20:00:30.435Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
20:00:30 [2021-02-01T20:00:30.435Z] ++ set -e
20:00:30 [2021-02-01T20:00:30.435Z] ++ '[' -n 0 ']'
20:00:30 [2021-02-01T20:00:30.435Z] ++ set -x
20:00:30 [2021-02-01T20:00:30.435Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
20:00:30 [2021-02-01T20:00:30.435Z] INFO: Testing against a local daemon
20:00:30 [2021-02-01T20:00:30.435Z] === RUN   TestNetworkCreateDelete
20:00:30 [2021-02-01T20:00:30.676Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.11s)
20:00:30 [2021-02-01T20:00:30.676Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.53s)
20:00:30 [2021-02-01T20:00:30.676Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.40s)
20:00:30 [2021-02-01T20:00:30.676Z] === RUN   TestKillStoppedContainer
20:00:30 [2021-02-01T20:00:30.970Z] --- PASS: TestKillStoppedContainer (0.08s)
20:00:30 [2021-02-01T20:00:30.970Z] === RUN   TestKillStoppedContainerAPIPre120
20:00:30 [2021-02-01T20:00:30.970Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
20:00:30 [2021-02-01T20:00:30.970Z] === RUN   TestKillDifferentUserContainer
20:00:31 [2021-02-01T20:00:31.007Z] --- PASS: TestNetworkCreateDelete (0.41s)
20:00:31 [2021-02-01T20:00:31.007Z] === RUN   TestDockerNetworkDeletePreferID
20:00:31 [2021-02-01T20:00:31.603Z] --- PASS: TestKillDifferentUserContainer (0.54s)
20:00:31 [2021-02-01T20:00:31.603Z] === RUN   TestInspectOomKilledTrue
20:00:32 [2021-02-01T20:00:32.396Z] --- PASS: TestDockerNetworkDeletePreferID (1.20s)
20:00:32 [2021-02-01T20:00:32.396Z] === RUN   TestDaemonDNSFallback
20:00:32 [2021-02-01T20:00:32.494Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
20:00:32 [2021-02-01T20:00:32.494Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
20:00:32 [2021-02-01T20:00:32.643Z] --- PASS: TestInspectOomKilledTrue (0.92s)
20:00:32 [2021-02-01T20:00:32.643Z] === RUN   TestInspectOomKilledFalse
20:00:32 [2021-02-01T20:00:32.752Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:00:32 [2021-02-01T20:00:32.936Z] --- PASS: TestInspectOomKilledFalse (0.54s)
20:00:32 [2021-02-01T20:00:32.936Z] === RUN   TestLinksEtcHostsContentMatch
20:00:33 [2021-02-01T20:00:33.227Z] --- PASS: TestLinksEtcHostsContentMatch (0.40s)
20:00:33 [2021-02-01T20:00:33.227Z] === RUN   TestLinksContainerNames
20:00:33 [2021-02-01T20:00:33.686Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
20:00:34 [2021-02-01T20:00:34.266Z] --- PASS: TestLinksContainerNames (1.00s)
20:00:34 [2021-02-01T20:00:34.266Z] === RUN   TestLogsFollowTailEmpty
20:00:34 [2021-02-01T20:00:34.900Z] --- PASS: TestLogsFollowTailEmpty (0.57s)
20:00:34 [2021-02-01T20:00:34.900Z] === RUN   TestContainerNetworkMountsNoChown
20:00:35 [2021-02-01T20:00:35.063Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
20:00:35 [2021-02-01T20:00:35.535Z] --- PASS: TestContainerNetworkMountsNoChown (0.51s)
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/default
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/default
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/private
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/private
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/rprivate
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/rprivate
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/slave
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/slave
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/rslave
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/rslave
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/shared
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/shared
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/rshared
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/rshared
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/default
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/rslave
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/default/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/rshared
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/default/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/rprivate
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/slave
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/default/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/private
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/private/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/shared
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === RUN   TestMountDaemonRoot/private/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/default/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:00:35 [2021-02-01T20:00:35.536Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:00:35 [2021-02-01T20:00:35.831Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:00:35 [2021-02-01T20:00:35.831Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:00:35 [2021-02-01T20:00:35.831Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:00:35 [2021-02-01T20:00:35.831Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:00:35 [2021-02-01T20:00:35.831Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:00:35 [2021-02-01T20:00:35.831Z] === CONT  TestMountDaemonRoot/private/bind_root
20:00:35 [2021-02-01T20:00:35.831Z] === CONT  TestMountDaemonRoot/private/mount_root
20:00:35 [2021-02-01T20:00:35.831Z] --- PASS: TestMountDaemonRoot (0.03s)
20:00:35 [2021-02-01T20:00:35.831Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.08s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
20:00:35 [2021-02-01T20:00:35.831Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
20:00:35 [2021-02-01T20:00:35.831Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
20:00:35 [2021-02-01T20:00:35.831Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
20:00:35 [2021-02-01T20:00:35.831Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
20:00:35 [2021-02-01T20:00:35.831Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
20:00:35 [2021-02-01T20:00:35.831Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
20:00:35 [2021-02-01T20:00:35.831Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
20:00:35 [2021-02-01T20:00:35.831Z] === RUN   TestContainerBindMountNonRecursive
20:00:36 [2021-02-01T20:00:36.005Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
20:00:37 [2021-02-01T20:00:37.339Z] --- PASS: TestContainerBindMountNonRecursive (1.48s)
20:00:37 [2021-02-01T20:00:37.339Z] === RUN   TestContainerVolumesMountedAsShared
20:00:37 [2021-02-01T20:00:37.380Z] --- PASS: TestServiceCreateInit (9.52s)
20:00:37 [2021-02-01T20:00:37.380Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.07s)
20:00:37 [2021-02-01T20:00:37.380Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.43s)
20:00:37 [2021-02-01T20:00:37.380Z] === RUN   TestCreateServiceMultipleTimes
20:00:37 [2021-02-01T20:00:37.380Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
20:00:37 [2021-02-01T20:00:37.636Z] --- PASS: TestContainerVolumesMountedAsShared (0.51s)
20:00:37 [2021-02-01T20:00:37.636Z] === RUN   TestContainerVolumesMountedAsSlave
20:00:38 [2021-02-01T20:00:38.271Z] --- PASS: TestContainerVolumesMountedAsSlave (0.43s)
20:00:38 [2021-02-01T20:00:38.271Z] === RUN   TestNetworkNat
20:00:38 [2021-02-01T20:00:38.315Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
20:00:38 [2021-02-01T20:00:38.563Z] --- PASS: TestNetworkNat (0.53s)
20:00:38 [2021-02-01T20:00:38.563Z] === RUN   TestNetworkLocalhostTCPNat
20:00:39 [2021-02-01T20:00:39.197Z] --- PASS: TestNetworkLocalhostTCPNat (0.56s)
20:00:39 [2021-02-01T20:00:39.197Z] === RUN   TestNetworkLoopbackNat
20:00:39 [2021-02-01T20:00:39.251Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
20:00:40 [2021-02-01T20:00:40.541Z] --- PASS: TestDaemonDNSFallback (7.54s)
20:00:40 [2021-02-01T20:00:40.541Z] === RUN   TestInspectNetwork
20:00:40 [2021-02-01T20:00:40.627Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
20:00:41 [2021-02-01T20:00:41.752Z] Leaving: AppArmorNo profiles have been unloaded.
20:00:41 [2021-02-01T20:00:41.752Z] 
20:00:41 [2021-02-01T20:00:41.752Z] Unloading profiles will leave already running processes permanently
20:00:41 [2021-02-01T20:00:41.752Z] unconfined, which can lead to unexpected situations.
20:00:41 [2021-02-01T20:00:41.752Z] 
20:00:41 [2021-02-01T20:00:41.752Z] To set a process to complain mode, use the command line tool
20:00:41 [2021-02-01T20:00:41.752Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:00:41 [2021-02-01T20:00:41.752Z] 
Post stage
[Pipeline] junit
20:00:41 [2021-02-01T20:00:41.765Z] Recording test results
20:00:41 [2021-02-01T20:00:41.924Z] --- PASS: TestNetworkLoopbackNat (2.75s)
20:00:41 [2021-02-01T20:00:41.924Z] === RUN   TestPause
20:00:41 [2021-02-01T20:00:41.936Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
20:00:42 [2021-02-01T20:00:42.216Z] + echo Ensuring container killed.
20:00:42 [2021-02-01T20:00:42.216Z] Ensuring container killed.
20:00:42 [2021-02-01T20:00:42.216Z] + docker rm -vf docker-pr4
20:00:42 [2021-02-01T20:00:42.216Z] Error: No such container: docker-pr4
[Pipeline] sh
20:00:42 [2021-02-01T20:00:42.502Z] + echo Chowning /workspace to jenkins user
20:00:42 [2021-02-01T20:00:42.502Z] Chowning /workspace to jenkins user
20:00:42 [2021-02-01T20:00:42.502Z] + id -u
20:00:42 [2021-02-01T20:00:42.502Z] + id -g
20:00:42 [2021-02-01T20:00:42.502Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41955:/workspace busybox chown -R 1000:1000 /workspace
20:00:42 [2021-02-01T20:00:42.528Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000ba0740_<nil>}
20:00:42 [2021-02-01T20:00:42.564Z] --- PASS: TestPause (0.56s)
20:00:42 [2021-02-01T20:00:42.564Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:00:42 [2021-02-01T20:00:42.564Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:00:42 [2021-02-01T20:00:42.564Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:00:42 [2021-02-01T20:00:42.564Z] === RUN   TestPauseStopPausedContainer
20:00:42 [2021-02-01T20:00:42.788Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
20:00:43 [2021-02-01T20:00:43.208Z] --- PASS: TestPauseStopPausedContainer (0.58s)
20:00:43 [2021-02-01T20:00:43.208Z] === RUN   TestPsFilter
20:00:43 [2021-02-01T20:00:43.208Z] --- PASS: TestPsFilter (0.14s)
20:00:43 [2021-02-01T20:00:43.208Z] === RUN   TestRemoveContainerWithRemovedVolume
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:00:43 [2021-02-01T20:00:43.761Z] + bundleName=docker-py
20:00:43 [2021-02-01T20:00:43.761Z] + echo Creating docker-py-bundles.tar.gz
20:00:43 [2021-02-01T20:00:43.761Z] Creating docker-py-bundles.tar.gz
20:00:43 [2021-02-01T20:00:43.761Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log
[Pipeline] archiveArtifacts
20:00:43 [2021-02-01T20:00:43.774Z] Archiving artifacts
20:00:43 [2021-02-01T20:00:43.846Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.51s)
20:00:43 [2021-02-01T20:00:43.846Z] === RUN   TestRemoveContainerWithVolume
20:00:44 [2021-02-01T20:00:44.028Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41955/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
20:00:44 [2021-02-01T20:00:44.164Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1436857621_/foo_false__<nil>_<nil>_<nil>}
20:00:44 [2021-02-01T20:00:44.383Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41955/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -e DOCKER_GRAPHDRIVER docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/make.sh binary-daemon
20:00:44 [2021-02-01T20:00:44.482Z] --- PASS: TestRemoveContainerWithVolume (0.52s)
20:00:44 [2021-02-01T20:00:44.482Z] === RUN   TestRemoveContainerRunning
20:00:44 [2021-02-01T20:00:44.754Z] === RUN   TestInspectNetwork/full_network_id
20:00:44 [2021-02-01T20:00:44.754Z] === RUN   TestInspectNetwork/partial_network_id
20:00:44 [2021-02-01T20:00:44.754Z] === RUN   TestInspectNetwork/network_name
20:00:44 [2021-02-01T20:00:44.754Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:00:44 [2021-02-01T20:00:44.776Z] --- PASS: TestRemoveContainerRunning (0.55s)
20:00:44 [2021-02-01T20:00:44.776Z] === RUN   TestRemoveContainerForceRemoveRunning
20:00:44 [2021-02-01T20:00:44.953Z] 
20:00:44 [2021-02-01T20:00:44.953Z] Removing bundles/
20:00:44 [2021-02-01T20:00:44.953Z] 
20:00:44 [2021-02-01T20:00:44.953Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
20:00:44 [2021-02-01T20:00:44.953Z] Building: bundles/binary-daemon/dockerd-dev
20:00:44 [2021-02-01T20:00:44.953Z] GOOS="" GOARCH="" GOARM=""
20:00:45 [2021-02-01T20:00:45.411Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.55s)
20:00:45 [2021-02-01T20:00:45.411Z] === RUN   TestRemoveInvalidContainer
20:00:45 [2021-02-01T20:00:45.411Z] --- PASS: TestRemoveInvalidContainer (0.02s)
20:00:45 [2021-02-01T20:00:45.411Z] === RUN   TestRenameLinkedContainer
20:00:45 [2021-02-01T20:00:45.540Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1436857621_/foo_true__<nil>_<nil>_<nil>}
20:00:46 [2021-02-01T20:00:46.915Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3215984496_/foo_false__<nil>_<nil>_<nil>}
20:00:47 [2021-02-01T20:00:47.496Z] --- PASS: TestRenameLinkedContainer (2.09s)
20:00:47 [2021-02-01T20:00:47.496Z] === RUN   TestRenameStoppedContainer
20:00:48 [2021-02-01T20:00:48.135Z] --- PASS: TestRenameStoppedContainer (0.53s)
20:00:48 [2021-02-01T20:00:48.135Z] === RUN   TestRenameRunningContainerAndReuse
20:00:48 [2021-02-01T20:00:48.815Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3215984496_/foo_true__<nil>_<nil>_<nil>}
20:00:49 [2021-02-01T20:00:49.178Z] --- PASS: TestRenameRunningContainerAndReuse (1.04s)
20:00:49 [2021-02-01T20:00:49.178Z] === RUN   TestRenameInvalidName
20:00:49 [2021-02-01T20:00:49.813Z] --- PASS: TestRenameInvalidName (0.56s)
20:00:49 [2021-02-01T20:00:49.813Z] === RUN   TestRenameAnonymousContainer
20:00:50 [2021-02-01T20:00:50.045Z] --- PASS: TestInspectNetwork (9.52s)
20:00:50 [2021-02-01T20:00:50.045Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:00:50 [2021-02-01T20:00:50.045Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:00:50 [2021-02-01T20:00:50.045Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:00:50 [2021-02-01T20:00:50.045Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:00:50 [2021-02-01T20:00:50.045Z] === RUN   TestRunContainerWithBridgeNone
20:00:50 [2021-02-01T20:00:50.190Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3215984496_/foo_true__0xc000ba07a0_<nil>_<nil>}
20:00:51 [2021-02-01T20:00:51.564Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000ba07e0_<nil>}
20:00:51 [2021-02-01T20:00:51.886Z] --- PASS: TestRenameAnonymousContainer (1.93s)
20:00:51 [2021-02-01T20:00:51.886Z] === RUN   TestRenameContainerWithSameName
20:00:51 [2021-02-01T20:00:51.961Z] --- PASS: TestRunContainerWithBridgeNone (2.46s)
20:00:51 [2021-02-01T20:00:51.961Z] === RUN   TestNetworkInvalidJSON
20:00:51 [2021-02-01T20:00:51.961Z] === RUN   TestNetworkInvalidJSON//networks/create
20:00:51 [2021-02-01T20:00:51.961Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:00:51 [2021-02-01T20:00:51.961Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:00:51 [2021-02-01T20:00:51.961Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:00:51 [2021-02-01T20:00:51.961Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:00:51 [2021-02-01T20:00:51.961Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:00:51 [2021-02-01T20:00:51.961Z] === CONT  TestNetworkInvalidJSON//networks/create
20:00:51 [2021-02-01T20:00:51.961Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:00:51 [2021-02-01T20:00:51.961Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:00:51 [2021-02-01T20:00:51.961Z] --- PASS: TestNetworkInvalidJSON (0.03s)
20:00:51 [2021-02-01T20:00:51.961Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:00:51 [2021-02-01T20:00:51.961Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:00:51 [2021-02-01T20:00:51.961Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:00:51 [2021-02-01T20:00:51.961Z] === RUN   TestNetworkList
20:00:51 [2021-02-01T20:00:51.961Z] === RUN   TestNetworkList//networks
20:00:51 [2021-02-01T20:00:51.961Z] === PAUSE TestNetworkList//networks
20:00:51 [2021-02-01T20:00:51.961Z] === RUN   TestNetworkList//networks/
20:00:51 [2021-02-01T20:00:51.961Z] === PAUSE TestNetworkList//networks/
20:00:51 [2021-02-01T20:00:51.961Z] === CONT  TestNetworkList//networks
20:00:51 [2021-02-01T20:00:51.961Z] === CONT  TestNetworkList//networks/
20:00:51 [2021-02-01T20:00:51.961Z] --- PASS: TestNetworkList (0.03s)
20:00:51 [2021-02-01T20:00:51.961Z]     --- PASS: TestNetworkList//networks (0.00s)
20:00:51 [2021-02-01T20:00:51.961Z]     --- PASS: TestNetworkList//networks/ (0.00s)
20:00:51 [2021-02-01T20:00:51.961Z] === RUN   TestHostIPv4BridgeLabel
20:00:52 [2021-02-01T20:00:52.180Z] --- PASS: TestRenameContainerWithSameName (0.50s)
20:00:52 [2021-02-01T20:00:52.180Z] === RUN   TestRenameContainerWithLinkedContainer
20:00:52 [2021-02-01T20:00:52.533Z] --- PASS: TestHostIPv4BridgeLabel (0.81s)
20:00:52 [2021-02-01T20:00:52.533Z] === RUN   TestDaemonRestartWithLiveRestore
20:00:52 [2021-02-01T20:00:52.939Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000ba0860_<nil>}
20:00:53 [2021-02-01T20:00:53.260Z] --- PASS: TestRenameContainerWithLinkedContainer (1.05s)
20:00:53 [2021-02-01T20:00:53.260Z] === RUN   TestResize
20:00:53 [2021-02-01T20:00:53.896Z] --- PASS: TestResize (0.56s)
20:00:53 [2021-02-01T20:00:53.896Z] === RUN   TestResizeWithInvalidSize
20:00:53 [2021-02-01T20:00:53.930Z] --- PASS: TestDaemonRestartWithLiveRestore (1.44s)
20:00:53 [2021-02-01T20:00:53.930Z] === RUN   TestDaemonDefaultNetworkPools
20:00:54 [2021-02-01T20:00:54.191Z] --- PASS: TestResizeWithInvalidSize (0.54s)
20:00:54 [2021-02-01T20:00:54.191Z] === RUN   TestResizeWhenContainerNotStarted
20:00:54 [2021-02-01T20:00:54.313Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000ba0880_<nil>}
20:00:54 [2021-02-01T20:00:54.313Z] --- PASS: TestCreateServiceMultipleTimes (17.13s)
20:00:54 [2021-02-01T20:00:54.313Z] === RUN   TestCreateServiceConflict
20:00:54 [2021-02-01T20:00:54.830Z] --- PASS: TestResizeWhenContainerNotStarted (0.54s)
20:00:54 [2021-02-01T20:00:54.830Z] === RUN   TestDaemonRestartKillContainers
20:00:54 [2021-02-01T20:00:54.830Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:00:54 [2021-02-01T20:00:54.830Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:00:54 [2021-02-01T20:00:54.830Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:00:54 [2021-02-01T20:00:54.830Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:00:54 [2021-02-01T20:00:54.830Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:00:54 [2021-02-01T20:00:54.830Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:00:54 [2021-02-01T20:00:54.830Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:00:54 [2021-02-01T20:00:54.831Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:00:55 [2021-02-01T20:00:55.318Z] --- PASS: TestDaemonDefaultNetworkPools (1.32s)
20:00:55 [2021-02-01T20:00:55.318Z] === RUN   TestDaemonRestartWithExistingNetwork
20:00:55 [2021-02-01T20:00:55.688Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000ba08a0_<nil>}
20:00:56 [2021-02-01T20:00:56.623Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
20:00:56 [2021-02-01T20:00:56.881Z] --- PASS: TestCreateServiceConflict (2.55s)
20:00:56 [2021-02-01T20:00:56.881Z] === RUN   TestCreateServiceMaxReplicas
20:00:56 [2021-02-01T20:00:56.881Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
20:00:56 [2021-02-01T20:00:56.925Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:00:56 [2021-02-01T20:00:56.925Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:00:57 [2021-02-01T20:00:57.236Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.98s)
20:00:57 [2021-02-01T20:00:57.236Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:00:57 [2021-02-01T20:00:57.995Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:00:57 [2021-02-01T20:00:57.995Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:00:58 [2021-02-01T20:00:58.257Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
20:00:58 [2021-02-01T20:00:58.257Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
20:00:58 [2021-02-01T20:00:58.257Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
20:00:58 [2021-02-01T20:00:58.257Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
20:00:58 [2021-02-01T20:00:58.257Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
20:00:58 [2021-02-01T20:00:58.257Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
20:00:58 [2021-02-01T20:00:58.257Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
20:00:58 [2021-02-01T20:00:58.257Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
20:00:58 [2021-02-01T20:00:58.257Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
20:00:58 [2021-02-01T20:00:58.257Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
20:00:58 [2021-02-01T20:00:58.257Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
20:00:58 [2021-02-01T20:00:58.257Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
20:00:58 [2021-02-01T20:00:58.257Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
20:00:58 [2021-02-01T20:00:58.257Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
20:00:58 [2021-02-01T20:00:58.257Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
20:00:58 [2021-02-01T20:00:58.258Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
20:00:58 [2021-02-01T20:00:58.258Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
20:00:58 [2021-02-01T20:00:58.258Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
20:00:59 [2021-02-01T20:00:59.785Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.42s)
20:00:59 [2021-02-01T20:00:59.785Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:01:00 [2021-02-01T20:01:00.094Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:01:00 [2021-02-01T20:01:00.391Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:01:00 [2021-02-01T20:01:00.391Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:01:00 [2021-02-01T20:01:00.686Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:01:00 [2021-02-01T20:01:00.729Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.86s)
20:01:00 [2021-02-01T20:01:00.729Z] === RUN   TestServiceWithPredefinedNetwork
20:01:00 [2021-02-01T20:01:00.806Z] --- PASS: TestCreateServiceMaxReplicas (3.88s)
20:01:00 [2021-02-01T20:01:00.806Z] === RUN   TestCreateWithDuplicateNetworkNames
20:01:01 [2021-02-01T20:01:01.742Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
20:01:03 [2021-02-01T20:01:03.430Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:01:03 [2021-02-01T20:01:03.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.86s)
20:01:03 [2021-02-01T20:01:03.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.89s)
20:01:03 [2021-02-01T20:01:03.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.93s)
20:01:03 [2021-02-01T20:01:03.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.04s)
20:01:03 [2021-02-01T20:01:03.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.49s)
20:01:03 [2021-02-01T20:01:03.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.62s)
20:01:03 [2021-02-01T20:01:03.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.79s)
20:01:03 [2021-02-01T20:01:03.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.80s)
20:01:03 [2021-02-01T20:01:03.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.71s)
20:01:03 [2021-02-01T20:01:03.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.84s)
20:01:03 [2021-02-01T20:01:03.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.44s)
20:01:03 [2021-02-01T20:01:03.430Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.49s)
20:01:03 [2021-02-01T20:01:03.430Z] === RUN   TestCgroupNamespacesRun
20:01:04 [2021-02-01T20:01:04.033Z] --- PASS: TestServiceWithPredefinedNetwork (3.34s)
20:01:04 [2021-02-01T20:01:04.033Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:01:04 [2021-02-01T20:01:04.033Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:01:04 [2021-02-01T20:01:04.033Z]     service_test.go:236: FLAKY_TEST
20:01:04 [2021-02-01T20:01:04.033Z] === RUN   TestServiceWithDataPathPortInit
20:01:04 [2021-02-01T20:01:04.275Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
20:01:04 [2021-02-01T20:01:04.469Z] --- PASS: TestCgroupNamespacesRun (1.34s)
20:01:04 [2021-02-01T20:01:04.469Z] === RUN   TestCgroupNamespacesRunPrivileged
20:01:05 [2021-02-01T20:01:05.980Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.35s)
20:01:05 [2021-02-01T20:01:05.980Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:01:06 [2021-02-01T20:01:06.176Z] === RUN   TestDockerSuite/TestCopyAndRestart
20:01:07 [2021-02-01T20:01:07.111Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
20:01:07 [2021-02-01T20:01:07.111Z] === RUN   TestDockerSuite/TestCpAbsolutePath
20:01:07 [2021-02-01T20:01:07.493Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.41s)
20:01:07 [2021-02-01T20:01:07.493Z] === RUN   TestCgroupNamespacesRunHostMode
20:01:08 [2021-02-01T20:01:08.045Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
20:01:08 [2021-02-01T20:01:08.529Z] --- PASS: TestCgroupNamespacesRunHostMode (1.37s)
20:01:08 [2021-02-01T20:01:08.529Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:01:08 [2021-02-01T20:01:08.979Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
20:01:09 [2021-02-01T20:01:09.546Z] === RUN   TestDockerSuite/TestCpFromCaseA
20:01:10 [2021-02-01T20:01:10.042Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.36s)
20:01:10 [2021-02-01T20:01:10.042Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:01:10 [2021-02-01T20:01:10.112Z] === RUN   TestDockerSuite/TestCpFromCaseB
20:01:10 [2021-02-01T20:01:10.678Z] === RUN   TestDockerSuite/TestCpFromCaseC
20:01:11 [2021-02-01T20:01:11.245Z] === RUN   TestDockerSuite/TestCpFromCaseD
20:01:11 [2021-02-01T20:01:11.552Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.35s)
20:01:11 [2021-02-01T20:01:11.552Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:01:11 [2021-02-01T20:01:11.811Z] === RUN   TestDockerSuite/TestCpFromCaseE
20:01:12 [2021-02-01T20:01:12.188Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.83s)
20:01:12 [2021-02-01T20:01:12.189Z] === RUN   TestCgroupNamespacesRunOlderClient
20:01:12 [2021-02-01T20:01:12.746Z] === RUN   TestDockerSuite/TestCpFromCaseF
20:01:13 [2021-02-01T20:01:13.006Z] === RUN   TestDockerSuite/TestCpFromCaseG
20:01:13 [2021-02-01T20:01:13.698Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.35s)
20:01:13 [2021-02-01T20:01:13.698Z] === RUN   TestKernelTCPMemory
20:01:13 [2021-02-01T20:01:13.941Z] === RUN   TestDockerSuite/TestCpFromCaseH
20:01:14 [2021-02-01T20:01:14.335Z] --- PASS: TestKernelTCPMemory (0.81s)
20:01:14 [2021-02-01T20:01:14.335Z] === RUN   TestNISDomainname
20:01:14 [2021-02-01T20:01:14.508Z] === RUN   TestDockerSuite/TestCpFromCaseI
20:01:14 [2021-02-01T20:01:14.968Z] --- PASS: TestNISDomainname (0.70s)
20:01:14 [2021-02-01T20:01:14.968Z] === RUN   TestHostnameDnsResolution
20:01:15 [2021-02-01T20:01:15.074Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.27s)
20:01:15 [2021-02-01T20:01:15.074Z] === RUN   TestCreateServiceSecretFileMode
20:01:15 [2021-02-01T20:01:15.333Z] === RUN   TestDockerSuite/TestCpFromCaseJ
20:01:15 [2021-02-01T20:01:15.900Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
20:01:16 [2021-02-01T20:01:16.004Z] --- PASS: TestHostnameDnsResolution (0.82s)
20:01:16 [2021-02-01T20:01:16.004Z] === RUN   TestStats
20:01:16 [2021-02-01T20:01:16.835Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
20:01:17 [2021-02-01T20:01:17.771Z] === RUN   TestDockerSuite/TestCpGarbagePath
20:01:18 [2021-02-01T20:01:18.337Z] --- PASS: TestCreateServiceSecretFileMode (3.15s)
20:01:18 [2021-02-01T20:01:18.337Z] === RUN   TestCreateServiceConfigFileMode
20:01:18 [2021-02-01T20:01:18.595Z] === RUN   TestDockerSuite/TestCpLocalOnly
20:01:18 [2021-02-01T20:01:18.595Z] === RUN   TestDockerSuite/TestCpNameHasColon
20:01:18 [2021-02-01T20:01:18.735Z] --- PASS: TestStats (2.56s)
20:01:18 [2021-02-01T20:01:18.735Z] === RUN   TestStopContainerWithTimeout
20:01:18 [2021-02-01T20:01:18.735Z] === RUN   TestStopContainerWithTimeout/0
20:01:18 [2021-02-01T20:01:18.735Z] === PAUSE TestStopContainerWithTimeout/0
20:01:18 [2021-02-01T20:01:18.735Z] === RUN   TestStopContainerWithTimeout/1
20:01:18 [2021-02-01T20:01:18.735Z] === PAUSE TestStopContainerWithTimeout/1
20:01:18 [2021-02-01T20:01:18.735Z] === RUN   TestStopContainerWithTimeout/3
20:01:18 [2021-02-01T20:01:18.735Z] === PAUSE TestStopContainerWithTimeout/3
20:01:18 [2021-02-01T20:01:18.735Z] === RUN   TestStopContainerWithTimeout/-1
20:01:18 [2021-02-01T20:01:18.735Z] === PAUSE TestStopContainerWithTimeout/-1
20:01:18 [2021-02-01T20:01:18.735Z] === CONT  TestStopContainerWithTimeout/0
20:01:18 [2021-02-01T20:01:18.735Z] === CONT  TestStopContainerWithTimeout/3
20:01:18 [2021-02-01T20:01:18.735Z] === CONT  TestStopContainerWithTimeout/1
20:01:18 [2021-02-01T20:01:18.735Z] === CONT  TestStopContainerWithTimeout/-1
20:01:19 [2021-02-01T20:01:19.162Z] === RUN   TestDockerSuite/TestCpRelativePath
20:01:19 [2021-02-01T20:01:19.728Z] === RUN   TestDockerSuite/TestCpSpecialFiles
20:01:21 [2021-02-01T20:01:21.103Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
20:01:21 [2021-02-01T20:01:21.103Z] --- PASS: TestCreateServiceConfigFileMode (2.99s)
20:01:21 [2021-02-01T20:01:21.103Z] === RUN   TestCreateServiceSysctls
20:01:21 [2021-02-01T20:01:21.467Z] --- PASS: TestStopContainerWithTimeout (0.02s)
20:01:21 [2021-02-01T20:01:21.467Z]     --- PASS: TestStopContainerWithTimeout/0 (0.78s)
20:01:21 [2021-02-01T20:01:21.467Z]     --- PASS: TestStopContainerWithTimeout/1 (1.88s)
20:01:21 [2021-02-01T20:01:21.467Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.11s)
20:01:21 [2021-02-01T20:01:21.467Z]     --- PASS: TestStopContainerWithTimeout/3 (3.14s)
20:01:21 [2021-02-01T20:01:21.467Z] === RUN   TestDeleteDevicemapper
20:01:21 [2021-02-01T20:01:21.467Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:01:21 [2021-02-01T20:01:21.467Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:01:21 [2021-02-01T20:01:21.467Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:01:21 [2021-02-01T20:01:21.670Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
20:01:22 [2021-02-01T20:01:22.245Z] === RUN   TestDockerSuite/TestCpToCaseA
20:01:23 [2021-02-01T20:01:23.544Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.67s)
20:01:23 [2021-02-01T20:01:23.544Z] === RUN   TestUpdateMemory
20:01:23 [2021-02-01T20:01:23.621Z] === RUN   TestDockerSuite/TestCpToCaseB
20:01:23 [2021-02-01T20:01:23.835Z] --- PASS: TestUpdateMemory (0.74s)
20:01:23 [2021-02-01T20:01:23.835Z] === RUN   TestUpdateCPUQuota
20:01:24 [2021-02-01T20:01:24.555Z] === RUN   TestDockerSuite/TestCpToCaseC
20:01:24 [2021-02-01T20:01:24.870Z] --- PASS: TestUpdateCPUQuota (0.86s)
20:01:24 [2021-02-01T20:01:24.870Z] === RUN   TestUpdatePidsLimit
20:01:24 [2021-02-01T20:01:24.870Z] === RUN   TestUpdatePidsLimit/update_from_none
20:01:25 [2021-02-01T20:01:25.122Z] --- PASS: TestCreateServiceSysctls (4.03s)
20:01:25 [2021-02-01T20:01:25.122Z] === RUN   TestCreateServiceCapabilities
20:01:25 [2021-02-01T20:01:25.162Z] === RUN   TestUpdatePidsLimit/no_change
20:01:25 [2021-02-01T20:01:25.162Z] === RUN   TestUpdatePidsLimit/update_lower
20:01:25 [2021-02-01T20:01:25.454Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:01:25 [2021-02-01T20:01:25.745Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:01:26 [2021-02-01T20:01:26.012Z] --- PASS: TestServiceWithDataPathPortInit (18.45s)
20:01:26 [2021-02-01T20:01:26.012Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:01:26 [2021-02-01T20:01:26.036Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:01:26 [2021-02-01T20:01:26.327Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:01:27 [2021-02-01T20:01:27.024Z] === RUN   TestDockerSuite/TestCpToCaseD
20:01:27 [2021-02-01T20:01:27.361Z] --- PASS: TestUpdatePidsLimit (2.31s)
20:01:27 [2021-02-01T20:01:27.361Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.26s)
20:01:27 [2021-02-01T20:01:27.361Z]     --- PASS: TestUpdatePidsLimit/no_change (0.23s)
20:01:27 [2021-02-01T20:01:27.361Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.24s)
20:01:27 [2021-02-01T20:01:27.361Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s)
20:01:27 [2021-02-01T20:01:27.361Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.25s)
20:01:27 [2021-02-01T20:01:27.361Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s)
20:01:27 [2021-02-01T20:01:27.361Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s)
20:01:27 [2021-02-01T20:01:27.361Z] === RUN   TestUpdateRestartPolicy
20:01:28 [2021-02-01T20:01:28.925Z] --- PASS: TestCreateServiceCapabilities (3.46s)
20:01:28 [2021-02-01T20:01:28.925Z] === RUN   TestInspect
20:01:31 [2021-02-01T20:01:31.455Z] === RUN   TestDockerSuite/TestCpToCaseE
20:01:32 [2021-02-01T20:01:32.390Z] --- PASS: TestInspect (3.55s)
20:01:32 [2021-02-01T20:01:32.390Z] === RUN   TestCreateJob
20:01:32 [2021-02-01T20:01:32.604Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.19s)
20:01:32 [2021-02-01T20:01:32.604Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:paj6xh81supc2kiwkdlwcryrc Created:2021-02-01 20:01:23.98594058 +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[e8d1ce5d0b05da3747189f0fef794ee6c06554f524767f435ae56f6acd3124b1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qfcrphl2lvgpk33yw9stvwvg1 EndpointID:f5ddefb3947cfd71c7276813e687b47c489caf57dd62f5bee8a80b746c3d64f6 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d11b7e129addf6cc7bc0b5dd84e6c822a0395a67ff5c4ef47d591cef17ad4ba4 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:c6a27412edb5 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qfcrphl2lvgpk33yw9stvwvg1 EndpointID:f5ddefb3947cfd71c7276813e687b47c489caf57dd62f5bee8a80b746c3d64f6 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:01:32 [2021-02-01T20:01:32.604Z] PASS
20:01:32 [2021-02-01T20:01:32.604Z] 
20:01:32 [2021-02-01T20:01:32.604Z] === Skipped
20:01:32 [2021-02-01T20:01:32.604Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:01:32 [2021-02-01T20:01:32.604Z]     service_test.go:236: FLAKY_TEST
20:01:32 [2021-02-01T20:01:32.604Z] 
20:01:32 [2021-02-01T20:01:32.604Z] 
20:01:32 [2021-02-01T20:01:32.604Z] DONE 26 tests, 1 skipped in 61.140s
20:01:32 [2021-02-01T20:01:32.604Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:01:32 [2021-02-01T20:01:32.604Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:01:32 [2021-02-01T20:01:32.604Z] ++ set -e
20:01:32 [2021-02-01T20:01:32.604Z] ++ '[' -n 0 ']'
20:01:32 [2021-02-01T20:01:32.604Z] ++ set -x
20:01:32 [2021-02-01T20:01:32.604Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:01:32 [2021-02-01T20:01:32.604Z] INFO: Testing against a local daemon
20:01:32 [2021-02-01T20:01:32.604Z] === RUN   TestDockerNetworkIpvlanPersistance
20:01:32 [2021-02-01T20:01:32.604Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:01:32 [2021-02-01T20:01:32.604Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:01:32 [2021-02-01T20:01:32.604Z] === RUN   TestDockerNetworkIpvlan
20:01:32 [2021-02-01T20:01:32.604Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:01:32 [2021-02-01T20:01:32.604Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:01:32 [2021-02-01T20:01:32.604Z] PASS
20:01:32 [2021-02-01T20:01:32.604Z] 
20:01:32 [2021-02-01T20:01:32.604Z] === Skipped
20:01:32 [2021-02-01T20:01:32.604Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:01:32 [2021-02-01T20:01:32.604Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:01:32 [2021-02-01T20:01:32.604Z] 
20:01:32 [2021-02-01T20:01:32.604Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:01:32 [2021-02-01T20:01:32.604Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:01:32 [2021-02-01T20:01:32.604Z] 
20:01:32 [2021-02-01T20:01:32.604Z] 
20:01:32 [2021-02-01T20:01:32.604Z] DONE 2 tests, 2 skipped in 0.154s
20:01:32 [2021-02-01T20:01:32.604Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:01:32 [2021-02-01T20:01:32.604Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:01:32 [2021-02-01T20:01:32.604Z] ++ set -e
20:01:32 [2021-02-01T20:01:32.604Z] ++ '[' -n 0 ']'
20:01:32 [2021-02-01T20:01:32.604Z] ++ set -x
20:01:32 [2021-02-01T20:01:32.604Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:01:32 [2021-02-01T20:01:32.604Z] INFO: Testing against a local daemon
20:01:32 [2021-02-01T20:01:32.604Z] === RUN   TestDockerNetworkMacvlanPersistance
20:01:33 [2021-02-01T20:01:33.765Z] === RUN   TestDockerSuite/TestCpToCaseF
20:01:33 [2021-02-01T20:01:33.992Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.18s)
20:01:33 [2021-02-01T20:01:33.992Z] === RUN   TestDockerNetworkMacvlan
20:01:34 [2021-02-01T20:01:34.333Z] === RUN   TestDockerSuite/TestCpToCaseG
20:01:35 [2021-02-01T20:01:35.380Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:01:36 [2021-02-01T20:01:36.324Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:01:36 [2021-02-01T20:01:36.863Z] --- PASS: TestCreateJob (4.27s)
20:01:36 [2021-02-01T20:01:36.863Z] === RUN   TestReplicatedJob
20:01:37 [2021-02-01T20:01:37.712Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:01:38 [2021-02-01T20:01:38.239Z] === RUN   TestDockerSuite/TestCpToCaseH
20:01:39 [2021-02-01T20:01:39.013Z] --- PASS: TestImportExtremelyLargeImageWorks (85.03s)
20:01:39 [2021-02-01T20:01:39.013Z] PASS
20:01:39 [2021-02-01T20:01:39.013Z] 
20:01:39 [2021-02-01T20:01:39.013Z] === Skipped
20:01:39 [2021-02-01T20:01:39.013Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s)
20:01:39 [2021-02-01T20:01:39.013Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:01:39 [2021-02-01T20:01:39.013Z] 
20:01:39 [2021-02-01T20:01:39.013Z] 
20:01:39 [2021-02-01T20:01:39.013Z] DONE 12 tests, 1 skipped in 86.681s
20:01:39 [2021-02-01T20:01:39.013Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m 
20:01:39 [2021-02-01T20:01:39.013Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m
20:01:39 [2021-02-01T20:01:39.013Z] ++ set -e
20:01:39 [2021-02-01T20:01:39.013Z] ++ '[' -n 0 ']'
20:01:39 [2021-02-01T20:01:39.013Z] ++ set -x
20:01:39 [2021-02-01T20:01:39.014Z] ++ 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=s390x 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/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m
20:01:39 [2021-02-01T20:01:39.014Z] INFO: Testing against a local daemon
20:01:39 [2021-02-01T20:01:39.014Z] === RUN   TestNetworkCreateDelete
20:01:39 [2021-02-01T20:01:39.014Z] --- PASS: TestNetworkCreateDelete (0.16s)
20:01:39 [2021-02-01T20:01:39.014Z] === RUN   TestDockerNetworkDeletePreferID
20:01:39 [2021-02-01T20:01:39.014Z] --- PASS: TestDockerNetworkDeletePreferID (0.40s)
20:01:39 [2021-02-01T20:01:39.014Z] === RUN   TestDaemonDNSFallback
20:01:39 [2021-02-01T20:01:39.014Z] --- PASS: TestDaemonDNSFallback (2.70s)
20:01:39 [2021-02-01T20:01:39.014Z] === RUN   TestInspectNetwork
20:01:39 [2021-02-01T20:01:39.014Z] === RUN   TestInspectNetwork/full_network_id
20:01:39 [2021-02-01T20:01:39.014Z] === RUN   TestInspectNetwork/partial_network_id
20:01:39 [2021-02-01T20:01:39.014Z] === RUN   TestInspectNetwork/network_name
20:01:39 [2021-02-01T20:01:39.014Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:01:40 [2021-02-01T20:01:40.003Z] --- PASS: TestUpdateRestartPolicy (11.25s)
20:01:40 [2021-02-01T20:01:40.003Z] === RUN   TestUpdateRestartWithAutoRemove
20:01:40 [2021-02-01T20:01:40.003Z] --- PASS: TestUpdateRestartWithAutoRemove (0.55s)
20:01:40 [2021-02-01T20:01:40.003Z] === RUN   TestWaitNonBlocked
20:01:40 [2021-02-01T20:01:40.003Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:01:40 [2021-02-01T20:01:40.003Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:01:40 [2021-02-01T20:01:40.003Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:01:40 [2021-02-01T20:01:40.003Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:01:40 [2021-02-01T20:01:40.003Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:01:40 [2021-02-01T20:01:40.003Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:01:40 [2021-02-01T20:01:40.003Z] --- PASS: TestWaitNonBlocked (0.02s)
20:01:40 [2021-02-01T20:01:40.003Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.77s)
20:01:40 [2021-02-01T20:01:40.003Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.80s)
20:01:40 [2021-02-01T20:01:40.003Z] === RUN   TestWaitBlocked
20:01:40 [2021-02-01T20:01:40.003Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:01:40 [2021-02-01T20:01:40.003Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:01:40 [2021-02-01T20:01:40.003Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:01:40 [2021-02-01T20:01:40.003Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:01:40 [2021-02-01T20:01:40.003Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:01:40 [2021-02-01T20:01:40.003Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:01:40 [2021-02-01T20:01:40.642Z] --- PASS: TestWaitBlocked (0.04s)
20:01:40 [2021-02-01T20:01:40.642Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s)
20:01:40 [2021-02-01T20:01:40.642Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.78s)
20:01:40 [2021-02-01T20:01:40.642Z] === CONT  TestContainerStartOnDaemonRestart
20:01:40 [2021-02-01T20:01:40.642Z] === CONT  TestContainerKillOnDaemonStart
20:01:40 [2021-02-01T20:01:40.642Z] === CONT  TestDaemonHostGatewayIP
20:01:40 [2021-02-01T20:01:40.642Z] === CONT  TestIpcModeOlderClient
20:01:40 [2021-02-01T20:01:40.642Z] --- PASS: TestIpcModeOlderClient (0.12s)
20:01:40 [2021-02-01T20:01:40.642Z] === CONT  TestDaemonRestartIpcMode
20:01:41 [2021-02-01T20:01:41.024Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:01:41 [2021-02-01T20:01:41.523Z] === RUN   TestDockerSuite/TestCpToCaseI
20:01:42 [2021-02-01T20:01:42.088Z] === RUN   TestDockerSuite/TestCpToCaseJ
20:01:42 [2021-02-01T20:01:42.524Z] --- PASS: TestInspectNetwork (11.94s)
20:01:42 [2021-02-01T20:01:42.524Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:01:42 [2021-02-01T20:01:42.524Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:01:42 [2021-02-01T20:01:42.524Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:01:42 [2021-02-01T20:01:42.524Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:01:42 [2021-02-01T20:01:42.524Z] === RUN   TestRunContainerWithBridgeNone
20:01:42 [2021-02-01T20:01:42.656Z] --- PASS: TestReplicatedJob (6.25s)
20:01:42 [2021-02-01T20:01:42.656Z] === RUN   TestUpdateReplicatedJob
20:01:44 [2021-02-01T20:01:44.198Z] --- PASS: TestContainerStartOnDaemonRestart (3.65s)
20:01:44 [2021-02-01T20:01:44.198Z] === CONT  TestRestartDaemonWithRestartingContainer
20:01:44 [2021-02-01T20:01:44.490Z] --- PASS: TestDaemonHostGatewayIP (4.02s)
20:01:44 [2021-02-01T20:01:44.637Z] --- PASS: TestRunContainerWithBridgeNone (2.56s)
20:01:44 [2021-02-01T20:01:44.637Z] === RUN   TestNetworkInvalidJSON
20:01:44 [2021-02-01T20:01:44.637Z] === RUN   TestNetworkInvalidJSON//networks/create
20:01:44 [2021-02-01T20:01:44.637Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:01:44 [2021-02-01T20:01:44.637Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:01:44 [2021-02-01T20:01:44.637Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:01:44 [2021-02-01T20:01:44.637Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:01:44 [2021-02-01T20:01:44.637Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:01:44 [2021-02-01T20:01:44.637Z] === CONT  TestNetworkInvalidJSON//networks/create
20:01:44 [2021-02-01T20:01:44.637Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:01:44 [2021-02-01T20:01:44.637Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:01:44 [2021-02-01T20:01:44.637Z] --- PASS: TestNetworkInvalidJSON (0.02s)
20:01:44 [2021-02-01T20:01:44.637Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:01:44 [2021-02-01T20:01:44.637Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:01:44 [2021-02-01T20:01:44.637Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:01:44 [2021-02-01T20:01:44.637Z] === RUN   TestNetworkList
20:01:44 [2021-02-01T20:01:44.637Z] === RUN   TestNetworkList//networks
20:01:44 [2021-02-01T20:01:44.637Z] === PAUSE TestNetworkList//networks
20:01:44 [2021-02-01T20:01:44.637Z] === RUN   TestNetworkList//networks/
20:01:44 [2021-02-01T20:01:44.637Z] === PAUSE TestNetworkList//networks/
20:01:44 [2021-02-01T20:01:44.637Z] === CONT  TestNetworkList//networks
20:01:44 [2021-02-01T20:01:44.637Z] === CONT  TestNetworkList//networks/
20:01:44 [2021-02-01T20:01:44.637Z] --- PASS: TestNetworkList (0.02s)
20:01:44 [2021-02-01T20:01:44.637Z]     --- PASS: TestNetworkList//networks (0.00s)
20:01:44 [2021-02-01T20:01:44.637Z]     --- PASS: TestNetworkList//networks/ (0.00s)
20:01:44 [2021-02-01T20:01:44.637Z] === RUN   TestHostIPv4BridgeLabel
20:01:44 [2021-02-01T20:01:44.785Z] --- PASS: TestDaemonRestartIpcMode (4.24s)
20:01:45 [2021-02-01T20:01:45.234Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:01:45 [2021-02-01T20:01:45.267Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
20:01:45 [2021-02-01T20:01:45.267Z] === RUN   TestDaemonRestartWithLiveRestore
20:01:45 [2021-02-01T20:01:45.941Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
20:01:45 [2021-02-01T20:01:45.941Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
20:01:46 [2021-02-01T20:01:46.295Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.17s)
20:01:46 [2021-02-01T20:01:46.298Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
20:01:46 [2021-02-01T20:01:46.298Z] === RUN   TestDaemonDefaultNetworkPools
20:01:46 [2021-02-01T20:01:46.876Z] --- PASS: TestUpdateReplicatedJob (4.09s)
20:01:46 [2021-02-01T20:01:46.876Z] === RUN   TestServiceListWithStatuses
20:01:46 [2021-02-01T20:01:46.876Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:01:46 [2021-02-01T20:01:46.876Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:01:46 [2021-02-01T20:01:46.876Z] === RUN   TestDockerNetworkConnectAlias
20:01:46 [2021-02-01T20:01:46.876Z] === RUN   TestDockerSuite/TestCpToDot
20:01:47 [2021-02-01T20:01:47.446Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
20:01:47 [2021-02-01T20:01:47.507Z] --- PASS: TestDaemonDefaultNetworkPools (0.84s)
20:01:47 [2021-02-01T20:01:47.507Z] === RUN   TestDaemonRestartWithExistingNetwork
20:01:48 [2021-02-01T20:01:48.541Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.22s)
20:01:48 [2021-02-01T20:01:48.541Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:01:48 [2021-02-01T20:01:48.832Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
20:01:49 [2021-02-01T20:01:49.571Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s)
20:01:49 [2021-02-01T20:01:49.571Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:01:50 [2021-02-01T20:01:50.202Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.64s)
20:01:50 [2021-02-01T20:01:50.202Z] === RUN   TestServiceWithPredefinedNetwork
20:01:50 [2021-02-01T20:01:50.733Z] === RUN   TestDockerSuite/TestCpToStdout
20:01:51 [2021-02-01T20:01:51.300Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
20:01:51 [2021-02-01T20:01:51.828Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:01:52 [2021-02-01T20:01:52.513Z] --- PASS: TestDockerNetworkMacvlan (18.55s)
20:01:52 [2021-02-01T20:01:52.513Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s)
20:01:52 [2021-02-01T20:01:52.513Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s)
20:01:52 [2021-02-01T20:01:52.513Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.05s)
20:01:52 [2021-02-01T20:01:52.513Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.06s)
20:01:52 [2021-02-01T20:01:52.513Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.85s)
20:01:52 [2021-02-01T20:01:52.513Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.30s)
20:01:52 [2021-02-01T20:01:52.513Z] PASS
20:01:52 [2021-02-01T20:01:52.513Z] 
20:01:52 [2021-02-01T20:01:52.513Z] DONE 8 tests in 20.883s
20:01:52 [2021-02-01T20:01:52.513Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
20:01:52 [2021-02-01T20:01:52.513Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:01:52 [2021-02-01T20:01:52.513Z] ++ set -e
20:01:52 [2021-02-01T20:01:52.513Z] ++ '[' -n 0 ']'
20:01:52 [2021-02-01T20:01:52.513Z] ++ set -x
20:01:52 [2021-02-01T20:01:52.513Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:01:52 [2021-02-01T20:01:52.775Z] testing: warning: no tests to run
20:01:52 [2021-02-01T20:01:52.775Z] PASS
20:01:52 [2021-02-01T20:01:52.775Z] 
20:01:52 [2021-02-01T20:01:52.775Z] DONE 0 tests in 0.029s
20:01:52 [2021-02-01T20:01:52.775Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:01:52 [2021-02-01T20:01:52.775Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:01:52 [2021-02-01T20:01:52.775Z] ++ set -e
20:01:52 [2021-02-01T20:01:52.775Z] ++ '[' -n 0 ']'
20:01:52 [2021-02-01T20:01:52.775Z] ++ set -x
20:01:52 [2021-02-01T20:01:52.775Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:01:52 [2021-02-01T20:01:52.775Z] INFO: Testing against a local daemon
20:01:52 [2021-02-01T20:01:52.775Z] === RUN   TestAuthZPluginAllowRequest
20:01:53 [2021-02-01T20:01:53.201Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
20:01:53 [2021-02-01T20:01:53.201Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
20:01:53 [2021-02-01T20:01:53.459Z] --- PASS: TestDockerNetworkConnectAlias (6.56s)
20:01:53 [2021-02-01T20:01:53.459Z] === RUN   TestDockerNetworkReConnect
20:01:54 [2021-02-01T20:01:54.026Z] === RUN   TestDockerSuite/TestCpVolumePath
20:01:54 [2021-02-01T20:01:54.649Z] --- PASS: TestServiceWithPredefinedNetwork (3.86s)
20:01:54 [2021-02-01T20:01:54.649Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:01:54 [2021-02-01T20:01:54.649Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:01:54 [2021-02-01T20:01:54.649Z]     service_test.go:236: FLAKY_TEST
20:01:54 [2021-02-01T20:01:54.649Z] === RUN   TestServiceWithDataPathPortInit
20:01:54 [2021-02-01T20:01:54.694Z] --- PASS: TestAuthZPluginAllowRequest (1.81s)
20:01:54 [2021-02-01T20:01:54.694Z] === RUN   TestAuthZPluginTLS
20:01:54 [2021-02-01T20:01:54.765Z] --- PASS: TestContainerKillOnDaemonStart (12.87s)
20:01:54 [2021-02-01T20:01:54.765Z] PASS
20:01:54 [2021-02-01T20:01:54.765Z] 
20:01:54 [2021-02-01T20:01:54.765Z] === Skipped
20:01:54 [2021-02-01T20:01:54.765Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s)
20:01:54 [2021-02-01T20:01:54.765Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:01:54 [2021-02-01T20:01:54.765Z] 
20:01:54 [2021-02-01T20:01:54.765Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:01:54 [2021-02-01T20:01:54.765Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:01:54 [2021-02-01T20:01:54.765Z] 
20:01:54 [2021-02-01T20:01:54.765Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s)
20:01:54 [2021-02-01T20:01:54.765Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:01:54 [2021-02-01T20:01:54.765Z] 
20:01:54 [2021-02-01T20:01:54.765Z] 
20:01:54 [2021-02-01T20:01:54.765Z] DONE 196 tests, 3 skipped in 110.133s
20:01:54 [2021-02-01T20:01:54.765Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m 
20:01:54 [2021-02-01T20:01:54.765Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m
20:01:54 [2021-02-01T20:01:54.765Z] ++ set -e
20:01:54 [2021-02-01T20:01:54.765Z] ++ '[' -n 0 ']'
20:01:54 [2021-02-01T20:01:54.765Z] ++ set -x
20:01:54 [2021-02-01T20:01:54.765Z] ++ 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=ppc64le 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/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m
20:01:54 [2021-02-01T20:01:54.765Z] INFO: Testing against a local daemon
20:01:54 [2021-02-01T20:01:54.765Z] === RUN   TestCommitInheritsEnv
20:01:54 [2021-02-01T20:01:54.765Z] --- PASS: TestCommitInheritsEnv (0.33s)
20:01:54 [2021-02-01T20:01:54.765Z] === RUN   TestImportExtremelyLargeImageWorks
20:01:54 [2021-02-01T20:01:54.765Z] === PAUSE TestImportExtremelyLargeImageWorks
20:01:54 [2021-02-01T20:01:54.765Z] === RUN   TestImagesFilterMultiReference
20:01:54 [2021-02-01T20:01:54.765Z] --- PASS: TestImagesFilterMultiReference (0.06s)
20:01:54 [2021-02-01T20:01:54.765Z] === RUN   TestImagePullPlatformInvalid
20:01:54 [2021-02-01T20:01:54.765Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
20:01:54 [2021-02-01T20:01:54.765Z] === RUN   TestRemoveImageOrphaning
20:01:54 [2021-02-01T20:01:54.765Z] --- PASS: TestRemoveImageOrphaning (0.33s)
20:01:54 [2021-02-01T20:01:54.765Z] === RUN   TestRemoveImageGarbageCollector
20:01:54 [2021-02-01T20:01:54.765Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
20:01:54 [2021-02-01T20:01:54.765Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:01:54 [2021-02-01T20:01:54.765Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:01:54 [2021-02-01T20:01:54.765Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
20:01:54 [2021-02-01T20:01:54.765Z] === RUN   TestTagInvalidReference
20:01:54 [2021-02-01T20:01:54.765Z] --- PASS: TestTagInvalidReference (0.02s)
20:01:54 [2021-02-01T20:01:54.765Z] === RUN   TestTagValidPrefixedRepo
20:01:54 [2021-02-01T20:01:54.765Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
20:01:54 [2021-02-01T20:01:54.765Z] === RUN   TestTagExistedNameWithoutForce
20:01:54 [2021-02-01T20:01:54.765Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
20:01:54 [2021-02-01T20:01:54.765Z] === RUN   TestTagOfficialNames
20:01:54 [2021-02-01T20:01:54.765Z] --- PASS: TestTagOfficialNames (0.04s)
20:01:54 [2021-02-01T20:01:54.765Z] === RUN   TestTagMatchesDigest
20:01:54 [2021-02-01T20:01:54.765Z] --- PASS: TestTagMatchesDigest (0.02s)
20:01:54 [2021-02-01T20:01:54.765Z] === CONT  TestImportExtremelyLargeImageWorks
20:01:54 [2021-02-01T20:01:54.963Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
20:01:54 [2021-02-01T20:01:54.963Z] === RUN   TestDockerSuite/TestCreateArgs
20:01:54 [2021-02-01T20:01:54.963Z] === RUN   TestDockerSuite/TestCreateByImageID
20:01:55 [2021-02-01T20:01:55.277Z] --- PASS: TestAuthZPluginTLS (0.72s)
20:01:55 [2021-02-01T20:01:55.277Z] === RUN   TestAuthZPluginDenyRequest
20:01:55 [2021-02-01T20:01:55.530Z] === RUN   TestDockerSuite/TestCreateEchoStdout
20:01:56 [2021-02-01T20:01:56.221Z] --- PASS: TestAuthZPluginDenyRequest (0.67s)
20:01:56 [2021-02-01T20:01:56.222Z] === RUN   TestAuthZPluginAPIDenyResponse
20:01:56 [2021-02-01T20:01:56.794Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.66s)
20:01:56 [2021-02-01T20:01:56.794Z] === RUN   TestAuthZPluginDenyResponse
20:01:56 [2021-02-01T20:01:56.905Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
20:01:56 [2021-02-01T20:01:56.905Z] === RUN   TestDockerSuite/TestCreateHostConfig
20:01:56 [2021-02-01T20:01:56.905Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
20:01:57 [2021-02-01T20:01:57.367Z] --- PASS: TestAuthZPluginDenyResponse (0.68s)
20:01:57 [2021-02-01T20:01:57.367Z] === RUN   TestAuthZPluginAllowEventStream
20:01:57 [2021-02-01T20:01:57.840Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
20:01:58 [2021-02-01T20:01:58.098Z] === RUN   TestDockerSuite/TestCreateLabels
20:01:58 [2021-02-01T20:01:58.098Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
20:01:58 [2021-02-01T20:01:58.098Z] === RUN   TestDockerSuite/TestCreateRM
20:01:58 [2021-02-01T20:01:58.357Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
20:01:58 [2021-02-01T20:01:58.357Z] === RUN   TestDockerSuite/TestCreateStopSignal
20:01:58 [2021-02-01T20:01:58.357Z] === RUN   TestDockerSuite/TestCreateStopTimeout
20:01:58 [2021-02-01T20:01:58.357Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
20:01:58 [2021-02-01T20:01:58.615Z] --- PASS: TestDockerNetworkReConnect (5.29s)
20:01:58 [2021-02-01T20:01:58.615Z] === RUN   TestServicePlugin
20:01:59 [2021-02-01T20:01:59.285Z] --- PASS: TestAuthZPluginAllowEventStream (1.82s)
20:01:59 [2021-02-01T20:01:59.285Z] === RUN   TestAuthZPluginErrorResponse
20:01:59 [2021-02-01T20:01:59.857Z] --- PASS: TestAuthZPluginErrorResponse (0.69s)
20:01:59 [2021-02-01T20:01:59.857Z] === RUN   TestAuthZPluginErrorRequest
20:01:59 [2021-02-01T20:01:59.991Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
20:01:59 [2021-02-01T20:01:59.991Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
20:01:59 [2021-02-01T20:01:59.991Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
20:02:00 [2021-02-01T20:02:00.431Z] --- PASS: TestAuthZPluginErrorRequest (0.66s)
20:02:00 [2021-02-01T20:02:00.431Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:02:01 [2021-02-01T20:02:01.376Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.68s)
20:02:01 [2021-02-01T20:02:01.376Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:02:03 [2021-02-01T20:02:03.274Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
20:02:03 [2021-02-01T20:02:03.274Z] === RUN   TestDockerSuite/TestCreateWithPortRange
20:02:03 [2021-02-01T20:02:03.274Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
20:02:03 [2021-02-01T20:02:03.274Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
20:02:03 [2021-02-01T20:02:03.274Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
20:02:03 [2021-02-01T20:02:03.533Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
20:02:03 [2021-02-01T20:02:03.533Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
20:02:03 [2021-02-01T20:02:03.924Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.28s)
20:02:03 [2021-02-01T20:02:03.924Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:02:04 [2021-02-01T20:02:04.100Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
20:02:05 [2021-02-01T20:02:05.476Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
20:02:05 [2021-02-01T20:02:05.844Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.47s)
20:02:05 [2021-02-01T20:02:05.844Z] === RUN   TestAuthZPluginHeader
20:02:06 [2021-02-01T20:02:06.043Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
20:02:07 [2021-02-01T20:02:07.232Z] --- PASS: TestAuthZPluginHeader (1.04s)
20:02:07 [2021-02-01T20:02:07.232Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:02:07 [2021-02-01T20:02:07.232Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:02:07 [2021-02-01T20:02:07.232Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:02:07 [2021-02-01T20:02:07.232Z] === RUN   TestAuthZPluginV2Disable
20:02:07 [2021-02-01T20:02:07.232Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
20:02:07 [2021-02-01T20:02:07.232Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:02:07 [2021-02-01T20:02:07.232Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:02:07 [2021-02-01T20:02:07.232Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:02:07 [2021-02-01T20:02:07.232Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:02:07 [2021-02-01T20:02:07.232Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:02:07 [2021-02-01T20:02:07.232Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:02:07 [2021-02-01T20:02:07.232Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:02:07 [2021-02-01T20:02:07.232Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:02:07 [2021-02-01T20:02:07.418Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
20:02:08 [2021-02-01T20:02:08.353Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
20:02:08 [2021-02-01T20:02:08.919Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
20:02:09 [2021-02-01T20:02:09.486Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
20:02:09 [2021-02-01T20:02:09.486Z] === RUN   TestDockerSuite/TestDevicePermissions
20:02:10 [2021-02-01T20:02:10.053Z] === RUN   TestDockerSuite/TestDockerFails
20:02:10 [2021-02-01T20:02:10.053Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
20:02:10 [2021-02-01T20:02:10.053Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
20:02:10 [2021-02-01T20:02:10.053Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
20:02:11 [2021-02-01T20:02:11.018Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
20:02:11 [2021-02-01T20:02:11.584Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
20:02:12 [2021-02-01T20:02:12.520Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
20:02:12 [2021-02-01T20:02:12.520Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
20:02:12 [2021-02-01T20:02:12.520Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
20:02:12 [2021-02-01T20:02:12.778Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
20:02:17 [2021-02-01T20:02:17.094Z] --- PASS: TestServiceWithDataPathPortInit (21.42s)
20:02:17 [2021-02-01T20:02:17.094Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:02:19 [2021-02-01T20:02:19.338Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
20:02:20 [2021-02-01T20:02:20.273Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
20:02:21 [2021-02-01T20:02:21.446Z] Created binary: bundles/binary-daemon/dockerd-dev
20:02:21 [2021-02-01T20:02:21.446Z] Copying nested executables into bundles/binary-daemon
20:02:21 [2021-02-01T20:02:21.446Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
20:02:21 [2021-02-01T20:02:21.777Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41955/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -e DOCKER_GRAPHDRIVER docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/make.sh cross
20:02:22 [2021-02-01T20:02:22.174Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
20:02:22 [2021-02-01T20:02:22.347Z] 
20:02:22 [2021-02-01T20:02:22.347Z] Removing bundles/
20:02:22 [2021-02-01T20:02:22.347Z] 
20:02:22 [2021-02-01T20:02:22.347Z] ---> Making bundle: cross (in bundles/cross)
20:02:22 [2021-02-01T20:02:22.347Z] Cross building: bundles/cross/linux/amd64
20:02:22 [2021-02-01T20:02:22.347Z] Building: bundles/cross/linux/amd64/dockerd-dev
20:02:22 [2021-02-01T20:02:22.347Z] GOOS="linux" GOARCH="amd64" GOARM=""
20:02:23 [2021-02-01T20:02:23.549Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
20:02:24 [2021-02-01T20:02:24.484Z] === RUN   TestDockerSuite/TestEventsAttach
20:02:25 [2021-02-01T20:02:25.051Z] === RUN   TestDockerSuite/TestEventsCommit
20:02:25 [2021-02-01T20:02:25.353Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.09s)
20:02:25 [2021-02-01T20:02:25.353Z] PASS
20:02:25 [2021-02-01T20:02:25.353Z] 
20:02:25 [2021-02-01T20:02:25.353Z] === Skipped
20:02:25 [2021-02-01T20:02:25.353Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:02:25 [2021-02-01T20:02:25.353Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:02:25 [2021-02-01T20:02:25.353Z] 
20:02:25 [2021-02-01T20:02:25.353Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
20:02:25 [2021-02-01T20:02:25.353Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:02:25 [2021-02-01T20:02:25.353Z] 
20:02:25 [2021-02-01T20:02:25.353Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:02:25 [2021-02-01T20:02:25.353Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:02:25 [2021-02-01T20:02:25.353Z] 
20:02:25 [2021-02-01T20:02:25.353Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:02:25 [2021-02-01T20:02:25.353Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:02:25 [2021-02-01T20:02:25.353Z] 
20:02:25 [2021-02-01T20:02:25.353Z] 
20:02:25 [2021-02-01T20:02:25.353Z] DONE 17 tests, 4 skipped in 32.435s
20:02:25 [2021-02-01T20:02:25.353Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:02:25 [2021-02-01T20:02:25.353Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:02:25 [2021-02-01T20:02:25.353Z] ++ set -e
20:02:25 [2021-02-01T20:02:25.353Z] ++ '[' -n 0 ']'
20:02:25 [2021-02-01T20:02:25.353Z] ++ set -x
20:02:25 [2021-02-01T20:02:25.353Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:02:25 [2021-02-01T20:02:25.353Z] INFO: Testing against a local daemon
20:02:25 [2021-02-01T20:02:25.353Z] === RUN   TestPluginInvalidJSON
20:02:25 [2021-02-01T20:02:25.353Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:02:25 [2021-02-01T20:02:25.353Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:02:25 [2021-02-01T20:02:25.353Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:02:25 [2021-02-01T20:02:25.353Z] --- PASS: TestPluginInvalidJSON (0.03s)
20:02:25 [2021-02-01T20:02:25.353Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:02:25 [2021-02-01T20:02:25.353Z] === RUN   TestPluginInstall
20:02:25 [2021-02-01T20:02:25.353Z] === RUN   TestPluginInstall/no_auth
20:02:25 [2021-02-01T20:02:25.617Z] === RUN   TestDockerSuite/TestEventsContainerEvents
20:02:26 [2021-02-01T20:02:26.183Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
20:02:26 [2021-02-01T20:02:26.749Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
20:02:27 [2021-02-01T20:02:27.270Z] time="2021-02-01T20:02:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:02:27 [2021-02-01T20:02:27.270Z] time="2021-02-01T20:02:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:24b81f178080dddfbe5fa9d3e70663c510d98c9634bda03339755a891384e257" mediatype=application/vnd.docker.plugin.v1+json size=522
20:02:27 [2021-02-01T20:02:27.316Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
20:02:27 [2021-02-01T20:02:27.532Z] time="2021-02-01T20:02:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:02:27 [2021-02-01T20:02:27.532Z] time="2021-02-01T20:02:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:24b81f178080dddfbe5fa9d3e70663c510d98c9634bda03339755a891384e257" mediatype=application/vnd.docker.plugin.v1+json size=522
20:02:27 [2021-02-01T20:02:27.587Z] --- PASS: TestServiceWithDefaultAddressPoolInit (11.04s)
20:02:27 [2021-02-01T20:02:27.587Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:508lytq8rnuh0hjuw8lb4il34 Created:2021-02-01 20:02:16.990748367 +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[765fa6068da2e7419f484de3ea7dabe17171266a59d8d22fee49b3c6e24a9aaa:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.0faka4famm2w0ksmqx54y2mox EndpointID:718da89bdbe510d8908adf000ea9d55f05a216ce77a05ae8c150757cfde51980 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:9fa831eeb2f68e5063410b690fb194c4dd5a3b614009a0beda5859a1ef701cb2 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:2535ff9ded62 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.0faka4famm2w0ksmqx54y2mox EndpointID:718da89bdbe510d8908adf000ea9d55f05a216ce77a05ae8c150757cfde51980 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:02:27 [2021-02-01T20:02:27.587Z] PASS
20:02:27 [2021-02-01T20:02:27.587Z] 
20:02:27 [2021-02-01T20:02:27.587Z] === Skipped
20:02:27 [2021-02-01T20:02:27.587Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:02:27 [2021-02-01T20:02:27.587Z]     service_test.go:236: FLAKY_TEST
20:02:27 [2021-02-01T20:02:27.587Z] 
20:02:27 [2021-02-01T20:02:27.587Z] 
20:02:27 [2021-02-01T20:02:27.587Z] DONE 26 tests, 1 skipped in 59.760s
20:02:27 [2021-02-01T20:02:27.587Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:02:27 [2021-02-01T20:02:27.587Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:02:27 [2021-02-01T20:02:27.587Z] ++ set -e
20:02:27 [2021-02-01T20:02:27.587Z] ++ '[' -n 0 ']'
20:02:27 [2021-02-01T20:02:27.587Z] ++ set -x
20:02:27 [2021-02-01T20:02:27.587Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x 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/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:02:27 [2021-02-01T20:02:27.587Z] INFO: Testing against a local daemon
20:02:27 [2021-02-01T20:02:27.587Z] === RUN   TestDockerNetworkIpvlanPersistance
20:02:27 [2021-02-01T20:02:27.587Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:02:27 [2021-02-01T20:02:27.587Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:02:27 [2021-02-01T20:02:27.587Z] === RUN   TestDockerNetworkIpvlan
20:02:27 [2021-02-01T20:02:27.587Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:02:27 [2021-02-01T20:02:27.587Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:02:27 [2021-02-01T20:02:27.587Z] PASS
20:02:27 [2021-02-01T20:02:27.587Z] 
20:02:27 [2021-02-01T20:02:27.587Z] === Skipped
20:02:27 [2021-02-01T20:02:27.587Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:02:27 [2021-02-01T20:02:27.587Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:02:27 [2021-02-01T20:02:27.587Z] 
20:02:27 [2021-02-01T20:02:27.587Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:02:27 [2021-02-01T20:02:27.587Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:02:27 [2021-02-01T20:02:27.587Z] 
20:02:27 [2021-02-01T20:02:27.587Z] 
20:02:27 [2021-02-01T20:02:27.587Z] DONE 2 tests, 2 skipped in 0.075s
20:02:27 [2021-02-01T20:02:27.587Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:02:27 [2021-02-01T20:02:27.587Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:02:27 [2021-02-01T20:02:27.587Z] ++ set -e
20:02:27 [2021-02-01T20:02:27.587Z] ++ '[' -n 0 ']'
20:02:27 [2021-02-01T20:02:27.587Z] ++ set -x
20:02:27 [2021-02-01T20:02:27.587Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x 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/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:02:27 [2021-02-01T20:02:27.587Z] INFO: Testing against a local daemon
20:02:27 [2021-02-01T20:02:27.587Z] === RUN   TestDockerNetworkMacvlanPersistance
20:02:27 [2021-02-01T20:02:27.794Z] === RUN   TestPluginInstall/with_htpasswd
20:02:28 [2021-02-01T20:02:28.223Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.54s)
20:02:28 [2021-02-01T20:02:28.223Z] === RUN   TestDockerNetworkMacvlan
20:02:28 [2021-02-01T20:02:28.738Z] time="2021-02-01T20:02:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:02:28 [2021-02-01T20:02:28.738Z] time="2021-02-01T20:02:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f281c72c500df7d70a0533f2fbbab6c04b2f3086d00945b6ba634ac99fec9421" mediatype=application/vnd.docker.plugin.v1+json size=522
20:02:28 [2021-02-01T20:02:28.738Z] time="2021-02-01T20:02:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:02:28 [2021-02-01T20:02:28.738Z] time="2021-02-01T20:02:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f281c72c500df7d70a0533f2fbbab6c04b2f3086d00945b6ba634ac99fec9421" mediatype=application/vnd.docker.plugin.v1+json size=522
20:02:29 [2021-02-01T20:02:29.000Z] === RUN   TestPluginInstall/with_insecure
20:02:29 [2021-02-01T20:02:29.216Z] --- PASS: TestServicePlugin (30.13s)
20:02:29 [2021-02-01T20:02:29.216Z]     plugin_test.go:62: [d2235a6817c1d] joining swarm manager [d0d9803694741]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:02:29 [2021-02-01T20:02:29.216Z]     plugin_test.go:65: [dca6b989cf258] joining swarm manager [d0d9803694741]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:02:29 [2021-02-01T20:02:29.216Z] === RUN   TestServiceUpdateLabel
20:02:29 [2021-02-01T20:02:29.216Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
20:02:29 [2021-02-01T20:02:29.253Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:02:30 [2021-02-01T20:02:30.150Z] === RUN   TestDockerSuite/TestEventsContainerRestart
20:02:30 [2021-02-01T20:02:30.284Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:02:30 [2021-02-01T20:02:30.387Z] time="2021-02-01T20:02:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:02:30 [2021-02-01T20:02:30.387Z] time="2021-02-01T20:02:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c0d31adfd839e8d1debe5507934dd499a1258496f3654e3afae28155fa4e7b82" mediatype=application/vnd.docker.plugin.v1+json size=522
20:02:30 [2021-02-01T20:02:30.387Z] time="2021-02-01T20:02:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:02:30 [2021-02-01T20:02:30.387Z] time="2021-02-01T20:02:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c0d31adfd839e8d1debe5507934dd499a1258496f3654e3afae28155fa4e7b82" mediatype=application/vnd.docker.plugin.v1+json size=522
20:02:30 [2021-02-01T20:02:30.650Z] --- PASS: TestPluginInstall (5.42s)
20:02:30 [2021-02-01T20:02:30.650Z]     --- PASS: TestPluginInstall/no_auth (2.45s)
20:02:30 [2021-02-01T20:02:30.650Z]     --- PASS: TestPluginInstall/with_htpasswd (1.20s)
20:02:30 [2021-02-01T20:02:30.650Z]     --- PASS: TestPluginInstall/with_insecure (1.76s)
20:02:30 [2021-02-01T20:02:30.650Z]         plugin_test.go:160: [d0d90847066c0] daemon is not started
20:02:30 [2021-02-01T20:02:30.650Z] === RUN   TestPluginsWithRuntimes
20:02:31 [2021-02-01T20:02:31.469Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:02:32 [2021-02-01T20:02:32.051Z] --- PASS: TestServiceUpdateLabel (2.90s)
20:02:32 [2021-02-01T20:02:32.051Z] === RUN   TestServiceUpdateSecrets
20:02:33 [2021-02-01T20:02:33.199Z] === RUN   TestPluginsWithRuntimes/No_Args
20:02:33 [2021-02-01T20:02:33.426Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
20:02:34 [2021-02-01T20:02:34.587Z] === RUN   TestPluginsWithRuntimes/With_Args
20:02:35 [2021-02-01T20:02:35.327Z] === RUN   TestDockerSuite/TestEventsCopy
20:02:35 [2021-02-01T20:02:35.994Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:02:36 [2021-02-01T20:02:36.261Z] === RUN   TestDockerSuite/TestEventsFilterContainer
20:02:36 [2021-02-01T20:02:36.503Z] --- PASS: TestPluginsWithRuntimes (5.72s)
20:02:36 [2021-02-01T20:02:36.503Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.71s)
20:02:36 [2021-02-01T20:02:36.503Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.70s)
20:02:36 [2021-02-01T20:02:36.503Z] PASS
20:02:36 [2021-02-01T20:02:36.503Z] 
20:02:36 [2021-02-01T20:02:36.503Z] DONE 9 tests in 11.347s
20:02:36 [2021-02-01T20:02:36.503Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:02:36 [2021-02-01T20:02:36.503Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:02:36 [2021-02-01T20:02:36.503Z] ++ set -e
20:02:36 [2021-02-01T20:02:36.503Z] ++ '[' -n 0 ']'
20:02:36 [2021-02-01T20:02:36.503Z] ++ set -x
20:02:36 [2021-02-01T20:02:36.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:02:36 [2021-02-01T20:02:36.766Z] INFO: Testing against a local daemon
20:02:36 [2021-02-01T20:02:36.766Z] === RUN   TestExternalGraphDriver
20:02:36 [2021-02-01T20:02:36.766Z] === RUN   TestExternalGraphDriver/json
20:02:37 [2021-02-01T20:02:37.652Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
20:02:38 [2021-02-01T20:02:38.218Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
20:02:38 [2021-02-01T20:02:38.218Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
20:02:38 [2021-02-01T20:02:38.218Z] === RUN   TestDockerSuite/TestEventsFilterImageName
20:02:39 [2021-02-01T20:02:39.316Z] === RUN   TestExternalGraphDriver/spec
20:02:39 [2021-02-01T20:02:39.550Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:02:39 [2021-02-01T20:02:39.593Z] === RUN   TestDockerSuite/TestEventsFilterLabels
20:02:40 [2021-02-01T20:02:40.160Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
20:02:40 [2021-02-01T20:02:40.418Z] === RUN   TestDockerSuite/TestEventsFilterType
20:02:40 [2021-02-01T20:02:40.676Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
20:02:40 [2021-02-01T20:02:40.934Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
20:02:40 [2021-02-01T20:02:40.934Z] === RUN   TestDockerSuite/TestEventsFilters
20:02:41 [2021-02-01T20:02:41.868Z] === RUN   TestDockerSuite/TestEventsFormat
20:02:42 [2021-02-01T20:02:42.622Z] === RUN   TestExternalGraphDriver/pull
20:02:43 [2021-02-01T20:02:43.243Z] === RUN   TestDockerSuite/TestEventsFormatBadField
20:02:43 [2021-02-01T20:02:43.243Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
20:02:43 [2021-02-01T20:02:43.243Z] === RUN   TestDockerSuite/TestEventsImageImport
20:02:43 [2021-02-01T20:02:43.501Z] === RUN   TestDockerSuite/TestEventsImageLoad
20:02:43 [2021-02-01T20:02:43.759Z] === RUN   TestDockerSuite/TestEventsImagePull
20:02:44 [2021-02-01T20:02:44.017Z] === RUN   TestDockerSuite/TestEventsImageTag
20:02:44 [2021-02-01T20:02:44.541Z] --- PASS: TestExternalGraphDriver (7.79s)
20:02:44 [2021-02-01T20:02:44.541Z]     --- PASS: TestExternalGraphDriver/json (2.54s)
20:02:44 [2021-02-01T20:02:44.541Z]     --- PASS: TestExternalGraphDriver/spec (2.79s)
20:02:44 [2021-02-01T20:02:44.541Z]     --- PASS: TestExternalGraphDriver/pull (2.34s)
20:02:44 [2021-02-01T20:02:44.541Z] === RUN   TestGraphdriverPluginV2
20:02:44 [2021-02-01T20:02:44.541Z] --- SKIP: TestGraphdriverPluginV2 (0.03s)
20:02:44 [2021-02-01T20:02:44.541Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:02:44 [2021-02-01T20:02:44.541Z] PASS
20:02:44 [2021-02-01T20:02:44.541Z] 
20:02:44 [2021-02-01T20:02:44.541Z] === Skipped
20:02:44 [2021-02-01T20:02:44.541Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s)
20:02:44 [2021-02-01T20:02:44.541Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:02:44 [2021-02-01T20:02:44.541Z] 
20:02:44 [2021-02-01T20:02:44.541Z] 
20:02:44 [2021-02-01T20:02:44.541Z] DONE 5 tests, 1 skipped in 7.986s
20:02:44 [2021-02-01T20:02:44.541Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:02:44 [2021-02-01T20:02:44.541Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:02:44 [2021-02-01T20:02:44.541Z] ++ set -e
20:02:44 [2021-02-01T20:02:44.541Z] ++ '[' -n 0 ']'
20:02:44 [2021-02-01T20:02:44.541Z] ++ set -x
20:02:44 [2021-02-01T20:02:44.541Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:02:44 [2021-02-01T20:02:44.541Z] INFO: Testing against a local daemon
20:02:44 [2021-02-01T20:02:44.541Z] === RUN   TestContinueAfterPluginCrash
20:02:44 [2021-02-01T20:02:44.541Z] === PAUSE TestContinueAfterPluginCrash
20:02:44 [2021-02-01T20:02:44.541Z] === RUN   TestReadPluginNoRead
20:02:44 [2021-02-01T20:02:44.541Z] === PAUSE TestReadPluginNoRead
20:02:44 [2021-02-01T20:02:44.541Z] === RUN   TestDaemonStartWithLogOpt
20:02:44 [2021-02-01T20:02:44.541Z] === PAUSE TestDaemonStartWithLogOpt
20:02:44 [2021-02-01T20:02:44.541Z] === CONT  TestContinueAfterPluginCrash
20:02:44 [2021-02-01T20:02:44.541Z] === CONT  TestDaemonStartWithLogOpt
20:02:44 [2021-02-01T20:02:44.541Z] === CONT  TestReadPluginNoRead
20:02:44 [2021-02-01T20:02:44.583Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
20:02:45 [2021-02-01T20:02:45.149Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
20:02:45 [2021-02-01T20:02:45.149Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
20:02:45 [2021-02-01T20:02:45.149Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
20:02:45 [2021-02-01T20:02:45.149Z] === RUN   TestDockerSuite/TestEventsPluginOps
20:02:46 [2021-02-01T20:02:46.523Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
20:02:47 [2021-02-01T20:02:47.458Z] --- PASS: TestServiceUpdateSecrets (15.56s)
20:02:47 [2021-02-01T20:02:47.458Z] === RUN   TestServiceUpdateConfigs
20:02:47 [2021-02-01T20:02:47.458Z] === RUN   TestDockerSuite/TestEventsRename
20:02:48 [2021-02-01T20:02:48.025Z] === RUN   TestDockerSuite/TestEventsResize
20:02:48 [2021-02-01T20:02:48.195Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:02:48 [2021-02-01T20:02:48.769Z] === RUN   TestReadPluginNoRead/default
20:02:48 [2021-02-01T20:02:48.960Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
20:02:49 [2021-02-01T20:02:49.228Z] --- PASS: TestDockerNetworkMacvlan (20.74s)
20:02:49 [2021-02-01T20:02:49.228Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s)
20:02:49 [2021-02-01T20:02:49.228Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.16s)
20:02:49 [2021-02-01T20:02:49.228Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.53s)
20:02:49 [2021-02-01T20:02:49.228Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.66s)
20:02:49 [2021-02-01T20:02:49.228Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.92s)
20:02:49 [2021-02-01T20:02:49.228Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.57s)
20:02:49 [2021-02-01T20:02:49.228Z] PASS
20:02:49 [2021-02-01T20:02:49.228Z] 
20:02:49 [2021-02-01T20:02:49.228Z] DONE 8 tests in 22.350s
20:02:49 [2021-02-01T20:02:49.228Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m 
20:02:49 [2021-02-01T20:02:49.228Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:02:49 [2021-02-01T20:02:49.228Z] ++ set -e
20:02:49 [2021-02-01T20:02:49.228Z] ++ '[' -n 0 ']'
20:02:49 [2021-02-01T20:02:49.228Z] ++ set -x
20:02:49 [2021-02-01T20:02:49.228Z] ++ 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=s390x 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/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:02:49 [2021-02-01T20:02:49.228Z] testing: warning: no tests to run
20:02:49 [2021-02-01T20:02:49.228Z] PASS
20:02:49 [2021-02-01T20:02:49.228Z] 
20:02:49 [2021-02-01T20:02:49.228Z] DONE 0 tests in 0.016s
20:02:49 [2021-02-01T20:02:49.228Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:02:49 [2021-02-01T20:02:49.228Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:02:49 [2021-02-01T20:02:49.228Z] ++ set -e
20:02:49 [2021-02-01T20:02:49.228Z] ++ '[' -n 0 ']'
20:02:49 [2021-02-01T20:02:49.228Z] ++ set -x
20:02:49 [2021-02-01T20:02:49.228Z] ++ 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=s390x 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/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:02:49 [2021-02-01T20:02:49.228Z] INFO: Testing against a local daemon
20:02:49 [2021-02-01T20:02:49.228Z] === RUN   TestAuthZPluginAllowRequest
20:02:49 [2021-02-01T20:02:49.527Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
20:02:49 [2021-02-01T20:02:49.714Z] --- PASS: TestDaemonStartWithLogOpt (4.87s)
20:02:50 [2021-02-01T20:02:50.093Z] === RUN   TestDockerSuite/TestEventsStreaming
20:02:50 [2021-02-01T20:02:50.659Z] === RUN   TestReadPluginNoRead/disabled_caching
20:02:50 [2021-02-01T20:02:50.659Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
20:02:51 [2021-02-01T20:02:51.327Z] --- PASS: TestAuthZPluginAllowRequest (1.87s)
20:02:51 [2021-02-01T20:02:51.327Z] === RUN   TestAuthZPluginTLS
20:02:51 [2021-02-01T20:02:51.617Z] --- PASS: TestAuthZPluginTLS (0.54s)
20:02:51 [2021-02-01T20:02:51.617Z] === RUN   TestAuthZPluginDenyRequest
20:02:52 [2021-02-01T20:02:52.313Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
20:02:52 [2021-02-01T20:02:52.314Z] === RUN   TestAuthZPluginAPIDenyResponse
20:02:52 [2021-02-01T20:02:52.574Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:02:52 [2021-02-01T20:02:52.608Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
20:02:52 [2021-02-01T20:02:52.608Z] === RUN   TestAuthZPluginDenyResponse
20:02:53 [2021-02-01T20:02:53.189Z] === RUN   TestDockerSuite/TestEventsTop
20:02:53 [2021-02-01T20:02:53.383Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
20:02:53 [2021-02-01T20:02:53.383Z] === RUN   TestAuthZPluginAllowEventStream
20:02:53 [2021-02-01T20:02:53.756Z] === RUN   TestDockerSuite/TestEventsUntag
20:02:54 [2021-02-01T20:02:54.492Z] --- PASS: TestReadPluginNoRead (9.66s)
20:02:54 [2021-02-01T20:02:54.492Z]     --- PASS: TestReadPluginNoRead/default (1.84s)
20:02:54 [2021-02-01T20:02:54.492Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.80s)
20:02:54 [2021-02-01T20:02:54.492Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.81s)
20:02:54 [2021-02-01T20:02:54.492Z]     read_test.go:92: [d42f5a3006ae3] daemon is not started
20:02:54 [2021-02-01T20:02:54.754Z] --- PASS: TestContinueAfterPluginCrash (10.21s)
20:02:54 [2021-02-01T20:02:54.754Z] PASS
20:02:54 [2021-02-01T20:02:54.754Z] 
20:02:54 [2021-02-01T20:02:54.754Z] DONE 6 tests in 10.368s
20:02:55 [2021-02-01T20:02:55.018Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:02:55 [2021-02-01T20:02:55.018Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:02:55 [2021-02-01T20:02:55.018Z] ++ set -e
20:02:55 [2021-02-01T20:02:55.018Z] ++ '[' -n 0 ']'
20:02:55 [2021-02-01T20:02:55.018Z] ++ set -x
20:02:55 [2021-02-01T20:02:55.018Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:02:55 [2021-02-01T20:02:55.018Z] testing: warning: no tests to run
20:02:55 [2021-02-01T20:02:55.018Z] PASS
20:02:55 [2021-02-01T20:02:55.018Z] 
20:02:55 [2021-02-01T20:02:55.018Z] DONE 0 tests in 0.049s
20:02:55 [2021-02-01T20:02:55.018Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:02:55 [2021-02-01T20:02:55.018Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:02:55 [2021-02-01T20:02:55.018Z] ++ set -e
20:02:55 [2021-02-01T20:02:55.018Z] ++ '[' -n 0 ']'
20:02:55 [2021-02-01T20:02:55.018Z] ++ set -x
20:02:55 [2021-02-01T20:02:55.018Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:02:55 [2021-02-01T20:02:55.018Z] INFO: Testing against a local daemon
20:02:55 [2021-02-01T20:02:55.018Z] === RUN   TestPluginWithDevMounts
20:02:55 [2021-02-01T20:02:55.018Z] === PAUSE TestPluginWithDevMounts
20:02:55 [2021-02-01T20:02:55.018Z] === CONT  TestPluginWithDevMounts
20:02:55 [2021-02-01T20:02:55.446Z] --- PASS: TestAuthZPluginAllowEventStream (1.85s)
20:02:55 [2021-02-01T20:02:55.446Z] === RUN   TestAuthZPluginErrorResponse
20:02:55 [2021-02-01T20:02:55.446Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
20:02:55 [2021-02-01T20:02:55.446Z] === RUN   TestAuthZPluginErrorRequest
20:02:56 [2021-02-01T20:02:56.085Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
20:02:56 [2021-02-01T20:02:56.085Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:02:56 [2021-02-01T20:02:56.715Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
20:02:56 [2021-02-01T20:02:56.715Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:02:57 [2021-02-01T20:02:57.039Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
20:02:57 [2021-02-01T20:02:57.297Z] === RUN   TestDockerSuite/TestExec
20:02:57 [2021-02-01T20:02:57.567Z] --- PASS: TestPluginWithDevMounts (2.18s)
20:02:57 [2021-02-01T20:02:57.567Z] PASS
20:02:57 [2021-02-01T20:02:57.567Z] 
20:02:57 [2021-02-01T20:02:57.567Z] DONE 1 tests in 2.347s
20:02:57 [2021-02-01T20:02:57.567Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
20:02:57 [2021-02-01T20:02:57.567Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
20:02:57 [2021-02-01T20:02:57.567Z] ++ set -e
20:02:57 [2021-02-01T20:02:57.567Z] ++ '[' -n 0 ']'
20:02:57 [2021-02-01T20:02:57.567Z] ++ set -x
20:02:57 [2021-02-01T20:02:57.567Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
20:02:57 [2021-02-01T20:02:57.567Z] INFO: Testing against a local daemon
20:02:57 [2021-02-01T20:02:57.567Z] === RUN   TestSecretInspect
20:02:57 [2021-02-01T20:02:57.863Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
20:02:58 [2021-02-01T20:02:58.798Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
20:02:59 [2021-02-01T20:02:59.056Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
20:02:59 [2021-02-01T20:02:59.505Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.33s)
20:02:59 [2021-02-01T20:02:59.505Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:02:59 [2021-02-01T20:02:59.629Z] === RUN   TestDockerSuite/TestExecAPIStart
20:03:00 [2021-02-01T20:03:00.881Z] --- PASS: TestSecretInspect (3.26s)
20:03:00 [2021-02-01T20:03:00.881Z] === RUN   TestSecretList
20:03:01 [2021-02-01T20:03:01.007Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
20:03:01 [2021-02-01T20:03:01.574Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
20:03:01 [2021-02-01T20:03:01.584Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.50s)
20:03:01 [2021-02-01T20:03:01.584Z] === RUN   TestAuthZPluginHeader
20:03:02 [2021-02-01T20:03:02.509Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
20:03:02 [2021-02-01T20:03:02.620Z] --- PASS: TestAuthZPluginHeader (0.90s)
20:03:02 [2021-02-01T20:03:02.620Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:03:02 [2021-02-01T20:03:02.620Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:03:02 [2021-02-01T20:03:02.620Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:03:02 [2021-02-01T20:03:02.620Z] === RUN   TestAuthZPluginV2Disable
20:03:02 [2021-02-01T20:03:02.620Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
20:03:02 [2021-02-01T20:03:02.620Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:03:02 [2021-02-01T20:03:02.620Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:03:02 [2021-02-01T20:03:02.620Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:03:02 [2021-02-01T20:03:02.620Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:03:02 [2021-02-01T20:03:02.620Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:03:02 [2021-02-01T20:03:02.620Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:03:02 [2021-02-01T20:03:02.620Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:03:02 [2021-02-01T20:03:02.620Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:03:02 [2021-02-01T20:03:02.767Z] --- PASS: TestServiceUpdateConfigs (15.35s)
20:03:02 [2021-02-01T20:03:02.767Z] === RUN   TestServiceUpdateNetwork
20:03:03 [2021-02-01T20:03:03.025Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
20:03:03 [2021-02-01T20:03:03.593Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
20:03:04 [2021-02-01T20:03:04.188Z] --- PASS: TestSecretList (3.32s)
20:03:04 [2021-02-01T20:03:04.188Z] === RUN   TestSecretsCreateAndDelete
20:03:04 [2021-02-01T20:03:04.528Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
20:03:05 [2021-02-01T20:03:05.094Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
20:03:05 [2021-02-01T20:03:05.353Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
20:03:06 [2021-02-01T20:03:06.288Z] === RUN   TestDockerSuite/TestExecCgroup
20:03:07 [2021-02-01T20:03:07.223Z] === RUN   TestDockerSuite/TestExecEnv
20:03:07 [2021-02-01T20:03:07.493Z] --- PASS: TestSecretsCreateAndDelete (3.23s)
20:03:07 [2021-02-01T20:03:07.493Z] === RUN   TestSecretsUpdate
20:03:08 [2021-02-01T20:03:08.157Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
20:03:09 [2021-02-01T20:03:09.532Z] === RUN   TestDockerSuite/TestExecExitStatus
20:03:10 [2021-02-01T20:03:10.098Z] === RUN   TestDockerSuite/TestExecInspectID
20:03:10 [2021-02-01T20:03:10.798Z] --- PASS: TestSecretsUpdate (3.23s)
20:03:10 [2021-02-01T20:03:10.798Z] === RUN   TestTemplatedSecret
20:03:11 [2021-02-01T20:03:11.999Z] === RUN   TestDockerSuite/TestExecInteractive
20:03:12 [2021-02-01T20:03:12.565Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
20:03:13 [2021-02-01T20:03:13.131Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
20:03:13 [2021-02-01T20:03:13.699Z] === RUN   TestDockerSuite/TestExecParseError
20:03:14 [2021-02-01T20:03:14.103Z] --- PASS: TestTemplatedSecret (3.64s)
20:03:14 [2021-02-01T20:03:14.103Z] === RUN   TestSecretCreateResolve
20:03:14 [2021-02-01T20:03:14.265Z] === RUN   TestDockerSuite/TestExecPausedContainer
20:03:14 [2021-02-01T20:03:14.831Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
20:03:15 [2021-02-01T20:03:15.397Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
20:03:16 [2021-02-01T20:03:16.772Z] === RUN   TestDockerSuite/TestExecSetEnv
20:03:16 [2021-02-01T20:03:16.772Z] --- PASS: TestServiceUpdateNetwork (14.22s)
20:03:16 [2021-02-01T20:03:16.772Z] === RUN   TestServiceUpdatePidsLimit
20:03:17 [2021-02-01T20:03:17.338Z] === RUN   TestDockerSuite/TestExecStartFails
20:03:17 [2021-02-01T20:03:17.406Z] --- PASS: TestSecretCreateResolve (3.22s)
20:03:17 [2021-02-01T20:03:17.407Z] PASS
20:03:17 [2021-02-01T20:03:17.407Z] 
20:03:17 [2021-02-01T20:03:17.407Z] DONE 6 tests in 20.047s
20:03:17 [2021-02-01T20:03:17.407Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
20:03:17 [2021-02-01T20:03:17.407Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
20:03:17 [2021-02-01T20:03:17.407Z] ++ set -e
20:03:17 [2021-02-01T20:03:17.407Z] ++ '[' -n 0 ']'
20:03:17 [2021-02-01T20:03:17.407Z] ++ set -x
20:03:17 [2021-02-01T20:03:17.407Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
20:03:17 [2021-02-01T20:03:17.668Z] INFO: Testing against a local daemon
20:03:17 [2021-02-01T20:03:17.668Z] === RUN   TestServiceCreateInit
20:03:17 [2021-02-01T20:03:17.668Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:03:17 [2021-02-01T20:03:17.905Z] === RUN   TestDockerSuite/TestExecStateCleanup
20:03:18 [2021-02-01T20:03:18.163Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:03:19 [2021-02-01T20:03:19.098Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:03:21 [2021-02-01T20:03:21.190Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.34s)
20:03:21 [2021-02-01T20:03:21.190Z] PASS
20:03:21 [2021-02-01T20:03:21.190Z] 
20:03:21 [2021-02-01T20:03:21.190Z] === Skipped
20:03:21 [2021-02-01T20:03:21.190Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:03:21 [2021-02-01T20:03:21.190Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:03:21 [2021-02-01T20:03:21.190Z] 
20:03:21 [2021-02-01T20:03:21.190Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
20:03:21 [2021-02-01T20:03:21.190Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:03:21 [2021-02-01T20:03:21.190Z] 
20:03:21 [2021-02-01T20:03:21.190Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:03:21 [2021-02-01T20:03:21.190Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:03:21 [2021-02-01T20:03:21.190Z] 
20:03:21 [2021-02-01T20:03:21.190Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:03:21 [2021-02-01T20:03:21.190Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:03:21 [2021-02-01T20:03:21.190Z] 
20:03:21 [2021-02-01T20:03:21.190Z] 
20:03:21 [2021-02-01T20:03:21.190Z] DONE 17 tests, 4 skipped in 30.630s
20:03:21 [2021-02-01T20:03:21.190Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:03:21 [2021-02-01T20:03:21.190Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:03:21 [2021-02-01T20:03:21.190Z] ++ set -e
20:03:21 [2021-02-01T20:03:21.190Z] ++ '[' -n 0 ']'
20:03:21 [2021-02-01T20:03:21.190Z] ++ set -x
20:03:21 [2021-02-01T20:03:21.190Z] ++ 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=s390x 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/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:03:21 [2021-02-01T20:03:21.190Z] INFO: Testing against a local daemon
20:03:21 [2021-02-01T20:03:21.190Z] === RUN   TestPluginInvalidJSON
20:03:21 [2021-02-01T20:03:21.190Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:03:21 [2021-02-01T20:03:21.190Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:03:21 [2021-02-01T20:03:21.190Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:03:21 [2021-02-01T20:03:21.190Z] --- PASS: TestPluginInvalidJSON (0.02s)
20:03:21 [2021-02-01T20:03:21.190Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:03:21 [2021-02-01T20:03:21.190Z] === RUN   TestPluginInstall
20:03:21 [2021-02-01T20:03:21.190Z] === RUN   TestPluginInstall/no_auth
20:03:21 [2021-02-01T20:03:21.820Z] time="2021-02-01T20:03:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:03:21 [2021-02-01T20:03:21.820Z] time="2021-02-01T20:03:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5ba5299a5e056b7b8ccc3d9d1208982ca3aaafc51a5047e0054138c2dfc46cd2" mediatype=application/vnd.docker.plugin.v1+json size=522
20:03:21 [2021-02-01T20:03:21.820Z] time="2021-02-01T20:03:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:03:21 [2021-02-01T20:03:21.820Z] time="2021-02-01T20:03:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5ba5299a5e056b7b8ccc3d9d1208982ca3aaafc51a5047e0054138c2dfc46cd2" mediatype=application/vnd.docker.plugin.v1+json size=522
20:03:22 [2021-02-01T20:03:22.110Z] === RUN   TestPluginInstall/with_htpasswd
20:03:22 [2021-02-01T20:03:22.742Z] time="2021-02-01T20:03:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:03:22 [2021-02-01T20:03:22.742Z] time="2021-02-01T20:03:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:028fa28cc13779a437d3ed7565d32055c60264f14957d1e070c3d3cdadd4970c" mediatype=application/vnd.docker.plugin.v1+json size=522
20:03:22 [2021-02-01T20:03:22.742Z] time="2021-02-01T20:03:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:03:22 [2021-02-01T20:03:22.742Z] time="2021-02-01T20:03:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:028fa28cc13779a437d3ed7565d32055c60264f14957d1e070c3d3cdadd4970c" mediatype=application/vnd.docker.plugin.v1+json size=522
20:03:22 [2021-02-01T20:03:22.963Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:03:23 [2021-02-01T20:03:23.032Z] === RUN   TestPluginInstall/with_insecure
20:03:24 [2021-02-01T20:03:24.063Z] time="2021-02-01T20:03:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:03:24 [2021-02-01T20:03:24.063Z] time="2021-02-01T20:03:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a4d92e70de80ca46cbee6e5c32cb4f37f4b4203761c13b4a4aa7079c553649fe" mediatype=application/vnd.docker.plugin.v1+json size=522
20:03:24 [2021-02-01T20:03:24.063Z] time="2021-02-01T20:03:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:03:24 [2021-02-01T20:03:24.063Z] time="2021-02-01T20:03:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a4d92e70de80ca46cbee6e5c32cb4f37f4b4203761c13b4a4aa7079c553649fe" mediatype=application/vnd.docker.plugin.v1+json size=522
20:03:24 [2021-02-01T20:03:24.354Z] --- PASS: TestPluginInstall (4.51s)
20:03:24 [2021-02-01T20:03:24.354Z]     --- PASS: TestPluginInstall/no_auth (2.32s)
20:03:24 [2021-02-01T20:03:24.354Z]     --- PASS: TestPluginInstall/with_htpasswd (0.85s)
20:03:24 [2021-02-01T20:03:24.354Z]     --- PASS: TestPluginInstall/with_insecure (1.34s)
20:03:24 [2021-02-01T20:03:24.354Z]         plugin_test.go:160: [d9a43a78d53a3] daemon is not started
20:03:24 [2021-02-01T20:03:24.354Z] === RUN   TestPluginsWithRuntimes
20:03:26 [2021-02-01T20:03:26.416Z] === RUN   TestPluginsWithRuntimes/No_Args
20:03:27 [2021-02-01T20:03:27.231Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:03:27 [2021-02-01T20:03:27.449Z] === RUN   TestPluginsWithRuntimes/With_Args
20:03:28 [2021-02-01T20:03:28.256Z] --- PASS: TestServiceCreateInit (10.20s)
20:03:28 [2021-02-01T20:03:28.256Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.09s)
20:03:28 [2021-02-01T20:03:28.256Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.08s)
20:03:28 [2021-02-01T20:03:28.256Z] === RUN   TestCreateServiceMultipleTimes
20:03:28 [2021-02-01T20:03:28.953Z] --- PASS: TestPluginsWithRuntimes (4.72s)
20:03:28 [2021-02-01T20:03:28.953Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.40s)
20:03:28 [2021-02-01T20:03:28.953Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.39s)
20:03:28 [2021-02-01T20:03:28.953Z] PASS
20:03:28 [2021-02-01T20:03:28.953Z] 
20:03:28 [2021-02-01T20:03:28.953Z] DONE 9 tests in 9.343s
20:03:28 [2021-02-01T20:03:28.953Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:03:28 [2021-02-01T20:03:28.953Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:03:28 [2021-02-01T20:03:28.953Z] ++ set -e
20:03:28 [2021-02-01T20:03:28.953Z] ++ '[' -n 0 ']'
20:03:28 [2021-02-01T20:03:28.953Z] ++ set -x
20:03:28 [2021-02-01T20:03:28.953Z] ++ 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=s390x 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/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:03:29 [2021-02-01T20:03:29.130Z] === RUN   TestDockerSuite/TestExecStopNotHanging
20:03:29 [2021-02-01T20:03:29.243Z] INFO: Testing against a local daemon
20:03:29 [2021-02-01T20:03:29.243Z] === RUN   TestExternalGraphDriver
20:03:29 [2021-02-01T20:03:29.243Z] === RUN   TestExternalGraphDriver/json
20:03:29 [2021-02-01T20:03:29.389Z] === RUN   TestDockerSuite/TestExecTTY
20:03:29 [2021-02-01T20:03:29.955Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
20:03:30 [2021-02-01T20:03:30.522Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
20:03:31 [2021-02-01T20:03:31.089Z] === RUN   TestDockerSuite/TestExecUlimits
20:03:31 [2021-02-01T20:03:31.655Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
20:03:31 [2021-02-01T20:03:31.655Z] === RUN   TestDockerSuite/TestExecWithImageUser
20:03:31 [2021-02-01T20:03:31.966Z] === RUN   TestExternalGraphDriver/spec
20:03:33 [2021-02-01T20:03:33.556Z] === RUN   TestDockerSuite/TestExecWithNoTERM
20:03:33 [2021-02-01T20:03:33.556Z] --- PASS: TestServiceUpdatePidsLimit (16.77s)
20:03:33 [2021-02-01T20:03:33.556Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
20:03:33 [2021-02-01T20:03:33.556Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.98s)
20:03:33 [2021-02-01T20:03:33.556Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s)
20:03:33 [2021-02-01T20:03:33.556Z] PASS
20:03:33 [2021-02-01T20:03:33.556Z] 
20:03:33 [2021-02-01T20:03:33.556Z] === Skipped
20:03:33 [2021-02-01T20:03:33.556Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
20:03:33 [2021-02-01T20:03:33.556Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:03:33 [2021-02-01T20:03:33.556Z] 
20:03:33 [2021-02-01T20:03:33.556Z] 
20:03:33 [2021-02-01T20:03:33.556Z] DONE 27 tests, 1 skipped in 185.966s
20:03:33 [2021-02-01T20:03:33.556Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
20:03:33 [2021-02-01T20:03:33.556Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
20:03:33 [2021-02-01T20:03:33.556Z] ++ set -e
20:03:33 [2021-02-01T20:03:33.556Z] ++ '[' -n 0 ']'
20:03:33 [2021-02-01T20:03:33.556Z] ++ set -x
20:03:33 [2021-02-01T20:03:33.556Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
20:03:33 [2021-02-01T20:03:33.815Z] INFO: Testing against a local daemon
20:03:33 [2021-02-01T20:03:33.815Z] === RUN   TestSessionCreate
20:03:33 [2021-02-01T20:03:33.815Z] --- PASS: TestSessionCreate (0.02s)
20:03:33 [2021-02-01T20:03:33.815Z] === RUN   TestSessionCreateWithBadUpgrade
20:03:33 [2021-02-01T20:03:33.815Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
20:03:33 [2021-02-01T20:03:33.815Z] PASS
20:03:33 [2021-02-01T20:03:33.815Z] 
20:03:33 [2021-02-01T20:03:33.815Z] DONE 2 tests in 0.068s
20:03:33 [2021-02-01T20:03:33.815Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
20:03:33 [2021-02-01T20:03:33.815Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
20:03:33 [2021-02-01T20:03:33.815Z] ++ set -e
20:03:33 [2021-02-01T20:03:33.815Z] ++ '[' -n 0 ']'
20:03:33 [2021-02-01T20:03:33.815Z] ++ set -x
20:03:33 [2021-02-01T20:03:33.815Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
20:03:33 [2021-02-01T20:03:33.815Z] INFO: Testing against a local daemon
20:03:33 [2021-02-01T20:03:33.815Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:03:33 [2021-02-01T20:03:33.815Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:03:33 [2021-02-01T20:03:33.815Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:03:33 [2021-02-01T20:03:33.815Z] === RUN   TestEventsExecDie
20:03:34 [2021-02-01T20:03:34.055Z] === RUN   TestExternalGraphDriver/pull
20:03:34 [2021-02-01T20:03:34.073Z] === RUN   TestDockerSuite/TestExecWithPrivileged
20:03:34 [2021-02-01T20:03:34.640Z] --- PASS: TestEventsExecDie (0.75s)
20:03:34 [2021-02-01T20:03:34.640Z] === RUN   TestEventsBackwardsCompatible
20:03:34 [2021-02-01T20:03:34.640Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
20:03:34 [2021-02-01T20:03:34.640Z] === RUN   TestInfoBinaryCommits
20:03:34 [2021-02-01T20:03:34.640Z] --- PASS: TestInfoBinaryCommits (0.02s)
20:03:34 [2021-02-01T20:03:34.640Z] === RUN   TestInfoAPIVersioned
20:03:34 [2021-02-01T20:03:34.640Z] --- PASS: TestInfoAPIVersioned (0.01s)
20:03:34 [2021-02-01T20:03:34.640Z] === RUN   TestInfoDiscoveryBackend
20:03:35 [2021-02-01T20:03:35.206Z] === RUN   TestDockerSuite/TestExecWithTERM
20:03:35 [2021-02-01T20:03:35.206Z] --- PASS: TestInfoDiscoveryBackend (0.56s)
20:03:35 [2021-02-01T20:03:35.206Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:03:35 [2021-02-01T20:03:35.772Z] === RUN   TestDockerSuite/TestExecWithUser
20:03:36 [2021-02-01T20:03:36.118Z] --- PASS: TestExternalGraphDriver (6.75s)
20:03:36 [2021-02-01T20:03:36.118Z]     --- PASS: TestExternalGraphDriver/json (2.24s)
20:03:36 [2021-02-01T20:03:36.118Z]     --- PASS: TestExternalGraphDriver/spec (2.19s)
20:03:36 [2021-02-01T20:03:36.118Z]     --- PASS: TestExternalGraphDriver/pull (2.19s)
20:03:36 [2021-02-01T20:03:36.118Z] === RUN   TestGraphdriverPluginV2
20:03:36 [2021-02-01T20:03:36.118Z] --- SKIP: TestGraphdriverPluginV2 (0.06s)
20:03:36 [2021-02-01T20:03:36.118Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:03:36 [2021-02-01T20:03:36.118Z] PASS
20:03:36 [2021-02-01T20:03:36.118Z] 
20:03:36 [2021-02-01T20:03:36.118Z] === Skipped
20:03:36 [2021-02-01T20:03:36.118Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s)
20:03:36 [2021-02-01T20:03:36.118Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:03:36 [2021-02-01T20:03:36.118Z] 
20:03:36 [2021-02-01T20:03:36.118Z] 
20:03:36 [2021-02-01T20:03:36.118Z] DONE 5 tests, 1 skipped in 6.894s
20:03:36 [2021-02-01T20:03:36.118Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:03:36 [2021-02-01T20:03:36.118Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:03:36 [2021-02-01T20:03:36.118Z] ++ set -e
20:03:36 [2021-02-01T20:03:36.118Z] ++ '[' -n 0 ']'
20:03:36 [2021-02-01T20:03:36.118Z] ++ set -x
20:03:36 [2021-02-01T20:03:36.118Z] ++ 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=s390x 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/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:03:36 [2021-02-01T20:03:36.118Z] INFO: Testing against a local daemon
20:03:36 [2021-02-01T20:03:36.118Z] === RUN   TestContinueAfterPluginCrash
20:03:36 [2021-02-01T20:03:36.118Z] === PAUSE TestContinueAfterPluginCrash
20:03:36 [2021-02-01T20:03:36.118Z] === RUN   TestReadPluginNoRead
20:03:36 [2021-02-01T20:03:36.118Z] === PAUSE TestReadPluginNoRead
20:03:36 [2021-02-01T20:03:36.118Z] === RUN   TestDaemonStartWithLogOpt
20:03:36 [2021-02-01T20:03:36.118Z] === PAUSE TestDaemonStartWithLogOpt
20:03:36 [2021-02-01T20:03:36.118Z] === CONT  TestContinueAfterPluginCrash
20:03:36 [2021-02-01T20:03:36.118Z] === CONT  TestDaemonStartWithLogOpt
20:03:36 [2021-02-01T20:03:36.339Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
20:03:36 [2021-02-01T20:03:36.339Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:03:36 [2021-02-01T20:03:36.339Z] === RUN   TestDockerSuite/TestGetContainerStats
20:03:36 [2021-02-01T20:03:36.598Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
20:03:36 [2021-02-01T20:03:36.598Z] === RUN   TestInfoAPI
20:03:36 [2021-02-01T20:03:36.856Z] --- PASS: TestInfoAPI (0.02s)
20:03:36 [2021-02-01T20:03:36.856Z] === RUN   TestInfoAPIWarnings
20:03:40 [2021-02-01T20:03:40.562Z] --- PASS: TestDaemonStartWithLogOpt (3.96s)
20:03:40 [2021-02-01T20:03:40.562Z] === CONT  TestReadPluginNoRead
20:03:41 [2021-02-01T20:03:41.039Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
20:03:43 [2021-02-01T20:03:43.285Z] === RUN   TestReadPluginNoRead/default
20:03:44 [2021-02-01T20:03:44.791Z] === RUN   TestReadPluginNoRead/disabled_caching
20:03:45 [2021-02-01T20:03:45.425Z] --- PASS: TestContinueAfterPluginCrash (9.25s)
20:03:46 [2021-02-01T20:03:46.303Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
20:03:46 [2021-02-01T20:03:46.929Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:03:47 [2021-02-01T20:03:47.237Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
20:03:48 [2021-02-01T20:03:48.991Z] --- PASS: TestReadPluginNoRead (8.72s)
20:03:48 [2021-02-01T20:03:48.991Z]     --- PASS: TestReadPluginNoRead/default (1.94s)
20:03:48 [2021-02-01T20:03:48.991Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.90s)
20:03:48 [2021-02-01T20:03:48.991Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.99s)
20:03:48 [2021-02-01T20:03:48.991Z]     read_test.go:92: [d5e4aeb953cfa] daemon is not started
20:03:48 [2021-02-01T20:03:48.991Z] PASS
20:03:48 [2021-02-01T20:03:48.991Z] 
20:03:48 [2021-02-01T20:03:48.991Z] DONE 6 tests in 12.765s
20:03:48 [2021-02-01T20:03:48.991Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:03:48 [2021-02-01T20:03:48.991Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:03:48 [2021-02-01T20:03:48.991Z] ++ set -e
20:03:48 [2021-02-01T20:03:48.991Z] ++ '[' -n 0 ']'
20:03:48 [2021-02-01T20:03:48.991Z] ++ set -x
20:03:48 [2021-02-01T20:03:48.991Z] ++ 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=s390x 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/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:03:48 [2021-02-01T20:03:48.991Z] testing: warning: no tests to run
20:03:48 [2021-02-01T20:03:48.991Z] PASS
20:03:48 [2021-02-01T20:03:48.991Z] 
20:03:48 [2021-02-01T20:03:48.991Z] DONE 0 tests in 0.039s
20:03:48 [2021-02-01T20:03:48.991Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:03:48 [2021-02-01T20:03:48.991Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:03:48 [2021-02-01T20:03:48.991Z] ++ set -e
20:03:48 [2021-02-01T20:03:48.991Z] ++ '[' -n 0 ']'
20:03:48 [2021-02-01T20:03:48.991Z] ++ set -x
20:03:48 [2021-02-01T20:03:48.991Z] ++ 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=s390x 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/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:03:48 [2021-02-01T20:03:48.991Z] INFO: Testing against a local daemon
20:03:48 [2021-02-01T20:03:48.991Z] === RUN   TestPluginWithDevMounts
20:03:48 [2021-02-01T20:03:48.991Z] === PAUSE TestPluginWithDevMounts
20:03:48 [2021-02-01T20:03:48.991Z] === CONT  TestPluginWithDevMounts
20:03:50 [2021-02-01T20:03:50.232Z] --- PASS: TestCreateServiceMultipleTimes (19.38s)
20:03:50 [2021-02-01T20:03:50.232Z] === RUN   TestCreateServiceConflict
20:03:50 [2021-02-01T20:03:50.493Z] --- PASS: TestCreateServiceConflict (3.27s)
20:03:50 [2021-02-01T20:03:50.493Z] === RUN   TestCreateServiceMaxReplicas
20:03:51 [2021-02-01T20:03:51.052Z] --- PASS: TestPluginWithDevMounts (1.90s)
20:03:51 [2021-02-01T20:03:51.052Z] PASS
20:03:51 [2021-02-01T20:03:51.052Z] 
20:03:51 [2021-02-01T20:03:51.052Z] DONE 1 tests in 1.991s
20:03:51 [2021-02-01T20:03:51.052Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m 
20:03:51 [2021-02-01T20:03:51.052Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m
20:03:51 [2021-02-01T20:03:51.052Z] ++ set -e
20:03:51 [2021-02-01T20:03:51.052Z] ++ '[' -n 0 ']'
20:03:51 [2021-02-01T20:03:51.052Z] ++ set -x
20:03:51 [2021-02-01T20:03:51.052Z] ++ 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=s390x 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/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m
20:03:51 [2021-02-01T20:03:51.052Z] INFO: Testing against a local daemon
20:03:51 [2021-02-01T20:03:51.052Z] === RUN   TestSecretInspect
20:03:52 [2021-02-01T20:03:52.512Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
20:03:52 [2021-02-01T20:03:52.512Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
20:03:52 [2021-02-01T20:03:52.512Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
20:03:52 [2021-02-01T20:03:52.512Z] === RUN   TestDockerSuite/TestHealth
20:03:53 [2021-02-01T20:03:53.078Z] --- PASS: TestInfoAPIWarnings (16.30s)
20:03:53 [2021-02-01T20:03:53.078Z] === RUN   TestInfoDebug
20:03:53 [2021-02-01T20:03:53.644Z] --- PASS: TestInfoDebug (0.52s)
20:03:53 [2021-02-01T20:03:53.644Z] === RUN   TestInfoInsecureRegistries
20:03:53 [2021-02-01T20:03:53.797Z] --- PASS: TestCreateServiceMaxReplicas (3.18s)
20:03:53 [2021-02-01T20:03:53.797Z] === RUN   TestCreateWithDuplicateNetworkNames
20:03:54 [2021-02-01T20:03:54.210Z] --- PASS: TestInfoInsecureRegistries (0.52s)
20:03:54 [2021-02-01T20:03:54.210Z] === RUN   TestInfoRegistryMirrors
20:03:54 [2021-02-01T20:03:54.777Z] --- PASS: TestInfoRegistryMirrors (0.52s)
20:03:54 [2021-02-01T20:03:54.777Z] === RUN   TestLoginFailsWithBadCredentials
20:03:54 [2021-02-01T20:03:54.777Z] --- PASS: TestLoginFailsWithBadCredentials (0.14s)
20:03:54 [2021-02-01T20:03:54.777Z] === RUN   TestPingCacheHeaders
20:03:54 [2021-02-01T20:03:54.777Z] --- PASS: TestPingCacheHeaders (0.04s)
20:03:54 [2021-02-01T20:03:54.777Z] === RUN   TestPingGet
20:03:54 [2021-02-01T20:03:54.777Z] --- PASS: TestPingGet (0.01s)
20:03:54 [2021-02-01T20:03:54.777Z] === RUN   TestPingHead
20:03:54 [2021-02-01T20:03:54.777Z] --- PASS: TestPingHead (0.02s)
20:03:54 [2021-02-01T20:03:54.777Z] === RUN   TestVersion
20:03:54 [2021-02-01T20:03:54.777Z] --- PASS: TestVersion (0.02s)
20:03:54 [2021-02-01T20:03:54.777Z] PASS
20:03:54 [2021-02-01T20:03:54.777Z] 
20:03:54 [2021-02-01T20:03:54.777Z] === Skipped
20:03:54 [2021-02-01T20:03:54.777Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:03:54 [2021-02-01T20:03:54.777Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:03:54 [2021-02-01T20:03:54.777Z] 
20:03:54 [2021-02-01T20:03:54.777Z] 
20:03:54 [2021-02-01T20:03:54.777Z] DONE 18 tests, 1 skipped in 21.111s
20:03:54 [2021-02-01T20:03:54.777Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
20:03:54 [2021-02-01T20:03:54.777Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
20:03:54 [2021-02-01T20:03:54.777Z] ++ set -e
20:03:54 [2021-02-01T20:03:54.777Z] ++ '[' -n 0 ']'
20:03:54 [2021-02-01T20:03:54.777Z] ++ set -x
20:03:54 [2021-02-01T20:03:54.777Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
20:03:54 [2021-02-01T20:03:54.777Z] INFO: Testing against a local daemon
20:03:54 [2021-02-01T20:03:54.777Z] === RUN   TestVolumesCreateAndList
20:03:55 [2021-02-01T20:03:55.035Z] --- PASS: TestVolumesCreateAndList (0.02s)
20:03:55 [2021-02-01T20:03:55.035Z] === RUN   TestVolumesRemove
20:03:55 [2021-02-01T20:03:55.035Z] --- PASS: TestVolumesRemove (0.07s)
20:03:55 [2021-02-01T20:03:55.035Z] === RUN   TestVolumesInspect
20:03:55 [2021-02-01T20:03:55.035Z] --- PASS: TestVolumesInspect (0.02s)
20:03:55 [2021-02-01T20:03:55.035Z] === RUN   TestVolumesInvalidJSON
20:03:55 [2021-02-01T20:03:55.035Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:03:55 [2021-02-01T20:03:55.035Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:03:55 [2021-02-01T20:03:55.035Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:03:55 [2021-02-01T20:03:55.035Z] --- PASS: TestVolumesInvalidJSON (0.01s)
20:03:55 [2021-02-01T20:03:55.035Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:03:55 [2021-02-01T20:03:55.035Z] PASS
20:03:55 [2021-02-01T20:03:55.035Z] 
20:03:55 [2021-02-01T20:03:55.035Z] DONE 5 tests in 0.138s
20:03:55 [2021-02-01T20:03:55.035Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:03:55 [2021-02-01T20:03:55.293Z] ++++ cat bundles/test-integration/docker.pid
20:03:55 [2021-02-01T20:03:55.293Z] +++ kill 9760
20:03:55 [2021-02-01T20:03:55.499Z] --- PASS: TestSecretInspect (4.02s)
20:03:55 [2021-02-01T20:03:55.499Z] === RUN   TestSecretList
20:03:56 [2021-02-01T20:03:56.667Z] +++ /etc/init.d/apparmor stop
20:03:56 [2021-02-01T20:03:56.667Z] Leaving: AppArmorNo profiles have been unloaded.
20:03:56 [2021-02-01T20:03:56.667Z] 
20:03:56 [2021-02-01T20:03:56.667Z] Unloading profiles will leave already running processes permanently
20:03:56 [2021-02-01T20:03:56.667Z] unconfined, which can lead to unexpected situations.
20:03:56 [2021-02-01T20:03:56.667Z] 
20:03:56 [2021-02-01T20:03:56.667Z] To set a process to complain mode, use the command line tool
20:03:56 [2021-02-01T20:03:56.667Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:03:56 [2021-02-01T20:03:56.667Z] +++ true
20:03:56 [2021-02-01T20:03:56.667Z] exiting test-integration
20:03:56 [2021-02-01T20:03:56.667Z] ++ exit 0
20:03:56 [2021-02-01T20:03:56.667Z] 
20:03:56 [2021-02-01T20:03:56.925Z] + for job in $(jobs -p)
20:03:56 [2021-02-01T20:03:56.925Z] + wait 19083
20:03:58 [2021-02-01T20:03:58.825Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
20:03:58 [2021-02-01T20:03:58.825Z] Copying nested executables into bundles/cross/linux/amd64
20:03:58 [2021-02-01T20:03:58.825Z] Cross building: bundles/cross/windows/amd64
20:03:58 [2021-02-01T20:03:58.825Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
20:03:58 [2021-02-01T20:03:58.825Z] GOOS="windows" GOARCH="amd64" GOARM=""
20:03:59 [2021-02-01T20:03:59.009Z] --- PASS: TestSecretList (3.50s)
20:03:59 [2021-02-01T20:03:59.009Z] === RUN   TestSecretsCreateAndDelete
20:04:02 [2021-02-01T20:04:02.567Z] --- PASS: TestSecretsCreateAndDelete (4.06s)
20:04:02 [2021-02-01T20:04:02.567Z] === RUN   TestSecretsUpdate
20:04:07 [2021-02-01T20:04:07.010Z] --- PASS: TestSecretsUpdate (3.88s)
20:04:07 [2021-02-01T20:04:07.010Z] === RUN   TestTemplatedSecret
20:04:08 [2021-02-01T20:04:08.713Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.80s)
20:04:08 [2021-02-01T20:04:08.713Z] === RUN   TestCreateServiceSecretFileMode
20:04:10 [2021-02-01T20:04:10.522Z] --- PASS: TestTemplatedSecret (4.03s)
20:04:10 [2021-02-01T20:04:10.522Z] === RUN   TestSecretCreateResolve
20:04:11 [2021-02-01T20:04:11.262Z] --- PASS: TestCreateServiceSecretFileMode (2.87s)
20:04:11 [2021-02-01T20:04:11.262Z] === RUN   TestCreateServiceConfigFileMode
20:04:11 [2021-02-01T20:04:11.796Z] === RUN   TestDockerSuite/TestHistoryExistentImage
20:04:11 [2021-02-01T20:04:11.796Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
20:04:11 [2021-02-01T20:04:11.796Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
20:04:11 [2021-02-01T20:04:11.796Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
20:04:12 [2021-02-01T20:04:12.362Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
20:04:12 [2021-02-01T20:04:12.362Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
20:04:12 [2021-02-01T20:04:12.929Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
20:04:12 [2021-02-01T20:04:12.929Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
20:04:12 [2021-02-01T20:04:12.929Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
20:04:12 [2021-02-01T20:04:12.929Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
20:04:13 [2021-02-01T20:04:13.187Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
20:04:13 [2021-02-01T20:04:13.187Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
20:04:13 [2021-02-01T20:04:13.446Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
20:04:13 [2021-02-01T20:04:13.704Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
20:04:14 [2021-02-01T20:04:14.270Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
20:04:14 [2021-02-01T20:04:14.270Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
20:04:14 [2021-02-01T20:04:14.565Z] --- PASS: TestCreateServiceConfigFileMode (3.32s)
20:04:14 [2021-02-01T20:04:14.565Z] === RUN   TestCreateServiceSysctls
20:04:14 [2021-02-01T20:04:14.836Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
20:04:14 [2021-02-01T20:04:14.966Z] --- PASS: TestSecretCreateResolve (4.14s)
20:04:14 [2021-02-01T20:04:14.966Z] PASS
20:04:14 [2021-02-01T20:04:14.966Z] 
20:04:14 [2021-02-01T20:04:14.966Z] DONE 6 tests in 23.701s
20:04:14 [2021-02-01T20:04:14.966Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m 
20:04:14 [2021-02-01T20:04:14.966Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m
20:04:14 [2021-02-01T20:04:14.966Z] ++ set -e
20:04:14 [2021-02-01T20:04:14.966Z] ++ '[' -n 0 ']'
20:04:14 [2021-02-01T20:04:14.966Z] ++ set -x
20:04:14 [2021-02-01T20:04:14.966Z] ++ 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=s390x 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/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m
20:04:14 [2021-02-01T20:04:14.966Z] INFO: Testing against a local daemon
20:04:14 [2021-02-01T20:04:14.966Z] === RUN   TestServiceCreateInit
20:04:14 [2021-02-01T20:04:14.966Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:04:15 [2021-02-01T20:04:15.403Z] === RUN   TestDockerSuite/TestImagesFormat
20:04:15 [2021-02-01T20:04:15.661Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
20:04:15 [2021-02-01T20:04:15.919Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
20:04:16 [2021-02-01T20:04:16.177Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
20:04:18 [2021-02-01T20:04:18.708Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
20:04:18 [2021-02-01T20:04:18.708Z] === RUN   TestDockerSuite/TestImportBadURL
20:04:18 [2021-02-01T20:04:18.708Z] === RUN   TestDockerSuite/TestImportDisplay
20:04:18 [2021-02-01T20:04:18.777Z] --- PASS: TestCreateServiceSysctls (4.24s)
20:04:18 [2021-02-01T20:04:18.777Z] === RUN   TestCreateServiceCapabilities
20:04:20 [2021-02-01T20:04:20.083Z] === RUN   TestDockerSuite/TestImportFile
20:04:20 [2021-02-01T20:04:20.525Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:04:21 [2021-02-01T20:04:21.018Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
20:04:21 [2021-02-01T20:04:21.018Z] === RUN   TestDockerSuite/TestImportFileWithMessage
20:04:22 [2021-02-01T20:04:22.427Z] === RUN   TestDockerSuite/TestImportGzipped
20:04:22 [2021-02-01T20:04:22.986Z] --- PASS: TestCreateServiceCapabilities (3.41s)
20:04:22 [2021-02-01T20:04:22.986Z] === RUN   TestInspect
20:04:23 [2021-02-01T20:04:23.802Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
20:04:25 [2021-02-01T20:04:25.178Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
20:04:25 [2021-02-01T20:04:25.539Z] --- PASS: TestInspect (3.02s)
20:04:25 [2021-02-01T20:04:25.539Z] === RUN   TestCreateJob
20:04:26 [2021-02-01T20:04:26.086Z] --- PASS: TestServiceCreateInit (11.07s)
20:04:26 [2021-02-01T20:04:26.086Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.42s)
20:04:26 [2021-02-01T20:04:26.086Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.64s)
20:04:26 [2021-02-01T20:04:26.086Z] === RUN   TestCreateServiceMultipleTimes
20:04:26 [2021-02-01T20:04:26.113Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
20:04:26 [2021-02-01T20:04:26.680Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
20:04:27 [2021-02-01T20:04:27.246Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
20:04:27 [2021-02-01T20:04:27.246Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
20:04:27 [2021-02-01T20:04:27.246Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
20:04:27 [2021-02-01T20:04:27.812Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
20:04:28 [2021-02-01T20:04:28.378Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
20:04:28 [2021-02-01T20:04:28.944Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
20:04:29 [2021-02-01T20:04:29.513Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
20:04:29 [2021-02-01T20:04:29.749Z] --- PASS: TestCreateJob (4.36s)
20:04:29 [2021-02-01T20:04:29.749Z] === RUN   TestReplicatedJob
20:04:30 [2021-02-01T20:04:30.079Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
20:04:30 [2021-02-01T20:04:30.337Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
20:04:30 [2021-02-01T20:04:30.337Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
20:04:31 [2021-02-01T20:04:31.711Z] === RUN   TestDockerSuite/TestInspectAmpersand
20:04:32 [2021-02-01T20:04:32.278Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
20:04:32 [2021-02-01T20:04:32.845Z] === RUN   TestDockerSuite/TestInspectByPrefix
20:04:32 [2021-02-01T20:04:32.845Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
20:04:33 [2021-02-01T20:04:33.412Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
20:04:33 [2021-02-01T20:04:33.412Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
20:04:33 [2021-02-01T20:04:33.979Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
20:04:34 [2021-02-01T20:04:34.545Z] === RUN   TestDockerSuite/TestInspectDefault
20:04:35 [2021-02-01T20:04:35.112Z] === RUN   TestDockerSuite/TestInspectHistory
20:04:35 [2021-02-01T20:04:35.679Z] === RUN   TestDockerSuite/TestInspectImage
20:04:35 [2021-02-01T20:04:35.937Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
20:04:35 [2021-02-01T20:04:35.937Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
20:04:35 [2021-02-01T20:04:35.937Z] === RUN   TestDockerSuite/TestInspectInt64
20:04:36 [2021-02-01T20:04:36.504Z] === RUN   TestDockerSuite/TestInspectJSONFields
20:04:37 [2021-02-01T20:04:37.070Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
20:04:37 [2021-02-01T20:04:37.070Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
20:04:37 [2021-02-01T20:04:37.636Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
20:04:37 [2021-02-01T20:04:37.907Z] --- PASS: TestReplicatedJob (6.99s)
20:04:37 [2021-02-01T20:04:37.907Z] === RUN   TestUpdateReplicatedJob
20:04:38 [2021-02-01T20:04:38.203Z] === RUN   TestDockerSuite/TestInspectPlugin
20:04:39 [2021-02-01T20:04:39.578Z] === RUN   TestDockerSuite/TestInspectRootFS
20:04:39 [2021-02-01T20:04:39.578Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
20:04:40 [2021-02-01T20:04:40.144Z] === RUN   TestDockerSuite/TestInspectStatus
20:04:40 [2021-02-01T20:04:40.457Z] --- PASS: TestUpdateReplicatedJob (3.85s)
20:04:40 [2021-02-01T20:04:40.457Z] === RUN   TestServiceListWithStatuses
20:04:40 [2021-02-01T20:04:40.457Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:04:40 [2021-02-01T20:04:40.457Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:04:40 [2021-02-01T20:04:40.457Z] === RUN   TestDockerNetworkConnectAlias
20:04:41 [2021-02-01T20:04:41.078Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
20:04:42 [2021-02-01T20:04:42.027Z] === RUN   TestDockerSuite/TestInspectTemplateError
20:04:42 [2021-02-01T20:04:42.594Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
20:04:43 [2021-02-01T20:04:43.161Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
20:04:43 [2021-02-01T20:04:43.727Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
20:04:44 [2021-02-01T20:04:44.293Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
20:04:44 [2021-02-01T20:04:44.551Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
20:04:45 [2021-02-01T20:04:45.118Z] === RUN   TestDockerSuite/TestInspectUnknownObject
20:04:45 [2021-02-01T20:04:45.118Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
20:04:46 [2021-02-01T20:04:46.493Z] === RUN   TestDockerSuite/TestLinkShortDefinition
20:04:47 [2021-02-01T20:04:47.046Z] --- PASS: TestDockerNetworkConnectAlias (6.44s)
20:04:47 [2021-02-01T20:04:47.046Z] === RUN   TestDockerNetworkReConnect
20:04:47 [2021-02-01T20:04:47.867Z] === RUN   TestDockerSuite/TestLinksEnvs
20:04:48 [2021-02-01T20:04:48.802Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
20:04:49 [2021-02-01T20:04:49.060Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
20:04:50 [2021-02-01T20:04:50.434Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
20:04:51 [2021-02-01T20:04:51.809Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
20:04:52 [2021-02-01T20:04:52.339Z] --- PASS: TestDockerNetworkReConnect (5.22s)
20:04:52 [2021-02-01T20:04:52.339Z] === RUN   TestServicePlugin
20:04:52 [2021-02-01T20:04:52.339Z] --- SKIP: TestServicePlugin (0.00s)
20:04:52 [2021-02-01T20:04:52.339Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:04:52 [2021-02-01T20:04:52.339Z] === RUN   TestServiceUpdateLabel
20:04:53 [2021-02-01T20:04:53.217Z] --- PASS: TestCreateServiceMultipleTimes (23.32s)
20:04:53 [2021-02-01T20:04:53.217Z] === RUN   TestCreateServiceConflict
20:04:53 [2021-02-01T20:04:53.217Z] --- PASS: TestCreateServiceConflict (4.10s)
20:04:53 [2021-02-01T20:04:53.217Z] === RUN   TestCreateServiceMaxReplicas
20:04:53 [2021-02-01T20:04:53.710Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
20:04:53 [2021-02-01T20:04:53.710Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
20:04:55 [2021-02-01T20:04:55.086Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
20:04:55 [2021-02-01T20:04:55.344Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
20:04:55 [2021-02-01T20:04:55.643Z] --- PASS: TestServiceUpdateLabel (3.22s)
20:04:55 [2021-02-01T20:04:55.643Z] === RUN   TestServiceUpdateSecrets
20:04:55 [2021-02-01T20:04:55.910Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
20:04:57 [2021-02-01T20:04:57.662Z] --- PASS: TestCreateServiceMaxReplicas (4.30s)
20:04:57 [2021-02-01T20:04:57.663Z] === RUN   TestCreateWithDuplicateNetworkNames
20:05:05 [2021-02-01T20:05:05.882Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
20:05:05 [2021-02-01T20:05:05.882Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
20:05:06 [2021-02-01T20:05:06.550Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
20:05:06 [2021-02-01T20:05:06.550Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
20:05:06 [2021-02-01T20:05:06.550Z] remote: Enumerating objects: 2, done.
20:05:06 [2021-02-01T20:05:06.550Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
20:05:06 [2021-02-01T20:05:06.550Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
20:05:06 [2021-02-01T20:05:06.550Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
20:05:06 [2021-02-01T20:05:06.550Z] Unpacking objects:   4% (1/23)   
Unpacking objects:   8% (2/23)   
Unpacking objects:  13% (3/23)   
Unpacking objects:  17% (4/23)   
Unpacking objects:  21% (5/23)   
Unpacking objects:  26% (6/23)   
Unpacking objects:  30% (7/23)   
Unpacking objects:  34% (8/23)   
Unpacking objects:  39% (9/23)   
Unpacking objects:  43% (10/23)   
Unpacking objects:  47% (11/23)   
Unpacking objects:  52% (12/23)   
Unpacking objects:  56% (13/23)   
Unpacking objects:  60% (14/23)   
Unpacking objects:  65% (15/23)   
Unpacking objects:  69% (16/23)   
Unpacking objects:  73% (17/23)   
Unpacking objects:  78% (18/23)   
Unpacking objects:  82% (19/23)   
Unpacking objects:  86% (20/23)   
Unpacking objects:  91% (21/23)   
Unpacking objects:  95% (22/23)   
Unpacking objects: 100% (23/23)   
Unpacking objects: 100% (23/23), done.
20:05:06 [2021-02-01T20:05:06.550Z] Building: bundles/cross/windows/amd64/containerutility.exe
20:05:07 [2021-02-01T20:05:07.257Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
20:05:07 [2021-02-01T20:05:07.839Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
20:05:09 [2021-02-01T20:05:09.740Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
20:05:09 [2021-02-01T20:05:09.740Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
20:05:09 [2021-02-01T20:05:09.846Z] 
20:05:09 [2021-02-01T20:05:09.999Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
20:05:09 [2021-02-01T20:05:09.999Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
20:05:09 [2021-02-01T20:05:09.999Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
[Pipeline] }
[Pipeline] // stage
20:05:10 [2021-02-01T20:05:10.580Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
20:05:10 [2021-02-01T20:05:10.838Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
20:05:10 [2021-02-01T20:05:10.913Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41955/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/test/unit
20:05:11 [2021-02-01T20:05:11.405Z] === RUN   TestDockerSuite/TestLogsAPIUntil
20:05:13 [2021-02-01T20:05:13.454Z] ?   	github.com/docker/docker/api	[no test files]
20:05:13 [2021-02-01T20:05:13.791Z] --- PASS: TestServiceUpdateSecrets (15.44s)
20:05:13 [2021-02-01T20:05:13.791Z] === RUN   TestServiceUpdateConfigs
20:05:15 [2021-02-01T20:05:15.589Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
20:05:15 [2021-02-01T20:05:15.589Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
20:05:16 [2021-02-01T20:05:16.244Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.86s)
20:05:16 [2021-02-01T20:05:16.244Z] === RUN   TestCreateServiceSecretFileMode
20:05:17 [2021-02-01T20:05:17.276Z] --- PASS: TestCreateServiceSecretFileMode (3.79s)
20:05:17 [2021-02-01T20:05:17.276Z] === RUN   TestCreateServiceConfigFileMode
20:05:17 [2021-02-01T20:05:17.308Z] --- PASS: TestImportExtremelyLargeImageWorks (193.03s)
20:05:17 [2021-02-01T20:05:17.308Z] PASS
20:05:17 [2021-02-01T20:05:17.308Z] 
20:05:17 [2021-02-01T20:05:17.308Z] === Skipped
20:05:17 [2021-02-01T20:05:17.308Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s)
20:05:17 [2021-02-01T20:05:17.308Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:05:17 [2021-02-01T20:05:17.308Z] 
20:05:17 [2021-02-01T20:05:17.308Z] 
20:05:17 [2021-02-01T20:05:17.308Z] DONE 12 tests, 1 skipped in 194.048s
20:05:17 [2021-02-01T20:05:17.308Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m 
20:05:17 [2021-02-01T20:05:17.308Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m
20:05:17 [2021-02-01T20:05:17.308Z] ++ set -e
20:05:17 [2021-02-01T20:05:17.308Z] ++ '[' -n 0 ']'
20:05:17 [2021-02-01T20:05:17.308Z] ++ set -x
20:05:17 [2021-02-01T20:05:17.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=ppc64le 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/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m
20:05:17 [2021-02-01T20:05:17.308Z] INFO: Testing against a local daemon
20:05:17 [2021-02-01T20:05:17.308Z] === RUN   TestNetworkCreateDelete
20:05:17 [2021-02-01T20:05:17.308Z] --- PASS: TestNetworkCreateDelete (0.16s)
20:05:17 [2021-02-01T20:05:17.308Z] === RUN   TestDockerNetworkDeletePreferID
20:05:17 [2021-02-01T20:05:17.308Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s)
20:05:17 [2021-02-01T20:05:17.308Z] === RUN   TestDaemonDNSFallback
20:05:17 [2021-02-01T20:05:17.308Z] --- PASS: TestDaemonDNSFallback (1.57s)
20:05:17 [2021-02-01T20:05:17.309Z] === RUN   TestInspectNetwork
20:05:17 [2021-02-01T20:05:17.309Z] === RUN   TestInspectNetwork/full_network_id
20:05:17 [2021-02-01T20:05:17.309Z] === RUN   TestInspectNetwork/partial_network_id
20:05:17 [2021-02-01T20:05:17.309Z] === RUN   TestInspectNetwork/network_name
20:05:17 [2021-02-01T20:05:17.309Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:05:17 [2021-02-01T20:05:17.309Z] --- PASS: TestInspectNetwork (7.12s)
20:05:17 [2021-02-01T20:05:17.309Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:05:17 [2021-02-01T20:05:17.309Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:05:17 [2021-02-01T20:05:17.309Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:05:17 [2021-02-01T20:05:17.309Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:05:17 [2021-02-01T20:05:17.309Z] === RUN   TestRunContainerWithBridgeNone
20:05:18 [2021-02-01T20:05:18.816Z] --- PASS: TestRunContainerWithBridgeNone (1.84s)
20:05:18 [2021-02-01T20:05:18.816Z] === RUN   TestNetworkInvalidJSON
20:05:18 [2021-02-01T20:05:18.816Z] === RUN   TestNetworkInvalidJSON//networks/create
20:05:18 [2021-02-01T20:05:18.816Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:05:18 [2021-02-01T20:05:18.816Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:05:18 [2021-02-01T20:05:18.816Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:05:18 [2021-02-01T20:05:18.816Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:05:18 [2021-02-01T20:05:18.816Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:05:18 [2021-02-01T20:05:18.816Z] === CONT  TestNetworkInvalidJSON//networks/create
20:05:18 [2021-02-01T20:05:18.816Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:05:18 [2021-02-01T20:05:18.816Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:05:18 [2021-02-01T20:05:18.816Z] --- PASS: TestNetworkInvalidJSON (0.02s)
20:05:18 [2021-02-01T20:05:18.816Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:05:18 [2021-02-01T20:05:18.816Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:05:18 [2021-02-01T20:05:18.816Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:05:18 [2021-02-01T20:05:18.816Z] === RUN   TestNetworkList
20:05:18 [2021-02-01T20:05:18.816Z] === RUN   TestNetworkList//networks
20:05:18 [2021-02-01T20:05:18.816Z] === PAUSE TestNetworkList//networks
20:05:18 [2021-02-01T20:05:18.816Z] === RUN   TestNetworkList//networks/
20:05:18 [2021-02-01T20:05:18.816Z] === PAUSE TestNetworkList//networks/
20:05:18 [2021-02-01T20:05:18.816Z] === CONT  TestNetworkList//networks
20:05:18 [2021-02-01T20:05:18.816Z] === CONT  TestNetworkList//networks/
20:05:18 [2021-02-01T20:05:18.816Z] --- PASS: TestNetworkList (0.02s)
20:05:18 [2021-02-01T20:05:18.816Z]     --- PASS: TestNetworkList//networks (0.00s)
20:05:18 [2021-02-01T20:05:18.816Z]     --- PASS: TestNetworkList//networks/ (0.00s)
20:05:18 [2021-02-01T20:05:18.816Z] === RUN   TestHostIPv4BridgeLabel
20:05:19 [2021-02-01T20:05:19.450Z] --- PASS: TestHostIPv4BridgeLabel (0.59s)
20:05:19 [2021-02-01T20:05:19.450Z] === RUN   TestDaemonRestartWithLiveRestore
20:05:20 [2021-02-01T20:05:20.487Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
20:05:20 [2021-02-01T20:05:20.487Z] === RUN   TestDaemonDefaultNetworkPools
20:05:20 [2021-02-01T20:05:20.784Z] --- PASS: TestCreateServiceConfigFileMode (3.84s)
20:05:20 [2021-02-01T20:05:20.785Z] === RUN   TestCreateServiceSysctls
20:05:20 [2021-02-01T20:05:20.854Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
20:05:20 [2021-02-01T20:05:20.854Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
20:05:20 [2021-02-01T20:05:20.854Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
20:05:21 [2021-02-01T20:05:21.121Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s)
20:05:21 [2021-02-01T20:05:21.121Z] === RUN   TestDaemonRestartWithExistingNetwork
20:05:21 [2021-02-01T20:05:21.421Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
20:05:22 [2021-02-01T20:05:22.355Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
20:05:22 [2021-02-01T20:05:22.642Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s)
20:05:22 [2021-02-01T20:05:22.642Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:05:22 [2021-02-01T20:05:22.922Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
20:05:23 [2021-02-01T20:05:23.678Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s)
20:05:23 [2021-02-01T20:05:23.678Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:05:23 [2021-02-01T20:05:23.856Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
20:05:24 [2021-02-01T20:05:24.311Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.56s)
20:05:24 [2021-02-01T20:05:24.311Z] === RUN   TestServiceWithPredefinedNetwork
20:05:24 [2021-02-01T20:05:24.790Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
20:05:26 [2021-02-01T20:05:26.164Z] === RUN   TestDockerSuite/TestLogsFollowStopped
20:05:26 [2021-02-01T20:05:26.341Z] --- PASS: TestCreateServiceSysctls (4.86s)
20:05:26 [2021-02-01T20:05:26.341Z] === RUN   TestCreateServiceCapabilities
20:05:26 [2021-02-01T20:05:26.381Z] --- PASS: TestServiceWithPredefinedNetwork (2.01s)
20:05:26 [2021-02-01T20:05:26.381Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:05:26 [2021-02-01T20:05:26.381Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:05:26 [2021-02-01T20:05:26.381Z]     service_test.go:236: FLAKY_TEST
20:05:26 [2021-02-01T20:05:26.381Z] === RUN   TestServiceWithDataPathPortInit
20:05:26 [2021-02-01T20:05:26.731Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
20:05:27 [2021-02-01T20:05:27.297Z] === RUN   TestDockerSuite/TestLogsSince
20:05:28 [2021-02-01T20:05:28.353Z] ok  	github.com/docker/docker/api/server	0.018s	coverage: 9.0% of statements
20:05:28 [2021-02-01T20:05:28.704Z] --- PASS: TestServiceUpdateConfigs (15.51s)
20:05:28 [2021-02-01T20:05:28.704Z] === RUN   TestServiceUpdateNetwork
20:05:29 [2021-02-01T20:05:29.890Z] --- PASS: TestCreateServiceCapabilities (3.87s)
20:05:29 [2021-02-01T20:05:29.890Z] === RUN   TestInspect
20:05:32 [2021-02-01T20:05:32.561Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
20:05:33 [2021-02-01T20:05:33.404Z] --- PASS: TestInspect (3.50s)
20:05:33 [2021-02-01T20:05:33.404Z] === RUN   TestCreateJob
20:05:33 [2021-02-01T20:05:33.941Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
20:05:35 [2021-02-01T20:05:35.867Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
20:05:37 [2021-02-01T20:05:37.855Z] --- PASS: TestCreateJob (4.54s)
20:05:37 [2021-02-01T20:05:37.855Z] === RUN   TestReplicatedJob
20:05:40 [2021-02-01T20:05:40.052Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
20:05:40 [2021-02-01T20:05:40.052Z] === RUN   TestDockerSuite/TestLogsTail
20:05:40 [2021-02-01T20:05:40.988Z] === RUN   TestDockerSuite/TestLogsTimestamps
20:05:41 [2021-02-01T20:05:41.555Z] === RUN   TestDockerSuite/TestLogsWithDetails
20:05:41 [2021-02-01T20:05:41.735Z] --- PASS: TestServiceWithDataPathPortInit (13.67s)
20:05:41 [2021-02-01T20:05:41.735Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:05:42 [2021-02-01T20:05:42.490Z] === RUN   TestDockerSuite/TestMountIntoProc
20:05:42 [2021-02-01T20:05:42.749Z] === RUN   TestDockerSuite/TestMountIntoSys
20:05:43 [2021-02-01T20:05:43.617Z] --- PASS: TestServiceUpdateNetwork (14.79s)
20:05:43 [2021-02-01T20:05:43.617Z] === RUN   TestServiceUpdatePidsLimit
20:05:43 [2021-02-01T20:05:43.617Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:05:43 [2021-02-01T20:05:43.617Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:05:43 [2021-02-01T20:05:43.683Z] === RUN   TestDockerSuite/TestNetHostname
20:05:45 [2021-02-01T20:05:45.059Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
20:05:45 [2021-02-01T20:05:45.317Z] === RUN   TestDockerSuite/TestNetworkEvents
20:05:45 [2021-02-01T20:05:45.885Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
20:05:46 [2021-02-01T20:05:46.325Z] --- PASS: TestReplicatedJob (7.62s)
20:05:46 [2021-02-01T20:05:46.325Z] === RUN   TestUpdateReplicatedJob
20:05:47 [2021-02-01T20:05:47.346Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.86s)
20:05:47 [2021-02-01T20:05:47.346Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:c0yhjbol5fmf2hljadbvrzlny Created:2021-02-01 20:05:40.863441119 +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[5d61f14acf22516cd4d11bf0c430c06af7a89d4a450883874d904369f3108a5e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rm3e6i3syf2txn2p2r5dftlbu EndpointID:3b2c03ee3ca2f64fbb4afe16e4aaeef5c503dd8b6568b8c16d5972d9c79e6e47 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:05c505e79c188f79f0caac66e4e0d4866a9058e47075cc470827cd1ce28921fb 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:180ae6208305 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rm3e6i3syf2txn2p2r5dftlbu EndpointID:3b2c03ee3ca2f64fbb4afe16e4aaeef5c503dd8b6568b8c16d5972d9c79e6e47 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:05:47 [2021-02-01T20:05:47.346Z] PASS
20:05:47 [2021-02-01T20:05:47.346Z] 
20:05:47 [2021-02-01T20:05:47.346Z] === Skipped
20:05:47 [2021-02-01T20:05:47.346Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:05:47 [2021-02-01T20:05:47.346Z]     service_test.go:236: FLAKY_TEST
20:05:47 [2021-02-01T20:05:47.346Z] 
20:05:47 [2021-02-01T20:05:47.346Z] 
20:05:47 [2021-02-01T20:05:47.346Z] DONE 26 tests, 1 skipped in 39.220s
20:05:47 [2021-02-01T20:05:47.346Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:05:47 [2021-02-01T20:05:47.346Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:05:47 [2021-02-01T20:05:47.346Z] ++ set -e
20:05:47 [2021-02-01T20:05:47.346Z] ++ '[' -n 0 ']'
20:05:47 [2021-02-01T20:05:47.346Z] ++ set -x
20:05:47 [2021-02-01T20:05:47.346Z] ++ 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=ppc64le 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/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:05:47 [2021-02-01T20:05:47.346Z] INFO: Testing against a local daemon
20:05:47 [2021-02-01T20:05:47.346Z] === RUN   TestDockerNetworkIpvlanPersistance
20:05:47 [2021-02-01T20:05:47.346Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
20:05:47 [2021-02-01T20:05:47.346Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:05:47 [2021-02-01T20:05:47.346Z] === RUN   TestDockerNetworkIpvlan
20:05:47 [2021-02-01T20:05:47.346Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:05:47 [2021-02-01T20:05:47.346Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:05:47 [2021-02-01T20:05:47.346Z] PASS
20:05:47 [2021-02-01T20:05:47.346Z] 
20:05:47 [2021-02-01T20:05:47.346Z] === Skipped
20:05:47 [2021-02-01T20:05:47.346Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
20:05:47 [2021-02-01T20:05:47.346Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:05:47 [2021-02-01T20:05:47.346Z] 
20:05:47 [2021-02-01T20:05:47.346Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:05:47 [2021-02-01T20:05:47.346Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:05:47 [2021-02-01T20:05:47.346Z] 
20:05:47 [2021-02-01T20:05:47.346Z] 
20:05:47 [2021-02-01T20:05:47.346Z] DONE 2 tests, 2 skipped in 0.080s
20:05:47 [2021-02-01T20:05:47.346Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:05:47 [2021-02-01T20:05:47.346Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:05:47 [2021-02-01T20:05:47.346Z] ++ set -e
20:05:47 [2021-02-01T20:05:47.346Z] ++ '[' -n 0 ']'
20:05:47 [2021-02-01T20:05:47.346Z] ++ set -x
20:05:47 [2021-02-01T20:05:47.346Z] ++ 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=ppc64le 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/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:05:47 [2021-02-01T20:05:47.346Z] INFO: Testing against a local daemon
20:05:47 [2021-02-01T20:05:47.346Z] === RUN   TestDockerNetworkMacvlanPersistance
20:05:47 [2021-02-01T20:05:47.786Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
20:05:48 [2021-02-01T20:05:48.044Z] === RUN   TestDockerSuite/TestPluginActive
20:05:48 [2021-02-01T20:05:48.295Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s)
20:05:48 [2021-02-01T20:05:48.295Z] === RUN   TestDockerNetworkMacvlan
20:05:49 [2021-02-01T20:05:49.003Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:05:49 [2021-02-01T20:05:49.419Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
20:05:50 [2021-02-01T20:05:50.040Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:05:50 [2021-02-01T20:05:50.771Z] --- PASS: TestUpdateReplicatedJob (5.06s)
20:05:50 [2021-02-01T20:05:50.771Z] === RUN   TestServiceListWithStatuses
20:05:50 [2021-02-01T20:05:50.771Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:05:50 [2021-02-01T20:05:50.771Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:05:50 [2021-02-01T20:05:50.771Z] === RUN   TestDockerNetworkConnectAlias
20:05:51 [2021-02-01T20:05:51.076Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:05:51 [2021-02-01T20:05:51.756Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:05:53 [2021-02-01T20:05:53.146Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:05:53 [2021-02-01T20:05:53.605Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
20:05:53 [2021-02-01T20:05:53.605Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
20:05:53 [2021-02-01T20:05:53.863Z] === RUN   TestDockerSuite/TestPluginLogDriver
20:05:54 [2021-02-01T20:05:54.121Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
20:05:55 [2021-02-01T20:05:55.220Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:05:56 [2021-02-01T20:05:56.652Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
20:05:57 [2021-02-01T20:05:57.587Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
20:05:58 [2021-02-01T20:05:58.791Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:05:59 [2021-02-01T20:05:59.248Z] --- PASS: TestDockerNetworkConnectAlias (8.42s)
20:05:59 [2021-02-01T20:05:59.248Z] === RUN   TestDockerNetworkReConnect
20:05:59 [2021-02-01T20:05:59.429Z] --- PASS: TestDockerNetworkMacvlan (11.11s)
20:05:59 [2021-02-01T20:05:59.429Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
20:05:59 [2021-02-01T20:05:59.429Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
20:05:59 [2021-02-01T20:05:59.429Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s)
20:05:59 [2021-02-01T20:05:59.429Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.94s)
20:05:59 [2021-02-01T20:05:59.429Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.27s)
20:05:59 [2021-02-01T20:05:59.429Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.66s)
20:05:59 [2021-02-01T20:05:59.429Z] PASS
20:05:59 [2021-02-01T20:05:59.429Z] 
20:05:59 [2021-02-01T20:05:59.429Z] DONE 8 tests in 12.553s
20:05:59 [2021-02-01T20:05:59.429Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m 
20:05:59 [2021-02-01T20:05:59.429Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:05:59 [2021-02-01T20:05:59.429Z] ++ set -e
20:05:59 [2021-02-01T20:05:59.429Z] ++ '[' -n 0 ']'
20:05:59 [2021-02-01T20:05:59.429Z] ++ set -x
20:05:59 [2021-02-01T20:05:59.429Z] ++ 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=ppc64le 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/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:05:59 [2021-02-01T20:05:59.429Z] testing: warning: no tests to run
20:05:59 [2021-02-01T20:05:59.429Z] PASS
20:05:59 [2021-02-01T20:05:59.429Z] 
20:05:59 [2021-02-01T20:05:59.429Z] DONE 0 tests in 0.012s
20:05:59 [2021-02-01T20:05:59.429Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:05:59 [2021-02-01T20:05:59.429Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:05:59 [2021-02-01T20:05:59.429Z] ++ set -e
20:05:59 [2021-02-01T20:05:59.429Z] ++ '[' -n 0 ']'
20:05:59 [2021-02-01T20:05:59.429Z] ++ set -x
20:05:59 [2021-02-01T20:05:59.429Z] ++ 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=ppc64le 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/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:05:59 [2021-02-01T20:05:59.429Z] INFO: Testing against a local daemon
20:05:59 [2021-02-01T20:05:59.429Z] === RUN   TestAuthZPluginAllowRequest
20:05:59 [2021-02-01T20:05:59.508Z] === RUN   TestDockerSuite/TestPluginUpgrade
20:05:59 [2021-02-01T20:05:59.902Z] --- PASS: TestServiceUpdatePidsLimit (17.48s)
20:05:59 [2021-02-01T20:05:59.902Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s)
20:05:59 [2021-02-01T20:05:59.902Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s)
20:05:59 [2021-02-01T20:05:59.902Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s)
20:05:59 [2021-02-01T20:05:59.902Z] PASS
20:05:59 [2021-02-01T20:05:59.902Z] 
20:05:59 [2021-02-01T20:05:59.902Z] === Skipped
20:05:59 [2021-02-01T20:05:59.902Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
20:05:59 [2021-02-01T20:05:59.902Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:05:59 [2021-02-01T20:05:59.902Z] 
20:05:59 [2021-02-01T20:05:59.902Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
20:05:59 [2021-02-01T20:05:59.902Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:05:59 [2021-02-01T20:05:59.902Z] 
20:05:59 [2021-02-01T20:05:59.902Z] 
20:05:59 [2021-02-01T20:05:59.902Z] DONE 27 tests, 2 skipped in 161.172s
20:05:59 [2021-02-01T20:05:59.902Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
20:05:59 [2021-02-01T20:05:59.902Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
20:05:59 [2021-02-01T20:05:59.902Z] ++ set -e
20:05:59 [2021-02-01T20:05:59.902Z] ++ '[' -n 0 ']'
20:05:59 [2021-02-01T20:05:59.902Z] ++ set -x
20:05:59 [2021-02-01T20:05:59.902Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
20:05:59 [2021-02-01T20:05:59.902Z] INFO: Testing against a local daemon
20:05:59 [2021-02-01T20:05:59.902Z] === RUN   TestSessionCreate
20:05:59 [2021-02-01T20:05:59.902Z] --- PASS: TestSessionCreate (0.05s)
20:05:59 [2021-02-01T20:05:59.902Z] === RUN   TestSessionCreateWithBadUpgrade
20:05:59 [2021-02-01T20:05:59.902Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
20:05:59 [2021-02-01T20:05:59.902Z] PASS
20:05:59 [2021-02-01T20:05:59.902Z] 
20:05:59 [2021-02-01T20:05:59.902Z] DONE 2 tests in 0.241s
20:05:59 [2021-02-01T20:05:59.902Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
20:05:59 [2021-02-01T20:05:59.902Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
20:05:59 [2021-02-01T20:05:59.902Z] ++ set -e
20:05:59 [2021-02-01T20:05:59.902Z] ++ '[' -n 0 ']'
20:05:59 [2021-02-01T20:05:59.902Z] ++ set -x
20:05:59 [2021-02-01T20:05:59.902Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
20:05:59 [2021-02-01T20:05:59.902Z] INFO: Testing against a local daemon
20:05:59 [2021-02-01T20:05:59.902Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:05:59 [2021-02-01T20:05:59.902Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:05:59 [2021-02-01T20:05:59.902Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:05:59 [2021-02-01T20:05:59.902Z] === RUN   TestEventsExecDie
20:05:59 [2021-02-01T20:05:59.902Z] --- PASS: TestEventsExecDie (0.87s)
20:05:59 [2021-02-01T20:05:59.902Z] === RUN   TestEventsBackwardsCompatible
20:05:59 [2021-02-01T20:05:59.902Z] --- PASS: TestEventsBackwardsCompatible (0.12s)
20:05:59 [2021-02-01T20:05:59.902Z] === RUN   TestInfoBinaryCommits
20:06:00 [2021-02-01T20:06:00.163Z] --- PASS: TestInfoBinaryCommits (0.05s)
20:06:00 [2021-02-01T20:06:00.163Z] === RUN   TestInfoAPIVersioned
20:06:00 [2021-02-01T20:06:00.163Z] --- PASS: TestInfoAPIVersioned (0.02s)
20:06:00 [2021-02-01T20:06:00.163Z] === RUN   TestInfoDiscoveryBackend
20:06:00 [2021-02-01T20:06:00.735Z] --- PASS: TestInfoDiscoveryBackend (0.62s)
20:06:00 [2021-02-01T20:06:00.735Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:06:00 [2021-02-01T20:06:00.939Z] --- PASS: TestAuthZPluginAllowRequest (1.34s)
20:06:00 [2021-02-01T20:06:00.939Z] === RUN   TestAuthZPluginTLS
20:06:01 [2021-02-01T20:06:01.572Z] --- PASS: TestAuthZPluginTLS (0.56s)
20:06:01 [2021-02-01T20:06:01.572Z] === RUN   TestAuthZPluginDenyRequest
20:06:01 [2021-02-01T20:06:01.677Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
20:06:01 [2021-02-01T20:06:01.677Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:06:01 [2021-02-01T20:06:01.863Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
20:06:01 [2021-02-01T20:06:01.863Z] === RUN   TestAuthZPluginAPIDenyResponse
20:06:02 [2021-02-01T20:06:02.251Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.62s)
20:06:02 [2021-02-01T20:06:02.251Z] === RUN   TestInfoAPI
20:06:02 [2021-02-01T20:06:02.251Z] --- PASS: TestInfoAPI (0.05s)
20:06:02 [2021-02-01T20:06:02.251Z] === RUN   TestInfoAPIWarnings
20:06:02 [2021-02-01T20:06:02.497Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
20:06:02 [2021-02-01T20:06:02.497Z] === RUN   TestAuthZPluginDenyResponse
20:06:03 [2021-02-01T20:06:03.133Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
20:06:03 [2021-02-01T20:06:03.133Z] === RUN   TestAuthZPluginAllowEventStream
20:06:03 [2021-02-01T20:06:03.693Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
20:06:04 [2021-02-01T20:06:04.646Z] --- PASS: TestAuthZPluginAllowEventStream (1.31s)
20:06:04 [2021-02-01T20:06:04.646Z] === RUN   TestAuthZPluginErrorResponse
20:06:04 [2021-02-01T20:06:04.939Z] --- PASS: TestAuthZPluginErrorResponse (0.56s)
20:06:04 [2021-02-01T20:06:04.939Z] === RUN   TestAuthZPluginErrorRequest
20:06:05 [2021-02-01T20:06:05.067Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
20:06:05 [2021-02-01T20:06:05.572Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
20:06:05 [2021-02-01T20:06:05.572Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:06:05 [2021-02-01T20:06:05.633Z] === RUN   TestDockerSuite/TestPortHostBinding
20:06:05 [2021-02-01T20:06:05.868Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s)
20:06:05 [2021-02-01T20:06:05.868Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:06:06 [2021-02-01T20:06:06.130Z] --- PASS: TestDockerNetworkReConnect (6.50s)
20:06:06 [2021-02-01T20:06:06.130Z] === RUN   TestServicePlugin
20:06:06 [2021-02-01T20:06:06.130Z] --- SKIP: TestServicePlugin (0.00s)
20:06:06 [2021-02-01T20:06:06.130Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:06:06 [2021-02-01T20:06:06.130Z] === RUN   TestServiceUpdateLabel
20:06:07 [2021-02-01T20:06:07.007Z] === RUN   TestDockerSuite/TestPortList
20:06:07 [2021-02-01T20:06:07.940Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.73s)
20:06:07 [2021-02-01T20:06:07.940Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:06:09 [2021-02-01T20:06:09.469Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.70s)
20:06:09 [2021-02-01T20:06:09.469Z] === RUN   TestAuthZPluginHeader
20:06:09 [2021-02-01T20:06:09.665Z] --- PASS: TestServiceUpdateLabel (4.00s)
20:06:09 [2021-02-01T20:06:09.665Z] === RUN   TestServiceUpdateSecrets
20:06:10 [2021-02-01T20:06:10.291Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
20:06:10 [2021-02-01T20:06:10.504Z] --- PASS: TestAuthZPluginHeader (0.84s)
20:06:10 [2021-02-01T20:06:10.504Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:06:10 [2021-02-01T20:06:10.504Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:06:10 [2021-02-01T20:06:10.504Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:06:10 [2021-02-01T20:06:10.504Z] === RUN   TestAuthZPluginV2Disable
20:06:10 [2021-02-01T20:06:10.504Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
20:06:10 [2021-02-01T20:06:10.504Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:06:10 [2021-02-01T20:06:10.504Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:06:10 [2021-02-01T20:06:10.504Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:06:10 [2021-02-01T20:06:10.504Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:06:10 [2021-02-01T20:06:10.504Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:06:10 [2021-02-01T20:06:10.504Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:06:10 [2021-02-01T20:06:10.505Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:06:10 [2021-02-01T20:06:10.505Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:06:14 [2021-02-01T20:06:14.479Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
20:06:15 [2021-02-01T20:06:15.854Z] === RUN   TestDockerSuite/TestPostContainersAttach
20:06:20 [2021-02-01T20:06:20.370Z] --- PASS: TestInfoAPIWarnings (16.62s)
20:06:20 [2021-02-01T20:06:20.370Z] === RUN   TestInfoDebug
20:06:20 [2021-02-01T20:06:20.370Z] --- PASS: TestInfoDebug (0.62s)
20:06:20 [2021-02-01T20:06:20.370Z] === RUN   TestInfoInsecureRegistries
20:06:20 [2021-02-01T20:06:20.370Z] --- PASS: TestInfoInsecureRegistries (0.65s)
20:06:20 [2021-02-01T20:06:20.370Z] === RUN   TestInfoRegistryMirrors
20:06:20 [2021-02-01T20:06:20.942Z] --- PASS: TestInfoRegistryMirrors (0.63s)
20:06:20 [2021-02-01T20:06:20.942Z] === RUN   TestLoginFailsWithBadCredentials
20:06:21 [2021-02-01T20:06:21.204Z] --- PASS: TestLoginFailsWithBadCredentials (0.25s)
20:06:21 [2021-02-01T20:06:21.204Z] === RUN   TestPingCacheHeaders
20:06:21 [2021-02-01T20:06:21.204Z] --- PASS: TestPingCacheHeaders (0.05s)
20:06:21 [2021-02-01T20:06:21.204Z] === RUN   TestPingGet
20:06:21 [2021-02-01T20:06:21.204Z] --- PASS: TestPingGet (0.03s)
20:06:21 [2021-02-01T20:06:21.204Z] === RUN   TestPingHead
20:06:21 [2021-02-01T20:06:21.204Z] --- PASS: TestPingHead (0.05s)
20:06:21 [2021-02-01T20:06:21.204Z] === RUN   TestVersion
20:06:21 [2021-02-01T20:06:21.204Z] --- PASS: TestVersion (0.05s)
20:06:21 [2021-02-01T20:06:21.204Z] PASS
20:06:21 [2021-02-01T20:06:21.204Z] 
20:06:21 [2021-02-01T20:06:21.204Z] === Skipped
20:06:21 [2021-02-01T20:06:21.204Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:06:21 [2021-02-01T20:06:21.204Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:06:21 [2021-02-01T20:06:21.204Z] 
20:06:21 [2021-02-01T20:06:21.204Z] 
20:06:21 [2021-02-01T20:06:21.204Z] DONE 18 tests, 1 skipped in 22.460s
20:06:21 [2021-02-01T20:06:21.204Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
20:06:21 [2021-02-01T20:06:21.204Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
20:06:21 [2021-02-01T20:06:21.204Z] ++ set -e
20:06:21 [2021-02-01T20:06:21.204Z] ++ '[' -n 0 ']'
20:06:21 [2021-02-01T20:06:21.204Z] ++ set -x
20:06:21 [2021-02-01T20:06:21.204Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
20:06:21 [2021-02-01T20:06:21.465Z] INFO: Testing against a local daemon
20:06:21 [2021-02-01T20:06:21.465Z] === RUN   TestVolumesCreateAndList
20:06:21 [2021-02-01T20:06:21.465Z] --- PASS: TestVolumesCreateAndList (0.03s)
20:06:21 [2021-02-01T20:06:21.465Z] === RUN   TestVolumesRemove
20:06:21 [2021-02-01T20:06:21.726Z] --- PASS: TestVolumesRemove (0.12s)
20:06:21 [2021-02-01T20:06:21.726Z] === RUN   TestVolumesInspect
20:06:21 [2021-02-01T20:06:21.726Z] --- PASS: TestVolumesInspect (0.03s)
20:06:21 [2021-02-01T20:06:21.726Z] === RUN   TestVolumesInvalidJSON
20:06:21 [2021-02-01T20:06:21.726Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:06:21 [2021-02-01T20:06:21.726Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:06:21 [2021-02-01T20:06:21.726Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:06:21 [2021-02-01T20:06:21.726Z] --- PASS: TestVolumesInvalidJSON (0.03s)
20:06:21 [2021-02-01T20:06:21.726Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:06:21 [2021-02-01T20:06:21.726Z] PASS
20:06:21 [2021-02-01T20:06:21.726Z] 
20:06:21 [2021-02-01T20:06:21.726Z] DONE 5 tests in 0.364s
20:06:21 [2021-02-01T20:06:21.726Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:06:22 [2021-02-01T20:06:22.302Z] ++++ cat bundles/test-integration/docker.pid
20:06:22 [2021-02-01T20:06:22.302Z] +++ kill 13917
20:06:22 [2021-02-01T20:06:22.414Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
20:06:22 [2021-02-01T20:06:22.414Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
20:06:22 [2021-02-01T20:06:22.414Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
20:06:22 [2021-02-01T20:06:22.672Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
20:06:22 [2021-02-01T20:06:22.672Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
20:06:23 [2021-02-01T20:06:23.238Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
20:06:23 [2021-02-01T20:06:23.238Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
20:06:23 [2021-02-01T20:06:23.496Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
20:06:23 [2021-02-01T20:06:23.689Z] +++ /etc/init.d/apparmor stop
20:06:23 [2021-02-01T20:06:23.689Z] Leaving: AppArmorNo profiles have been unloaded.
20:06:23 [2021-02-01T20:06:23.689Z] 
20:06:23 [2021-02-01T20:06:23.689Z] Unloading profiles will leave already running processes permanently
20:06:23 [2021-02-01T20:06:23.689Z] unconfined, which can lead to unexpected situations.
20:06:23 [2021-02-01T20:06:23.689Z] 
20:06:23 [2021-02-01T20:06:23.690Z] To set a process to complain mode, use the command line tool
20:06:23 [2021-02-01T20:06:23.690Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:06:23 [2021-02-01T20:06:23.690Z] +++ true
20:06:23 [2021-02-01T20:06:23.690Z] exiting test-integration
20:06:23 [2021-02-01T20:06:23.690Z] ++ exit 0
20:06:23 [2021-02-01T20:06:23.690Z] 
20:06:23 [2021-02-01T20:06:23.755Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
20:06:24 [2021-02-01T20:06:24.689Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
20:06:24 [2021-02-01T20:06:24.689Z] === RUN   TestDockerSuite/TestPruneContainerLabel
20:06:24 [2021-02-01T20:06:24.988Z] --- PASS: TestServiceUpdateSecrets (15.47s)
20:06:24 [2021-02-01T20:06:24.988Z] === RUN   TestServiceUpdateConfigs
20:06:26 [2021-02-01T20:06:26.075Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
Post stage
[Pipeline] junit
20:06:27 [2021-02-01T20:06:27.013Z] === RUN   TestDockerSuite/TestPruneContainerUntil
20:06:27 [2021-02-01T20:06:27.015Z] Recording test results
20:06:27 [2021-02-01T20:06:27.435Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:06:27 [2021-02-01T20:06:27.788Z] + echo Ensuring container killed.
20:06:27 [2021-02-01T20:06:27.788Z] Ensuring container killed.
20:06:27 [2021-02-01T20:06:27.788Z] + docker rm -vf docker-pr4
20:06:27 [2021-02-01T20:06:27.788Z] Error: No such container: docker-pr4
[Pipeline] sh
20:06:27 [2021-02-01T20:06:27.950Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
20:06:28 [2021-02-01T20:06:28.078Z] + echo Chowning /workspace to jenkins user
20:06:28 [2021-02-01T20:06:28.078Z] Chowning /workspace to jenkins user
20:06:28 [2021-02-01T20:06:28.078Z] + id -u
20:06:28 [2021-02-01T20:06:28.078Z] + id -g
20:06:28 [2021-02-01T20:06:28.078Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41955:/workspace busybox chown -R 1000:1000 /workspace
20:06:28 [2021-02-01T20:06:28.886Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
20:06:28 [2021-02-01T20:06:28.886Z] === RUN   TestDockerSuite/TestPsByOrder
20:06:29 [2021-02-01T20:06:29.101Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.73s)
20:06:29 [2021-02-01T20:06:29.101Z] PASS
20:06:29 [2021-02-01T20:06:29.101Z] 
20:06:29 [2021-02-01T20:06:29.101Z] === Skipped
20:06:29 [2021-02-01T20:06:29.101Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:06:29 [2021-02-01T20:06:29.101Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:06:29 [2021-02-01T20:06:29.101Z] 
20:06:29 [2021-02-01T20:06:29.101Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
20:06:29 [2021-02-01T20:06:29.101Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:06:29 [2021-02-01T20:06:29.101Z] 
20:06:29 [2021-02-01T20:06:29.101Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:06:29 [2021-02-01T20:06:29.101Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:06:29 [2021-02-01T20:06:29.101Z] 
20:06:29 [2021-02-01T20:06:29.101Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:06:29 [2021-02-01T20:06:29.101Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:06:29 [2021-02-01T20:06:29.101Z] 
20:06:29 [2021-02-01T20:06:29.101Z] 
20:06:29 [2021-02-01T20:06:29.101Z] DONE 17 tests, 4 skipped in 27.582s
20:06:29 [2021-02-01T20:06:29.101Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:06:29 [2021-02-01T20:06:29.101Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:06:29 [2021-02-01T20:06:29.101Z] ++ set -e
20:06:29 [2021-02-01T20:06:29.101Z] ++ '[' -n 0 ']'
20:06:29 [2021-02-01T20:06:29.101Z] ++ set -x
20:06:29 [2021-02-01T20:06:29.101Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le 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/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:06:29 [2021-02-01T20:06:29.101Z] INFO: Testing against a local daemon
20:06:29 [2021-02-01T20:06:29.101Z] === RUN   TestPluginInvalidJSON
20:06:29 [2021-02-01T20:06:29.101Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:06:29 [2021-02-01T20:06:29.101Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:06:29 [2021-02-01T20:06:29.101Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:06:29 [2021-02-01T20:06:29.101Z] --- PASS: TestPluginInvalidJSON (0.02s)
20:06:29 [2021-02-01T20:06:29.101Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:06:29 [2021-02-01T20:06:29.101Z] === RUN   TestPluginInstall
20:06:29 [2021-02-01T20:06:29.101Z] === RUN   TestPluginInstall/no_auth
20:06:29 [2021-02-01T20:06:29.101Z] time="2021-02-01T20:06:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:06:29 [2021-02-01T20:06:29.101Z] time="2021-02-01T20:06:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:676cbbb0476fba4b1438b259363ace4d765d7addf05ac71df6d9f92af0c97c94" mediatype=application/vnd.docker.plugin.v1+json size=522
20:06:29 [2021-02-01T20:06:29.101Z] time="2021-02-01T20:06:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:06:29 [2021-02-01T20:06:29.101Z] time="2021-02-01T20:06:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:676cbbb0476fba4b1438b259363ace4d765d7addf05ac71df6d9f92af0c97c94" mediatype=application/vnd.docker.plugin.v1+json size=522
20:06:29 [2021-02-01T20:06:29.101Z] === RUN   TestPluginInstall/with_htpasswd
20:06:29 [2021-02-01T20:06:29.736Z] time="2021-02-01T20:06:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:06:29 [2021-02-01T20:06:29.736Z] time="2021-02-01T20:06:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:676cbbb0476fba4b1438b259363ace4d765d7addf05ac71df6d9f92af0c97c94" mediatype=application/vnd.docker.plugin.v1+json size=522
20:06:29 [2021-02-01T20:06:29.736Z] time="2021-02-01T20:06:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:06:29 [2021-02-01T20:06:29.736Z] time="2021-02-01T20:06:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:676cbbb0476fba4b1438b259363ace4d765d7addf05ac71df6d9f92af0c97c94" mediatype=application/vnd.docker.plugin.v1+json size=522
20:06:30 [2021-02-01T20:06:30.028Z] === RUN   TestPluginInstall/with_insecure
20:06:31 [2021-02-01T20:06:31.062Z] time="2021-02-01T20:06:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:06:31 [2021-02-01T20:06:31.062Z] time="2021-02-01T20:06:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:99cc565c86e52e481c3c6b9e9d0bed96edb9d77bc0a949925525d7a77697cf8f" mediatype=application/vnd.docker.plugin.v1+json size=522
20:06:31 [2021-02-01T20:06:31.062Z] time="2021-02-01T20:06:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:06:31 [2021-02-01T20:06:31.062Z] time="2021-02-01T20:06:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:99cc565c86e52e481c3c6b9e9d0bed96edb9d77bc0a949925525d7a77697cf8f" mediatype=application/vnd.docker.plugin.v1+json size=522
20:06:31 [2021-02-01T20:06:31.356Z] --- PASS: TestPluginInstall (4.28s)
20:06:31 [2021-02-01T20:06:31.356Z]     --- PASS: TestPluginInstall/no_auth (2.00s)
20:06:31 [2021-02-01T20:06:31.356Z]     --- PASS: TestPluginInstall/with_htpasswd (0.92s)
20:06:31 [2021-02-01T20:06:31.356Z]     --- PASS: TestPluginInstall/with_insecure (1.37s)
20:06:31 [2021-02-01T20:06:31.356Z]         plugin_test.go:160: [d8a25b6c922f6] daemon is not started
20:06:31 [2021-02-01T20:06:31.356Z] === RUN   TestPluginsWithRuntimes
20:06:32 [2021-02-01T20:06:32.171Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
20:06:32 [2021-02-01T20:06:32.429Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
20:06:32 [2021-02-01T20:06:32.996Z] === RUN   TestDockerSuite/TestPsListContainersBase
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:06:33 [2021-02-01T20:06:33.422Z] === RUN   TestPluginsWithRuntimes/No_Args
20:06:33 [2021-02-01T20:06:33.676Z] + bundleName=arm64-integration
20:06:33 [2021-02-01T20:06:33.676Z] + echo Creating arm64-integration-bundles.tar.gz
20:06:33 [2021-02-01T20:06:33.676Z] Creating arm64-integration-bundles.tar.gz
20:06:33 [2021-02-01T20:06:33.676Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name+  *-report.json -o -name *.logxargs -o -name tar *.prof -czf -o arm64-integration-bundles.tar.gz -name
20:06:33 [2021-02-01T20:06:33.676Z]  *-report.xml ) -print
[Pipeline] archiveArtifacts
20:06:33 [2021-02-01T20:06:33.951Z] Archiving artifacts
20:06:34 [2021-02-01T20:06:34.208Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41955/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:06:34 [2021-02-01T20:06:34.453Z] === RUN   TestPluginsWithRuntimes/With_Args
20:06:34 [2021-02-01T20:06:34.523Z] + make clean
20:06:35 [2021-02-01T20:06:35.095Z] docker volume rm -f docker-dev-cache
20:06:35 [2021-02-01T20:06:35.095Z] docker-dev-cache
[Pipeline] deleteDir
20:06:35 [2021-02-01T20:06:35.488Z] --- PASS: TestPluginsWithRuntimes (3.97s)
20:06:35 [2021-02-01T20:06:35.488Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.07s)
20:06:35 [2021-02-01T20:06:35.488Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.06s)
20:06:35 [2021-02-01T20:06:35.488Z] PASS
20:06:35 [2021-02-01T20:06:35.488Z] 
20:06:35 [2021-02-01T20:06:35.488Z] DONE 9 tests in 8.354s
20:06:35 [2021-02-01T20:06:35.488Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:06:35 [2021-02-01T20:06:35.488Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:06:35 [2021-02-01T20:06:35.488Z] ++ set -e
20:06:35 [2021-02-01T20:06:35.488Z] ++ '[' -n 0 ']'
20:06:35 [2021-02-01T20:06:35.488Z] ++ set -x
20:06:35 [2021-02-01T20:06:35.488Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le 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/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:06:35 [2021-02-01T20:06:35.488Z] INFO: Testing against a local daemon
20:06:35 [2021-02-01T20:06:35.488Z] === RUN   TestExternalGraphDriver
20:06:35 [2021-02-01T20:06:35.488Z] === RUN   TestExternalGraphDriver/json
20:06:35 [2021-02-01T20:06:35.526Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
20:06:37 [2021-02-01T20:06:37.556Z] === RUN   TestExternalGraphDriver/spec
20:06:39 [2021-02-01T20:06:39.065Z] === RUN   TestExternalGraphDriver/pull
20:06:39 [2021-02-01T20:06:39.712Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
20:06:39 [2021-02-01T20:06:39.713Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
20:06:41 [2021-02-01T20:06:41.136Z] --- PASS: TestExternalGraphDriver (5.42s)
20:06:41 [2021-02-01T20:06:41.136Z]     --- PASS: TestExternalGraphDriver/json (1.79s)
20:06:41 [2021-02-01T20:06:41.136Z]     --- PASS: TestExternalGraphDriver/spec (1.77s)
20:06:41 [2021-02-01T20:06:41.136Z]     --- PASS: TestExternalGraphDriver/pull (1.75s)
20:06:41 [2021-02-01T20:06:41.136Z] === RUN   TestGraphdriverPluginV2
20:06:41 [2021-02-01T20:06:41.136Z] --- SKIP: TestGraphdriverPluginV2 (0.05s)
20:06:41 [2021-02-01T20:06:41.136Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:06:41 [2021-02-01T20:06:41.136Z] PASS
20:06:41 [2021-02-01T20:06:41.136Z] 
20:06:41 [2021-02-01T20:06:41.136Z] === Skipped
20:06:41 [2021-02-01T20:06:41.136Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.05s)
20:06:41 [2021-02-01T20:06:41.136Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:06:41 [2021-02-01T20:06:41.136Z] 
20:06:41 [2021-02-01T20:06:41.136Z] 
20:06:41 [2021-02-01T20:06:41.136Z] DONE 5 tests, 1 skipped in 5.553s
20:06:41 [2021-02-01T20:06:41.136Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:06:41 [2021-02-01T20:06:41.136Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:06:41 [2021-02-01T20:06:41.136Z] ++ set -e
20:06:41 [2021-02-01T20:06:41.136Z] ++ '[' -n 0 ']'
20:06:41 [2021-02-01T20:06:41.136Z] ++ set -x
20:06:41 [2021-02-01T20:06:41.136Z] ++ 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=ppc64le 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/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:06:41 [2021-02-01T20:06:41.136Z] INFO: Testing against a local daemon
20:06:41 [2021-02-01T20:06:41.136Z] === RUN   TestContinueAfterPluginCrash
20:06:41 [2021-02-01T20:06:41.136Z] === PAUSE TestContinueAfterPluginCrash
20:06:41 [2021-02-01T20:06:41.136Z] === RUN   TestReadPluginNoRead
20:06:41 [2021-02-01T20:06:41.136Z] === PAUSE TestReadPluginNoRead
20:06:41 [2021-02-01T20:06:41.136Z] === RUN   TestDaemonStartWithLogOpt
20:06:41 [2021-02-01T20:06:41.136Z] === PAUSE TestDaemonStartWithLogOpt
20:06:41 [2021-02-01T20:06:41.136Z] === CONT  TestContinueAfterPluginCrash
20:06:41 [2021-02-01T20:06:41.136Z] === CONT  TestDaemonStartWithLogOpt
20:06:41 [2021-02-01T20:06:41.136Z] === CONT  TestReadPluginNoRead
20:06:42 [2021-02-01T20:06:42.241Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:06:43 [2021-02-01T20:06:43.551Z] --- PASS: TestServiceUpdateConfigs (15.91s)
20:06:43 [2021-02-01T20:06:43.551Z] === RUN   TestServiceUpdateNetwork
20:06:46 [2021-02-01T20:06:46.782Z] === RUN   TestReadPluginNoRead/default
20:06:46 [2021-02-01T20:06:46.782Z] --- PASS: TestDaemonStartWithLogOpt (5.32s)
20:06:47 [2021-02-01T20:06:47.419Z] === RUN   TestReadPluginNoRead/disabled_caching
20:06:48 [2021-02-01T20:06:48.800Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
20:06:48 [2021-02-01T20:06:48.973Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:06:49 [2021-02-01T20:06:49.734Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 14.7% of statements
20:06:49 [2021-02-01T20:06:49.821Z] ok  	github.com/docker/docker/api/server/middleware	0.006s	coverage: 37.7% of statements
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/server/router	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 5.7% of statements
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/types	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/types/container	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/types/events	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ok  	github.com/docker/docker/api/types/strslice	0.012s	coverage: 90.0% of statements
20:06:49 [2021-02-01T20:06:49.821Z] ok  	github.com/docker/docker/api/types/filters	0.003s	coverage: 92.2% of statements
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/types/image	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/types/network	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
20:06:49 [2021-02-01T20:06:49.821Z] ok  	github.com/docker/docker/api/types/versions	0.003s	coverage: 75.0% of statements
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/builder	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
20:06:49 [2021-02-01T20:06:49.821Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
20:06:50 [2021-02-01T20:06:50.477Z] --- PASS: TestReadPluginNoRead (9.38s)
20:06:50 [2021-02-01T20:06:50.477Z]     --- PASS: TestReadPluginNoRead/default (1.46s)
20:06:50 [2021-02-01T20:06:50.477Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.51s)
20:06:50 [2021-02-01T20:06:50.477Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.47s)
20:06:50 [2021-02-01T20:06:50.477Z]     read_test.go:92: [d7b15a5ab9460] daemon is not started
20:06:51 [2021-02-01T20:06:51.531Z] --- PASS: TestContinueAfterPluginCrash (10.51s)
20:06:51 [2021-02-01T20:06:51.531Z] PASS
20:06:51 [2021-02-01T20:06:51.531Z] 
20:06:51 [2021-02-01T20:06:51.531Z] DONE 6 tests in 10.580s
20:06:51 [2021-02-01T20:06:51.531Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:06:51 [2021-02-01T20:06:51.531Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:06:51 [2021-02-01T20:06:51.531Z] ++ set -e
20:06:51 [2021-02-01T20:06:51.531Z] ++ '[' -n 0 ']'
20:06:51 [2021-02-01T20:06:51.531Z] ++ set -x
20:06:51 [2021-02-01T20:06:51.531Z] ++ 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=ppc64le 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/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:06:51 [2021-02-01T20:06:51.531Z] testing: warning: no tests to run
20:06:51 [2021-02-01T20:06:51.531Z] PASS
20:06:51 [2021-02-01T20:06:51.531Z] 
20:06:51 [2021-02-01T20:06:51.531Z] DONE 0 tests in 0.019s
20:06:51 [2021-02-01T20:06:51.531Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:06:51 [2021-02-01T20:06:51.531Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:06:51 [2021-02-01T20:06:51.531Z] ++ set -e
20:06:51 [2021-02-01T20:06:51.531Z] ++ '[' -n 0 ']'
20:06:51 [2021-02-01T20:06:51.531Z] ++ set -x
20:06:51 [2021-02-01T20:06:51.531Z] ++ 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=ppc64le 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/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:06:51 [2021-02-01T20:06:51.531Z] INFO: Testing against a local daemon
20:06:51 [2021-02-01T20:06:51.531Z] === RUN   TestPluginWithDevMounts
20:06:51 [2021-02-01T20:06:51.531Z] === PAUSE TestPluginWithDevMounts
20:06:51 [2021-02-01T20:06:51.531Z] === CONT  TestPluginWithDevMounts
20:06:51 [2021-02-01T20:06:51.638Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
20:06:52 [2021-02-01T20:06:52.591Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
20:06:53 [2021-02-01T20:06:53.118Z] ok  	github.com/docker/docker/builder/dockerfile	0.193s	coverage: 48.3% of statements
20:06:53 [2021-02-01T20:06:53.118Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
20:06:53 [2021-02-01T20:06:53.378Z] ok  	github.com/docker/docker/builder/remotecontext	0.122s	coverage: 13.7% of statements
20:06:53 [2021-02-01T20:06:53.532Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
20:06:53 [2021-02-01T20:06:53.596Z] --- PASS: TestPluginWithDevMounts (1.83s)
20:06:53 [2021-02-01T20:06:53.596Z] PASS
20:06:53 [2021-02-01T20:06:53.596Z] 
20:06:53 [2021-02-01T20:06:53.596Z] DONE 1 tests in 1.909s
20:06:53 [2021-02-01T20:06:53.596Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m 
20:06:53 [2021-02-01T20:06:53.596Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m
20:06:53 [2021-02-01T20:06:53.596Z] ++ set -e
20:06:53 [2021-02-01T20:06:53.596Z] ++ '[' -n 0 ']'
20:06:53 [2021-02-01T20:06:53.596Z] ++ set -x
20:06:53 [2021-02-01T20:06:53.596Z] ++ 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=ppc64le 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/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m
20:06:53 [2021-02-01T20:06:53.596Z] INFO: Testing against a local daemon
20:06:53 [2021-02-01T20:06:53.596Z] === RUN   TestSecretInspect
20:06:54 [2021-02-01T20:06:54.759Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
20:06:55 [2021-02-01T20:06:55.330Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.141s	coverage: 86.3% of statements
20:06:55 [2021-02-01T20:06:55.330Z] ?   	github.com/docker/docker/cli	[no test files]
20:06:55 [2021-02-01T20:06:55.330Z] ?   	github.com/docker/docker/cli/config	[no test files]
20:06:55 [2021-02-01T20:06:55.433Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
20:06:55 [2021-02-01T20:06:55.660Z] --- PASS: TestSecretInspect (1.96s)
20:06:55 [2021-02-01T20:06:55.660Z] === RUN   TestSecretList
20:06:57 [2021-02-01T20:06:57.335Z] === RUN   TestDockerSuite/TestPsListContainersSize
20:06:57 [2021-02-01T20:06:57.732Z] --- PASS: TestSecretList (1.92s)
20:06:57 [2021-02-01T20:06:57.732Z] === RUN   TestSecretsCreateAndDelete
20:06:58 [2021-02-01T20:06:58.270Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
20:06:58 [2021-02-01T20:06:58.270Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
20:06:58 [2021-02-01T20:06:58.836Z] === RUN   TestDockerSuite/TestPsRightTagName
20:06:58 [2021-02-01T20:06:58.873Z] --- PASS: TestServiceUpdateNetwork (17.09s)
20:06:58 [2021-02-01T20:06:58.873Z] === RUN   TestServiceUpdatePidsLimit
20:06:59 [2021-02-01T20:06:59.163Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:06:59 [2021-02-01T20:06:59.530Z] ok  	github.com/docker/docker/client	0.169s	coverage: 75.4% of statements
20:06:59 [2021-02-01T20:06:59.796Z] --- PASS: TestSecretsCreateAndDelete (1.99s)
20:06:59 [2021-02-01T20:06:59.796Z] === RUN   TestSecretsUpdate
20:07:00 [2021-02-01T20:07:00.193Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:07:00 [2021-02-01T20:07:00.736Z] === RUN   TestDockerSuite/TestPsShowMounts
20:07:00 [2021-02-01T20:07:00.736Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
20:07:01 [2021-02-01T20:07:01.324Z] --- PASS: TestSecretsUpdate (1.91s)
20:07:01 [2021-02-01T20:07:01.324Z] === RUN   TestTemplatedSecret
20:07:02 [2021-02-01T20:07:02.638Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
20:07:03 [2021-02-01T20:07:03.204Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
20:07:03 [2021-02-01T20:07:03.204Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
20:07:03 [2021-02-01T20:07:03.204Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
20:07:03 [2021-02-01T20:07:03.462Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
20:07:03 [2021-02-01T20:07:03.462Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
20:07:03 [2021-02-01T20:07:03.462Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
20:07:04 [2021-02-01T20:07:04.028Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
20:07:04 [2021-02-01T20:07:04.053Z] --- PASS: TestTemplatedSecret (2.41s)
20:07:04 [2021-02-01T20:07:04.053Z] === RUN   TestSecretCreateResolve
20:07:05 [2021-02-01T20:07:05.404Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
20:07:05 [2021-02-01T20:07:05.560Z] --- PASS: TestSecretCreateResolve (1.91s)
20:07:05 [2021-02-01T20:07:05.560Z] PASS
20:07:05 [2021-02-01T20:07:05.560Z] 
20:07:05 [2021-02-01T20:07:05.560Z] DONE 6 tests in 12.157s
20:07:05 [2021-02-01T20:07:05.560Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m 
20:07:05 [2021-02-01T20:07:05.560Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m
20:07:05 [2021-02-01T20:07:05.560Z] ++ set -e
20:07:05 [2021-02-01T20:07:05.560Z] ++ '[' -n 0 ']'
20:07:05 [2021-02-01T20:07:05.560Z] ++ set -x
20:07:05 [2021-02-01T20:07:05.560Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le 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/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m
20:07:05 [2021-02-01T20:07:05.851Z] INFO: Testing against a local daemon
20:07:05 [2021-02-01T20:07:05.851Z] === RUN   TestServiceCreateInit
20:07:05 [2021-02-01T20:07:05.851Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:07:06 [2021-02-01T20:07:06.339Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
20:07:06 [2021-02-01T20:07:06.906Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
20:07:08 [2021-02-01T20:07:08.665Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:07:09 [2021-02-01T20:07:09.376Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:07:13 [2021-02-01T20:07:13.469Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
20:07:13 [2021-02-01T20:07:13.849Z] --- PASS: TestServiceCreateInit (7.43s)
20:07:13 [2021-02-01T20:07:13.849Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.67s)
20:07:13 [2021-02-01T20:07:13.849Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.73s)
20:07:13 [2021-02-01T20:07:13.850Z] === RUN   TestCreateServiceMultipleTimes
20:07:14 [2021-02-01T20:07:14.404Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
20:07:16 [2021-02-01T20:07:16.935Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
20:07:16 [2021-02-01T20:07:16.935Z] === RUN   TestDockerSuite/TestRestartPolicyNO
20:07:16 [2021-02-01T20:07:16.935Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
20:07:16 [2021-02-01T20:07:16.935Z] === RUN   TestDockerSuite/TestRestartRunningContainer
20:07:17 [2021-02-01T20:07:17.131Z] --- PASS: TestServiceUpdatePidsLimit (18.35s)
20:07:17 [2021-02-01T20:07:17.131Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.01s)
20:07:17 [2021-02-01T20:07:17.131Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.27s)
20:07:17 [2021-02-01T20:07:17.131Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.38s)
20:07:17 [2021-02-01T20:07:17.131Z] PASS
20:07:17 [2021-02-01T20:07:17.131Z] 
20:07:17 [2021-02-01T20:07:17.131Z] === Skipped
20:07:17 [2021-02-01T20:07:17.131Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s)
20:07:17 [2021-02-01T20:07:17.131Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:07:17 [2021-02-01T20:07:17.131Z] 
20:07:17 [2021-02-01T20:07:17.131Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s)
20:07:17 [2021-02-01T20:07:17.131Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:07:17 [2021-02-01T20:07:17.131Z] 
20:07:17 [2021-02-01T20:07:17.131Z] 
20:07:17 [2021-02-01T20:07:17.131Z] DONE 27 tests, 2 skipped in 181.563s
20:07:17 [2021-02-01T20:07:17.131Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m 
20:07:17 [2021-02-01T20:07:17.131Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m
20:07:17 [2021-02-01T20:07:17.131Z] ++ set -e
20:07:17 [2021-02-01T20:07:17.131Z] ++ '[' -n 0 ']'
20:07:17 [2021-02-01T20:07:17.131Z] ++ set -x
20:07:17 [2021-02-01T20:07:17.131Z] ++ 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=s390x 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/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m
20:07:17 [2021-02-01T20:07:17.131Z] INFO: Testing against a local daemon
20:07:17 [2021-02-01T20:07:17.131Z] === RUN   TestSessionCreate
20:07:17 [2021-02-01T20:07:17.131Z] --- PASS: TestSessionCreate (0.02s)
20:07:17 [2021-02-01T20:07:17.131Z] === RUN   TestSessionCreateWithBadUpgrade
20:07:17 [2021-02-01T20:07:17.131Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
20:07:17 [2021-02-01T20:07:17.131Z] PASS
20:07:17 [2021-02-01T20:07:17.131Z] 
20:07:17 [2021-02-01T20:07:17.131Z] DONE 2 tests in 0.237s
20:07:17 [2021-02-01T20:07:17.131Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m 
20:07:17 [2021-02-01T20:07:17.131Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m
20:07:17 [2021-02-01T20:07:17.131Z] ++ set -e
20:07:17 [2021-02-01T20:07:17.131Z] ++ '[' -n 0 ']'
20:07:17 [2021-02-01T20:07:17.131Z] ++ set -x
20:07:17 [2021-02-01T20:07:17.131Z] ++ 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=s390x 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/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m
20:07:17 [2021-02-01T20:07:17.131Z] INFO: Testing against a local daemon
20:07:17 [2021-02-01T20:07:17.131Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:07:17 [2021-02-01T20:07:17.131Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:07:17 [2021-02-01T20:07:17.131Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:07:17 [2021-02-01T20:07:17.131Z] === RUN   TestEventsExecDie
20:07:17 [2021-02-01T20:07:17.422Z] --- PASS: TestEventsExecDie (1.04s)
20:07:17 [2021-02-01T20:07:17.422Z] === RUN   TestEventsBackwardsCompatible
20:07:17 [2021-02-01T20:07:17.712Z] --- PASS: TestEventsBackwardsCompatible (0.09s)
20:07:17 [2021-02-01T20:07:17.712Z] === RUN   TestInfoBinaryCommits
20:07:17 [2021-02-01T20:07:17.712Z] --- PASS: TestInfoBinaryCommits (0.02s)
20:07:17 [2021-02-01T20:07:17.712Z] === RUN   TestInfoAPIVersioned
20:07:17 [2021-02-01T20:07:17.712Z] --- PASS: TestInfoAPIVersioned (0.01s)
20:07:17 [2021-02-01T20:07:17.712Z] === RUN   TestInfoDiscoveryBackend
20:07:18 [2021-02-01T20:07:18.342Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
20:07:18 [2021-02-01T20:07:18.342Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:07:18 [2021-02-01T20:07:18.853Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
20:07:19 [2021-02-01T20:07:19.373Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
20:07:19 [2021-02-01T20:07:19.373Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:07:19 [2021-02-01T20:07:19.663Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s)
20:07:19 [2021-02-01T20:07:19.663Z] === RUN   TestInfoAPI
20:07:19 [2021-02-01T20:07:19.663Z] --- PASS: TestInfoAPI (0.02s)
20:07:19 [2021-02-01T20:07:19.663Z] === RUN   TestInfoAPIWarnings
20:07:20 [2021-02-01T20:07:20.227Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
20:07:22 [2021-02-01T20:07:22.757Z] === RUN   TestDockerSuite/TestRestartWithVolumes
20:07:23 [2021-02-01T20:07:23.324Z] === RUN   TestDockerSuite/TestRmiBlank
20:07:23 [2021-02-01T20:07:23.324Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
20:07:23 [2021-02-01T20:07:23.583Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
20:07:26 [2021-02-01T20:07:26.113Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
20:07:26 [2021-02-01T20:07:26.113Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
20:07:27 [2021-02-01T20:07:27.048Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
20:07:27 [2021-02-01T20:07:27.048Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
20:07:28 [2021-02-01T20:07:28.423Z] === RUN   TestDockerSuite/TestRmiImgIDForce
20:07:29 [2021-02-01T20:07:29.206Z] --- PASS: TestCreateServiceMultipleTimes (15.09s)
20:07:29 [2021-02-01T20:07:29.206Z] === RUN   TestCreateServiceConflict
20:07:29 [2021-02-01T20:07:29.357Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
20:07:30 [2021-02-01T20:07:30.245Z] --- PASS: TestCreateServiceConflict (1.93s)
20:07:30 [2021-02-01T20:07:30.246Z] === RUN   TestCreateServiceMaxReplicas
20:07:30 [2021-02-01T20:07:30.292Z] === RUN   TestDockerSuite/TestRmiParentImageFail
20:07:31 [2021-02-01T20:07:31.669Z] === RUN   TestDockerSuite/TestRmiTag
20:07:31 [2021-02-01T20:07:31.928Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
20:07:32 [2021-02-01T20:07:32.494Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
20:07:32 [2021-02-01T20:07:32.985Z] --- PASS: TestCreateServiceMaxReplicas (2.71s)
20:07:32 [2021-02-01T20:07:32.985Z] === RUN   TestCreateWithDuplicateNetworkNames
20:07:35 [2021-02-01T20:07:35.777Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
20:07:36 [2021-02-01T20:07:36.035Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
20:07:36 [2021-02-01T20:07:36.601Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
20:07:36 [2021-02-01T20:07:36.859Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
20:07:38 [2021-02-01T20:07:38.235Z] === RUN   TestDockerSuite/TestRunAddHost
20:07:38 [2021-02-01T20:07:38.284Z] ok  	github.com/docker/docker/cmd/dockerd	0.097s	coverage: 29.1% of statements
20:07:38 [2021-02-01T20:07:38.494Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
20:07:38 [2021-02-01T20:07:38.494Z] --- PASS: TestInfoAPIWarnings (16.27s)
20:07:38 [2021-02-01T20:07:38.494Z] === RUN   TestInfoDebug
20:07:38 [2021-02-01T20:07:38.494Z] --- PASS: TestInfoDebug (0.53s)
20:07:38 [2021-02-01T20:07:38.494Z] === RUN   TestInfoInsecureRegistries
20:07:38 [2021-02-01T20:07:38.494Z] --- PASS: TestInfoInsecureRegistries (0.53s)
20:07:38 [2021-02-01T20:07:38.494Z] === RUN   TestInfoRegistryMirrors
20:07:38 [2021-02-01T20:07:38.494Z] --- PASS: TestInfoRegistryMirrors (0.53s)
20:07:38 [2021-02-01T20:07:38.494Z] === RUN   TestLoginFailsWithBadCredentials
20:07:38 [2021-02-01T20:07:38.494Z] --- PASS: TestLoginFailsWithBadCredentials (0.29s)
20:07:38 [2021-02-01T20:07:38.494Z] === RUN   TestPingCacheHeaders
20:07:38 [2021-02-01T20:07:38.494Z] --- PASS: TestPingCacheHeaders (0.02s)
20:07:38 [2021-02-01T20:07:38.494Z] === RUN   TestPingGet
20:07:38 [2021-02-01T20:07:38.494Z] --- PASS: TestPingGet (0.01s)
20:07:38 [2021-02-01T20:07:38.494Z] === RUN   TestPingHead
20:07:38 [2021-02-01T20:07:38.494Z] --- PASS: TestPingHead (0.01s)
20:07:38 [2021-02-01T20:07:38.494Z] === RUN   TestVersion
20:07:38 [2021-02-01T20:07:38.494Z] --- PASS: TestVersion (0.02s)
20:07:38 [2021-02-01T20:07:38.494Z] PASS
20:07:38 [2021-02-01T20:07:38.494Z] 
20:07:38 [2021-02-01T20:07:38.494Z] === Skipped
20:07:38 [2021-02-01T20:07:38.494Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:07:38 [2021-02-01T20:07:38.494Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:07:38 [2021-02-01T20:07:38.494Z] 
20:07:38 [2021-02-01T20:07:38.494Z] 
20:07:38 [2021-02-01T20:07:38.494Z] DONE 18 tests, 1 skipped in 21.556s
20:07:38 [2021-02-01T20:07:38.494Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m 
20:07:38 [2021-02-01T20:07:38.494Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m
20:07:38 [2021-02-01T20:07:38.494Z] ++ set -e
20:07:38 [2021-02-01T20:07:38.494Z] ++ '[' -n 0 ']'
20:07:38 [2021-02-01T20:07:38.494Z] ++ set -x
20:07:38 [2021-02-01T20:07:38.494Z] ++ 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=s390x 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/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m
20:07:38 [2021-02-01T20:07:38.494Z] INFO: Testing against a local daemon
20:07:38 [2021-02-01T20:07:38.494Z] === RUN   TestVolumesCreateAndList
20:07:38 [2021-02-01T20:07:38.494Z] --- PASS: TestVolumesCreateAndList (0.02s)
20:07:38 [2021-02-01T20:07:38.494Z] === RUN   TestVolumesRemove
20:07:38 [2021-02-01T20:07:38.494Z] --- PASS: TestVolumesRemove (0.09s)
20:07:38 [2021-02-01T20:07:38.494Z] === RUN   TestVolumesInspect
20:07:38 [2021-02-01T20:07:38.494Z] --- PASS: TestVolumesInspect (0.01s)
20:07:38 [2021-02-01T20:07:38.494Z] === RUN   TestVolumesInvalidJSON
20:07:38 [2021-02-01T20:07:38.494Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:07:38 [2021-02-01T20:07:38.494Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:07:38 [2021-02-01T20:07:38.494Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:07:38 [2021-02-01T20:07:38.494Z] --- PASS: TestVolumesInvalidJSON (0.01s)
20:07:38 [2021-02-01T20:07:38.494Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:07:38 [2021-02-01T20:07:38.494Z] PASS
20:07:38 [2021-02-01T20:07:38.494Z] 
20:07:38 [2021-02-01T20:07:38.494Z] DONE 5 tests in 0.297s
20:07:38 [2021-02-01T20:07:38.494Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:07:38 [2021-02-01T20:07:38.494Z] ++++ cat bundles/test-integration/docker.pid
20:07:38 [2021-02-01T20:07:38.494Z] +++ kill 12316
20:07:38 [2021-02-01T20:07:38.752Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
20:07:39 [2021-02-01T20:07:39.319Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
20:07:39 [2021-02-01T20:07:39.319Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
20:07:39 [2021-02-01T20:07:39.668Z] ok  	github.com/docker/docker/container	0.121s	coverage: 34.7% of statements
20:07:39 [2021-02-01T20:07:39.668Z] ?   	github.com/docker/docker/container/stream	[no test files]
20:07:39 [2021-02-01T20:07:39.668Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
20:07:39 [2021-02-01T20:07:39.668Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
20:07:39 [2021-02-01T20:07:39.668Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
20:07:39 [2021-02-01T20:07:39.889Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
20:07:40 [2021-02-01T20:07:40.068Z] +++ /etc/init.d/apparmor stop
20:07:40 [2021-02-01T20:07:40.068Z] Leaving: AppArmorNo profiles have been unloaded.
20:07:40 [2021-02-01T20:07:40.068Z] 
20:07:40 [2021-02-01T20:07:40.068Z] Unloading profiles will leave already running processes permanently
20:07:40 [2021-02-01T20:07:40.068Z] unconfined, which can lead to unexpected situations.
20:07:40 [2021-02-01T20:07:40.068Z] 
20:07:40 [2021-02-01T20:07:40.068Z] To set a process to complain mode, use the command line tool
20:07:40 [2021-02-01T20:07:40.068Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:07:40 [2021-02-01T20:07:40.068Z] +++ true
20:07:40 [2021-02-01T20:07:40.068Z] exiting test-integration
20:07:40 [2021-02-01T20:07:40.068Z] ++ exit 0
20:07:40 [2021-02-01T20:07:40.068Z] 
20:07:41 [2021-02-01T20:07:41.271Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
20:07:41 [2021-02-01T20:07:41.530Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
20:07:42 [2021-02-01T20:07:42.097Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
Post stage
[Pipeline] junit
20:07:42 [2021-02-01T20:07:42.201Z] Recording test results
20:07:42 [2021-02-01T20:07:42.449Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:07:42 [2021-02-01T20:07:42.909Z] + echo Ensuring container killed.
20:07:42 [2021-02-01T20:07:42.909Z] Ensuring container killed.
20:07:42 [2021-02-01T20:07:42.909Z] + docker rm -vf docker-pr4
20:07:42 [2021-02-01T20:07:42.909Z] Error: No such container: docker-pr4
20:07:42 [2021-02-01T20:07:42.909Z] + true
[Pipeline] sh
20:07:43 [2021-02-01T20:07:43.031Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
20:07:43 [2021-02-01T20:07:43.284Z] + echo Chowning /workspace to jenkins user
20:07:43 [2021-02-01T20:07:43.284Z] Chowning /workspace to jenkins user
20:07:43 [2021-02-01T20:07:43.284Z] + id -u
20:07:43 [2021-02-01T20:07:43.284Z] + id -g
20:07:43 [2021-02-01T20:07:43.284Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41955:/workspace busybox chown -R 1001:1001 /workspace
20:07:44 [2021-02-01T20:07:44.407Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
20:07:45 [2021-02-01T20:07:45.342Z] === RUN   TestDockerSuite/TestRunAttachDetach
20:07:45 [2021-02-01T20:07:45.626Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.77s)
20:07:45 [2021-02-01T20:07:45.626Z] === RUN   TestCreateServiceSecretFileMode
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:07:46 [2021-02-01T20:07:46.276Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
20:07:46 [2021-02-01T20:07:46.532Z] + bundleName=s390x-integration
20:07:46 [2021-02-01T20:07:46.532Z] + echo Creating s390x-integration-bundles.tar.gz
20:07:46 [2021-02-01T20:07:46.532Z] Creating s390x-integration-bundles.tar.gz
20:07:46 [2021-02-01T20:07:46.532Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
20:07:46 [2021-02-01T20:07:46.532Z] + xargs tar -czf s390x-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
20:07:46 [2021-02-01T20:07:46.575Z] Archiving artifacts
20:07:46 [2021-02-01T20:07:46.920Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41955/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:07:47 [2021-02-01T20:07:47.369Z] + make clean
20:07:47 [2021-02-01T20:07:47.651Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
20:07:47 [2021-02-01T20:07:47.659Z] docker volume rm -f docker-dev-cache
20:07:47 [2021-02-01T20:07:47.659Z] docker-dev-cache
[Pipeline] deleteDir
20:07:48 [2021-02-01T20:07:48.218Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
20:07:48 [2021-02-01T20:07:48.461Z] --- PASS: TestCreateServiceSecretFileMode (2.72s)
20:07:48 [2021-02-01T20:07:48.461Z] === RUN   TestCreateServiceConfigFileMode
20:07:48 [2021-02-01T20:07:48.784Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
20:07:49 [2021-02-01T20:07:49.350Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
20:07:50 [2021-02-01T20:07:50.284Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:07:50 [2021-02-01T20:07:50.532Z] --- PASS: TestCreateServiceConfigFileMode (2.26s)
20:07:50 [2021-02-01T20:07:50.532Z] === RUN   TestCreateServiceSysctls
20:07:51 [2021-02-01T20:07:51.218Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
20:07:51 [2021-02-01T20:07:51.477Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
20:07:51 [2021-02-01T20:07:51.896Z] ok  	github.com/docker/docker/daemon/cluster	0.080s	coverage: 0.5% of statements
20:07:52 [2021-02-01T20:07:52.043Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
20:07:52 [2021-02-01T20:07:52.157Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.012s	coverage: 65.3% of statements
20:07:52 [2021-02-01T20:07:52.610Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
20:07:52 [2021-02-01T20:07:52.610Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
20:07:52 [2021-02-01T20:07:52.610Z] === RUN   TestDockerSuite/TestRunBindMounts
20:07:54 [2021-02-01T20:07:54.066Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.010s	coverage: 35.9% of statements
20:07:54 [2021-02-01T20:07:54.078Z] --- PASS: TestCreateServiceSysctls (3.01s)
20:07:54 [2021-02-01T20:07:54.078Z] === RUN   TestCreateServiceCapabilities
20:07:54 [2021-02-01T20:07:54.511Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
20:07:55 [2021-02-01T20:07:55.078Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
20:07:55 [2021-02-01T20:07:55.644Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
20:07:56 [2021-02-01T20:07:56.149Z] --- PASS: TestCreateServiceCapabilities (2.29s)
20:07:56 [2021-02-01T20:07:56.149Z] === RUN   TestInspect
20:07:56 [2021-02-01T20:07:56.210Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
20:07:56 [2021-02-01T20:07:56.776Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
20:07:56 [2021-02-01T20:07:56.776Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
20:07:57 [2021-02-01T20:07:57.343Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
20:07:57 [2021-02-01T20:07:57.912Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
20:07:58 [2021-02-01T20:07:58.847Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
20:07:58 [2021-02-01T20:07:58.887Z] --- PASS: TestInspect (2.44s)
20:07:58 [2021-02-01T20:07:58.887Z] === RUN   TestCreateJob
20:07:59 [2021-02-01T20:07:59.782Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
20:08:00 [2021-02-01T20:08:00.348Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
20:08:00 [2021-02-01T20:08:00.348Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
20:08:00 [2021-02-01T20:08:00.918Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
20:08:00 [2021-02-01T20:08:00.918Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
20:08:01 [2021-02-01T20:08:01.628Z] --- PASS: TestCreateJob (2.93s)
20:08:01 [2021-02-01T20:08:01.628Z] === RUN   TestReplicatedJob
20:08:02 [2021-02-01T20:08:02.322Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
20:08:02 [2021-02-01T20:08:02.580Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
20:08:03 [2021-02-01T20:08:03.146Z] === RUN   TestDockerSuite/TestRunContainerNetwork
20:08:03 [2021-02-01T20:08:03.713Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
20:08:03 [2021-02-01T20:08:03.713Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
20:08:04 [2021-02-01T20:08:04.056Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.439s	coverage: 14.1% of statements
20:08:04 [2021-02-01T20:08:04.056Z] ok  	github.com/docker/docker/daemon	12.145s	coverage: 17.1% of statements
20:08:04 [2021-02-01T20:08:04.056Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
20:08:04 [2021-02-01T20:08:04.056Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
20:08:04 [2021-02-01T20:08:04.279Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
20:08:04 [2021-02-01T20:08:04.627Z] ok  	github.com/docker/docker/daemon/config	0.073s	coverage: 81.8% of statements
20:08:05 [2021-02-01T20:08:05.197Z] ok  	github.com/docker/docker/daemon/discovery	0.004s	coverage: 30.0% of statements
20:08:05 [2021-02-01T20:08:05.654Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
20:08:06 [2021-02-01T20:08:06.137Z] ok  	github.com/docker/docker/daemon/events	0.085s	coverage: 50.0% of statements
20:08:06 [2021-02-01T20:08:06.137Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
20:08:06 [2021-02-01T20:08:06.137Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
20:08:06 [2021-02-01T20:08:06.588Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
20:08:06 [2021-02-01T20:08:06.707Z] ok  	github.com/docker/docker/daemon/graphdriver	0.008s	coverage: 2.2% of statements
20:08:07 [2021-02-01T20:08:07.203Z] --- PASS: TestReplicatedJob (4.96s)
20:08:07 [2021-02-01T20:08:07.203Z] === RUN   TestUpdateReplicatedJob
20:08:07 [2021-02-01T20:08:07.963Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
20:08:08 [2021-02-01T20:08:08.529Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
20:08:09 [2021-02-01T20:08:09.260Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	1.601s	coverage: 73.1% of statements
20:08:09 [2021-02-01T20:08:09.281Z] --- PASS: TestUpdateReplicatedJob (3.09s)
20:08:09 [2021-02-01T20:08:09.281Z] === RUN   TestServiceListWithStatuses
20:08:09 [2021-02-01T20:08:09.281Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:08:09 [2021-02-01T20:08:09.281Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:08:09 [2021-02-01T20:08:09.281Z] === RUN   TestDockerNetworkConnectAlias
20:08:09 [2021-02-01T20:08:09.463Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
20:08:09 [2021-02-01T20:08:09.520Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.009s	coverage: 2.9% of statements
20:08:10 [2021-02-01T20:08:10.029Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
20:08:10 [2021-02-01T20:08:10.595Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
20:08:10 [2021-02-01T20:08:10.902Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.381s	coverage: 56.2% of statements
20:08:11 [2021-02-01T20:08:11.161Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
20:08:12 [2021-02-01T20:08:12.537Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
20:08:12 [2021-02-01T20:08:12.815Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.008s	coverage: 1.8% of statements
20:08:13 [2021-02-01T20:08:13.734Z] --- PASS: TestDockerNetworkConnectAlias (3.86s)
20:08:13 [2021-02-01T20:08:13.734Z] === RUN   TestDockerNetworkReConnect
20:08:14 [2021-02-01T20:08:14.439Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
20:08:14 [2021-02-01T20:08:14.439Z] === RUN   TestDockerSuite/TestRunCreateVolume
20:08:14 [2021-02-01T20:08:14.697Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
20:08:14 [2021-02-01T20:08:14.728Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.536s	coverage: 45.9% of statements
20:08:14 [2021-02-01T20:08:14.728Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
20:08:14 [2021-02-01T20:08:14.956Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
20:08:15 [2021-02-01T20:08:15.298Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.396s	coverage: 49.5% of statements
20:08:16 [2021-02-01T20:08:16.469Z] --- PASS: TestDockerNetworkReConnect (3.10s)
20:08:16 [2021-02-01T20:08:16.469Z] === RUN   TestServicePlugin
20:08:16 [2021-02-01T20:08:16.469Z] --- SKIP: TestServicePlugin (0.00s)
20:08:16 [2021-02-01T20:08:16.469Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:08:16 [2021-02-01T20:08:16.469Z] === RUN   TestServiceUpdateLabel
20:08:16 [2021-02-01T20:08:16.858Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
20:08:17 [2021-02-01T20:08:17.209Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.008s	coverage: 58.0% of statements
20:08:17 [2021-02-01T20:08:17.209Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.604s	coverage: 57.7% of statements
20:08:17 [2021-02-01T20:08:17.209Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
20:08:17 [2021-02-01T20:08:17.209Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
20:08:18 [2021-02-01T20:08:18.235Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
20:08:18 [2021-02-01T20:08:18.539Z] --- PASS: TestServiceUpdateLabel (1.95s)
20:08:18 [2021-02-01T20:08:18.539Z] === RUN   TestServiceUpdateSecrets
20:08:19 [2021-02-01T20:08:19.119Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.016s	coverage: 3.0% of statements
20:08:19 [2021-02-01T20:08:19.689Z] ok  	github.com/docker/docker/daemon/links	0.008s	coverage: 93.0% of statements
20:08:20 [2021-02-01T20:08:20.628Z] ok  	github.com/docker/docker/daemon/images	0.019s	coverage: 6.1% of statements
20:08:20 [2021-02-01T20:08:20.628Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
20:08:20 [2021-02-01T20:08:20.628Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
20:08:20 [2021-02-01T20:08:20.765Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
20:08:22 [2021-02-01T20:08:22.012Z] ok  	github.com/docker/docker/daemon/logger	0.220s	coverage: 43.2% of statements
20:08:22 [2021-02-01T20:08:22.141Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
20:08:22 [2021-02-01T20:08:22.141Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
20:08:22 [2021-02-01T20:08:22.141Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
20:08:22 [2021-02-01T20:08:22.714Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
20:08:22 [2021-02-01T20:08:22.952Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.162s	coverage: 77.8% of statements
20:08:22 [2021-02-01T20:08:22.952Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
20:08:22 [2021-02-01T20:08:22.952Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
20:08:23 [2021-02-01T20:08:23.213Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.019s	coverage: 67.0% of statements
20:08:24 [2021-02-01T20:08:24.099Z] === RUN   TestDockerSuite/TestRunDNSOptions
20:08:24 [2021-02-01T20:08:24.168Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 23.9% of statements
20:08:24 [2021-02-01T20:08:24.738Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.016s	coverage: 61.6% of statements
20:08:24 [2021-02-01T20:08:24.998Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.007s	coverage: 87.2% of statements
20:08:25 [2021-02-01T20:08:25.034Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
20:08:26 [2021-02-01T20:08:26.379Z] ok  	github.com/docker/docker/daemon/logger/local	0.015s	coverage: 75.2% of statements
20:08:26 [2021-02-01T20:08:26.379Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
20:08:26 [2021-02-01T20:08:26.639Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.038s	coverage: 55.1% of statements
20:08:26 [2021-02-01T20:08:26.935Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
20:08:27 [2021-02-01T20:08:27.193Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
20:08:28 [2021-02-01T20:08:28.023Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.008s	coverage: 31.5% of statements
20:08:28 [2021-02-01T20:08:28.567Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
20:08:29 [2021-02-01T20:08:29.133Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
20:08:29 [2021-02-01T20:08:29.133Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
20:08:29 [2021-02-01T20:08:29.406Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.004s	coverage: 46.8% of statements
20:08:29 [2021-02-01T20:08:29.406Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
20:08:29 [2021-02-01T20:08:29.700Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
20:08:29 [2021-02-01T20:08:29.976Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.725s	coverage: 82.5% of statements
20:08:29 [2021-02-01T20:08:29.976Z] ?   	github.com/docker/docker/daemon/names	[no test files]
20:08:30 [2021-02-01T20:08:30.236Z] ok  	github.com/docker/docker/daemon/network	0.006s	coverage: 63.8% of statements
20:08:30 [2021-02-01T20:08:30.236Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
20:08:30 [2021-02-01T20:08:30.634Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
20:08:30 [2021-02-01T20:08:30.634Z] === RUN   TestDockerSuite/TestRunDuplicateMount
20:08:31 [2021-02-01T20:08:31.200Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
20:08:31 [2021-02-01T20:08:31.767Z] === RUN   TestDockerSuite/TestRunEchoStdout
20:08:32 [2021-02-01T20:08:32.147Z] ok  	github.com/docker/docker/distribution/metadata	0.044s	coverage: 48.2% of statements
20:08:32 [2021-02-01T20:08:32.333Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
20:08:32 [2021-02-01T20:08:32.900Z] === RUN   TestDockerSuite/TestRunEmptyEnv
20:08:33 [2021-02-01T20:08:33.088Z] ok  	github.com/docker/docker/distribution	0.205s	coverage: 25.1% of statements
20:08:33 [2021-02-01T20:08:33.088Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
20:08:33 [2021-02-01T20:08:33.158Z] === RUN   TestDockerSuite/TestRunEntrypoint
20:08:33 [2021-02-01T20:08:33.724Z] === RUN   TestDockerSuite/TestRunEnvironment
20:08:33 [2021-02-01T20:08:33.914Z] --- PASS: TestServiceUpdateSecrets (14.71s)
20:08:33 [2021-02-01T20:08:33.914Z] === RUN   TestServiceUpdateConfigs
20:08:34 [2021-02-01T20:08:34.291Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
20:08:34 [2021-02-01T20:08:34.469Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 53.1% of statements
20:08:34 [2021-02-01T20:08:34.857Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
20:08:35 [2021-02-01T20:08:35.409Z] ok  	github.com/docker/docker/image	0.018s	coverage: 86.8% of statements
20:08:35 [2021-02-01T20:08:35.669Z] ok  	github.com/docker/docker/distribution/xfer	1.881s	coverage: 85.1% of statements
20:08:35 [2021-02-01T20:08:35.669Z] ?   	github.com/docker/docker/dockerversion	[no test files]
20:08:35 [2021-02-01T20:08:35.792Z] === RUN   TestDockerSuite/TestRunExitCode
20:08:35 [2021-02-01T20:08:35.929Z] ok  	github.com/docker/docker/image/cache	0.009s	coverage: 19.2% of statements
20:08:36 [2021-02-01T20:08:36.188Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
20:08:36 [2021-02-01T20:08:36.358Z] === RUN   TestDockerSuite/TestRunExitCodeOne
20:08:36 [2021-02-01T20:08:36.617Z] === RUN   TestDockerSuite/TestRunExitCodeZero
20:08:37 [2021-02-01T20:08:37.128Z] ok  	github.com/docker/docker/image/v1	0.010s	coverage: 25.0% of statements
20:08:37 [2021-02-01T20:08:37.128Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
20:08:37 [2021-02-01T20:08:37.184Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
20:08:37 [2021-02-01T20:08:37.699Z] ok  	github.com/docker/docker/libcontainerd/queue	0.030s	coverage: 100.0% of statements
20:08:37 [2021-02-01T20:08:37.750Z] === RUN   TestDockerSuite/TestRunExposePort
20:08:37 [2021-02-01T20:08:37.750Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
20:08:38 [2021-02-01T20:08:38.316Z] === RUN   TestDockerSuite/TestRunGroupAdd
20:08:38 [2021-02-01T20:08:38.883Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
20:08:39 [2021-02-01T20:08:39.090Z] ok  	github.com/docker/docker/oci	0.013s	coverage: 8.2% of statements
20:08:39 [2021-02-01T20:08:39.350Z] ok  	github.com/docker/docker/opts	0.020s	coverage: 67.1% of statements
20:08:39 [2021-02-01T20:08:39.609Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
20:08:39 [2021-02-01T20:08:39.817Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
20:08:40 [2021-02-01T20:08:40.075Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
20:08:40 [2021-02-01T20:08:40.075Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
20:08:41 [2021-02-01T20:08:41.519Z] ok  	github.com/docker/docker/pkg/archive	0.316s	coverage: 77.1% of statements
20:08:42 [2021-02-01T20:08:42.090Z] ok  	github.com/docker/docker/pkg/authorization	0.082s	coverage: 68.3% of statements
20:08:42 [2021-02-01T20:08:42.351Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
20:08:42 [2021-02-01T20:08:42.611Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
20:08:43 [2021-02-01T20:08:43.358Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
20:08:43 [2021-02-01T20:08:43.924Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
20:08:45 [2021-02-01T20:08:45.904Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.489s	coverage: 43.2% of statements
20:08:45 [2021-02-01T20:08:45.904Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
20:08:46 [2021-02-01T20:08:46.164Z] ok  	github.com/docker/docker/layer	7.515s	coverage: 68.8% of statements
20:08:46 [2021-02-01T20:08:46.164Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
20:08:46 [2021-02-01T20:08:46.164Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
20:08:46 [2021-02-01T20:08:46.164Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
20:08:46 [2021-02-01T20:08:46.164Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
20:08:46 [2021-02-01T20:08:46.164Z] ?   	github.com/docker/docker/oci/caps	[no test files]
20:08:46 [2021-02-01T20:08:46.164Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
20:08:46 [2021-02-01T20:08:46.164Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
20:08:46 [2021-02-01T20:08:46.735Z] ok  	github.com/docker/docker/pkg/discovery	0.005s	coverage: 58.3% of statements
20:08:46 [2021-02-01T20:08:46.996Z] ok  	github.com/docker/docker/pkg/discovery/file	0.009s	coverage: 92.9% of statements
20:08:47 [2021-02-01T20:08:47.565Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.003s	coverage: 92.3% of statements
20:08:48 [2021-02-01T20:08:48.139Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.005s	coverage: 93.8% of statements
20:08:48 [2021-02-01T20:08:48.710Z] ok  	github.com/docker/docker/pkg/dmesg	0.008s	coverage: 83.3% of statements
20:08:49 [2021-02-01T20:08:49.258Z] --- PASS: TestServiceUpdateConfigs (14.23s)
20:08:49 [2021-02-01T20:08:49.258Z] === RUN   TestServiceUpdateNetwork
20:08:49 [2021-02-01T20:08:49.650Z] ok  	github.com/docker/docker/pkg/filenotify	0.604s	coverage: 67.0% of statements
20:08:50 [2021-02-01T20:08:50.590Z] ok  	github.com/docker/docker/pkg/fileutils	0.009s	coverage: 89.5% of statements
20:08:51 [2021-02-01T20:08:51.161Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.071s	coverage: 84.1% of statements
20:08:51 [2021-02-01T20:08:51.161Z] ok  	github.com/docker/docker/pkg/fsutils	0.162s	coverage: 85.1% of statements
20:08:51 [2021-02-01T20:08:51.421Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
20:08:52 [2021-02-01T20:08:52.802Z] ok  	github.com/docker/docker/pkg/idtools	0.455s	coverage: 70.1% of statements
20:08:52 [2021-02-01T20:08:52.802Z] ok  	github.com/docker/docker/pkg/ioutils	0.511s	coverage: 69.3% of statements
20:08:53 [2021-02-01T20:08:53.063Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 91.7% of statements
20:08:53 [2021-02-01T20:08:53.063Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
20:08:53 [2021-02-01T20:08:53.323Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
20:08:53 [2021-02-01T20:08:53.323Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
20:08:53 [2021-02-01T20:08:53.323Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
20:08:53 [2021-02-01T20:08:53.583Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.004s	coverage: 85.7% of statements
20:08:53 [2021-02-01T20:08:53.583Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
20:08:53 [2021-02-01T20:08:53.843Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
20:08:53 [2021-02-01T20:08:53.894Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
20:08:54 [2021-02-01T20:08:54.117Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
20:08:54 [2021-02-01T20:08:54.381Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 86.7% of statements
20:08:54 [2021-02-01T20:08:54.381Z] ok  	github.com/docker/docker/pkg/pidfile	0.004s	coverage: 82.4% of statements
20:08:54 [2021-02-01T20:08:54.381Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
20:08:54 [2021-02-01T20:08:54.381Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
20:08:54 [2021-02-01T20:08:54.829Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
20:08:55 [2021-02-01T20:08:55.322Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.034s	coverage: 56.8% of statements
20:08:56 [2021-02-01T20:08:56.205Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
20:08:56 [2021-02-01T20:08:56.262Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
20:08:56 [2021-02-01T20:08:56.522Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
20:08:56 [2021-02-01T20:08:56.782Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
20:08:57 [2021-02-01T20:08:57.582Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
20:08:57 [2021-02-01T20:08:57.582Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
20:08:57 [2021-02-01T20:08:57.582Z] === RUN   TestDockerSuite/TestRunInvalidReference
20:08:57 [2021-02-01T20:08:57.582Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
20:08:57 [2021-02-01T20:08:57.840Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
20:08:58 [2021-02-01T20:08:58.161Z] ok  	github.com/docker/docker/pkg/pubsub	1.027s	coverage: 75.0% of statements
20:08:58 [2021-02-01T20:08:58.421Z] ok  	github.com/docker/docker/pkg/reexec	0.007s	coverage: 82.4% of statements
20:08:59 [2021-02-01T20:08:59.670Z] --- PASS: TestServiceUpdateNetwork (12.31s)
20:08:59 [2021-02-01T20:08:59.670Z] === RUN   TestServiceUpdatePidsLimit
20:09:00 [2021-02-01T20:09:00.370Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
20:09:00 [2021-02-01T20:09:00.748Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:09:01 [2021-02-01T20:09:01.304Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
20:09:01 [2021-02-01T20:09:01.389Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:09:01 [2021-02-01T20:09:01.713Z] ok  	github.com/docker/docker/pkg/signal	2.402s	coverage: 61.0% of statements
20:09:01 [2021-02-01T20:09:01.713Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
20:09:01 [2021-02-01T20:09:01.713Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
20:09:01 [2021-02-01T20:09:01.973Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
20:09:02 [2021-02-01T20:09:02.238Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
20:09:02 [2021-02-01T20:09:02.912Z] ok  	github.com/docker/docker/pkg/sysinfo	0.005s	coverage: 54.9% of statements
20:09:03 [2021-02-01T20:09:03.172Z] ok  	github.com/docker/docker/pkg/system	0.005s	coverage: 36.9% of statements
20:09:03 [2021-02-01T20:09:03.742Z] ok  	github.com/docker/docker/pkg/tailfile	0.062s	coverage: 88.6% of statements
20:09:04 [2021-02-01T20:09:04.313Z] ok  	github.com/docker/docker/pkg/tarsum	0.042s	coverage: 89.3% of statements
20:09:04 [2021-02-01T20:09:04.573Z] testing: warning: no tests to run
20:09:04 [2021-02-01T20:09:04.573Z] coverage: [no statements]
20:09:04 [2021-02-01T20:09:04.573Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
20:09:04 [2021-02-01T20:09:04.833Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
20:09:05 [2021-02-01T20:09:05.094Z] ok  	github.com/docker/docker/pkg/urlutil	0.002s	coverage: 100.0% of statements
20:09:05 [2021-02-01T20:09:05.355Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
20:09:07 [2021-02-01T20:09:07.265Z] ok  	github.com/docker/docker/plugin	0.516s	coverage: 23.2% of statements
20:09:07 [2021-02-01T20:09:07.835Z] ok  	github.com/docker/docker/plugin/v2	0.004s	coverage: 14.5% of statements
20:09:08 [2021-02-01T20:09:08.276Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:09:08 [2021-02-01T20:09:08.406Z] ok  	github.com/docker/docker/profiles/seccomp	0.008s	coverage: 85.4% of statements
20:09:08 [2021-02-01T20:09:08.799Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
20:09:08 [2021-02-01T20:09:08.799Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
20:09:08 [2021-02-01T20:09:08.799Z] === RUN   TestDockerSuite/TestRunModeHostname
20:09:09 [2021-02-01T20:09:09.366Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
20:09:09 [2021-02-01T20:09:09.366Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
20:09:09 [2021-02-01T20:09:09.624Z] === RUN   TestDockerSuite/TestRunModeIpcHost
20:09:09 [2021-02-01T20:09:09.788Z] ok  	github.com/docker/docker/quota	0.248s	coverage: 71.4% of statements
20:09:10 [2021-02-01T20:09:10.359Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
20:09:10 [2021-02-01T20:09:10.998Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
20:09:11 [2021-02-01T20:09:11.742Z] ok  	github.com/docker/docker/registry	0.061s	coverage: 57.2% of statements
20:09:12 [2021-02-01T20:09:12.376Z] === RUN   TestDockerSuite/TestRunModePIDContainer
20:09:12 [2021-02-01T20:09:12.414Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
20:09:12 [2021-02-01T20:09:12.414Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
20:09:13 [2021-02-01T20:09:13.328Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
20:09:13 [2021-02-01T20:09:13.328Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
20:09:13 [2021-02-01T20:09:13.328Z] === RUN   TestDockerSuite/TestRunModePIDHost
20:09:13 [2021-02-01T20:09:13.361Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 66.1% of statements
20:09:13 [2021-02-01T20:09:13.361Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
20:09:14 [2021-02-01T20:09:14.704Z] === RUN   TestDockerSuite/TestRunModeUTSHost
20:09:15 [2021-02-01T20:09:15.903Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
20:09:16 [2021-02-01T20:09:16.079Z] === RUN   TestDockerSuite/TestRunMount
20:09:16 [2021-02-01T20:09:16.754Z] --- PASS: TestServiceUpdatePidsLimit (15.98s)
20:09:16 [2021-02-01T20:09:16.754Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s)
20:09:16 [2021-02-01T20:09:16.754Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s)
20:09:16 [2021-02-01T20:09:16.754Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
20:09:16 [2021-02-01T20:09:16.754Z] PASS
20:09:16 [2021-02-01T20:09:16.754Z] 
20:09:16 [2021-02-01T20:09:16.754Z] === Skipped
20:09:16 [2021-02-01T20:09:16.754Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s)
20:09:16 [2021-02-01T20:09:16.754Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:09:16 [2021-02-01T20:09:16.754Z] 
20:09:16 [2021-02-01T20:09:16.754Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s)
20:09:16 [2021-02-01T20:09:16.754Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:09:16 [2021-02-01T20:09:16.754Z] 
20:09:16 [2021-02-01T20:09:16.754Z] 
20:09:16 [2021-02-01T20:09:16.754Z] DONE 27 tests, 2 skipped in 129.867s
20:09:16 [2021-02-01T20:09:16.754Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m 
20:09:16 [2021-02-01T20:09:16.754Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m
20:09:16 [2021-02-01T20:09:16.754Z] ++ set -e
20:09:16 [2021-02-01T20:09:16.754Z] ++ '[' -n 0 ']'
20:09:16 [2021-02-01T20:09:16.754Z] ++ set -x
20:09:16 [2021-02-01T20:09:16.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=ppc64le 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/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m
20:09:16 [2021-02-01T20:09:16.754Z] INFO: Testing against a local daemon
20:09:16 [2021-02-01T20:09:16.754Z] === RUN   TestSessionCreate
20:09:16 [2021-02-01T20:09:16.754Z] --- PASS: TestSessionCreate (0.04s)
20:09:16 [2021-02-01T20:09:16.754Z] === RUN   TestSessionCreateWithBadUpgrade
20:09:16 [2021-02-01T20:09:16.754Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s)
20:09:16 [2021-02-01T20:09:16.754Z] PASS
20:09:16 [2021-02-01T20:09:16.754Z] 
20:09:16 [2021-02-01T20:09:16.754Z] DONE 2 tests in 0.165s
20:09:16 [2021-02-01T20:09:16.754Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m 
20:09:16 [2021-02-01T20:09:16.754Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m
20:09:16 [2021-02-01T20:09:16.754Z] ++ set -e
20:09:16 [2021-02-01T20:09:16.754Z] ++ '[' -n 0 ']'
20:09:16 [2021-02-01T20:09:16.754Z] ++ set -x
20:09:16 [2021-02-01T20:09:16.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=ppc64le 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/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m
20:09:16 [2021-02-01T20:09:16.754Z] INFO: Testing against a local daemon
20:09:16 [2021-02-01T20:09:16.754Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:09:16 [2021-02-01T20:09:16.754Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:09:16 [2021-02-01T20:09:16.754Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:09:16 [2021-02-01T20:09:16.754Z] === RUN   TestEventsExecDie
20:09:16 [2021-02-01T20:09:16.754Z] --- PASS: TestEventsExecDie (0.60s)
20:09:16 [2021-02-01T20:09:16.754Z] === RUN   TestEventsBackwardsCompatible
20:09:16 [2021-02-01T20:09:16.754Z] --- PASS: TestEventsBackwardsCompatible (0.08s)
20:09:16 [2021-02-01T20:09:16.754Z] === RUN   TestInfoBinaryCommits
20:09:16 [2021-02-01T20:09:16.754Z] --- PASS: TestInfoBinaryCommits (0.03s)
20:09:16 [2021-02-01T20:09:16.754Z] === RUN   TestInfoAPIVersioned
20:09:16 [2021-02-01T20:09:16.754Z] --- PASS: TestInfoAPIVersioned (0.01s)
20:09:16 [2021-02-01T20:09:16.754Z] === RUN   TestInfoDiscoveryBackend
20:09:17 [2021-02-01T20:09:17.014Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
20:09:17 [2021-02-01T20:09:17.050Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
20:09:17 [2021-02-01T20:09:17.050Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:09:17 [2021-02-01T20:09:17.286Z] ok  	github.com/docker/docker/volume/local	0.098s	coverage: 76.6% of statements
20:09:17 [2021-02-01T20:09:17.546Z] ok  	github.com/docker/docker/volume/mounts	0.020s	coverage: 67.0% of statements
20:09:18 [2021-02-01T20:09:18.083Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
20:09:18 [2021-02-01T20:09:18.083Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:09:18 [2021-02-01T20:09:18.714Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s)
20:09:18 [2021-02-01T20:09:18.714Z] === RUN   TestInfoAPI
20:09:18 [2021-02-01T20:09:18.714Z] --- PASS: TestInfoAPI (0.04s)
20:09:18 [2021-02-01T20:09:18.714Z] === RUN   TestInfoAPIWarnings
20:09:18 [2021-02-01T20:09:18.934Z] ok  	github.com/docker/docker/volume/service	0.014s	coverage: 73.1% of statements
20:09:22 [2021-02-01T20:09:22.280Z] === RUN   TestDockerSuite/TestRunMountOrdering
20:09:22 [2021-02-01T20:09:22.280Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
20:09:22 [2021-02-01T20:09:22.280Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
20:09:22 [2021-02-01T20:09:22.540Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
20:09:23 [2021-02-01T20:09:23.916Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
20:09:24 [2021-02-01T20:09:24.850Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
20:09:26 [2021-02-01T20:09:26.225Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
20:09:28 [2021-02-01T20:09:28.127Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
20:09:29 [2021-02-01T20:09:29.060Z] === RUN   TestDockerSuite/TestRunNamedVolume
20:09:30 [2021-02-01T20:09:30.962Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
20:09:31 [2021-02-01T20:09:31.145Z] ok  	github.com/docker/docker/pkg/plugins	33.615s	coverage: 76.6% of statements
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/pkg/term	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/rootless	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/testutil/request	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/volume	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === Skipped
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     exec_linux_test.go:18: requires AppArmor to be enabled
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     exec_linux_test.go:38: requires AppArmor to be enabled
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:46: Driver btrfs not supported
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:46: Driver btrfs not supported
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:46: Driver btrfs not supported
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:46: Driver btrfs not supported
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:46: Driver btrfs not supported
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:73: No driver to put!
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z] time="2021-02-01T20:08:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z] time="2021-02-01T20:08:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z] time="2021-02-01T20:08:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z] time="2021-02-01T20:08:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z] time="2021-02-01T20:08:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:73: No driver to put!
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     overlay_test.go:49: Fails to compute changes intermittently
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     overlay_test.go:65: Cannot run test with naive change algorithm
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:46: Driver zfs not supported
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:46: Driver zfs not supported
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:46: Driver zfs not supported
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:46: Driver zfs not supported
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:46: Driver zfs not supported
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     graphtest_unix.go:73: No driver to put!
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
20:09:31 [2021-02-01T20:09:31.145Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] 
20:09:31 [2021-02-01T20:09:31.145Z] DONE 2194 tests, 26 skipped in 257.170s
Post stage
[Pipeline] junit
20:09:31 [2021-02-01T20:09:31.159Z] Recording test results
20:09:31 [2021-02-01T20:09:31.220Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
20:09:31 [2021-02-01T20:09:31.683Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
20:09:32 [2021-02-01T20:09:32.022Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41955/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7f83ec5c454c7a154e9d8e7928ac71a9569d22a2 hack/validate/vendor
20:09:32 [2021-02-01T20:09:32.595Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
20:09:32 [2021-02-01T20:09:32.962Z] No vendor changes in diff.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:09:33 [2021-02-01T20:09:33.563Z] + echo Ensuring container killed.
20:09:33 [2021-02-01T20:09:33.563Z] Ensuring container killed.
20:09:33 [2021-02-01T20:09:33.563Z] + docker rm -vf docker-pr4
20:09:33 [2021-02-01T20:09:33.563Z] Error: No such container: docker-pr4
[Pipeline] sh
20:09:33 [2021-02-01T20:09:33.847Z] + echo Chowning /workspace to jenkins user
20:09:33 [2021-02-01T20:09:33.847Z] Chowning /workspace to jenkins user
20:09:33 [2021-02-01T20:09:33.847Z] + id -u
20:09:33 [2021-02-01T20:09:33.847Z] + id -g
20:09:33 [2021-02-01T20:09:33.847Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41955:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:09:34 [2021-02-01T20:09:34.498Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
20:09:34 [2021-02-01T20:09:34.498Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
20:09:34 [2021-02-01T20:09:34.714Z] + bundleName=unit
20:09:34 [2021-02-01T20:09:34.714Z] + echo Creating unit-bundles.tar.gz
20:09:34 [2021-02-01T20:09:34.714Z] Creating unit-bundles.tar.gz
20:09:34 [2021-02-01T20:09:34.714Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
20:09:34 [2021-02-01T20:09:34.714Z] bundles/junit-report.xml
20:09:34 [2021-02-01T20:09:34.714Z] bundles/go-test-report.json
20:09:34 [2021-02-01T20:09:34.714Z] bundles/profile.out
[Pipeline] archiveArtifacts
20:09:34 [2021-02-01T20:09:34.727Z] Archiving artifacts
20:09:35 [2021-02-01T20:09:35.127Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41955/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:09:35 [2021-02-01T20:09:35.433Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
20:09:35 [2021-02-01T20:09:35.433Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
20:09:35 [2021-02-01T20:09:35.438Z] + make clean
20:09:35 [2021-02-01T20:09:35.438Z] docker volume rm -f docker-dev-cache
20:09:35 [2021-02-01T20:09:35.692Z] === RUN   TestDockerSuite/TestRunNetHost
20:09:35 [2021-02-01T20:09:35.697Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:09:36 [2021-02-01T20:09:36.645Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
20:09:37 [2021-02-01T20:09:37.212Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
20:09:37 [2021-02-01T20:09:37.286Z] --- PASS: TestInfoAPIWarnings (16.32s)
20:09:37 [2021-02-01T20:09:37.286Z] === RUN   TestInfoDebug
20:09:37 [2021-02-01T20:09:37.286Z] --- PASS: TestInfoDebug (0.53s)
20:09:37 [2021-02-01T20:09:37.286Z] === RUN   TestInfoInsecureRegistries
20:09:37 [2021-02-01T20:09:37.286Z] --- PASS: TestInfoInsecureRegistries (0.53s)
20:09:37 [2021-02-01T20:09:37.286Z] === RUN   TestInfoRegistryMirrors
20:09:37 [2021-02-01T20:09:37.286Z] --- PASS: TestInfoRegistryMirrors (0.53s)
20:09:37 [2021-02-01T20:09:37.286Z] === RUN   TestLoginFailsWithBadCredentials
20:09:37 [2021-02-01T20:09:37.286Z] --- PASS: TestLoginFailsWithBadCredentials (0.30s)
20:09:37 [2021-02-01T20:09:37.286Z] === RUN   TestPingCacheHeaders
20:09:37 [2021-02-01T20:09:37.286Z] --- PASS: TestPingCacheHeaders (0.04s)
20:09:37 [2021-02-01T20:09:37.286Z] === RUN   TestPingGet
20:09:37 [2021-02-01T20:09:37.286Z] --- PASS: TestPingGet (0.02s)
20:09:37 [2021-02-01T20:09:37.286Z] === RUN   TestPingHead
20:09:37 [2021-02-01T20:09:37.286Z] --- PASS: TestPingHead (0.03s)
20:09:37 [2021-02-01T20:09:37.286Z] === RUN   TestVersion
20:09:37 [2021-02-01T20:09:37.286Z] --- PASS: TestVersion (0.03s)
20:09:37 [2021-02-01T20:09:37.286Z] PASS
20:09:37 [2021-02-01T20:09:37.286Z] 
20:09:37 [2021-02-01T20:09:37.286Z] === Skipped
20:09:37 [2021-02-01T20:09:37.286Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:09:37 [2021-02-01T20:09:37.286Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:09:37 [2021-02-01T20:09:37.286Z] 
20:09:37 [2021-02-01T20:09:37.286Z] 
20:09:37 [2021-02-01T20:09:37.286Z] DONE 18 tests, 1 skipped in 21.246s
20:09:37 [2021-02-01T20:09:37.286Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m 
20:09:37 [2021-02-01T20:09:37.286Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m
20:09:37 [2021-02-01T20:09:37.286Z] ++ set -e
20:09:37 [2021-02-01T20:09:37.286Z] ++ '[' -n 0 ']'
20:09:37 [2021-02-01T20:09:37.286Z] ++ set -x
20:09:37 [2021-02-01T20:09:37.286Z] ++ 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=ppc64le 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/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m
20:09:37 [2021-02-01T20:09:37.286Z] INFO: Testing against a local daemon
20:09:37 [2021-02-01T20:09:37.286Z] === RUN   TestVolumesCreateAndList
20:09:37 [2021-02-01T20:09:37.286Z] --- PASS: TestVolumesCreateAndList (0.02s)
20:09:37 [2021-02-01T20:09:37.286Z] === RUN   TestVolumesRemove
20:09:37 [2021-02-01T20:09:37.286Z] --- PASS: TestVolumesRemove (0.07s)
20:09:37 [2021-02-01T20:09:37.286Z] === RUN   TestVolumesInspect
20:09:37 [2021-02-01T20:09:37.286Z] --- PASS: TestVolumesInspect (0.02s)
20:09:37 [2021-02-01T20:09:37.286Z] === RUN   TestVolumesInvalidJSON
20:09:37 [2021-02-01T20:09:37.286Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:09:37 [2021-02-01T20:09:37.286Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:09:37 [2021-02-01T20:09:37.286Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:09:37 [2021-02-01T20:09:37.286Z] --- PASS: TestVolumesInvalidJSON (0.02s)
20:09:37 [2021-02-01T20:09:37.286Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:09:37 [2021-02-01T20:09:37.286Z] PASS
20:09:37 [2021-02-01T20:09:37.286Z] 
20:09:37 [2021-02-01T20:09:37.286Z] DONE 5 tests in 0.204s
20:09:37 [2021-02-01T20:09:37.286Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:09:37 [2021-02-01T20:09:37.581Z] ++++ cat bundles/test-integration/docker.pid
20:09:37 [2021-02-01T20:09:37.581Z] +++ kill 14156
20:09:37 [2021-02-01T20:09:37.779Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
20:09:37 [2021-02-01T20:09:37.779Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
20:09:39 [2021-02-01T20:09:39.094Z] +++ /etc/init.d/apparmor stop
20:09:39 [2021-02-01T20:09:39.094Z] Leaving: AppArmorNo profiles have been unloaded.
20:09:39 [2021-02-01T20:09:39.094Z] 
20:09:39 [2021-02-01T20:09:39.094Z] Unloading profiles will leave already running processes permanently
20:09:39 [2021-02-01T20:09:39.094Z] unconfined, which can lead to unexpected situations.
20:09:39 [2021-02-01T20:09:39.094Z] 
20:09:39 [2021-02-01T20:09:39.094Z] To set a process to complain mode, use the command line tool
20:09:39 [2021-02-01T20:09:39.094Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:09:39 [2021-02-01T20:09:39.094Z] +++ true
20:09:39 [2021-02-01T20:09:39.094Z] exiting test-integration
20:09:39 [2021-02-01T20:09:39.094Z] ++ exit 0
20:09:39 [2021-02-01T20:09:39.094Z] 
20:09:39 [2021-02-01T20:09:39.679Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
Post stage
[Pipeline] junit
20:09:40 [2021-02-01T20:09:40.673Z] Recording test results
20:09:40 [2021-02-01T20:09:40.994Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:09:41 [2021-02-01T20:09:41.426Z] + echo Ensuring container killed.
20:09:41 [2021-02-01T20:09:41.426Z] Ensuring container killed.
20:09:41 [2021-02-01T20:09:41.426Z] + docker rm -vf docker-pr4
20:09:41 [2021-02-01T20:09:41.426Z] Error: No such container: docker-pr4
20:09:41 [2021-02-01T20:09:41.426Z] + true
[Pipeline] sh
20:09:41 [2021-02-01T20:09:41.580Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
20:09:41 [2021-02-01T20:09:41.823Z] + echo Chowning /workspace to jenkins user
20:09:41 [2021-02-01T20:09:41.823Z] Chowning /workspace to jenkins user
20:09:41 [2021-02-01T20:09:41.823Z] + id -u
20:09:41 [2021-02-01T20:09:41.823Z] + id -g
20:09:41 [2021-02-01T20:09:41.823Z] + docker run --rm -v /home/docker/workspace/moby_PR-41955:/workspace busybox chown -R 1001:1001 /workspace
20:09:42 [2021-02-01T20:09:42.515Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:09:44 [2021-02-01T20:09:44.314Z] + bundleName=ppc64le-integration
20:09:44 [2021-02-01T20:09:44.314Z] + echo Creating ppc64le-integration-bundles.tar.gz
20:09:44 [2021-02-01T20:09:44.314Z] Creating ppc64le-integration-bundles.tar.gz
20:09:44 [2021-02-01T20:09:44.314Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
20:09:44 [2021-02-01T20:09:44.314Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
20:09:44 [2021-02-01T20:09:44.359Z] Archiving artifacts
20:09:44 [2021-02-01T20:09:44.768Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41955/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:09:45 [2021-02-01T20:09:45.154Z] + make clean
20:09:45 [2021-02-01T20:09:45.444Z] make: command: Command not found
20:09:45 [2021-02-01T20:09:45.444Z] make: command: Command not found
20:09:45 [2021-02-01T20:09:45.444Z] docker volume rm -f docker-dev-cache
20:09:45 [2021-02-01T20:09:45.444Z] docker-dev-cache
[Pipeline] deleteDir
20:09:45 [2021-02-01T20:09:45.800Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
20:09:46 [2021-02-01T20:09:46.059Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
20:09:46 [2021-02-01T20:09:46.059Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
20:09:46 [2021-02-01T20:09:46.994Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
20:09:47 [2021-02-01T20:09:47.253Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
20:09:47 [2021-02-01T20:09:47.254Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
20:09:47 [2021-02-01T20:09:47.821Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
20:09:48 [2021-02-01T20:09:48.388Z] === RUN   TestDockerSuite/TestRunNonExistingImage
20:09:48 [2021-02-01T20:09:48.388Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
20:09:48 [2021-02-01T20:09:48.955Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:09:55 [2021-02-01T20:09:55.514Z] === RUN   TestDockerSuite/TestRunOOMExitCode
20:09:55 [2021-02-01T20:09:55.514Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
20:09:55 [2021-02-01T20:09:55.514Z] === RUN   TestDockerSuite/TestRunPIDsLimit
20:09:55 [2021-02-01T20:09:55.772Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
20:09:57 [2021-02-01T20:09:57.147Z] === RUN   TestDockerSuite/TestRunPortInUse
20:09:57 [2021-02-01T20:09:57.713Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
20:09:58 [2021-02-01T20:09:58.280Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
20:09:58 [2021-02-01T20:09:58.847Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
20:09:59 [2021-02-01T20:09:59.413Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
20:09:59 [2021-02-01T20:09:59.980Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
20:10:00 [2021-02-01T20:10:00.550Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
20:10:00 [2021-02-01T20:10:00.550Z] === RUN   TestDockerSuite/TestRunPublishPort
20:10:01 [2021-02-01T20:10:01.116Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
20:10:01 [2021-02-01T20:10:01.375Z] === RUN   TestDockerSuite/TestRunReadProcLatency
20:10:01 [2021-02-01T20:10:01.375Z] === RUN   TestDockerSuite/TestRunReadProcTimer
20:10:01 [2021-02-01T20:10:01.941Z] === RUN   TestDockerSuite/TestRunRedirectStdout
20:10:03 [2021-02-01T20:10:03.316Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
20:10:03 [2021-02-01T20:10:03.316Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
20:10:05 [2021-02-01T20:10:05.235Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
20:10:06 [2021-02-01T20:10:06.610Z] === RUN   TestDockerSuite/TestRunRm
20:10:06 [2021-02-01T20:10:06.868Z] === RUN   TestDockerSuite/TestRunRmAndWait
20:10:11 [2021-02-01T20:10:11.054Z] === RUN   TestDockerSuite/TestRunRmPre125Api
20:10:11 [2021-02-01T20:10:11.312Z] === RUN   TestDockerSuite/TestRunRootWorkdir
20:10:11 [2021-02-01T20:10:11.879Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
20:10:12 [2021-02-01T20:10:12.137Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
20:10:13 [2021-02-01T20:10:13.514Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
20:10:13 [2021-02-01T20:10:13.773Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
20:10:17 [2021-02-01T20:10:17.056Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
20:10:21 [2021-02-01T20:10:21.243Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
20:10:21 [2021-02-01T20:10:21.501Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
20:10:21 [2021-02-01T20:10:21.501Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
20:10:22 [2021-02-01T20:10:22.067Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
20:10:22 [2021-02-01T20:10:22.634Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
20:10:23 [2021-02-01T20:10:23.200Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
20:10:23 [2021-02-01T20:10:23.767Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
20:10:24 [2021-02-01T20:10:24.333Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
20:10:25 [2021-02-01T20:10:25.268Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
20:10:25 [2021-02-01T20:10:25.268Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
20:10:25 [2021-02-01T20:10:25.835Z] === RUN   TestDockerSuite/TestRunSetMacAddress
20:10:26 [2021-02-01T20:10:26.401Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
20:10:28 [2021-02-01T20:10:28.933Z] === RUN   TestDockerSuite/TestRunState
20:10:29 [2021-02-01T20:10:29.869Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
20:10:30 [2021-02-01T20:10:30.446Z] === RUN   TestDockerSuite/TestRunStdinPipe
20:10:30 [2021-02-01T20:10:30.711Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
20:10:30 [2021-02-01T20:10:30.969Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
20:10:30 [2021-02-01T20:10:30.969Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
20:10:31 [2021-02-01T20:10:31.535Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
20:10:32 [2021-02-01T20:10:32.101Z] === RUN   TestDockerSuite/TestRunSysctls
20:10:33 [2021-02-01T20:10:33.037Z] === RUN   TestDockerSuite/TestRunTLSVerify
20:10:33 [2021-02-01T20:10:33.037Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
20:10:33 [2021-02-01T20:10:33.037Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
20:10:33 [2021-02-01T20:10:33.604Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
20:10:35 [2021-02-01T20:10:35.506Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
20:10:35 [2021-02-01T20:10:35.765Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
20:10:37 [2021-02-01T20:10:37.140Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
20:10:38 [2021-02-01T20:10:38.074Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
20:10:40 [2021-02-01T20:10:40.604Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
20:10:41 [2021-02-01T20:10:41.170Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
20:10:43 [2021-02-01T20:10:43.703Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
20:10:44 [2021-02-01T20:10:44.636Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
20:10:44 [2021-02-01T20:10:44.636Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
20:10:45 [2021-02-01T20:10:45.230Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
20:10:45 [2021-02-01T20:10:45.488Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
20:10:47 [2021-02-01T20:10:47.390Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
20:10:47 [2021-02-01T20:10:47.390Z] === RUN   TestDockerSuite/TestRunUnshareProc
20:10:48 [2021-02-01T20:10:48.765Z] === RUN   TestDockerSuite/TestRunUserByID
20:10:49 [2021-02-01T20:10:49.332Z] === RUN   TestDockerSuite/TestRunUserByIDBig
20:10:49 [2021-02-01T20:10:49.590Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
20:10:49 [2021-02-01T20:10:49.848Z] === RUN   TestDockerSuite/TestRunUserByIDZero
20:10:50 [2021-02-01T20:10:50.414Z] === RUN   TestDockerSuite/TestRunUserByName
20:10:50 [2021-02-01T20:10:50.674Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
20:10:51 [2021-02-01T20:10:51.240Z] === RUN   TestDockerSuite/TestRunUserDefaults
20:10:51 [2021-02-01T20:10:51.807Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
20:10:51 [2021-02-01T20:10:51.807Z] === RUN   TestDockerSuite/TestRunUserNotFound
20:10:51 [2021-02-01T20:10:51.807Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
20:10:52 [2021-02-01T20:10:52.373Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
20:10:54 [2021-02-01T20:10:54.274Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
20:10:56 [2021-02-01T20:10:56.176Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
20:10:57 [2021-02-01T20:10:57.112Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
20:10:57 [2021-02-01T20:10:57.112Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
20:10:57 [2021-02-01T20:10:57.678Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
20:10:59 [2021-02-01T20:10:59.579Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
20:11:00 [2021-02-01T20:11:00.146Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
20:11:01 [2021-02-01T20:11:01.080Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
20:11:02 [2021-02-01T20:11:02.988Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
20:11:03 [2021-02-01T20:11:03.558Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
20:11:04 [2021-02-01T20:11:04.933Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
20:11:05 [2021-02-01T20:11:05.500Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
20:11:05 [2021-02-01T20:11:05.500Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
20:11:05 [2021-02-01T20:11:05.500Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
20:11:05 [2021-02-01T20:11:05.500Z] === RUN   TestDockerSuite/TestRunWithBadDevice
20:11:05 [2021-02-01T20:11:05.759Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
20:11:05 [2021-02-01T20:11:05.759Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
20:11:06 [2021-02-01T20:11:06.695Z] === RUN   TestDockerSuite/TestRunWithCPUShares
20:11:06 [2021-02-01T20:11:06.953Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
20:11:08 [2021-02-01T20:11:08.327Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
20:11:08 [2021-02-01T20:11:08.585Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
20:11:09 [2021-02-01T20:11:09.519Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
20:11:09 [2021-02-01T20:11:09.519Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
20:11:09 [2021-02-01T20:11:09.777Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
20:11:10 [2021-02-01T20:11:10.035Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
20:11:10 [2021-02-01T20:11:10.035Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
20:11:10 [2021-02-01T20:11:10.035Z] === RUN   TestDockerSuite/TestRunWithInvalidKernelMemory
20:11:10 [2021-02-01T20:11:10.294Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
20:11:10 [2021-02-01T20:11:10.294Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
20:11:10 [2021-02-01T20:11:10.294Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
20:11:10 [2021-02-01T20:11:10.294Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
20:11:10 [2021-02-01T20:11:10.294Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
20:11:10 [2021-02-01T20:11:10.294Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
20:11:10 [2021-02-01T20:11:10.294Z] === RUN   TestDockerSuite/TestRunWithKernelMemory
20:11:10 [2021-02-01T20:11:10.860Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
20:11:11 [2021-02-01T20:11:11.427Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
20:11:11 [2021-02-01T20:11:11.994Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
20:11:11 [2021-02-01T20:11:11.994Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
20:11:12 [2021-02-01T20:11:12.561Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
20:11:12 [2021-02-01T20:11:12.819Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
20:11:13 [2021-02-01T20:11:13.385Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
20:11:13 [2021-02-01T20:11:13.385Z] === RUN   TestDockerSuite/TestRunWithShmSize
20:11:13 [2021-02-01T20:11:13.951Z] === RUN   TestDockerSuite/TestRunWithSwappiness
20:11:14 [2021-02-01T20:11:14.516Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
20:11:14 [2021-02-01T20:11:14.516Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
20:11:14 [2021-02-01T20:11:14.516Z] === RUN   TestDockerSuite/TestRunWithUlimits
20:11:15 [2021-02-01T20:11:15.450Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
20:11:15 [2021-02-01T20:11:15.450Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
20:11:16 [2021-02-01T20:11:16.385Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
20:11:16 [2021-02-01T20:11:16.953Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
20:11:16 [2021-02-01T20:11:16.953Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
20:11:17 [2021-02-01T20:11:17.519Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
20:11:17 [2021-02-01T20:11:17.519Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
20:11:18 [2021-02-01T20:11:18.897Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
20:11:19 [2021-02-01T20:11:19.155Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
20:11:21 [2021-02-01T20:11:21.055Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
20:11:21 [2021-02-01T20:11:21.314Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
20:11:21 [2021-02-01T20:11:21.314Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
20:11:21 [2021-02-01T20:11:21.314Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
20:11:22 [2021-02-01T20:11:22.248Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
20:11:22 [2021-02-01T20:11:22.815Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
20:11:23 [2021-02-01T20:11:23.750Z] === RUN   TestDockerSuite/TestSaveCheckTimes
20:11:23 [2021-02-01T20:11:23.750Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
20:11:25 [2021-02-01T20:11:25.125Z] === RUN   TestDockerSuite/TestSaveImageId
20:11:25 [2021-02-01T20:11:25.125Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
20:11:25 [2021-02-01T20:11:25.383Z] === RUN   TestDockerSuite/TestSaveLoadParents
20:11:26 [2021-02-01T20:11:26.759Z] === RUN   TestDockerSuite/TestSaveMultipleNames
20:11:26 [2021-02-01T20:11:26.759Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
20:11:28 [2021-02-01T20:11:28.134Z] === RUN   TestDockerSuite/TestSaveSingleTag
20:11:28 [2021-02-01T20:11:28.134Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
20:11:28 [2021-02-01T20:11:28.134Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
20:11:28 [2021-02-01T20:11:28.700Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
20:11:29 [2021-02-01T20:11:29.634Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
20:11:31 [2021-02-01T20:11:31.009Z] === RUN   TestDockerSuite/TestSearchCmdOptions
20:11:31 [2021-02-01T20:11:31.267Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
20:11:31 [2021-02-01T20:11:31.267Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
20:11:31 [2021-02-01T20:11:31.267Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
20:11:31 [2021-02-01T20:11:31.525Z] === RUN   TestDockerSuite/TestSearchWithLimit
20:11:31 [2021-02-01T20:11:31.525Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
20:11:31 [2021-02-01T20:11:31.784Z] === RUN   TestDockerSuite/TestSlowStdinClosing
20:11:34 [2021-02-01T20:11:34.314Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
20:11:35 [2021-02-01T20:11:35.249Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
20:11:38 [2021-02-01T20:11:38.533Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
20:11:39 [2021-02-01T20:11:39.099Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
20:11:41 [2021-02-01T20:11:41.630Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
20:11:42 [2021-02-01T20:11:42.196Z] === RUN   TestDockerSuite/TestStartAttachSilent
20:11:43 [2021-02-01T20:11:43.130Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
20:11:43 [2021-02-01T20:11:43.389Z] === RUN   TestDockerSuite/TestStartAttachWithRename
20:11:46 [2021-02-01T20:11:46.672Z] === RUN   TestDockerSuite/TestStartMultipleContainers
20:11:46 [2021-02-01T20:11:46.672Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
20:11:48 [2021-02-01T20:11:48.573Z] === RUN   TestDockerSuite/TestStartPausedContainer
20:11:48 [2021-02-01T20:11:48.831Z] === RUN   TestDockerSuite/TestStartRecordError
20:11:50 [2021-02-01T20:11:50.208Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
20:11:52 [2021-02-01T20:11:52.109Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
20:11:53 [2021-02-01T20:11:53.484Z] === RUN   TestDockerSuite/TestStatsAllNoStream
20:11:56 [2021-02-01T20:11:56.013Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
20:11:59 [2021-02-01T20:11:59.295Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
20:12:00 [2021-02-01T20:12:00.229Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
20:12:03 [2021-02-01T20:12:03.512Z] === RUN   TestDockerSuite/TestStatsFormatAll
20:12:08 [2021-02-01T20:12:08.776Z] === RUN   TestDockerSuite/TestStatsNoStream
20:12:10 [2021-02-01T20:12:10.676Z] === RUN   TestDockerSuite/TestStopContainerSignal
20:12:11 [2021-02-01T20:12:11.610Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
20:12:12 [2021-02-01T20:12:12.177Z] === RUN   TestDockerSuite/TestTopMultipleArgs
20:12:12 [2021-02-01T20:12:12.743Z] === RUN   TestDockerSuite/TestTopNonPrivileged
20:12:13 [2021-02-01T20:12:13.310Z] === RUN   TestDockerSuite/TestTopPrivileged
20:12:14 [2021-02-01T20:12:14.246Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
20:12:14 [2021-02-01T20:12:14.246Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
20:12:14 [2021-02-01T20:12:14.504Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
20:12:17 [2021-02-01T20:12:17.787Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
20:12:21 [2021-02-01T20:12:21.068Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
20:12:21 [2021-02-01T20:12:21.068Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
20:12:21 [2021-02-01T20:12:21.635Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
20:12:21 [2021-02-01T20:12:21.635Z] === RUN   TestDockerSuite/TestUpdateKernelMemory
20:12:22 [2021-02-01T20:12:22.201Z] === RUN   TestDockerSuite/TestUpdateKernelMemoryUninitialized
20:12:23 [2021-02-01T20:12:23.576Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
20:12:23 [2021-02-01T20:12:23.576Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
20:12:24 [2021-02-01T20:12:24.951Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
20:12:25 [2021-02-01T20:12:25.209Z] === RUN   TestDockerSwarmSuite/TestServiceScale
20:12:25 [2021-02-01T20:12:25.775Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
20:12:26 [2021-02-01T20:12:26.342Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
20:12:27 [2021-02-01T20:12:27.717Z] === RUN   TestDockerSuite/TestUpdateStats
20:12:27 [2021-02-01T20:12:27.975Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
20:12:32 [2021-02-01T20:12:32.161Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
20:12:32 [2021-02-01T20:12:32.419Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
20:12:32 [2021-02-01T20:12:32.419Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
20:12:33 [2021-02-01T20:12:33.363Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
20:12:33 [2021-02-01T20:12:33.930Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
20:12:37 [2021-02-01T20:12:37.214Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
20:12:39 [2021-02-01T20:12:39.745Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
20:12:42 [2021-02-01T20:12:42.275Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
20:12:43 [2021-02-01T20:12:43.650Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
20:12:46 [2021-02-01T20:12:46.933Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
20:12:46 [2021-02-01T20:12:46.933Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
20:12:49 [2021-02-01T20:12:49.464Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
20:12:50 [2021-02-01T20:12:50.399Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
20:12:52 [2021-02-01T20:12:52.930Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
20:12:52 [2021-02-01T20:12:52.930Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
20:12:54 [2021-02-01T20:12:54.305Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
20:12:55 [2021-02-01T20:12:55.681Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
20:12:56 [2021-02-01T20:12:56.615Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
20:12:58 [2021-02-01T20:12:58.516Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
20:12:59 [2021-02-01T20:12:59.891Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
20:13:01 [2021-02-01T20:13:01.792Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
20:13:03 [2021-02-01T20:13:03.168Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
20:13:05 [2021-02-01T20:13:05.070Z] === RUN   TestDockerSuite/TestVolumeCLICreate
20:13:17 [2021-02-01T20:13:17.265Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
20:13:19 [2021-02-01T20:13:19.796Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
20:13:19 [2021-02-01T20:13:19.796Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
20:13:19 [2021-02-01T20:13:19.796Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
20:13:20 [2021-02-01T20:13:20.362Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
20:13:20 [2021-02-01T20:13:20.362Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
20:13:20 [2021-02-01T20:13:20.621Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
20:13:20 [2021-02-01T20:13:20.621Z] === RUN   TestDockerSuite/TestVolumeCLILs
20:13:21 [2021-02-01T20:13:21.187Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
20:13:21 [2021-02-01T20:13:21.188Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
20:13:21 [2021-02-01T20:13:21.754Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
20:13:22 [2021-02-01T20:13:22.012Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
20:13:22 [2021-02-01T20:13:22.012Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
20:13:22 [2021-02-01T20:13:22.012Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
20:13:22 [2021-02-01T20:13:22.012Z] === RUN   TestDockerSuite/TestVolumeCLIRm
20:13:23 [2021-02-01T20:13:23.914Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
20:13:23 [2021-02-01T20:13:23.914Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
20:13:23 [2021-02-01T20:13:23.914Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
20:13:23 [2021-02-01T20:13:23.914Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
20:13:23 [2021-02-01T20:13:23.914Z] === RUN   TestDockerSuite/TestVolumeEvents
20:13:24 [2021-02-01T20:13:24.849Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
20:13:25 [2021-02-01T20:13:25.107Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
20:13:26 [2021-02-01T20:13:26.483Z] === RUN   TestDockerSuite/TestVolumeLsFormat
20:13:26 [2021-02-01T20:13:26.483Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
20:13:26 [2021-02-01T20:13:26.483Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
20:13:28 [2021-02-01T20:13:28.385Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
20:13:29 [2021-02-01T20:13:29.320Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
20:13:32 [2021-02-01T20:13:32.605Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
20:13:32 [2021-02-01T20:13:32.605Z] --- PASS: TestDockerSuite (1282.10s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (8.17s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.07s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.26s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.39s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.14s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.00s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.02s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.51s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.27s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.79s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.24s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.69s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.07s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.20s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.87s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.58s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.52s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.57s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.59s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (1.70s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.57s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAttachDetach (0.77s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.75s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.74s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.73s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.67s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (0.94s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.52s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.92s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.94s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.79s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.44s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (14.76s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.49s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.33s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.18s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.59s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.68s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (1.96s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.63s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.34s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.44s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.28s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.99s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (0.85s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.45s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.71s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.52s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.92s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.03s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddScript (3.06s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.01s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.13s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.18s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.21s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddTar (6.46s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (0.83s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (0.83s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.38s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.25s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.22s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.47s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.51s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.94s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.62s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.53s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.84s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (0.75s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.65s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.13s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (1.79s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.00s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.25s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.75s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.11s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.39s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.06s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.01s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.42s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.46s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (4.15s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (0.94s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.41s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.78s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.22s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.25s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.53s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.34s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.21s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.21s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.22s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
20:13:32 [2021-02-01T20:13:32.605Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.82s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.56s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (0.54s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.98s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.21s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.66s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.35s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.28s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.78s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.47s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.32s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.35s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.05s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.29s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
20:13:32 [2021-02-01T20:13:32.605Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.605Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
20:13:32 [2021-02-01T20:13:32.605Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.605Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
20:13:32 [2021-02-01T20:13:32.605Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.605Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s)
20:13:32 [2021-02-01T20:13:32.605Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.80s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.87s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.58s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.26s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.10s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.78s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.33s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.84s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.50s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.33s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.02s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.86s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (0.74s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.75s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (9.14s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (0.81s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.23s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (8.60s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.51s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.02s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (3.21s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.58s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.51s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (4.30s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.48s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.48s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (11.42s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.09s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (3.41s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.20s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.24s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.43s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.08s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.18s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.21s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.69s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (0.98s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.18s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.07s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.00s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.78s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (4.96s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (15.87s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.18s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.20s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.53s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.33s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.37s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (0.93s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s)
20:13:32 [2021-02-01T20:13:32.605Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.22s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (7.51s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.22s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.38s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.32s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.22s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildFails (1.00s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.65s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.62s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.35s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.04s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.27s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.75s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.35s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.57s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.20s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.46s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.59s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.03s)
20:13:32 [2021-02-01T20:13:32.605Z]     --- PASS: TestDockerSuite/TestBuildHistory (2.88s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.32s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.64s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.41s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.37s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.70s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.30s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.28s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.31s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.21s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.31s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (0.75s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.89s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildLastModified (4.11s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (2.63s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.19s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.97s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.05s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.37s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.28s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.37s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (8.33s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.72s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.84s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.11s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.79s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.29s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.44s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.21s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.48s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.54s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildNoContext (0.88s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.81s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.35s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.29s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.27s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.45s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.42s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.39s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.15s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.12s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.52s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.03s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.93s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.28s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.33s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildPATH (1.46s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.67s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.68s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.62s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.97s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.84s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildRm (2.52s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.78s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.86s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.30s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.39s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.05s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.80s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (0.79s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (3.48s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.22s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.28s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.69s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.87s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.10s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (0.72s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.76s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.33s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.68s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.00s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildUser (1.33s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.41s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.71s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.64s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.19s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.74s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.78s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.11s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.606Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.606Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.606Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.41s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.61s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.70s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.01s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.28s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.68s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.28s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.41s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.56s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestBuildXZHost (1.48s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]         docker_cli_sni_test.go:18: Flakey test
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.53s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.67s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCommitChange (0.78s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.77s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.24s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCommitNewFile (1.25s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.73s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.45s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.64s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.56s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.74s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.19s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.34s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.61s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.74s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.56s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.69s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.64s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.69s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.06s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.65s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.73s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.56s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.43s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.71s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.55s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.63s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.70s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.62s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.57s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.75s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.03s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.85s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.19s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.83s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.55s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.24s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.55s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.67s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
20:13:32 [2021-02-01T20:13:32.606Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.67s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.75s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (0.91s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.73s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.60s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.30s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.22s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.96s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.38s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.75s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.60s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (2.00s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000ba0740_<nil>} (1.58s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1436857621_/foo_false__<nil>_<nil>_<nil>} (1.34s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1436857621_/foo_true__<nil>_<nil>_<nil>} (1.46s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3215984496_/foo_false__<nil>_<nil>_<nil>} (1.84s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3215984496_/foo_true__<nil>_<nil>_<nil>} (1.34s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3215984496_/foo_true__0xc000ba07a0_<nil>_<nil>} (1.34s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000ba07e0_<nil>} (1.33s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000ba0860_<nil>} (1.33s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000ba0880_<nil>} (1.38s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000ba08a0_<nil>} (1.39s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.16s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.25s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s)
20:13:32 [2021-02-01T20:13:32.606Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.47s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.05s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.13s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.07s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.11s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.91s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.66s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.62s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.57s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.59s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.62s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.68s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (0.65s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.60s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.66s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.65s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.86s)
20:13:32 [2021-02-01T20:13:32.606Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.70s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.93s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.93s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.69s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.59s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.62s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (1.18s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.69s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.68s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.32s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.98s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToCaseC (2.30s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToCaseD (4.06s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToCaseE (2.71s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.71s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToCaseG (3.88s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.97s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.76s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (4.03s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.89s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToDot (0.62s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.35s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.60s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.84s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.65s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.19s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.75s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCpVolumePath (0.98s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.06s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.48s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (1.08s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
20:13:32 [2021-02-01T20:13:32.607Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.10s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.23s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.05s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateRM (0.11s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
20:13:32 [2021-02-01T20:13:32.607Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.10s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.59s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.10s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.13s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.64s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.26s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.69s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.11s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.12s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.52s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.53s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.52s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDockerFails (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.88s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.57s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.12s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.21s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.70s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.86s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.77s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.39s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.78s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.60s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.72s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.49s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.53s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.56s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.74s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.16s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.98s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.31s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsCopy (0.84s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.08s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.69s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.27s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (0.98s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.86s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.24s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.27s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.20s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsFilters (1.09s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.07s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.51s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.18s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.24s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.23s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
20:13:32 [2021-02-01T20:13:32.607Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
20:13:32 [2021-02-01T20:13:32.607Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
20:13:32 [2021-02-01T20:13:32.607Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (1.34s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.92s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsRename (0.62s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsResize (0.61s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.65s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.66s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.49s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.72s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsTop (0.62s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.56s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (0.89s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExec (0.65s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.63s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.51s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.56s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.19s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.64s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.80s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.72s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.67s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.63s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.78s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.30s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecCgroup (0.92s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecEnv (0.66s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.27s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.82s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecInspectID (1.76s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.60s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.63s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.65s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecParseError (0.57s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.57s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.59s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.09s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.76s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.63s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (10.85s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.53s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecTTY (0.61s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.65s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.57s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.62s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
20:13:32 [2021-02-01T20:13:32.607Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.49s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.81s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.98s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.67s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.72s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.56s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.55s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.62s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.57s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.57s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestHealth (19.16s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.63s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.56s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.30s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.59s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.62s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.66s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.05s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.54s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.61s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.02s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.05s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImportFile (1.25s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.21s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.34s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.69s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.84s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.57s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.57s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.58s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.52s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.50s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.55s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.52s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.49s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.27s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.54s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.52s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.50s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
20:13:32 [2021-02-01T20:13:32.607Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.76s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.57s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.53s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.64s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectImage (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
20:13:32 [2021-02-01T20:13:32.607Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.59s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.53s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.53s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.55s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.30s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.01s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.75s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.71s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.12s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.55s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.58s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.53s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.51s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.50s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.54s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.36s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.15s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestLinksEnvs (1.09s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.20s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.26s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.62s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.54s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.61s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s)
20:13:32 [2021-02-01T20:13:32.607Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.57s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.34s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.75s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.29s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.60s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.79s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.28s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.76s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.53s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.56s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.60s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.54s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.53s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.82s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.81s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.81s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.95s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.75s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.44s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.56s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.54s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsSince (6.69s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.57s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.62s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsTail (0.74s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.81s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.83s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.42s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.76s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestNetHostname (1.44s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.21s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestNetworkEvents (0.71s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.46s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.51s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPluginActive (1.48s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (3.70s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
20:13:32 [2021-02-01T20:13:32.608Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.62s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (2.51s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.26s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.92s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (3.89s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.50s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.87s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPortHostBinding (0.99s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPortList (7.36s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.49s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (6.40s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.58s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.53s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.49s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.03s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (2.19s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.15s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.76s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsByOrder (3.00s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.92s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.46s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.84s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.59s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.77s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.12s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.76s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.14s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.96s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.78s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.69s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.01s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.61s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsRightTagName (1.62s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPsShowMounts (1.83s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.80s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
20:13:32 [2021-02-01T20:13:32.608Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.20s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.58s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.17s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.14s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.61s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.50s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.87s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.23s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.13s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.06s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.25s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (1.08s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.01s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.07s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.63s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.74s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.21s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.44s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.72s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.17s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (1.36s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRmiTag (0.15s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.71s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.90s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.54s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.61s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.27s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.14s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.53s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.20s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.58s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.51s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.14s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.53s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.68s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.67s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.22s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.08s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (1.12s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.23s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.66s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.56s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.65s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.74s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.90s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.54s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.53s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.53s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.61s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.73s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.53s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.58s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.54s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.53s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.68s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (1.09s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.60s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.71s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.63s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.12s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.60s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.59s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.52s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.50s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.07s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.02s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.32s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.84s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.94s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.53s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.53s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.50s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.16s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.25s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.51s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.84s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.38s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.01s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.88s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
20:13:32 [2021-02-01T20:13:32.608Z]         docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.608Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
20:13:32 [2021-02-01T20:13:32.608Z]         docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.51s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.19s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.00s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.75s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.63s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.20s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.56s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
20:13:32 [2021-02-01T20:13:32.608Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.50s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.15s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.55s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.50s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.65s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.58s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.52s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.58s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.77s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.77s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.53s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.52s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.51s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.55s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.01s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.50s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.49s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.05s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.21s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
20:13:32 [2021-02-01T20:13:32.608Z]         docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.29s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.53s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.07s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.26s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.13s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.51s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.29s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.07s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.11s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.66s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.38s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.31s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.76s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.18s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (1.35s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.08s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.13s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunModePIDHost (1.00s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (1.69s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunMount (5.46s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.54s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.57s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.26s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.02s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.93s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.90s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.74s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.62s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.12s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.38s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNetHost (0.88s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.78s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.43s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.68s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.25s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.92s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.43s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.97s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.12s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.52s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.55s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.55s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.73s)
20:13:32 [2021-02-01T20:13:32.608Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
20:13:32 [2021-02-01T20:13:32.608Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
20:13:32 [2021-02-01T20:13:32.608Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.57s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.59s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.17s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.71s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.55s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n"
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.52s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.52s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.54s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.60s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.53s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.51s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.54s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.02s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.26s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.01s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunRm (0.50s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.57s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.83s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.75s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.29s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.57s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.35s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.44s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.90s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.51s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.56s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.50s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.59s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.62s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.88s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.57s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.49s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.43s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunState (1.11s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.53s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.54s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.47s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.49s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.06s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.49s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.81s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.51s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.27s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.13s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.36s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.88s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.55s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.54s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.83s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.20s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.60s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.27s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.25s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.75s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.59s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.54s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.53s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.70s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.86s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.77s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.98s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.29s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.95s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.11s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.61s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.23s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.67s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.56s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.13s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.50s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.72s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.69s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.57s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.54s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.61s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.59s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.15s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.55s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.53s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.58s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.80s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.14s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.63s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.51s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.01s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.51s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.59s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.54s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.77s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.73s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.82s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.31s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.06s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.36s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.28s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents273011501
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.20s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.63s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.27s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.34s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.44s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (2.11s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.09s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.11s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.88s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (1.45s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.72s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (2.00s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.70s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.26s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.81s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.27s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.62s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.17s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.81s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.59s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.55s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.61s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.63s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.86s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.47s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.91s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.94s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.51s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.52s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.63s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.25s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.45s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.83s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.70s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.44s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.70s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.02s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.76s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.67s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.95s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.76s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.38s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.74s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (3.29s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.40s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.04s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.70s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.27s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.15s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.78s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.62s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.54s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.63s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.57s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.05s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.55s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.56s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.69s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.64s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeEvents (0.77s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.72s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.59s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.03s)
20:13:32 [2021-02-01T20:13:32.609Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
20:13:32 [2021-02-01T20:13:32.609Z]         docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
20:13:32 [2021-02-01T20:13:32.609Z] === RUN   TestDockerRegistrySuite
20:13:32 [2021-02-01T20:13:32.609Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
20:13:33 [2021-02-01T20:13:33.557Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
20:13:34 [2021-02-01T20:13:34.494Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
20:13:35 [2021-02-01T20:13:35.869Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
20:13:35 [2021-02-01T20:13:35.869Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
20:13:39 [2021-02-01T20:13:39.153Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
20:13:44 [2021-02-01T20:13:44.417Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
20:13:44 [2021-02-01T20:13:44.675Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
20:13:47 [2021-02-01T20:13:47.962Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
20:13:49 [2021-02-01T20:13:49.336Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
20:13:50 [2021-02-01T20:13:50.271Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
20:13:51 [2021-02-01T20:13:51.205Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
20:13:52 [2021-02-01T20:13:52.580Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
20:13:53 [2021-02-01T20:13:53.522Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
20:13:54 [2021-02-01T20:13:54.457Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
20:13:55 [2021-02-01T20:13:55.391Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
20:13:57 [2021-02-01T20:13:57.292Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
20:13:59 [2021-02-01T20:13:59.195Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
20:14:00 [2021-02-01T20:14:00.130Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
20:14:02 [2021-02-01T20:14:02.660Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
20:14:03 [2021-02-01T20:14:03.227Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
20:14:03 [2021-02-01T20:14:03.485Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
20:14:03 [2021-02-01T20:14:03.485Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
20:14:04 [2021-02-01T20:14:04.861Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
20:14:05 [2021-02-01T20:14:05.796Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
20:14:06 [2021-02-01T20:14:06.731Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
20:14:09 [2021-02-01T20:14:09.261Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
20:14:09 [2021-02-01T20:14:09.261Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
20:14:10 [2021-02-01T20:14:10.637Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
20:14:10 [2021-02-01T20:14:10.899Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
20:14:10 [2021-02-01T20:14:10.899Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
20:14:11 [2021-02-01T20:14:11.157Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
20:14:11 [2021-02-01T20:14:11.416Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
20:14:11 [2021-02-01T20:14:11.416Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
20:14:11 [2021-02-01T20:14:11.674Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
20:14:11 [2021-02-01T20:14:11.932Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
20:14:12 [2021-02-01T20:14:12.867Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
20:14:14 [2021-02-01T20:14:14.768Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
20:14:15 [2021-02-01T20:14:15.702Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
20:14:16 [2021-02-01T20:14:16.637Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
20:14:17 [2021-02-01T20:14:17.572Z] === RUN   TestDockerRegistrySuite/TestV2Only
20:14:18 [2021-02-01T20:14:18.138Z] --- PASS: TestDockerRegistrySuite (46.03s)
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.18s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d11710fa8bf07] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.07s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d9090d77e388f] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.34s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d92dcb406384c] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.13s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [da945885e80bb] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.87s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d38e74e708d30] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.01s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [ddf54f0205a54] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.23s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [db7767129d852] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.18s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d9a3067ab69fb] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.96s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [dd8d05677f20c] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.05s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [dd7611b4ff6f0] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.15s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d92b51adb9014] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.06s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d2c04c5ecb113] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.97s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d9b450d567b72] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.97s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d6aaab71fcba3] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.91s)
20:14:18 [2021-02-01T20:14:18.138Z]         docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:72f3dd7a386275a3b698113b2905d68aeb7de4830643dcea371db1cfdd12805e
20:14:18 [2021-02-01T20:14:18.138Z]         docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:14c7702c9bbc5039a2c7447078b509c1309b4ebfe64ba3dea4bfdb9060ad3a3c
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [da51b5f57b4b8] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.91s)
20:14:18 [2021-02-01T20:14:18.138Z]         docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3c9580255b3c9584088b785d1f50ad2e31645e2d3bdc4e3bdabec3a6a7fc3179
20:14:18 [2021-02-01T20:14:18.138Z]         docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a55227de79eb5b3857b83329c5b1b35507859656e5ca87d13122e1eb4b1f901c
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d7867ab2f2bac] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.03s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d8716df13af4e] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.26s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d5989043a21de] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.96s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d83c5cec525e7] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d3715fe294f2d] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.09s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [da44e86011983] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.13s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d5ce1628b95c9] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.89s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d1e6aecd8c8e4] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.35s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [dd8ebdf671e20] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d3d1da81b0e70] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.04s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [dc055e4d720ba] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.38s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [dc0c8c92b25f5] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [dcd3abeb8bc08] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [dc2ea53531777] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [dec0d7f86e705] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d218d3d0aecf3] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d01a2273377f8] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.12s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [dc586ea272ace] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.59s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d5741a41293e9] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.92s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [d3e6435c8d93a] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.02s)
20:14:18 [2021-02-01T20:14:18.138Z]         check_test.go:196: [dc687826b4917] daemon is not started
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.91s)
20:14:18 [2021-02-01T20:14:18.138Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s)
20:14:18 [2021-02-01T20:14:18.138Z] === RUN   TestDockerSchema1RegistrySuite
20:14:18 [2021-02-01T20:14:18.138Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
20:14:18 [2021-02-01T20:14:18.396Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
20:14:21 [2021-02-01T20:14:21.680Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
20:14:25 [2021-02-01T20:14:25.867Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
20:14:29 [2021-02-01T20:14:29.150Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
20:14:30 [2021-02-01T20:14:30.105Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
20:14:31 [2021-02-01T20:14:31.039Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
20:14:31 [2021-02-01T20:14:31.039Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
20:14:32 [2021-02-01T20:14:32.414Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
20:14:33 [2021-02-01T20:14:33.348Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
20:14:34 [2021-02-01T20:14:34.283Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
20:14:36 [2021-02-01T20:14:36.813Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
20:14:37 [2021-02-01T20:14:37.071Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
20:14:37 [2021-02-01T20:14:37.330Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
20:14:37 [2021-02-01T20:14:37.589Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
20:14:37 [2021-02-01T20:14:37.910Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
20:14:38 [2021-02-01T20:14:38.169Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
20:14:38 [2021-02-01T20:14:38.427Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
20:14:38 [2021-02-01T20:14:38.686Z] --- PASS: TestDockerSchema1RegistrySuite (20.38s)
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.13s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [d49377291e7f6] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.07s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [df1e3b7192d7a] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.56s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [db5ce9cdd8484] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.89s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [d46951c53c6aa] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.04s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [d0c69edf00aba] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.05s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [d39d16aae1bae] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [d7b99dd58b2eb] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.10s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [dbecc187afd3b] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.97s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [de6abb827e836] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.96s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [d73bb606f58d9] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.55s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [d4ba5552fd4f4] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [d1b21f9d701d5] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [d5a52fdb24c5f] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [d9b9d5b7ec637] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [de8fe7cc1e609] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.25s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [d2d67f10dfba4] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.35s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [d24c256e491ae] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
20:14:38 [2021-02-01T20:14:38.686Z]         check_test.go:223: [d58f5a982dc18] daemon is not started
20:14:38 [2021-02-01T20:14:38.686Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
20:14:38 [2021-02-01T20:14:38.686Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
20:14:39 [2021-02-01T20:14:39.252Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
20:14:39 [2021-02-01T20:14:39.818Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
20:14:39 [2021-02-01T20:14:39.818Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
20:14:41 [2021-02-01T20:14:41.193Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
20:14:41 [2021-02-01T20:14:41.193Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
20:14:41 [2021-02-01T20:14:41.451Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
20:14:42 [2021-02-01T20:14:42.018Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
20:14:42 [2021-02-01T20:14:42.276Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.64s)
20:14:42 [2021-02-01T20:14:42.276Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.73s)
20:14:42 [2021-02-01T20:14:42.276Z]         check_test.go:252: [d9395aba4ddaf] daemon is not started
20:14:42 [2021-02-01T20:14:42.276Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.46s)
20:14:42 [2021-02-01T20:14:42.276Z]         check_test.go:252: [d6ca0c567ca65] daemon is not started
20:14:42 [2021-02-01T20:14:42.276Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s)
20:14:42 [2021-02-01T20:14:42.276Z]         check_test.go:252: [ddf4bcd72d7f1] daemon is not started
20:14:42 [2021-02-01T20:14:42.276Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.05s)
20:14:42 [2021-02-01T20:14:42.276Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s)
20:14:42 [2021-02-01T20:14:42.276Z]         check_test.go:252: [d708138773f23] daemon is not started
20:14:42 [2021-02-01T20:14:42.276Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.37s)
20:14:42 [2021-02-01T20:14:42.276Z]         check_test.go:252: [da0dc7a82f4f7] daemon is not started
20:14:42 [2021-02-01T20:14:42.276Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.51s)
20:14:42 [2021-02-01T20:14:42.276Z]         check_test.go:252: [df76c9ce7db16] daemon is not started
20:14:42 [2021-02-01T20:14:42.276Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s)
20:14:42 [2021-02-01T20:14:42.276Z]         check_test.go:252: [d2bc21c9b6cb7] daemon is not started
20:14:42 [2021-02-01T20:14:42.276Z] === RUN   TestDockerRegistryAuthTokenSuite
20:14:42 [2021-02-01T20:14:42.276Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
20:14:47 [2021-02-01T20:14:47.544Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
20:14:47 [2021-02-01T20:14:47.544Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
20:14:47 [2021-02-01T20:14:47.544Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
20:14:47 [2021-02-01T20:14:47.806Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
20:14:48 [2021-02-01T20:14:48.064Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.75s)
20:14:48 [2021-02-01T20:14:48.064Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s)
20:14:48 [2021-02-01T20:14:48.064Z]         check_test.go:279: [d345c1a87024a] daemon is not started
20:14:48 [2021-02-01T20:14:48.064Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s)
20:14:48 [2021-02-01T20:14:48.064Z]         check_test.go:279: [debf737f73562] daemon is not started
20:14:48 [2021-02-01T20:14:48.064Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s)
20:14:48 [2021-02-01T20:14:48.064Z]         check_test.go:279: [dd4315942e456] daemon is not started
20:14:48 [2021-02-01T20:14:48.064Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
20:14:48 [2021-02-01T20:14:48.064Z]         check_test.go:279: [d33d7334b3089] daemon is not started
20:14:48 [2021-02-01T20:14:48.064Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s)
20:14:48 [2021-02-01T20:14:48.064Z]         check_test.go:279: [d8e861bfe1a08] daemon is not started
20:14:48 [2021-02-01T20:14:48.064Z] === RUN   TestDockerNetworkSuite
20:14:48 [2021-02-01T20:14:48.064Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
20:14:49 [2021-02-01T20:14:49.965Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
20:14:50 [2021-02-01T20:14:50.899Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
20:14:54 [2021-02-01T20:14:54.182Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
20:14:55 [2021-02-01T20:14:55.556Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
20:14:58 [2021-02-01T20:14:58.085Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
20:14:59 [2021-02-01T20:14:59.987Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
20:15:06 [2021-02-01T20:15:06.548Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
20:15:08 [2021-02-01T20:15:08.458Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
20:15:09 [2021-02-01T20:15:09.392Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
20:15:09 [2021-02-01T20:15:09.958Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
20:15:10 [2021-02-01T20:15:10.525Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
20:15:11 [2021-02-01T20:15:11.459Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
20:15:12 [2021-02-01T20:15:12.393Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
20:15:12 [2021-02-01T20:15:12.651Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
20:15:12 [2021-02-01T20:15:12.909Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
20:15:13 [2021-02-01T20:15:13.843Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
20:15:13 [2021-02-01T20:15:13.843Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
20:15:14 [2021-02-01T20:15:14.102Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
20:15:14 [2021-02-01T20:15:14.102Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
20:15:15 [2021-02-01T20:15:15.037Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
20:15:16 [2021-02-01T20:15:16.411Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
20:15:16 [2021-02-01T20:15:16.411Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
20:15:16 [2021-02-01T20:15:16.411Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
20:15:16 [2021-02-01T20:15:16.669Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
20:15:19 [2021-02-01T20:15:19.200Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
20:15:21 [2021-02-01T20:15:21.101Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
20:15:25 [2021-02-01T20:15:25.296Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
20:15:25 [2021-02-01T20:15:25.555Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
20:15:26 [2021-02-01T20:15:26.491Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
20:15:26 [2021-02-01T20:15:26.750Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
20:15:26 [2021-02-01T20:15:26.750Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
20:15:27 [2021-02-01T20:15:27.008Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
20:15:27 [2021-02-01T20:15:27.574Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
20:15:27 [2021-02-01T20:15:27.574Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
20:15:30 [2021-02-01T20:15:30.104Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
20:15:30 [2021-02-01T20:15:30.362Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
20:15:30 [2021-02-01T20:15:30.362Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
20:15:31 [2021-02-01T20:15:31.296Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
20:15:35 [2021-02-01T20:15:35.481Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
20:15:38 [2021-02-01T20:15:38.765Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
20:15:38 [2021-02-01T20:15:38.765Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
20:15:39 [2021-02-01T20:15:39.332Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
20:15:41 [2021-02-01T20:15:41.233Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
20:15:41 [2021-02-01T20:15:41.801Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
20:15:41 [2021-02-01T20:15:41.801Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
20:15:42 [2021-02-01T20:15:42.750Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
20:15:43 [2021-02-01T20:15:43.317Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
20:15:45 [2021-02-01T20:15:45.217Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
20:15:45 [2021-02-01T20:15:45.476Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
20:15:49 [2021-02-01T20:15:49.664Z] --- PASS: TestDockerNetworkSuite (61.37s)
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.00s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [d295492472c89] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.74s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [debed3bcfe318] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.97s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [d44c805c80d02] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.68s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [dfc9f4309f425] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.69s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:1233: [d4d015b6b589e] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.66s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [d5c32e598451e] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.80s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [df17bd8895618] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.66s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [d508aab0f8582] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.28s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [d4801a1954d4d] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.56s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [d6ae40b6bf242] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.40s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [db5f05a4182ca] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.97s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [da93e5073842b] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.03s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [dbd34c61945de] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [d970c5ac786a1] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.38s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [d5077a0aa675f] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.80s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [dbbe5fed9bc71] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.20s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [dc5339a4659cf] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [ddc00e8a8f85b] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.18s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [d9ea4e8d56c85] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.80s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [d69d9826e8f6e] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.16s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [d6d6449b1d550] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [d984a5d7a833d] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.28s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [d86e6938a3d95] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [d5790e0ba43ad] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.45s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:968: [d16404d0c235f] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.89s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [dc79affd13ac3] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (4.47s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:1116: [d4c89f626cbe7] daemon is not started
20:15:49 [2021-02-01T20:15:49.664Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.24s)
20:15:49 [2021-02-01T20:15:49.664Z]         docker_cli_network_unix_test.go:46: [d1122e387d9e0] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.99s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [d951108b913ef] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.17s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [d522eaa026d6c] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [d06b8da0ae00c] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.29s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [dc131e5d1d8f4] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.36s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [df1ee9cbba4cc] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [dc971022b8d14] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.75s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [d79fdac3d9e30] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [d9ae05beff6ef] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [d8c17f83ad0ae] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.85s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [d0104de8649de] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.19s)
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.15s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:1084: [db975cb5e6b4b] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [d277d0011987d] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.91s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [d7f262995400e] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.41s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [d8171e5890341] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.04s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [d194f071da761] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.84s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [dac69bda7f8f9] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.74s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [d5cf00d069413] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.55s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [d27ad5e63d764] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.34s)
20:15:49 [2021-02-01T20:15:49.665Z]         docker_cli_network_unix_test.go:46: [d1954b8e1a9e8] daemon is not started
20:15:49 [2021-02-01T20:15:49.665Z] === RUN   TestDockerHubPullSuite
20:15:49 [2021-02-01T20:15:49.665Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
20:15:51 [2021-02-01T20:15:51.039Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
20:15:53 [2021-02-01T20:15:53.569Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
20:15:53 [2021-02-01T20:15:53.569Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
20:15:54 [2021-02-01T20:15:54.944Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
20:15:55 [2021-02-01T20:15:55.510Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
20:15:55 [2021-02-01T20:15:55.510Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
20:15:55 [2021-02-01T20:15:55.769Z] --- PASS: TestDockerHubPullSuite (6.33s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.69s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.27s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.40s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.77s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.14s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s)
20:15:55 [2021-02-01T20:15:55.769Z] PASS
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === Skipped
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_sni_test.go:18: Flakey test
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.769Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
20:15:55 [2021-02-01T20:15:55.769Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
20:15:55 [2021-02-01T20:15:55.769Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
20:15:55 [2021-02-01T20:15:55.769Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
20:15:55 [2021-02-01T20:15:55.770Z]         docker_cli_network_unix_test.go:46: [d8c17f83ad0ae] daemon is not started
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] 
20:15:55 [2021-02-01T20:15:55.770Z] DONE 1274 tests, 51 skipped in 1444.640s
20:15:55 [2021-02-01T20:15:55.770Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:15:55 [2021-02-01T20:15:55.770Z] ++++ cat bundles/test-integration/docker.pid
20:15:55 [2021-02-01T20:15:55.770Z] +++ kill 12841
20:15:56 [2021-02-01T20:15:56.705Z] +++ /etc/init.d/apparmor stop
20:15:56 [2021-02-01T20:15:56.705Z] Leaving: AppArmorNo profiles have been unloaded.
20:15:56 [2021-02-01T20:15:56.705Z] 
20:15:56 [2021-02-01T20:15:56.705Z] Unloading profiles will leave already running processes permanently
20:15:56 [2021-02-01T20:15:56.705Z] unconfined, which can lead to unexpected situations.
20:15:56 [2021-02-01T20:15:56.705Z] 
20:15:56 [2021-02-01T20:15:56.705Z] To set a process to complain mode, use the command line tool
20:15:56 [2021-02-01T20:15:56.705Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:15:56 [2021-02-01T20:15:56.705Z] +++ true
20:15:56 [2021-02-01T20:15:56.705Z] exiting test-integration
20:15:56 [2021-02-01T20:15:56.705Z] ++ exit 0
20:15:56 [2021-02-01T20:15:56.705Z] 
20:15:56 [2021-02-01T20:15:56.963Z] + for job in $(jobs -p)
20:15:56 [2021-02-01T20:15:56.963Z] + wait 19084
20:16:01 [2021-02-01T20:16:01.165Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
20:16:03 [2021-02-01T20:16:03.693Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
20:16:10 [2021-02-01T20:16:10.253Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
20:16:11 [2021-02-01T20:16:11.628Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
20:16:15 [2021-02-01T20:16:15.813Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
20:16:15 [2021-02-01T20:16:15.813Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
20:16:22 [2021-02-01T20:16:22.378Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
20:16:23 [2021-02-01T20:16:23.319Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
20:16:23 [2021-02-01T20:16:23.885Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
20:16:26 [2021-02-01T20:16:26.413Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
20:17:22 [2021-02-01T20:17:22.629Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
20:18:18 [2021-02-01T20:18:18.850Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
20:18:24 [2021-02-01T20:18:24.126Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
20:18:28 [2021-02-01T20:18:28.311Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
20:20:49 [2021-02-01T20:20:49.767Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
20:20:49 [2021-02-01T20:20:49.767Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
20:20:50 [2021-02-01T20:20:50.702Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
20:20:50 [2021-02-01T20:20:50.702Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
20:20:50 [2021-02-01T20:20:50.960Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
20:20:50 [2021-02-01T20:20:50.960Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
20:20:51 [2021-02-01T20:20:51.893Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
20:20:54 [2021-02-01T20:20:54.425Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
20:20:57 [2021-02-01T20:20:57.708Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
20:21:00 [2021-02-01T20:21:00.238Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
20:21:56 [2021-02-01T20:21:56.463Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
20:21:56 [2021-02-01T20:21:56.464Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
20:21:58 [2021-02-01T20:21:58.995Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
20:22:01 [2021-02-01T20:22:01.525Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
20:22:04 [2021-02-01T20:22:04.808Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
20:22:07 [2021-02-01T20:22:07.338Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
20:22:29 [2021-02-01T20:22:29.261Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
20:22:44 [2021-02-01T20:22:44.157Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
20:22:44 [2021-02-01T20:22:44.157Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
20:22:46 [2021-02-01T20:22:46.687Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
20:22:49 [2021-02-01T20:22:49.969Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
20:22:56 [2021-02-01T20:22:56.528Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
20:23:01 [2021-02-01T20:23:01.792Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
20:23:04 [2021-02-01T20:23:04.323Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
20:23:07 [2021-02-01T20:23:07.624Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
20:23:10 [2021-02-01T20:23:10.152Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
20:23:12 [2021-02-01T20:23:12.680Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
20:23:15 [2021-02-01T20:23:15.210Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
20:23:17 [2021-02-01T20:23:17.739Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
20:24:13 [2021-02-01T20:24:13.951Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
20:24:28 [2021-02-01T20:24:28.820Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
20:24:46 [2021-02-01T20:24:46.896Z] --- PASS: TestDockerSwarmSuite (1655.74s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.04s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.04s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.43s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.01s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.75s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (25.75s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:562: [d5bc919917262] joining swarm manager [d2e36d045976c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:584: [df2ffad12a5cd] joining swarm manager [d2e36d045976c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]         check_test.go:380: [d5bc919917262] daemon is not started
20:24:46 [2021-02-01T20:24:46.896Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (19.97s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:45: [dfd40f57eb37d] joining swarm manager [ded42feee57ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.72s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.41s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (44.96s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:303: [dae1d447ada32] joining swarm manager [d37148228ad1c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:304: [d4e0d91eed2a0] joining swarm manager [d37148228ad1c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:350: Waiting for election to occur...
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:363: Waiting for possible election...
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (22.14s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:271: [d2c46668c0512] joining swarm manager [d1e7946447d16]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:272: [d6b2bfd0282c3] joining swarm manager [d1e7946447d16]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.70s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.55s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.88s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_node_test.go:19: [dad6c917eb9a0] joining swarm manager [dadaa2364143a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_node_test.go:20: [dd94c53010b22] joining swarm manager [dadaa2364143a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (49.34s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:501: [d8cb0b5cd396d] joining swarm manager [d0966e0b76c5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:506: [d049d36a6dba4] joining swarm manager [d0966e0b76c5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.70s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_node_test.go:80: [dfc1274b0a835] joining swarm manager [d4d6838a238bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.41s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_node_test.go:52: [d37dcc7956546] joining swarm manager [d2a3c8c4058a8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_node_test.go:53: [d82c1ce968e90] joining swarm manager [d2a3c8c4058a8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.35s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (20.76s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:201: [d9eb33c5869cc] joining swarm manager [d4ae8d161967a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (70.55s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:383: [d86287c518fd5] joining swarm manager [d0f2af5f9ad32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:384: [db7c487f74fd8] joining swarm manager [d0f2af5f9ad32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]         check_test.go:380: [db7c487f74fd8] daemon is not started
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (54.81s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:801: [d005a00f949f7] joining swarm manager [d42d849da8429]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:801: [dabbcfc08d66f] joining swarm manager [d42d849da8429]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:801: [dc34a17f76021] joining swarm manager [d42d849da8429]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:801: [df53956ca1b0b] joining swarm manager [d42d849da8429]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_test.go:809: [db108b865bd9d] joining swarm manager [d42d849da8429]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.28s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.04s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.11s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:394: [daff12515190b] joining swarm manager [d20208753f112]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:394: [d7061403fb4a7] joining swarm manager [d20208753f112]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.29s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:342: [d22badc9a3fe4] joining swarm manager [d72146a789883]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:342: [d6bc2b151e679] joining swarm manager [d72146a789883]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.73s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:489: [d875d206c7af1] joining swarm manager [d761c79a90b97]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:489: [d2daa6e9e50e5] joining swarm manager [d761c79a90b97]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.32s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.02s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:127: [d6e49c8791536] joining swarm manager [d989d35063344]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:128: [dab9a838dd0c3] joining swarm manager [d989d35063344]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:136: [dfc599c574697] joining swarm manager [d989d35063344]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:137: [d895a2ca82c2f] joining swarm manager [d989d35063344]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.95s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.70s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:303: [d9a82e03225ac] joining swarm manager [dbf649d40df7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:303: [d6ae2bf4ab202] joining swarm manager [dbf649d40df7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.54s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:99: [d0c7d5f41d0c1] joining swarm manager [d36d604d01796]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:100: [dae6343ed469d] joining swarm manager [d36d604d01796]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]         check_test.go:380: [d0c7d5f41d0c1] daemon is not started
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (21.95s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:532: [db01ad57e5c89] joining swarm manager [d12b60e479586]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:533: [dd235c9c8735f] joining swarm manager [d12b60e479586]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.95s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:147: [df09f092d645e] joining swarm manager [d987ae8327b0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_api_swarm_service_test.go:147: [ddf6a0d0f9bad] joining swarm manager [d987ae8327b0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (23.55s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.65s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.05s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.35s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.17s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.09s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.26s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.83s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.89s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.75s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.49s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.70s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.81s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.17s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.29s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.83s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.33s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.23s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.18s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.97s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.55s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.16s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.41s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.36s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.92s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.62s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.97s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.09s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.08s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.80s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.66s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.43s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_cli_service_logs_test.go:245: checking task w4zy47qp9h3o
20:24:46 [2021-02-01T20:24:46.896Z]         docker_cli_service_logs_test.go:250: checking messages for w4zy47qp9h3o
20:24:46 [2021-02-01T20:24:46.896Z]         docker_cli_service_logs_test.go:245: checking task ige8o7pjoidu
20:24:46 [2021-02-01T20:24:46.896Z]         docker_cli_service_logs_test.go:250: checking messages for ige8o7pjoidu
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.92s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.71s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.81s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.88s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.47s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_cli_swarm_test.go:1901: [d30e137e70c63] joining swarm manager [d5e65c9753621]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_cli_swarm_test.go:1902: [d25c09f14b8af] joining swarm manager [d5e65c9753621]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.07s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (3.03s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.87s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.28s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_cli_swarm_test.go:1802: [d12f4dad1011b] joining swarm manager [deb78b7e513b6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_cli_swarm_test.go:1803: [d5c7b1b864ec6] joining swarm manager [deb78b7e513b6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.31s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (89.37s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_cli_swarm_test.go:1321: [dca2e03d41322] joining swarm manager [d5c0b9beb1dac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_cli_swarm_test.go:1322: [dd0b3b14e5bb7] joining swarm manager [d5c0b9beb1dac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.72s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (9.06s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.53s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.55s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.52s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.46s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.13s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.61s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.69s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.70s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.40s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.56s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (54.50s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_cli_swarm_test.go:1186: [deb16930a23ba] joining swarm manager [df7ff4db7cba7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_cli_swarm_test.go:1195: [d77df1548f896] joining swarm manager [df7ff4db7cba7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.20s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.70s)
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (127.81s)
20:24:46 [2021-02-01T20:24:46.896Z]         docker_cli_swarm_test.go:1118: [de2cebc1788a1] joining swarm manager [dc4d08ae027c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.896Z]         docker_cli_swarm_test.go:1119: [d63defea27d99] joining swarm manager [dc4d08ae027c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.896Z]         docker_cli_swarm_test.go:1172: [da573999b388b] joining swarm manager [dc4d08ae027c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
20:24:46 [2021-02-01T20:24:46.896Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.37s)
20:24:46 [2021-02-01T20:24:46.897Z]         docker_cli_swarm_test.go:1453: [d1524c0286138] joining swarm manager [d88b3472c2672]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.897Z]         docker_cli_swarm_test.go:1454: [dd2d3cce2a1bc] joining swarm manager [d88b3472c2672]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.45s)
20:24:46 [2021-02-01T20:24:46.897Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.17s)
20:24:46 [2021-02-01T20:24:46.897Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.20s)
20:24:46 [2021-02-01T20:24:46.897Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.03s)
20:24:46 [2021-02-01T20:24:46.897Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.04s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.44s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.42s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.33s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.83s)
20:24:46 [2021-02-01T20:24:46.897Z]         docker_cli_swarm_unix_test.go:62: [db1e542ad1b15] joining swarm manager [da1c3feee4fc9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.43s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.29s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.49s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.50s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.73s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.03s)
20:24:46 [2021-02-01T20:24:46.897Z]         docker_api_swarm_test.go:961: [d19828c85c370] joining swarm manager [df67cacecabf7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (14.57s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.36s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.38s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.92s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.07s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.88s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.81s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.82s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.84s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.77s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.36s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.35s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.82s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.52s)
20:24:46 [2021-02-01T20:24:46.897Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.31s)
20:24:46 [2021-02-01T20:24:46.897Z] === RUN   TestDockerExternalVolumeSuite
20:24:46 [2021-02-01T20:24:46.897Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
20:25:01 [2021-02-01T20:25:01.767Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
20:26:09 [2021-02-01T20:26:09.440Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
20:26:17 [2021-02-01T20:26:17.549Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
20:26:49 [2021-02-01T20:26:49.614Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
20:27:04 [2021-02-01T20:27:04.483Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
20:27:06 [2021-02-01T20:27:06.129Z] 4612f6d0b889: Retrying in 5 seconds
20:27:06 [2021-02-01T20:27:06.129Z] 4612f6d0b889: Retrying in 4 seconds
20:27:06 [2021-02-01T20:27:06.129Z] 4612f6d0b889: Retrying in 3 seconds
20:27:06 [2021-02-01T20:27:06.129Z] 4612f6d0b889: Retrying in 2 seconds
20:27:06 [2021-02-01T20:27:06.129Z] 4612f6d0b889: Retrying in 1 second
20:27:14 [2021-02-01T20:27:14.807Z] 4612f6d0b889: Verifying Checksum
20:27:14 [2021-02-01T20:27:14.807Z] 4612f6d0b889: Download complete
20:27:36 [2021-02-01T20:27:36.563Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
20:27:48 [2021-02-01T20:27:48.758Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
20:28:20 [2021-02-01T20:28:20.844Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
20:28:35 [2021-02-01T20:28:35.714Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
20:28:50 [2021-02-01T20:28:50.583Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
20:29:11 [2021-02-01T20:29:11.956Z] 4612f6d0b889: Pull complete
20:29:37 [2021-02-01T20:29:37.243Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
20:29:55 [2021-02-01T20:29:55.319Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
20:30:27 [2021-02-01T20:30:27.399Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
20:30:38 [2021-02-01T20:30:38.364Z] 4dcc9a9b9e68: Pull complete
20:30:38 [2021-02-01T20:30:38.364Z] Digest: sha256:997e32161f322f5f301023ae675f39329bd60888f5f9a373100eba77f55cbb31
20:30:38 [2021-02-01T20:30:38.364Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
20:30:38 [2021-02-01T20:30:38.364Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
20:30:38 [2021-02-01T20:30:38.364Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
20:30:38 [2021-02-01T20:30:38.364Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1697'
20:30:38 [2021-02-01T20:30:38.364Z] WARN: Skipping validation tests
20:30:38 [2021-02-01T20:30:38.364Z] INFO: Running unit tests at 02/01/2021 20:30:25...
20:30:38 [2021-02-01T20:30:38.364Z] INFO: make.ps1 starting at 02/01/2021 20:30:29
20:30:38 [2021-02-01T20:30:38.364Z] INFO: Git commit (7f83ec5c45) assumed from DOCKER_GITCOMMIT environment variable
20:30:38 [2021-02-01T20:30:38.364Z] INFO: Invoking autogen...
20:30:38 [2021-02-01T20:30:38.364Z] INFO: Running unit tests...
20:30:38 [2021-02-01T20:30:38.364Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml --  -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
20:30:45 [2021-02-01T20:30:45.634Z] ?   	github.com/docker/docker/api	[no test files]
20:30:58 [2021-02-01T20:30:58.045Z] === RUN   TestMiddlewares
20:30:58 [2021-02-01T20:30:58.045Z] --- PASS: TestMiddlewares (0.00s)
20:30:58 [2021-02-01T20:30:58.045Z] PASS
20:30:58 [2021-02-01T20:30:58.045Z] coverage: 9.0% of statements
20:30:58 [2021-02-01T20:30:58.045Z] ok  	github.com/docker/docker/api/server	0.089s	coverage: 9.0% of statements
20:30:59 [2021-02-01T20:30:59.464Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
20:31:14 [2021-02-01T20:31:14.333Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
20:31:32 [2021-02-01T20:31:32.409Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
20:31:47 [2021-02-01T20:31:47.277Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
20:31:48 [2021-02-01T20:31:48.835Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
20:31:48 [2021-02-01T20:31:48.835Z] === RUN   TestBoolValue
20:31:48 [2021-02-01T20:31:48.835Z] --- PASS: TestBoolValue (0.00s)
20:31:48 [2021-02-01T20:31:48.835Z] === RUN   TestBoolValueOrDefault
20:31:48 [2021-02-01T20:31:48.835Z] --- PASS: TestBoolValueOrDefault (0.00s)
20:31:48 [2021-02-01T20:31:48.835Z] === RUN   TestInt64ValueOrZero
20:31:48 [2021-02-01T20:31:48.835Z] --- PASS: TestInt64ValueOrZero (0.00s)
20:31:48 [2021-02-01T20:31:48.835Z] === RUN   TestInt64ValueOrDefault
20:31:48 [2021-02-01T20:31:48.835Z] --- PASS: TestInt64ValueOrDefault (0.00s)
20:31:48 [2021-02-01T20:31:48.835Z] === RUN   TestInt64ValueOrDefaultWithError
20:31:48 [2021-02-01T20:31:48.835Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
20:31:48 [2021-02-01T20:31:48.835Z] === RUN   TestJsonContentType
20:31:48 [2021-02-01T20:31:48.835Z] --- PASS: TestJsonContentType (0.00s)
20:31:48 [2021-02-01T20:31:48.835Z] PASS
20:31:48 [2021-02-01T20:31:48.835Z] coverage: 14.7% of statements
20:31:48 [2021-02-01T20:31:48.835Z] ok  	github.com/docker/docker/api/server/httputils	0.047s	coverage: 14.7% of statements
20:31:49 [2021-02-01T20:31:49.315Z] === RUN   TestMaskSecretKeys
20:31:49 [2021-02-01T20:31:49.315Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
20:31:49 [2021-02-01T20:31:49.315Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
20:31:49 [2021-02-01T20:31:49.315Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
20:31:49 [2021-02-01T20:31:49.315Z] --- PASS: TestMaskSecretKeys (0.00s)
20:31:49 [2021-02-01T20:31:49.315Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
20:31:49 [2021-02-01T20:31:49.315Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
20:31:49 [2021-02-01T20:31:49.315Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
20:31:49 [2021-02-01T20:31:49.315Z] === RUN   TestVersionMiddlewareVersion
20:31:49 [2021-02-01T20:31:49.315Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
20:31:49 [2021-02-01T20:31:49.315Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
20:31:49 [2021-02-01T20:31:49.315Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
20:31:49 [2021-02-01T20:31:49.315Z] PASS
20:31:49 [2021-02-01T20:31:49.315Z] coverage: 37.7% of statements
20:31:49 [2021-02-01T20:31:49.315Z] ok  	github.com/docker/docker/api/server/middleware	0.129s	coverage: 37.7% of statements
20:31:49 [2021-02-01T20:31:49.315Z] ?   	github.com/docker/docker/api/server/router	[no test files]
20:31:49 [2021-02-01T20:31:49.315Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
20:31:49 [2021-02-01T20:31:49.315Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
20:31:49 [2021-02-01T20:31:49.315Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
20:31:49 [2021-02-01T20:31:49.315Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
20:31:49 [2021-02-01T20:31:49.315Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
20:31:49 [2021-02-01T20:31:49.315Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
20:31:49 [2021-02-01T20:31:49.315Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
20:31:49 [2021-02-01T20:31:49.315Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
20:31:49 [2021-02-01T20:31:49.315Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
20:31:49 [2021-02-01T20:31:49.315Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
20:31:50 [2021-02-01T20:31:50.348Z] === RUN   TestToJSON
20:31:50 [2021-02-01T20:31:50.349Z] --- PASS: TestToJSON (0.00s)
20:31:50 [2021-02-01T20:31:50.349Z] === RUN   TestToParamWithVersion
20:31:50 [2021-02-01T20:31:50.349Z] --- PASS: TestToParamWithVersion (0.00s)
20:31:50 [2021-02-01T20:31:50.349Z] === RUN   TestFromJSON
20:31:50 [2021-02-01T20:31:50.349Z] --- PASS: TestFromJSON (0.00s)
20:31:50 [2021-02-01T20:31:50.349Z] === RUN   TestEmpty
20:31:50 [2021-02-01T20:31:50.349Z] --- PASS: TestEmpty (0.00s)
20:31:50 [2021-02-01T20:31:50.349Z] === RUN   TestArgsMatchKVListEmptySources
20:31:50 [2021-02-01T20:31:50.349Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
20:31:50 [2021-02-01T20:31:50.349Z] === RUN   TestArgsMatchKVList
20:31:50 [2021-02-01T20:31:50.349Z] --- PASS: TestArgsMatchKVList (0.00s)
20:31:50 [2021-02-01T20:31:50.349Z] === RUN   TestArgsMatch
20:31:50 [2021-02-01T20:31:50.349Z] --- PASS: TestArgsMatch (0.00s)
20:31:50 [2021-02-01T20:31:50.349Z] === RUN   TestAdd
20:31:50 [2021-02-01T20:31:50.349Z] --- PASS: TestAdd (0.00s)
20:31:50 [2021-02-01T20:31:50.349Z] === RUN   TestDel
20:31:50 [2021-02-01T20:31:50.349Z] --- PASS: TestDel (0.00s)
20:31:50 [2021-02-01T20:31:50.349Z] === RUN   TestLen
20:31:50 [2021-02-01T20:31:50.349Z] --- PASS: TestLen (0.00s)
20:31:50 [2021-02-01T20:31:50.349Z] === RUN   TestExactMatch
20:31:50 [2021-02-01T20:31:50.349Z] --- PASS: TestExactMatch (0.00s)
20:31:50 [2021-02-01T20:31:50.349Z] === RUN   TestOnlyOneExactMatch
20:31:50 [2021-02-01T20:31:50.349Z] --- PASS: TestOnlyOneExactMatch (0.00s)
20:31:50 [2021-02-01T20:31:50.349Z] === RUN   TestContains
20:31:50 [2021-02-01T20:31:50.349Z] --- PASS: TestContains (0.00s)
20:31:50 [2021-02-01T20:31:50.349Z] === RUN   TestValidate
20:31:50 [2021-02-01T20:31:50.349Z] --- PASS: TestValidate (0.00s)
20:31:50 [2021-02-01T20:31:50.812Z] === RUN   TestWalkValues
20:31:50 [2021-02-01T20:31:50.812Z] --- PASS: TestWalkValues (0.00s)
20:31:50 [2021-02-01T20:31:50.812Z] === RUN   TestFuzzyMatch
20:31:50 [2021-02-01T20:31:50.812Z] --- PASS: TestFuzzyMatch (0.00s)
20:31:50 [2021-02-01T20:31:50.812Z] === RUN   TestClone
20:31:50 [2021-02-01T20:31:50.812Z] --- PASS: TestClone (0.00s)
20:31:50 [2021-02-01T20:31:50.812Z] PASS
20:31:50 [2021-02-01T20:31:50.812Z] coverage: 92.2% of statements
20:31:50 [2021-02-01T20:31:50.812Z] ok  	github.com/docker/docker/api/types/filters	0.037s	coverage: 92.2% of statements
20:31:50 [2021-02-01T20:31:50.812Z] === RUN   TestStrSliceMarshalJSON
20:31:50 [2021-02-01T20:31:50.812Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
20:31:50 [2021-02-01T20:31:50.812Z] === RUN   TestStrSliceUnmarshalJSON
20:31:50 [2021-02-01T20:31:50.812Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
20:31:50 [2021-02-01T20:31:50.812Z] === RUN   TestStrSliceUnmarshalString
20:31:50 [2021-02-01T20:31:50.812Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
20:31:50 [2021-02-01T20:31:50.812Z] === RUN   TestStrSliceUnmarshalSlice
20:31:50 [2021-02-01T20:31:50.812Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
20:31:50 [2021-02-01T20:31:50.812Z] PASS
20:31:50 [2021-02-01T20:31:50.812Z] coverage: 90.0% of statements
20:31:50 [2021-02-01T20:31:50.812Z] ok  	github.com/docker/docker/api/types/strslice	0.053s	coverage: 90.0% of statements
20:31:50 [2021-02-01T20:31:50.812Z] === RUN   TestAdjustForAPIVersion
20:31:50 [2021-02-01T20:31:50.812Z] --- PASS: TestAdjustForAPIVersion (0.00s)
20:31:50 [2021-02-01T20:31:50.812Z] PASS
20:31:50 [2021-02-01T20:31:50.812Z] coverage: 5.7% of statements
20:31:50 [2021-02-01T20:31:50.812Z] ok  	github.com/docker/docker/api/server/router/swarm	0.059s	coverage: 5.7% of statements
20:31:50 [2021-02-01T20:31:50.812Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
20:31:50 [2021-02-01T20:31:50.812Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
20:31:50 [2021-02-01T20:31:50.812Z] ?   	github.com/docker/docker/api/types	[no test files]
20:31:50 [2021-02-01T20:31:50.812Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
20:31:50 [2021-02-01T20:31:50.812Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
20:31:50 [2021-02-01T20:31:50.812Z] ?   	github.com/docker/docker/api/types/container	[no test files]
20:31:50 [2021-02-01T20:31:50.812Z] ?   	github.com/docker/docker/api/types/events	[no test files]
20:31:50 [2021-02-01T20:31:50.812Z] ?   	github.com/docker/docker/api/types/image	[no test files]
20:31:50 [2021-02-01T20:31:50.812Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
20:31:50 [2021-02-01T20:31:50.812Z] ?   	github.com/docker/docker/api/types/network	[no test files]
20:31:50 [2021-02-01T20:31:50.812Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
20:31:50 [2021-02-01T20:31:50.812Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
20:31:50 [2021-02-01T20:31:50.812Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
20:31:50 [2021-02-01T20:31:50.812Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
20:31:51 [2021-02-01T20:31:51.273Z] === RUN   TestDurationToSecondsString
20:31:51 [2021-02-01T20:31:51.273Z] --- PASS: TestDurationToSecondsString (0.00s)
20:31:51 [2021-02-01T20:31:51.273Z] === RUN   TestGetTimestamp
20:31:51 [2021-02-01T20:31:51.273Z] --- PASS: TestGetTimestamp (0.11s)
20:31:51 [2021-02-01T20:31:51.273Z] === RUN   TestParseTimestamps
20:31:51 [2021-02-01T20:31:51.273Z] --- PASS: TestParseTimestamps (0.00s)
20:31:51 [2021-02-01T20:31:51.273Z] PASS
20:31:51 [2021-02-01T20:31:51.273Z] coverage: 100.0% of statements
20:31:51 [2021-02-01T20:31:51.273Z] ok  	github.com/docker/docker/api/types/time	0.173s	coverage: 100.0% of statements
20:31:51 [2021-02-01T20:31:51.273Z] === RUN   TestCompareVersion
20:31:51 [2021-02-01T20:31:51.273Z] --- PASS: TestCompareVersion (0.00s)
20:31:51 [2021-02-01T20:31:51.273Z] PASS
20:31:51 [2021-02-01T20:31:51.273Z] coverage: 75.0% of statements
20:31:51 [2021-02-01T20:31:51.273Z] ok  	github.com/docker/docker/api/types/versions	0.035s	coverage: 75.0% of statements
20:31:51 [2021-02-01T20:31:51.273Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
20:31:51 [2021-02-01T20:31:51.273Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
20:31:51 [2021-02-01T20:31:51.273Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
20:31:51 [2021-02-01T20:31:51.273Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
20:31:51 [2021-02-01T20:31:51.273Z] ?   	github.com/docker/docker/builder	[no test files]
20:31:51 [2021-02-01T20:31:51.273Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
20:31:51 [2021-02-01T20:31:51.274Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
20:31:51 [2021-02-01T20:31:51.274Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
20:31:51 [2021-02-01T20:31:51.274Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
20:31:51 [2021-02-01T20:31:51.274Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
20:31:51 [2021-02-01T20:31:51.274Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
20:31:51 [2021-02-01T20:31:51.274Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
20:31:52 [2021-02-01T20:31:52.871Z] === RUN   TestParseRemoteURL
20:31:52 [2021-02-01T20:31:52.871Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
20:31:52 [2021-02-01T20:31:52.871Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
20:31:52 [2021-02-01T20:31:52.871Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
20:31:52 [2021-02-01T20:31:52.871Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
20:31:52 [2021-02-01T20:31:52.871Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
20:31:52 [2021-02-01T20:31:52.871Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
20:31:52 [2021-02-01T20:31:52.871Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
20:31:52 [2021-02-01T20:31:52.871Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
20:31:52 [2021-02-01T20:31:52.871Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
20:31:52 [2021-02-01T20:31:52.871Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
20:31:52 [2021-02-01T20:31:52.871Z] --- PASS: TestParseRemoteURL (0.00s)
20:31:52 [2021-02-01T20:31:52.871Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
20:31:52 [2021-02-01T20:31:52.871Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
20:31:52 [2021-02-01T20:31:52.871Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
20:31:52 [2021-02-01T20:31:52.871Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
20:31:52 [2021-02-01T20:31:52.871Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
20:31:52 [2021-02-01T20:31:52.871Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
20:31:52 [2021-02-01T20:31:52.871Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
20:31:52 [2021-02-01T20:31:52.871Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
20:31:52 [2021-02-01T20:31:52.871Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
20:31:52 [2021-02-01T20:31:52.871Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
20:31:52 [2021-02-01T20:31:52.871Z] === RUN   TestCloneArgsSmartHttp
20:31:52 [2021-02-01T20:31:52.871Z] --- PASS: TestCloneArgsSmartHttp (0.01s)
20:31:52 [2021-02-01T20:31:52.871Z] === RUN   TestCloneArgsDumbHttp
20:31:52 [2021-02-01T20:31:52.871Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
20:31:52 [2021-02-01T20:31:52.871Z] === RUN   TestCloneArgsGit
20:31:52 [2021-02-01T20:31:52.871Z] --- PASS: TestCloneArgsGit (0.00s)
20:31:52 [2021-02-01T20:31:52.871Z] === RUN   TestCheckoutGit
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestEnable
20:31:55 [2021-02-01T20:31:55.059Z] --- PASS: TestEnable (0.00s)
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestDisable
20:31:55 [2021-02-01T20:31:55.059Z] --- PASS: TestDisable (0.00s)
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestEnabled
20:31:55 [2021-02-01T20:31:55.059Z] --- PASS: TestEnabled (0.00s)
20:31:55 [2021-02-01T20:31:55.059Z] PASS
20:31:55 [2021-02-01T20:31:55.059Z] coverage: 100.0% of statements
20:31:55 [2021-02-01T20:31:55.059Z] ok  	github.com/docker/docker/cli/debug	0.045s	coverage: 100.0% of statements
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
20:31:55 [2021-02-01T20:31:55.059Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s)
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestProcessNoDockerignore
20:31:55 [2021-02-01T20:31:55.059Z] --- PASS: TestProcessNoDockerignore (0.00s)
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestProcessShouldLeaveAllFiles
20:31:55 [2021-02-01T20:31:55.059Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestDetectContentType
20:31:55 [2021-02-01T20:31:55.059Z] --- PASS: TestDetectContentType (0.00s)
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestSelectAcceptableMIME
20:31:55 [2021-02-01T20:31:55.059Z] --- PASS: TestSelectAcceptableMIME (0.00s)
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestInspectEmptyResponse
20:31:55 [2021-02-01T20:31:55.059Z] --- PASS: TestInspectEmptyResponse (0.00s)
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestInspectResponseBinary
20:31:55 [2021-02-01T20:31:55.059Z] --- PASS: TestInspectResponseBinary (0.00s)
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestResponseUnsupportedContentType
20:31:55 [2021-02-01T20:31:55.059Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestInspectResponseTextSimple
20:31:55 [2021-02-01T20:31:55.059Z] --- PASS: TestInspectResponseTextSimple (0.00s)
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestInspectResponseEmptyContentType
20:31:55 [2021-02-01T20:31:55.059Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestUnknownContentLength
20:31:55 [2021-02-01T20:31:55.059Z] --- PASS: TestUnknownContentLength (0.00s)
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestDownloadRemote
20:31:55 [2021-02-01T20:31:55.059Z] --- PASS: TestDownloadRemote (0.07s)
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestGetWithStatusError
20:31:55 [2021-02-01T20:31:55.059Z] --- PASS: TestGetWithStatusError (0.01s)
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestCloseRootDirectory
20:31:55 [2021-02-01T20:31:55.059Z] --- SKIP: TestCloseRootDirectory (0.00s)
20:31:55 [2021-02-01T20:31:55.059Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestHashFile
20:31:55 [2021-02-01T20:31:55.059Z] --- SKIP: TestHashFile (0.00s)
20:31:55 [2021-02-01T20:31:55.059Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:31:55 [2021-02-01T20:31:55.059Z] === RUN   TestHashSubdir
20:31:55 [2021-02-01T20:31:55.060Z] --- SKIP: TestHashSubdir (0.00s)
20:31:55 [2021-02-01T20:31:55.060Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:31:55 [2021-02-01T20:31:55.060Z] === RUN   TestRemoveDirectory
20:31:55 [2021-02-01T20:31:55.060Z] --- SKIP: TestRemoveDirectory (0.00s)
20:31:55 [2021-02-01T20:31:55.060Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:31:55 [2021-02-01T20:31:55.060Z] PASS
20:31:55 [2021-02-01T20:31:55.060Z] coverage: 9.3% of statements
20:31:55 [2021-02-01T20:31:55.060Z] ok  	github.com/docker/docker/builder/remotecontext	0.257s	coverage: 9.3% of statements
20:31:56 [2021-02-01T20:31:56.036Z] === RUN   TestGetAllAllowed
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestGetAllAllowed (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestGetAllMeta
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestGetAllMeta (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestWarnOnUnusedBuildArgs
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestIsUnreferencedBuiltin
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestIsExistingDirectory
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestIsExistingDirectory (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestGetFilenameForDownload
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestGetFilenameForDownload (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestEnv2Variables
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestEnv2Variables (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestEnvValueWithExistingRunConfigEnv
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestMaintainer
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestMaintainer (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestLabel
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestLabel (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestFromScratch
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestFromScratch (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestFromWithArg
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestFromWithArg (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestFromWithArgButBuildArgsNotGiven
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestFromWithUndefinedArg
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestFromWithUndefinedArg (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestFromMultiStageWithNamedStage
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestOnbuild
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestOnbuild (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestWorkdir
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestWorkdir (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestCmd
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestCmd (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestHealthcheckNone
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestHealthcheckNone (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestHealthcheckCmd
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestHealthcheckCmd (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestEntrypoint
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestEntrypoint (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestExpose
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestExpose (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestUser
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestUser (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestVolume
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestVolume (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestStopSignal
20:31:56 [2021-02-01T20:31:56.037Z] --- SKIP: TestStopSignal (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z]     dispatchers_test.go:376: Windows does not support stopsignal
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestArg
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestArg (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestShell
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestShell (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestPrependEnvOnCmd
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestPrependEnvOnCmd (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestRunWithBuildArgs
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestRunWithBuildArgs (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestRunIgnoresHealthcheck
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestNormalizeWorkdir
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestNormalizeWorkdir (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestDispatch
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestDispatch/ADD_multiple_files_to_file
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestDispatch/COPY_multiple_files_to_file
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestDispatch/COPY_wildcard_no_files
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestDispatch/COPY_url
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestDispatch (0.06s)
20:31:56 [2021-02-01T20:31:56.037Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s)
20:31:56 [2021-02-01T20:31:56.037Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s)
20:31:56 [2021-02-01T20:31:56.037Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
20:31:56 [2021-02-01T20:31:56.037Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
20:31:56 [2021-02-01T20:31:56.037Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
20:31:56 [2021-02-01T20:31:56.037Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z]     --- PASS: TestDispatch/COPY_url (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestAddScratchImageAddsToMounts
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestAddFromScratchPopulatesPlatform
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestImageSourceGetAddsToMounts
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestEmptyDockerfile
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestEmptyDockerfile (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestSymlinkDockerfile
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestSymlinkDockerfile (0.02s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestDockerfileOutsideTheBuildContext
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestNonExistingDockerfile
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestNonExistingDockerfile (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestCopyRunConfig
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestCopyRunConfig (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestDeepCopyRunConfig
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestDeepCopyRunConfig (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestExportImage
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestExportImage (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] === RUN   TestNormalizeDest
20:31:56 [2021-02-01T20:31:56.037Z] --- PASS: TestNormalizeDest (0.00s)
20:31:56 [2021-02-01T20:31:56.037Z] PASS
20:31:56 [2021-02-01T20:31:56.037Z] coverage: 46.6% of statements
20:31:56 [2021-02-01T20:31:56.037Z] ok  	github.com/docker/docker/builder/dockerfile	0.200s	coverage: 46.6% of statements
20:31:56 [2021-02-01T20:31:56.037Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
20:32:02 [2021-02-01T20:32:02.146Z] --- PASS: TestDockerExternalVolumeSuite (437.55s)
20:32:02 [2021-02-01T20:32:02.146Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.59s)
20:32:02 [2021-02-01T20:32:02.147Z]         docker_cli_external_volume_driver_test.go:53: [db8bcd48078f8] daemon is not started
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.22s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s)
20:32:02 [2021-02-01T20:32:02.147Z]         docker_cli_external_volume_driver_test.go:53: [d43fb9ad4e52a] daemon is not started
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s)
20:32:02 [2021-02-01T20:32:02.147Z]         docker_cli_external_volume_driver_test.go:53: [df5999c531f87] daemon is not started
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
20:32:02 [2021-02-01T20:32:02.147Z]         docker_cli_external_volume_driver_test.go:53: [ddfd1bb3a9ff7] daemon is not started
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.27s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.22s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.75s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.24s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.31s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.90s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.20s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.78s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.12s)
20:32:02 [2021-02-01T20:32:02.147Z]         docker_cli_external_volume_driver_test.go:485: [d9c8c1a2ba856] daemon is not started
20:32:02 [2021-02-01T20:32:02.147Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
20:32:02 [2021-02-01T20:32:02.147Z]         docker_cli_external_volume_driver_test.go:53: [d0c957005f941] daemon is not started
20:32:02 [2021-02-01T20:32:02.147Z] PASS
20:32:02 [2021-02-01T20:32:02.147Z] 
20:32:02 [2021-02-01T20:32:02.147Z] === Skipped
20:32:02 [2021-02-01T20:32:02.147Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s)
20:32:02 [2021-02-01T20:32:02.147Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
20:32:02 [2021-02-01T20:32:02.147Z]         check_test.go:309: [d8c2f3bb3a228] daemon is not started
20:32:02 [2021-02-01T20:32:02.147Z] 
20:32:02 [2021-02-01T20:32:02.147Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
20:32:02 [2021-02-01T20:32:02.147Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
20:32:02 [2021-02-01T20:32:02.147Z]         check_test.go:309: [d32908e0efbee] daemon is not started
20:32:02 [2021-02-01T20:32:02.147Z] 
20:32:02 [2021-02-01T20:32:02.147Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
20:32:02 [2021-02-01T20:32:02.147Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
20:32:02 [2021-02-01T20:32:02.147Z]         check_test.go:309: [dacb99701906b] daemon is not started
20:32:02 [2021-02-01T20:32:02.147Z] 
20:32:02 [2021-02-01T20:32:02.147Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
20:32:02 [2021-02-01T20:32:02.147Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
20:32:02 [2021-02-01T20:32:02.147Z] 
20:32:02 [2021-02-01T20:32:02.147Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
20:32:02 [2021-02-01T20:32:02.147Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
20:32:02 [2021-02-01T20:32:02.147Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
20:32:02 [2021-02-01T20:32:02.147Z] 
20:32:02 [2021-02-01T20:32:02.147Z] 
20:32:02 [2021-02-01T20:32:02.147Z] DONE 273 tests, 5 skipped in 2410.634s
20:32:02 [2021-02-01T20:32:02.147Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:32:02 [2021-02-01T20:32:02.147Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d7ae009ba081e/docker.pid
20:32:02 [2021-02-01T20:32:02.147Z] +++ kill 14070
20:32:02 [2021-02-01T20:32:02.147Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14070 is not a child of this shell
20:32:02 [2021-02-01T20:32:02.147Z] warning: PID 14070 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d7ae009ba081e/docker.pid had a nonzero exit code
20:32:02 [2021-02-01T20:32:02.147Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d7ae009ba081e/root: target is busy.
20:32:02 [2021-02-01T20:32:02.147Z] ++++ cat bundles/test-integration/docker.pid
20:32:02 [2021-02-01T20:32:02.147Z] +++ kill 12905
20:32:03 [2021-02-01T20:32:03.080Z] +++ /etc/init.d/apparmor stop
20:32:03 [2021-02-01T20:32:03.080Z] Leaving: AppArmorNo profiles have been unloaded.
20:32:03 [2021-02-01T20:32:03.080Z] 
20:32:03 [2021-02-01T20:32:03.080Z] Unloading profiles will leave already running processes permanently
20:32:03 [2021-02-01T20:32:03.080Z] unconfined, which can lead to unexpected situations.
20:32:03 [2021-02-01T20:32:03.080Z] 
20:32:03 [2021-02-01T20:32:03.080Z] To set a process to complain mode, use the command line tool
20:32:03 [2021-02-01T20:32:03.080Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:32:03 [2021-02-01T20:32:03.080Z] +++ true
20:32:03 [2021-02-01T20:32:03.080Z] exiting test-integration
20:32:03 [2021-02-01T20:32:03.080Z] ++ exit 0
20:32:03 [2021-02-01T20:32:03.080Z] 
20:32:03 [2021-02-01T20:32:03.339Z] + exit 0
20:32:03 [2021-02-01T20:32:03.339Z] ++ jobs -p
20:32:03 [2021-02-01T20:32:03.339Z] + pids=
20:32:03 [2021-02-01T20:32:03.339Z] + echo 'Remaining pids to kill: []'
20:32:03 [2021-02-01T20:32:03.339Z] Remaining pids to kill: []
20:32:03 [2021-02-01T20:32:03.339Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
20:32:03 [2021-02-01T20:32:03.352Z] Recording test results
20:32:04 [2021-02-01T20:32:04.719Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:32:05 [2021-02-01T20:32:05.028Z] + echo Ensuring container killed.
20:32:05 [2021-02-01T20:32:05.028Z] Ensuring container killed.
20:32:05 [2021-02-01T20:32:05.028Z] + docker ps -aq -f name=docker-pr4-*
20:32:05 [2021-02-01T20:32:05.028Z] + cids=3edf6dba5421
20:32:05 [2021-02-01T20:32:05.028Z] 0ac6aaf1aafc
20:32:05 [2021-02-01T20:32:05.028Z] ce1b8ac875ee
20:32:05 [2021-02-01T20:32:05.028Z] + [ -n 3edf6dba5421
20:32:05 [2021-02-01T20:32:05.028Z] 0ac6aaf1aafc
20:32:05 [2021-02-01T20:32:05.028Z] ce1b8ac875ee ]
20:32:05 [2021-02-01T20:32:05.028Z] + docker rm -vf 3edf6dba5421 0ac6aaf1aafc ce1b8ac875ee
20:32:05 [2021-02-01T20:32:05.963Z] 3edf6dba5421
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestCheckpointCreateError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestCheckpointCreateError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestCheckpointCreate
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestCheckpointCreate (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestCheckpointDeleteError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestCheckpointDeleteError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestCheckpointDelete
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestCheckpointDelete (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestCheckpointListError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestCheckpointListError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestCheckpointList
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestCheckpointList (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestCheckpointListContainerNotFound
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestNewClientWithOpsFromEnv
20:32:06 [2021-02-01T20:32:06.588Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z]     client_test.go:23: runtime.GOOS == "windows"
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestGetAPIPath
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestGetAPIPath (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestParseHostURL
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestParseHostURL (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestNegotiateAPIVersionEmpty
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestNegotiateAPIVersion
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestNegotiateAPIVersion (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestNegotiateAPVersionOverride
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestNegotiateAPIVersionAutomatic
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestClientRedirect
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestClientRedirect (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigCreateUnsupported
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigCreateUnsupported (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigCreateError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigCreateError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigCreate
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigCreate (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigInspectNotFound
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigInspectNotFound (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigInspectWithEmptyID
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigInspectUnsupported
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigInspectUnsupported (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigInspectError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigInspectError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigInspectConfigNotFound
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigInspect
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigInspect (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigListUnsupported
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigListUnsupported (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigListError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigListError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigList
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigList (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigRemoveUnsupported
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigRemoveError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigRemoveError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigRemove
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigRemove (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigUpdateUnsupported
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigUpdateError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigUpdateError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestConfigUpdate
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestConfigUpdate (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerCommitError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerCommitError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerCommit
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerCommit (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerStatPathError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerStatPathError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerStatPathNotFoundError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerStatPathNoHeaderError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerStatPath
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerStatPath (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestCopyToContainerError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestCopyToContainerError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestCopyToContainerNotFoundError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestCopyToContainerNotStatusOKError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestCopyToContainer
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestCopyToContainer (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestCopyFromContainerError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestCopyFromContainerError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestCopyFromContainerNotFoundError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestCopyFromContainerNotStatusOKError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestCopyFromContainerNoHeaderError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestCopyFromContainer
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestCopyFromContainer (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerCreateError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerCreateError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerCreateImageNotFound
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerCreateWithName
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerCreateWithName (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerCreateAutoRemove
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerDiffError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerDiffError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerDiff
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerDiff (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerExecCreateError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerExecCreateError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerExecCreate
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerExecCreate (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerExecStartError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerExecStartError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerExecStart
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerExecStart (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerExecInspectError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerExecInspectError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerExecInspect
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerExecInspect (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerExportError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerExportError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerExport
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerExport (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerInspectError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerInspectError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerInspectContainerNotFound
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerInspectWithEmptyID
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerInspect
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerInspect (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerInspectNode
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerInspectNode (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerKillError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerKillError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerKill
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerKill (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerListError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerListError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerList
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerList (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerLogsNotFoundError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerLogsError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerLogsError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerLogs
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerLogs (0.12s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerPauseError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerPauseError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerPause
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerPause (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainersPruneError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainersPruneError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainersPrune
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainersPrune (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerRemoveError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerRemoveError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerRemoveNotFoundError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerRemove
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerRemove (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerRenameError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerRenameError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerRename
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerRename (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerResizeError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerResizeError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerExecResizeError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerExecResizeError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerResize
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerResize (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerExecResize
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerExecResize (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerRestartError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerRestartError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerRestart
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerRestart (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerStartError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerStartError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerStart
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerStart (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerStatsError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerStatsError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerStats
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerStats (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerStopError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerStopError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerStop
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerStop (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerTopError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerTopError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerTop
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerTop (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerUnpauseError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerUnpauseError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerUnpause
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerUnpause (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerUpdateError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerUpdateError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerUpdate
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerUpdate (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerWaitError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerWaitError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestContainerWait
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestContainerWait (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestDiskUsageError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestDiskUsageError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestDiskUsage
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestDiskUsage (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestDistributionInspectUnsupported
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestDistributionInspectWithEmptyID
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestEventsErrorInOptions
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestEventsErrorInOptions (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestEventsErrorFromServer
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestEventsErrorFromServer (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestEvents
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestEvents (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestTLSCloseWriter
20:32:06 [2021-02-01T20:32:06.588Z] === PAUSE TestTLSCloseWriter
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageBuildError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageBuildError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageBuild
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageBuild (0.01s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestGetDockerOS
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestGetDockerOS (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageCreateError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageCreateError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageCreate
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageCreate (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageHistoryError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageHistoryError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageHistory
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageHistory (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageImportError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageImportError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageImport
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageImport (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageInspectError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageInspectError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageInspectImageNotFound
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageInspectImageNotFound (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageInspectWithEmptyID
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageInspect
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageInspect (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageListError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageListError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageList
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageList (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageListApiBefore125
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageListApiBefore125 (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageLoadError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageLoadError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImageLoad
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImageLoad (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImagesPruneError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImagesPruneError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImagesPrune
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImagesPrune (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImagePullReferenceParseError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImagePullReferenceParseError (0.00s)
20:32:06 [2021-02-01T20:32:06.588Z] === RUN   TestImagePullAnyError
20:32:06 [2021-02-01T20:32:06.588Z] --- PASS: TestImagePullAnyError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImagePullStatusUnauthorizedError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImagePullWithPrivilegedFuncNoError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImagePullWithoutErrors
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImagePullWithoutErrors (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImagePushReferenceError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImagePushReferenceError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImagePushAnyError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImagePushAnyError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImagePushStatusUnauthorizedError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImagePushWithPrivilegedFuncNoError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImagePushWithoutErrors
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImagePushWithoutErrors (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImageRemoveError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImageRemoveError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImageRemoveImageNotFound
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImageRemove
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImageRemove (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImageSaveError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImageSaveError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImageSave
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImageSave (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImageSearchAnyError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImageSearchAnyError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImageSearchStatusUnauthorizedError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImageSearchWithoutErrors
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImageTagError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImageTagError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImageTagInvalidReference
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImageTagInvalidReference (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImageTagInvalidSourceImageName
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImageTagHexSource
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImageTagHexSource (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestImageTag
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestImageTag (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestInfoServerError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestInfoServerError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestInfoInvalidResponseJSONError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestInfo
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestInfo (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworkConnectError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworkConnectError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworkConnect
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworkConnect (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworkCreateError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworkCreateError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworkCreate
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworkCreate (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworkDisconnectError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworkDisconnectError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworkDisconnect
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworkDisconnect (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworkInspectError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworkInspectError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworkInspectNotFoundError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworkInspectWithEmptyID
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworkInspect
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworkInspect (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworkListError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworkListError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworkList
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworkList (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworksPruneError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworksPruneError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworksPrune
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworksPrune (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworkRemoveError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworkRemoveError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNetworkRemove
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNetworkRemove (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNodeInspectError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNodeInspectError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNodeInspectNodeNotFound
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNodeInspectWithEmptyID
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNodeInspect
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNodeInspect (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNodeListError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNodeListError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNodeList
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNodeList (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNodeRemoveError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNodeRemoveError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNodeRemove
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNodeRemove (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNodeUpdateError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNodeUpdateError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestNodeUpdate
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestNodeUpdate (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestOptionWithTimeout
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestOptionWithTimeout (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPingFail
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPingFail (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPingWithError
20:32:06 [2021-02-01T20:32:06.589Z] 2021/02/01 20:32:05 RoundTripper returned a response & error; ignoring response
20:32:06 [2021-02-01T20:32:06.589Z] 2021/02/01 20:32:05 RoundTripper returned a response & error; ignoring response
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPingWithError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPingSuccess
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPingSuccess (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPingHeadFallback
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPingHeadFallback/OK
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPingHeadFallback/Internal_Server_Error
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPingHeadFallback/Not_Found
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPingHeadFallback (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPluginDisableError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPluginDisableError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPluginDisable
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPluginDisable (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPluginEnableError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPluginEnableError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPluginEnable
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPluginEnable (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPluginInspectError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPluginInspectError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPluginInspectWithEmptyID
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPluginInspect
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPluginInspect (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPluginListError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPluginListError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPluginList
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPluginList (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPluginPushError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPluginPushError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPluginPush
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPluginPush (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPluginRemoveError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPluginRemoveError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPluginRemove
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPluginRemove (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPluginSetError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPluginSetError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPluginSet
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPluginSet (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSetHostHeader
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSetHostHeader (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestPlainTextError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestPlainTextError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestInfiniteError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestInfiniteError (0.01s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretCreateUnsupported
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretCreateUnsupported (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretCreateError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretCreateError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretCreate
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretCreate (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretInspectUnsupported
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretInspectUnsupported (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretInspectError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretInspectError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretInspectSecretNotFound
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretInspectWithEmptyID
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretInspect
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretInspect (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretListUnsupported
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretListUnsupported (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretListError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretListError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretList
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretList (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretRemoveUnsupported
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretRemoveError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretRemoveError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretRemove
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretRemove (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretUpdateUnsupported
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretUpdateError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretUpdateError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSecretUpdate
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSecretUpdate (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceCreateError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceCreateError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceCreate
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceCreate (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceCreateCompatiblePlatforms
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceCreateDigestPinning
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceInspectError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceInspectError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceInspectServiceNotFound
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceInspectWithEmptyID
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceInspect
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceInspect (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceListError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceListError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceList
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceList (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceLogsError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceLogsError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceLogs
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceLogs (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceRemoveError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceRemoveError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceRemoveNotFoundError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceRemove
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceRemove (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceUpdateError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceUpdateError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestServiceUpdate
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestServiceUpdate (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSwarmGetUnlockKeyError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSwarmGetUnlockKey
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSwarmInitError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSwarmInitError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSwarmInit
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSwarmInit (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSwarmInspectError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSwarmInspectError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSwarmInspect
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSwarmInspect (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSwarmJoinError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSwarmJoinError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSwarmJoin
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSwarmJoin (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSwarmLeaveError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSwarmLeaveError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSwarmLeave
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSwarmLeave (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSwarmUnlockError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSwarmUnlockError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSwarmUnlock
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSwarmUnlock (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSwarmUpdateError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSwarmUpdateError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestSwarmUpdate
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestSwarmUpdate (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestTaskInspectError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestTaskInspectError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestTaskInspectWithEmptyID
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestTaskInspect
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestTaskInspect (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestTaskListError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestTaskListError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestTaskList
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestTaskList (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestVolumeCreateError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestVolumeCreateError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestVolumeCreate
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestVolumeCreate (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestVolumeInspectError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestVolumeInspectError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestVolumeInspectNotFound
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestVolumeInspectNotFound (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestVolumeInspectWithEmptyID
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestVolumeInspect
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestVolumeInspect (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestVolumeListError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestVolumeListError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestVolumeList
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestVolumeList (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestVolumeRemoveError
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestVolumeRemoveError (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === RUN   TestVolumeRemove
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestVolumeRemove (0.00s)
20:32:06 [2021-02-01T20:32:06.589Z] === CONT  TestTLSCloseWriter
20:32:06 [2021-02-01T20:32:06.589Z] --- PASS: TestTLSCloseWriter (0.01s)
20:32:06 [2021-02-01T20:32:06.589Z] PASS
20:32:06 [2021-02-01T20:32:06.589Z] coverage: 74.9% of statements
20:32:06 [2021-02-01T20:32:06.589Z] ok  	github.com/docker/docker/client	0.435s	coverage: 74.9% of statements
20:32:07 [2021-02-01T20:32:07.340Z] 0ac6aaf1aafc
20:32:07 [2021-02-01T20:32:07.340Z] ce1b8ac875ee
[Pipeline] sh
20:32:07 [2021-02-01T20:32:07.620Z] + echo Chowning /workspace to jenkins user
20:32:07 [2021-02-01T20:32:07.620Z] Chowning /workspace to jenkins user
20:32:07 [2021-02-01T20:32:07.620Z] + id -u
20:32:07 [2021-02-01T20:32:07.620Z] + id -g
20:32:07 [2021-02-01T20:32:07.620Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41955:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:32:11 [2021-02-01T20:32:11.197Z] + bundleName=amd64
20:32:11 [2021-02-01T20:32:11.197Z] + echo Creating amd64-bundles.tar.gz
20:32:11 [2021-02-01T20:32:11.197Z] Creating amd64-bundles.tar.gz
20:32:11 [2021-02-01T20:32:11.197Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
20:32:11 [2021-02-01T20:32:11.197Z] + xargs tar -czf amd64-bundles.tar.gz
[Pipeline] archiveArtifacts
20:32:12 [2021-02-01T20:32:12.143Z] Archiving artifacts
20:32:13 [2021-02-01T20:32:13.516Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41955/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:32:13 [2021-02-01T20:32:13.824Z] + make clean
20:32:13 [2021-02-01T20:32:13.825Z] docker volume rm -f docker-dev-cache
20:32:13 [2021-02-01T20:32:13.825Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:32:21 [2021-02-01T20:32:21.483Z] --- PASS: TestCheckoutGit (28.23s)
20:32:21 [2021-02-01T20:32:21.483Z] === RUN   TestValidGitTransport
20:32:21 [2021-02-01T20:32:21.483Z] --- PASS: TestValidGitTransport (0.00s)
20:32:21 [2021-02-01T20:32:21.483Z] === RUN   TestGitInvalidRef
20:32:21 [2021-02-01T20:32:21.483Z] --- PASS: TestGitInvalidRef (0.18s)
20:32:21 [2021-02-01T20:32:21.483Z] PASS
20:32:21 [2021-02-01T20:32:21.483Z] coverage: 86.3% of statements
20:32:21 [2021-02-01T20:32:21.483Z] ok  	github.com/docker/docker/builder/remotecontext/git	28.515s	coverage: 86.3% of statements
20:32:21 [2021-02-01T20:32:21.945Z] ?   	github.com/docker/docker/cli	[no test files]
20:32:21 [2021-02-01T20:32:21.945Z] ?   	github.com/docker/docker/cli/config	[no test files]
20:32:29 [2021-02-01T20:32:29.145Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
20:32:29 [2021-02-01T20:32:29.145Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
20:32:29 [2021-02-01T20:32:29.145Z] === RUN   TestLoadDaemonCliConfigWithTLS
20:32:29 [2021-02-01T20:32:29.145Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
20:32:29 [2021-02-01T20:32:29.145Z] === RUN   TestLoadDaemonCliConfigWithConflicts
20:32:29 [2021-02-01T20:32:29.145Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
20:32:29 [2021-02-01T20:32:29.145Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
20:32:29 [2021-02-01T20:32:29.145Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
20:32:29 [2021-02-01T20:32:29.145Z] === RUN   TestLoadDaemonCliWithConflictingLabels
20:32:29 [2021-02-01T20:32:29.145Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
20:32:29 [2021-02-01T20:32:29.145Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
20:32:29 [2021-02-01T20:32:29.145Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
20:32:29 [2021-02-01T20:32:29.145Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
20:32:29 [2021-02-01T20:32:29.145Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s)
20:32:29 [2021-02-01T20:32:29.145Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
20:32:29 [2021-02-01T20:32:29.145Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
20:32:29 [2021-02-01T20:32:29.145Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
20:32:29 [2021-02-01T20:32:29.145Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
20:32:29 [2021-02-01T20:32:29.145Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
20:32:29 [2021-02-01T20:32:29.145Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
20:32:29 [2021-02-01T20:32:29.145Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
20:32:29 [2021-02-01T20:32:29.145Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
20:32:29 [2021-02-01T20:32:29.145Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
20:32:29 [2021-02-01T20:32:29.145Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
20:32:29 [2021-02-01T20:32:29.145Z] === RUN   TestConfigureDaemonLogs
20:32:29 [2021-02-01T20:32:29.145Z] --- PASS: TestConfigureDaemonLogs (0.00s)
20:32:29 [2021-02-01T20:32:29.145Z] === RUN   TestCommonOptionsInstallFlags
20:32:29 [2021-02-01T20:32:29.145Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
20:32:29 [2021-02-01T20:32:29.145Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
20:32:29 [2021-02-01T20:32:29.145Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
20:32:29 [2021-02-01T20:32:29.145Z] PASS
20:32:29 [2021-02-01T20:32:29.145Z] coverage: 18.4% of statements
20:32:29 [2021-02-01T20:32:29.145Z] ok  	github.com/docker/docker/cmd/dockerd	0.350s	coverage: 18.4% of statements
20:32:29 [2021-02-01T20:32:29.606Z] === RUN   TestContainerStopSignal
20:32:29 [2021-02-01T20:32:29.606Z] --- PASS: TestContainerStopSignal (0.00s)
20:32:29 [2021-02-01T20:32:29.606Z] === RUN   TestContainerStopTimeout
20:32:29 [2021-02-01T20:32:29.606Z] --- PASS: TestContainerStopTimeout (0.00s)
20:32:29 [2021-02-01T20:32:29.606Z] === RUN   TestContainerSecretReferenceDestTarget
20:32:29 [2021-02-01T20:32:29.606Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
20:32:29 [2021-02-01T20:32:29.606Z] === RUN   TestContainerLogPathSetForJSONFileLogger
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestContainerLogPathSetForRingLogger
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestReplaceAndAppendEnvVars
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
20:32:29 [2021-02-01T20:32:29.607Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestNewMemoryStore
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestNewMemoryStore (0.00s)
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestAddContainers
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestAddContainers (0.00s)
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestGetContainer
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestGetContainer (0.00s)
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestDeleteContainer
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestDeleteContainer (0.00s)
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestListContainers
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestListContainers (0.00s)
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestFirstContainer
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestFirstContainer (0.00s)
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestApplyAllContainer
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestApplyAllContainer (0.00s)
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestIsValidHealthString
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestIsValidHealthString (0.00s)
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestStateRunStop
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestStateRunStop (0.00s)
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestStateTimeoutWait
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestStateTimeoutWait (0.16s)
20:32:29 [2021-02-01T20:32:29.607Z]     state_test.go:141: Stop callback fired
20:32:29 [2021-02-01T20:32:29.607Z]     state_test.go:165: Stop callback fired
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestIsValidStateString
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestIsValidStateString (0.00s)
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestViewSaveDelete
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestViewSaveDelete (0.05s)
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestViewAll
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestViewAll (0.01s)
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestViewGet
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestViewGet (0.01s)
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestNames
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestNames (0.00s)
20:32:29 [2021-02-01T20:32:29.607Z] === RUN   TestViewWithHealthCheck
20:32:29 [2021-02-01T20:32:29.607Z] --- PASS: TestViewWithHealthCheck (0.02s)
20:32:29 [2021-02-01T20:32:29.607Z] PASS
20:32:29 [2021-02-01T20:32:29.607Z] coverage: 41.6% of statements
20:32:29 [2021-02-01T20:32:29.607Z] ok  	github.com/docker/docker/container	0.391s	coverage: 41.6% of statements
20:32:29 [2021-02-01T20:32:29.607Z] ?   	github.com/docker/docker/container/stream	[no test files]
20:32:29 [2021-02-01T20:32:29.607Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
20:32:29 [2021-02-01T20:32:29.607Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
20:32:29 [2021-02-01T20:32:29.607Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
20:32:31 [2021-02-01T20:32:31.867Z] === RUN   TestPrepare
20:32:31 [2021-02-01T20:32:31.867Z] --- PASS: TestPrepare (0.00s)
20:32:31 [2021-02-01T20:32:31.867Z] === RUN   TestStart
20:32:31 [2021-02-01T20:32:31.867Z] --- PASS: TestStart (0.00s)
20:32:31 [2021-02-01T20:32:31.867Z] === RUN   TestWaitCancel
20:32:31 [2021-02-01T20:32:31.867Z] --- PASS: TestWaitCancel (0.00s)
20:32:31 [2021-02-01T20:32:31.867Z] === RUN   TestWaitDisabled
20:32:31 [2021-02-01T20:32:31.867Z] --- PASS: TestWaitDisabled (0.00s)
20:32:31 [2021-02-01T20:32:31.867Z] === RUN   TestWaitEnabled
20:32:31 [2021-02-01T20:32:31.867Z] --- PASS: TestWaitEnabled (0.00s)
20:32:31 [2021-02-01T20:32:31.867Z] === RUN   TestRemove
20:32:31 [2021-02-01T20:32:31.867Z] --- PASS: TestRemove (0.00s)
20:32:31 [2021-02-01T20:32:31.867Z] PASS
20:32:31 [2021-02-01T20:32:31.867Z] coverage: 65.3% of statements
20:32:31 [2021-02-01T20:32:31.867Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.143s	coverage: 65.3% of statements
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
20:32:34 [2021-02-01T20:32:34.114Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.11s)
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
20:32:34 [2021-02-01T20:32:34.114Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
20:32:34 [2021-02-01T20:32:34.114Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
20:32:34 [2021-02-01T20:32:34.114Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCContainerRuntime
20:32:34 [2021-02-01T20:32:34.114Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
20:32:34 [2021-02-01T20:32:34.114Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCIsolation
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCIsolation/empty
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCIsolation/default
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCIsolation/process
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
20:32:34 [2021-02-01T20:32:34.114Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertFromGRPCIsolation
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertFromGRPCIsolation/default
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertFromGRPCIsolation/process
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
20:32:34 [2021-02-01T20:32:34.114Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCCredentialSpec
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
20:32:34 [2021-02-01T20:32:34.114Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
20:32:34 [2021-02-01T20:32:34.114Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
20:32:34 [2021-02-01T20:32:34.114Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
20:32:34 [2021-02-01T20:32:34.114Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
20:32:34 [2021-02-01T20:32:34.114Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertFromGRPCConfigs
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertFromGRPCConfigs/file
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
20:32:34 [2021-02-01T20:32:34.114Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCConfigs
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCConfigs/file
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
20:32:34 [2021-02-01T20:32:34.114Z] === RUN   TestServiceConvertToGRPCConfigs/none
20:32:34 [2021-02-01T20:32:34.114Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
20:32:34 [2021-02-01T20:32:34.114Z] PASS
20:32:34 [2021-02-01T20:32:34.114Z] coverage: 35.9% of statements
20:32:34 [2021-02-01T20:32:34.114Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.214s	coverage: 35.9% of statements
20:32:35 [2021-02-01T20:32:35.087Z] === RUN   TestNewListSecretsFilters
20:32:35 [2021-02-01T20:32:35.087Z] --- PASS: TestNewListSecretsFilters (0.00s)
20:32:35 [2021-02-01T20:32:35.087Z] === RUN   TestNewListConfigsFilters
20:32:35 [2021-02-01T20:32:35.087Z] --- PASS: TestNewListConfigsFilters (0.00s)
20:32:35 [2021-02-01T20:32:35.087Z] PASS
20:32:35 [2021-02-01T20:32:35.087Z] coverage: 0.5% of statements
20:32:35 [2021-02-01T20:32:35.087Z] ok  	github.com/docker/docker/daemon/cluster	0.753s	coverage: 0.5% of statements
20:32:38 [2021-02-01T20:32:38.864Z] === RUN   TestBuilderGC
20:32:38 [2021-02-01T20:32:38.864Z] --- PASS: TestBuilderGC (0.00s)
20:32:38 [2021-02-01T20:32:38.864Z] === RUN   TestDaemonConfigurationNotFound
20:32:38 [2021-02-01T20:32:38.864Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
20:32:38 [2021-02-01T20:32:38.864Z] === RUN   TestDaemonBrokenConfiguration
20:32:38 [2021-02-01T20:32:38.864Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
20:32:38 [2021-02-01T20:32:38.864Z] === RUN   TestParseClusterAdvertiseSettings
20:32:38 [2021-02-01T20:32:38.864Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
20:32:38 [2021-02-01T20:32:38.864Z] === RUN   TestFindConfigurationConflicts
20:32:38 [2021-02-01T20:32:38.864Z] --- PASS: TestFindConfigurationConflicts (0.00s)
20:32:38 [2021-02-01T20:32:38.864Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
20:32:38 [2021-02-01T20:32:38.864Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
20:32:38 [2021-02-01T20:32:38.864Z] === RUN   TestDaemonConfigurationMergeConflicts
20:32:38 [2021-02-01T20:32:38.864Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
20:32:38 [2021-02-01T20:32:38.864Z] === RUN   TestDaemonConfigurationMergeConcurrent
20:32:38 [2021-02-01T20:32:38.864Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
20:32:38 [2021-02-01T20:32:38.864Z] === RUN   TestDaemonConfigurationMergeConcurrentError
20:32:38 [2021-02-01T20:32:38.864Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
20:32:38 [2021-02-01T20:32:38.864Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
20:32:38 [2021-02-01T20:32:38.864Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
20:32:38 [2021-02-01T20:32:38.864Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
20:32:38 [2021-02-01T20:32:38.864Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
20:32:38 [2021-02-01T20:32:38.864Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
20:32:38 [2021-02-01T20:32:38.864Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
20:32:38 [2021-02-01T20:32:38.864Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s)
20:32:38 [2021-02-01T20:32:38.864Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
20:32:38 [2021-02-01T20:32:38.864Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
20:32:38 [2021-02-01T20:32:38.864Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
20:32:38 [2021-02-01T20:32:38.864Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
20:32:38 [2021-02-01T20:32:38.865Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestFindConfigurationConflictsWithMergedValues
20:32:38 [2021-02-01T20:32:38.865Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfigurationErrors
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
20:32:38 [2021-02-01T20:32:38.865Z] --- PASS: TestValidateConfigurationErrors (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfiguration
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfiguration/with_label
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfiguration/with_dns
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfiguration/with_dns-search
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfiguration/with_max-download-attempts
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestValidateConfiguration/with_node_generic_resources
20:32:38 [2021-02-01T20:32:38.865Z] --- PASS: TestValidateConfiguration (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestModifiedDiscoverySettings
20:32:38 [2021-02-01T20:32:38.865Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestReloadSetConfigFileNotExist
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestDiscoveryOptsErrors
20:32:38 [2021-02-01T20:32:38.865Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestDiscoveryOpts
20:32:38 [2021-02-01T20:32:38.865Z] --- PASS: TestDiscoveryOpts (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z] PASS
20:32:38 [2021-02-01T20:32:38.865Z] coverage: 30.0% of statements
20:32:38 [2021-02-01T20:32:38.865Z] ok  	github.com/docker/docker/daemon/discovery	0.086s	coverage: 30.0% of statements
20:32:38 [2021-02-01T20:32:38.865Z] time="2021-02-01T20:32:38Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
20:32:38 [2021-02-01T20:32:38.865Z] --- PASS: TestReloadSetConfigFileNotExist (0.11s)
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestReloadDefaultConfigNotExist
20:32:38 [2021-02-01T20:32:38.865Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestReloadBadDefaultConfig
20:32:38 [2021-02-01T20:32:38.865Z] time="2021-02-01T20:32:38Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-644860971"
20:32:38 [2021-02-01T20:32:38.865Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestReloadWithConflictingLabels
20:32:38 [2021-02-01T20:32:38.865Z] time="2021-02-01T20:32:38Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-879943566"
20:32:38 [2021-02-01T20:32:38.865Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestReloadWithDuplicateLabels
20:32:38 [2021-02-01T20:32:38.865Z] time="2021-02-01T20:32:38Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-524983189"
20:32:38 [2021-02-01T20:32:38.865Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z] === RUN   TestDaemonConfigurationMerge
20:32:38 [2021-02-01T20:32:38.865Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
20:32:38 [2021-02-01T20:32:38.865Z] PASS
20:32:38 [2021-02-01T20:32:38.865Z] coverage: 79.7% of statements
20:32:38 [2021-02-01T20:32:38.865Z] ok  	github.com/docker/docker/daemon/config	0.354s	coverage: 79.7% of statements
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestVerifyNetworkingConfig
20:32:40 [2021-02-01T20:32:40.426Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestGetContainer
20:32:40 [2021-02-01T20:32:40.426Z] --- PASS: TestGetContainer (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestValidContainerNames
20:32:40 [2021-02-01T20:32:40.426Z] --- PASS: TestValidContainerNames (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestContainerInitDNS
20:32:40 [2021-02-01T20:32:40.426Z] --- SKIP: TestContainerInitDNS (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z]     daemon_test.go:147: root required
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestMerge
20:32:40 [2021-02-01T20:32:40.426Z] --- PASS: TestMerge (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestValidateContainerIsolation
20:32:40 [2021-02-01T20:32:40.426Z] --- PASS: TestValidateContainerIsolation (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestFindNetworkErrorType
20:32:40 [2021-02-01T20:32:40.426Z] --- PASS: TestFindNetworkErrorType (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestEnsureServicesExist
20:32:40 [2021-02-01T20:32:40.426Z] --- PASS: TestEnsureServicesExist (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestEnsureServicesExistErrors
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
20:32:40 [2021-02-01T20:32:40.426Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestContainerDelete
20:32:40 [2021-02-01T20:32:40.426Z] --- PASS: TestContainerDelete (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestContainerDoubleDelete
20:32:40 [2021-02-01T20:32:40.426Z] --- PASS: TestContainerDoubleDelete (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestLogContainerEventCopyLabels
20:32:40 [2021-02-01T20:32:40.426Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestLogContainerEventWithAttributes
20:32:40 [2021-02-01T20:32:40.426Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestNoneHealthcheck
20:32:40 [2021-02-01T20:32:40.426Z] --- PASS: TestNoneHealthcheck (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestHealthStates
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestEventsLog
20:32:40 [2021-02-01T20:32:40.426Z] --- PASS: TestEventsLog (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestEventsLogTimeout
20:32:40 [2021-02-01T20:32:40.426Z] --- PASS: TestEventsLogTimeout (0.00s)
20:32:40 [2021-02-01T20:32:40.426Z] === RUN   TestLogEvents
20:32:40 [2021-02-01T20:32:40.426Z] time="2021-02-01T20:32:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:32:40 [2021-02-01T20:32:40.426Z] time="2021-02-01T20:32:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:32:40 [2021-02-01T20:32:40.426Z] time="2021-02-01T20:32:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:32:40 [2021-02-01T20:32:40.426Z] time="2021-02-01T20:32:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:32:40 [2021-02-01T20:32:40.426Z] time="2021-02-01T20:32:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:32:40 [2021-02-01T20:32:40.426Z] time="2021-02-01T20:32:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:32:40 [2021-02-01T20:32:40.426Z] time="2021-02-01T20:32:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:32:40 [2021-02-01T20:32:40.426Z] time="2021-02-01T20:32:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:32:40 [2021-02-01T20:32:40.426Z] time="2021-02-01T20:32:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:32:40 [2021-02-01T20:32:40.426Z] time="2021-02-01T20:32:40Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestHealthStates (0.11s)
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestMaskURLCredentials
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestMaskURLCredentials (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestGetInspectData
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestGetInspectData (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestFillLicense
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestFillLicense (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestListInvalidFilter
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestListInvalidFilter (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestNameFilter
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestNameFilter (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestLogEvents (0.09s)
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.02s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestDaemonReloadLabels
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestDaemonReloadLabels (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestDaemonReloadMirrors
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestDaemonReloadMirrors (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestDaemonReloadInsecureRegistries
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestDaemonReloadNotAffectOthers
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestDaemonDiscoveryReload
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestLoadBufferedEvents
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestLoadBufferedEvents (0.11s)
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestLoadBufferedEventsOnlyFromPast
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestIgnoreBufferedWhenNoTimes
20:32:40 [2021-02-01T20:32:40.891Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
20:32:40 [2021-02-01T20:32:40.891Z] PASS
20:32:40 [2021-02-01T20:32:40.891Z] coverage: 50.0% of statements
20:32:40 [2021-02-01T20:32:40.891Z] ok  	github.com/docker/docker/daemon/events	0.258s	coverage: 50.0% of statements
20:32:40 [2021-02-01T20:32:40.891Z] === RUN   TestWaitNodeAttachment
20:32:41 [2021-02-01T20:32:41.367Z] --- PASS: TestWaitNodeAttachment (0.40s)
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestIsolationConversion
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestIsolationConversion/default
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestIsolationConversion/process
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestIsolationConversion/hyperv
20:32:41 [2021-02-01T20:32:41.367Z] --- PASS: TestIsolationConversion (0.00s)
20:32:41 [2021-02-01T20:32:41.367Z]     --- PASS: TestIsolationConversion/default (0.00s)
20:32:41 [2021-02-01T20:32:41.367Z]     --- PASS: TestIsolationConversion/process (0.00s)
20:32:41 [2021-02-01T20:32:41.367Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestContainerLabels
20:32:41 [2021-02-01T20:32:41.367Z] --- PASS: TestContainerLabels (0.00s)
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestCredentialSpecConversion
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestCredentialSpecConversion/none
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestCredentialSpecConversion/config
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestCredentialSpecConversion/file
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestCredentialSpecConversion/registry
20:32:41 [2021-02-01T20:32:41.367Z] --- PASS: TestCredentialSpecConversion (0.00s)
20:32:41 [2021-02-01T20:32:41.367Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
20:32:41 [2021-02-01T20:32:41.367Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
20:32:41 [2021-02-01T20:32:41.367Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
20:32:41 [2021-02-01T20:32:41.367Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestControllerValidateMountBind
20:32:41 [2021-02-01T20:32:41.367Z] --- PASS: TestControllerValidateMountBind (0.00s)
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestControllerValidateMountVolume
20:32:41 [2021-02-01T20:32:41.367Z] --- PASS: TestControllerValidateMountVolume (0.00s)
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestControllerValidateMountTarget
20:32:41 [2021-02-01T20:32:41.367Z] --- PASS: TestControllerValidateMountTarget (0.00s)
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestControllerValidateMountTmpfs
20:32:41 [2021-02-01T20:32:41.367Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestControllerValidateMountInvalidType
20:32:41 [2021-02-01T20:32:41.367Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestControllerValidateMountNamedPipe
20:32:41 [2021-02-01T20:32:41.367Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
20:32:41 [2021-02-01T20:32:41.367Z] PASS
20:32:41 [2021-02-01T20:32:41.367Z] coverage: 11.3% of statements
20:32:41 [2021-02-01T20:32:41.367Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.690s	coverage: 11.3% of statements
20:32:41 [2021-02-01T20:32:41.367Z] === RUN   TestIsEmptyDir
20:32:41 [2021-02-01T20:32:41.367Z] --- PASS: TestIsEmptyDir (0.01s)
20:32:41 [2021-02-01T20:32:41.367Z] PASS
20:32:41 [2021-02-01T20:32:41.367Z] coverage: 2.3% of statements
20:32:41 [2021-02-01T20:32:41.367Z] ok  	github.com/docker/docker/daemon/graphdriver	0.083s	coverage: 2.3% of statements
20:32:41 [2021-02-01T20:32:41.831Z] --- PASS: TestDaemonDiscoveryReload (1.02s)
20:32:41 [2021-02-01T20:32:41.831Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
20:32:42 [2021-02-01T20:32:42.359Z] === RUN   TestLinkNaming
20:32:42 [2021-02-01T20:32:42.359Z] --- PASS: TestLinkNaming (0.00s)
20:32:42 [2021-02-01T20:32:42.359Z] === RUN   TestLinkNew
20:32:42 [2021-02-01T20:32:42.359Z] --- PASS: TestLinkNew (0.00s)
20:32:42 [2021-02-01T20:32:42.359Z] === RUN   TestLinkEnv
20:32:42 [2021-02-01T20:32:42.359Z] --- PASS: TestLinkEnv (0.00s)
20:32:42 [2021-02-01T20:32:42.359Z] === RUN   TestLinkMultipleEnv
20:32:42 [2021-02-01T20:32:42.359Z] --- PASS: TestLinkMultipleEnv (0.00s)
20:32:42 [2021-02-01T20:32:42.359Z] === RUN   TestLinkPortRangeEnv
20:32:42 [2021-02-01T20:32:42.359Z] --- PASS: TestLinkPortRangeEnv (0.00s)
20:32:42 [2021-02-01T20:32:42.359Z] PASS
20:32:42 [2021-02-01T20:32:42.359Z] coverage: 93.0% of statements
20:32:42 [2021-02-01T20:32:42.359Z] ok  	github.com/docker/docker/daemon/links	0.037s	coverage: 93.0% of statements
20:32:42 [2021-02-01T20:32:42.359Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.51s)
20:32:42 [2021-02-01T20:32:42.359Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
20:32:42 [2021-02-01T20:32:42.821Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s)
20:32:42 [2021-02-01T20:32:42.821Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
20:32:42 [2021-02-01T20:32:42.821Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
20:32:42 [2021-02-01T20:32:42.821Z]     reload_test.go:520: root required
20:32:42 [2021-02-01T20:32:42.821Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
20:32:42 [2021-02-01T20:32:42.821Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
20:32:42 [2021-02-01T20:32:42.821Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
20:32:42 [2021-02-01T20:32:42.821Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.04s)
20:32:42 [2021-02-01T20:32:42.821Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
20:32:42 [2021-02-01T20:32:42.821Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s)
20:32:42 [2021-02-01T20:32:42.821Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
20:32:42 [2021-02-01T20:32:42.821Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s)
20:32:42 [2021-02-01T20:32:42.821Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
20:32:42 [2021-02-01T20:32:42.821Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
20:32:42 [2021-02-01T20:32:42.821Z] === RUN   TestParseVolumesFrom
20:32:42 [2021-02-01T20:32:42.821Z] --- PASS: TestParseVolumesFrom (0.00s)
20:32:42 [2021-02-01T20:32:42.821Z] PASS
20:32:42 [2021-02-01T20:32:42.821Z] coverage: 9.1% of statements
20:32:42 [2021-02-01T20:32:42.821Z] ok  	github.com/docker/docker/daemon	2.704s	coverage: 9.1% of statements
20:32:42 [2021-02-01T20:32:42.821Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
20:32:42 [2021-02-01T20:32:42.821Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
20:32:42 [2021-02-01T20:32:42.821Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
20:32:42 [2021-02-01T20:32:42.821Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
20:32:42 [2021-02-01T20:32:42.821Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
20:32:42 [2021-02-01T20:32:42.821Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
20:32:42 [2021-02-01T20:32:42.821Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
20:32:42 [2021-02-01T20:32:42.821Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
20:32:42 [2021-02-01T20:32:42.821Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
20:32:42 [2021-02-01T20:32:42.821Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
20:32:42 [2021-02-01T20:32:42.821Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
20:32:42 [2021-02-01T20:32:42.821Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
20:32:42 [2021-02-01T20:32:42.821Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
20:32:42 [2021-02-01T20:32:42.821Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
20:32:42 [2021-02-01T20:32:42.821Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
20:32:44 [2021-02-01T20:32:44.365Z] === RUN   TestAdapterReadLogs
20:32:44 [2021-02-01T20:32:44.365Z] --- PASS: TestAdapterReadLogs (0.00s)
20:32:44 [2021-02-01T20:32:44.365Z] === RUN   TestCopier
20:32:44 [2021-02-01T20:32:44.827Z] --- PASS: TestCopier (0.00s)
20:32:44 [2021-02-01T20:32:44.827Z] === RUN   TestCopierLongLines
20:32:44 [2021-02-01T20:32:44.827Z] --- PASS: TestCopierLongLines (0.00s)
20:32:44 [2021-02-01T20:32:44.827Z] === RUN   TestCopierSlow
20:32:44 [2021-02-01T20:32:44.827Z] --- PASS: TestCopierSlow (0.25s)
20:32:44 [2021-02-01T20:32:44.827Z] === RUN   TestCopierWithSized
20:32:44 [2021-02-01T20:32:44.827Z] === RUN   TestCopierWithSized/as_is
20:32:44 [2021-02-01T20:32:44.827Z] === RUN   TestCopierWithSized/With_RingLogger
20:32:44 [2021-02-01T20:32:44.827Z] --- PASS: TestCopierWithSized (0.01s)
20:32:44 [2021-02-01T20:32:44.827Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
20:32:44 [2021-02-01T20:32:44.827Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.01s)
20:32:44 [2021-02-01T20:32:44.827Z] === RUN   TestCopierWithPartial
20:32:44 [2021-02-01T20:32:44.827Z] --- PASS: TestCopierWithPartial (0.00s)
20:32:44 [2021-02-01T20:32:44.827Z] === RUN   TestRingLogger
20:32:44 [2021-02-01T20:32:44.827Z] --- PASS: TestRingLogger (0.00s)
20:32:44 [2021-02-01T20:32:44.827Z] === RUN   TestRingCap
20:32:44 [2021-02-01T20:32:44.827Z] --- PASS: TestRingCap (0.00s)
20:32:44 [2021-02-01T20:32:44.827Z] === RUN   TestRingClose
20:32:44 [2021-02-01T20:32:44.827Z] --- PASS: TestRingClose (0.00s)
20:32:44 [2021-02-01T20:32:44.827Z] === RUN   TestRingDrain
20:32:44 [2021-02-01T20:32:44.827Z] --- PASS: TestRingDrain (0.00s)
20:32:44 [2021-02-01T20:32:44.827Z] PASS
20:32:44 [2021-02-01T20:32:44.827Z] coverage: 43.5% of statements
20:32:44 [2021-02-01T20:32:44.827Z] ok  	github.com/docker/docker/daemon/logger	0.346s	coverage: 43.5% of statements
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestNewStreamConfig
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestNewStreamConfig/defaults
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestNewStreamConfig/invalid_create_group
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestNewStreamConfig/invalid_flush_interval
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestNewStreamConfig/flush_interval_at_15
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
20:32:45 [2021-02-01T20:32:45.288Z] --- PASS: TestNewStreamConfig (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestNewAWSLogsClientUserAgentHandler
20:32:45 [2021-02-01T20:32:45.288Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
20:32:45 [2021-02-01T20:32:45.288Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestNewAWSLogsClientRegionDetect
20:32:45 [2021-02-01T20:32:45.288Z] time="2021-02-01T20:32:44Z" level=info msg="Trying to get region from EC2 Metadata"
20:32:45 [2021-02-01T20:32:45.288Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.11s)
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestCreateSuccess
20:32:45 [2021-02-01T20:32:45.288Z] --- PASS: TestCreateSuccess (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestCreateLogGroupSuccess
20:32:45 [2021-02-01T20:32:45.288Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestCreateError
20:32:45 [2021-02-01T20:32:45.288Z] --- PASS: TestCreateError (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestCreateAlreadyExists
20:32:45 [2021-02-01T20:32:45.288Z] time="2021-02-01T20:32:44Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
20:32:45 [2021-02-01T20:32:45.288Z] --- PASS: TestCreateAlreadyExists (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestLogClosed
20:32:45 [2021-02-01T20:32:45.288Z] --- PASS: TestLogClosed (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestLogBlocking
20:32:45 [2021-02-01T20:32:45.288Z] --- PASS: TestLogBlocking (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestLogNonBlockingBufferEmpty
20:32:45 [2021-02-01T20:32:45.288Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestLogNonBlockingBufferFull
20:32:45 [2021-02-01T20:32:45.288Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestPublishBatchSuccess
20:32:45 [2021-02-01T20:32:45.288Z] --- PASS: TestPublishBatchSuccess (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestPublishBatchError
20:32:45 [2021-02-01T20:32:45.288Z] time="2021-02-01T20:32:44Z" level=error msg=Error
20:32:45 [2021-02-01T20:32:45.288Z] --- PASS: TestPublishBatchError (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestPublishBatchInvalidSeqSuccess
20:32:45 [2021-02-01T20:32:45.288Z] time="2021-02-01T20:32:44Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
20:32:45 [2021-02-01T20:32:45.288Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
20:32:45 [2021-02-01T20:32:45.288Z] === RUN   TestPublishBatchAlreadyAccepted
20:32:45 [2021-02-01T20:32:45.289Z] time="2021-02-01T20:32:44Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
20:32:45 [2021-02-01T20:32:45.289Z] time="2021-02-01T20:32:44Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestCollectBatchSimple
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestCollectBatchSimple (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestCollectBatchTicker
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestCollectBatchTicker (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestCollectBatchMultilinePattern
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.03s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestCollectBatchClose
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestCollectBatchClose (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestEffectiveLen
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestEffectiveLen/0/Hello
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestEffectiveLen/2/🙃
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestEffectiveLen/3/����
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestEffectiveLen/4/He��o
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestEffectiveLen/5/
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestEffectiveLen (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestFindValidSplit
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestFindValidSplit/0/
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestFindValidSplit/1/Hello
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestFindValidSplit/2/Hello
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestFindValidSplit/3/Hello
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestFindValidSplit/4/🙃
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestFindValidSplit/5/🙃
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestFindValidSplit/6/a�
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestFindValidSplit/7/a�
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestFindValidSplit (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]         cloudwatchlogs_test.go:1044: 
20:32:45 [2021-02-01T20:32:45.289Z]         cloudwatchlogs_test.go:1045: 
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]         cloudwatchlogs_test.go:1044: Hello
20:32:45 [2021-02-01T20:32:45.289Z]         cloudwatchlogs_test.go:1045: 
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]         cloudwatchlogs_test.go:1044: He
20:32:45 [2021-02-01T20:32:45.289Z]         cloudwatchlogs_test.go:1045: llo
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]         cloudwatchlogs_test.go:1044: 
20:32:45 [2021-02-01T20:32:45.289Z]         cloudwatchlogs_test.go:1045: Hello
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]         cloudwatchlogs_test.go:1044: 
20:32:45 [2021-02-01T20:32:45.289Z]         cloudwatchlogs_test.go:1045: 🙃
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]         cloudwatchlogs_test.go:1044: 🙃
20:32:45 [2021-02-01T20:32:45.289Z]         cloudwatchlogs_test.go:1045: 
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]         cloudwatchlogs_test.go:1044: a
20:32:45 [2021-02-01T20:32:45.289Z]         cloudwatchlogs_test.go:1045: �
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]         cloudwatchlogs_test.go:1044: a�
20:32:45 [2021-02-01T20:32:45.289Z]         cloudwatchlogs_test.go:1045: 
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestProcessEventEmoji
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestProcessEventEmoji (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestCollectBatchLineSplit
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestCollectBatchLineSplit (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestCollectBatchLineSplitWithBinary
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestCollectBatchMaxEvents
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestCollectBatchMaxEvents (0.03s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestCollectBatchMaxTotalBytes
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestCollectBatchWithDuplicateTimestamps
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestParseLogOptionsMultilinePattern
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestParseLogOptionsDatetimeFormat
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestCreateTagSuccess
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestCreateTagSuccess (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
20:32:45 [2021-02-01T20:32:45.289Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
20:32:45 [2021-02-01T20:32:45.289Z] PASS
20:32:45 [2021-02-01T20:32:45.289Z] coverage: 77.8% of statements
20:32:45 [2021-02-01T20:32:45.289Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.377s	coverage: 77.8% of statements
20:32:45 [2021-02-01T20:32:45.750Z] === RUN   TestSearchRegistryForImagesErrors
20:32:45 [2021-02-01T20:32:45.750Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
20:32:45 [2021-02-01T20:32:45.750Z] === RUN   TestSearchRegistryForImages
20:32:45 [2021-02-01T20:32:45.750Z] --- PASS: TestSearchRegistryForImages (0.00s)
20:32:45 [2021-02-01T20:32:45.750Z] === RUN   TestImageDelete
20:32:45 [2021-02-01T20:32:45.750Z] === RUN   TestImageDelete/no_lease
20:32:45 [2021-02-01T20:32:45.750Z] === RUN   TestImageDelete/lease_exists
20:32:45 [2021-02-01T20:32:45.750Z] --- PASS: TestImageDelete (0.04s)
20:32:45 [2021-02-01T20:32:45.750Z]     --- PASS: TestImageDelete/no_lease (0.01s)
20:32:45 [2021-02-01T20:32:45.750Z]     --- PASS: TestImageDelete/lease_exists (0.01s)
20:32:45 [2021-02-01T20:32:45.750Z] === RUN   TestContentStoreForPull
20:32:45 [2021-02-01T20:32:45.750Z] --- PASS: TestContentStoreForPull (0.12s)
20:32:45 [2021-02-01T20:32:45.750Z] PASS
20:32:45 [2021-02-01T20:32:45.750Z] coverage: 6.1% of statements
20:32:45 [2021-02-01T20:32:45.750Z] ok  	github.com/docker/docker/daemon/images	0.382s	coverage: 6.1% of statements
20:32:45 [2021-02-01T20:32:45.750Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
20:32:45 [2021-02-01T20:32:45.750Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
20:32:45 [2021-02-01T20:32:45.750Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
20:32:45 [2021-02-01T20:32:45.750Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
20:32:45 [2021-02-01T20:32:45.750Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
20:32:45 [2021-02-01T20:32:45.750Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
20:32:45 [2021-02-01T20:32:45.750Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
20:32:46 [2021-02-01T20:32:46.212Z] === RUN   TestJSONFileLogger
20:32:46 [2021-02-01T20:32:46.212Z] --- PASS: TestJSONFileLogger (0.00s)
20:32:46 [2021-02-01T20:32:46.212Z] === RUN   TestJSONFileLoggerWithTags
20:32:46 [2021-02-01T20:32:46.212Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
20:32:46 [2021-02-01T20:32:46.212Z] === RUN   TestJSONFileLoggerWithOpts
20:32:46 [2021-02-01T20:32:46.212Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
20:32:46 [2021-02-01T20:32:46.212Z] === RUN   TestJSONFileLoggerWithLabelsEnv
20:32:46 [2021-02-01T20:32:46.212Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
20:32:46 [2021-02-01T20:32:46.212Z] === RUN   TestEncodeDecode
20:32:46 [2021-02-01T20:32:46.212Z] === PAUSE TestEncodeDecode
20:32:46 [2021-02-01T20:32:46.212Z] === CONT  TestEncodeDecode
20:32:46 [2021-02-01T20:32:46.212Z] --- PASS: TestEncodeDecode (0.11s)
20:32:46 [2021-02-01T20:32:46.212Z] PASS
20:32:46 [2021-02-01T20:32:46.212Z] coverage: 61.6% of statements
20:32:46 [2021-02-01T20:32:46.212Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.207s	coverage: 61.6% of statements
20:32:46 [2021-02-01T20:32:46.212Z] === RUN   TestJSONLogsMarshalJSONBuf
20:32:46 [2021-02-01T20:32:46.212Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
20:32:46 [2021-02-01T20:32:46.212Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
20:32:46 [2021-02-01T20:32:46.212Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.11s)
20:32:46 [2021-02-01T20:32:46.212Z] === RUN   TestFastTimeMarshalJSON
20:32:46 [2021-02-01T20:32:46.212Z] --- PASS: TestFastTimeMarshalJSON (0.00s)
20:32:46 [2021-02-01T20:32:46.212Z] PASS
20:32:46 [2021-02-01T20:32:46.212Z] coverage: 87.2% of statements
20:32:46 [2021-02-01T20:32:46.212Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.168s	coverage: 87.2% of statements
20:32:47 [2021-02-01T20:32:47.804Z] === RUN   TestWriteLog
20:32:47 [2021-02-01T20:32:47.804Z] === PAUSE TestWriteLog
20:32:47 [2021-02-01T20:32:47.804Z] === RUN   TestReadLog
20:32:47 [2021-02-01T20:32:47.804Z] === PAUSE TestReadLog
20:32:47 [2021-02-01T20:32:47.804Z] === CONT  TestWriteLog
20:32:47 [2021-02-01T20:32:47.804Z] === CONT  TestReadLog
20:32:47 [2021-02-01T20:32:47.804Z] --- PASS: TestWriteLog (0.00s)
20:32:47 [2021-02-01T20:32:47.804Z] === RUN   TestReadLog/tail_exact
20:32:47 [2021-02-01T20:32:47.804Z] === RUN   TestReadLog/tail_less_than_available
20:32:47 [2021-02-01T20:32:47.804Z] === RUN   TestReadLog/tail_more_than_available
20:32:47 [2021-02-01T20:32:47.804Z] --- PASS: TestReadLog (0.11s)
20:32:47 [2021-02-01T20:32:47.804Z]     --- PASS: TestReadLog/tail_exact (0.10s)
20:32:47 [2021-02-01T20:32:47.804Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
20:32:47 [2021-02-01T20:32:47.804Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
20:32:47 [2021-02-01T20:32:47.804Z] PASS
20:32:47 [2021-02-01T20:32:47.804Z] coverage: 75.2% of statements
20:32:47 [2021-02-01T20:32:47.804Z] ok  	github.com/docker/docker/daemon/logger/local	0.275s	coverage: 75.2% of statements
20:32:47 [2021-02-01T20:32:47.804Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
20:32:48 [2021-02-01T20:32:48.291Z] === RUN   TestOpenFileDelete
20:32:48 [2021-02-01T20:32:48.291Z] --- PASS: TestOpenFileDelete (0.00s)
20:32:48 [2021-02-01T20:32:48.291Z] === RUN   TestOpenFileRename
20:32:48 [2021-02-01T20:32:48.291Z] --- PASS: TestOpenFileRename (0.00s)
20:32:48 [2021-02-01T20:32:48.291Z] === RUN   TestParseLogTagDefaultTag
20:32:48 [2021-02-01T20:32:48.291Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
20:32:48 [2021-02-01T20:32:48.291Z] === RUN   TestParseLogTag
20:32:48 [2021-02-01T20:32:48.291Z] --- PASS: TestParseLogTag (0.00s)
20:32:48 [2021-02-01T20:32:48.291Z] === RUN   TestParseLogTagEmptyTag
20:32:48 [2021-02-01T20:32:48.291Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
20:32:48 [2021-02-01T20:32:48.291Z] === RUN   TestTailFiles
20:32:48 [2021-02-01T20:32:48.291Z] --- PASS: TestTailFiles (0.00s)
20:32:48 [2021-02-01T20:32:48.291Z] === RUN   TestFollowLogsConsumerGone
20:32:48 [2021-02-01T20:32:48.291Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
20:32:48 [2021-02-01T20:32:48.291Z] === RUN   TestFollowLogsProducerGone
20:32:48 [2021-02-01T20:32:48.291Z] --- PASS: TestFollowLogsProducerGone (0.00s)
20:32:48 [2021-02-01T20:32:48.291Z]     logfile_test.go:232: messages sent: 4098, received: 4098
20:32:48 [2021-02-01T20:32:48.291Z]     logfile_test.go:179: logDecode() closed after sending 4098 messages
20:32:48 [2021-02-01T20:32:48.291Z] === RUN   TestCheckCapacityAndRotate
20:32:48 [2021-02-01T20:32:48.291Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
20:32:48 [2021-02-01T20:32:48.291Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
20:32:48 [2021-02-01T20:32:48.291Z] === RUN   TestLog
20:32:48 [2021-02-01T20:32:48.291Z] --- PASS: TestLog (0.01s)
20:32:48 [2021-02-01T20:32:48.291Z] PASS
20:32:48 [2021-02-01T20:32:48.291Z] coverage: 31.5% of statements
20:32:48 [2021-02-01T20:32:48.291Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.062s	coverage: 31.5% of statements
20:32:48 [2021-02-01T20:32:48.753Z] --- PASS: TestCheckCapacityAndRotate (0.13s)
20:32:48 [2021-02-01T20:32:48.753Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
20:32:48 [2021-02-01T20:32:48.753Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s)
20:32:48 [2021-02-01T20:32:48.753Z] PASS
20:32:48 [2021-02-01T20:32:48.753Z] coverage: 55.3% of statements
20:32:48 [2021-02-01T20:32:48.753Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.307s	coverage: 55.3% of statements
20:32:49 [2021-02-01T20:32:49.214Z] === RUN   TestValidateLogOpt
20:32:49 [2021-02-01T20:32:49.214Z] --- PASS: TestValidateLogOpt (0.00s)
20:32:49 [2021-02-01T20:32:49.214Z] === RUN   TestNewMissedConfig
20:32:49 [2021-02-01T20:32:49.214Z] --- PASS: TestNewMissedConfig (0.00s)
20:32:49 [2021-02-01T20:32:49.214Z] === RUN   TestNewMissedUrl
20:32:49 [2021-02-01T20:32:49.214Z] --- PASS: TestNewMissedUrl (0.00s)
20:32:49 [2021-02-01T20:32:49.214Z] === RUN   TestNewMissedToken
20:32:49 [2021-02-01T20:32:49.214Z] --- PASS: TestNewMissedToken (0.00s)
20:32:49 [2021-02-01T20:32:49.214Z] === RUN   TestNewWithProxy
20:32:49 [2021-02-01T20:32:49.214Z] --- PASS: TestNewWithProxy (0.00s)
20:32:49 [2021-02-01T20:32:49.214Z] === RUN   TestDefault
20:32:49 [2021-02-01T20:32:49.214Z] --- PASS: TestDefault (0.01s)
20:32:49 [2021-02-01T20:32:49.214Z] === RUN   TestInlineFormatWithNonDefaultOptions
20:32:49 [2021-02-01T20:32:49.214Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
20:32:49 [2021-02-01T20:32:49.214Z] === RUN   TestJsonFormat
20:32:49 [2021-02-01T20:32:49.214Z] --- PASS: TestJsonFormat (0.03s)
20:32:49 [2021-02-01T20:32:49.214Z] === RUN   TestRawFormat
20:32:49 [2021-02-01T20:32:49.214Z] --- PASS: TestRawFormat (0.00s)
20:32:49 [2021-02-01T20:32:49.214Z] === RUN   TestRawFormatWithLabels
20:32:49 [2021-02-01T20:32:49.214Z] --- PASS: TestRawFormatWithLabels (0.00s)
20:32:49 [2021-02-01T20:32:49.214Z] === RUN   TestRawFormatWithoutTag
20:32:49 [2021-02-01T20:32:49.214Z] --- PASS: TestRawFormatWithoutTag (0.00s)
20:32:49 [2021-02-01T20:32:49.214Z] === RUN   TestBatching
20:32:49 [2021-02-01T20:32:49.214Z] --- PASS: TestBatching (0.29s)
20:32:49 [2021-02-01T20:32:49.214Z] === RUN   TestFrequency
20:32:49 [2021-02-01T20:32:49.676Z] === RUN   TestNewParse
20:32:49 [2021-02-01T20:32:49.676Z] --- PASS: TestNewParse (0.00s)
20:32:49 [2021-02-01T20:32:49.676Z] PASS
20:32:49 [2021-02-01T20:32:49.676Z] coverage: 8.3% of statements
20:32:49 [2021-02-01T20:32:49.676Z] ok  	github.com/docker/docker/daemon/logger/templates	0.043s	coverage: 8.3% of statements
20:32:49 [2021-02-01T20:32:49.676Z] --- PASS: TestFrequency (0.18s)
20:32:49 [2021-02-01T20:32:49.676Z] === RUN   TestOneMessagePerRequest
20:32:49 [2021-02-01T20:32:49.676Z] --- PASS: TestOneMessagePerRequest (0.00s)
20:32:49 [2021-02-01T20:32:49.676Z] === RUN   TestVerify
20:32:49 [2021-02-01T20:32:49.676Z] --- PASS: TestVerify (0.00s)
20:32:49 [2021-02-01T20:32:49.676Z] === RUN   TestSkipVerify
20:32:49 [2021-02-01T20:32:49.676Z] time="2021-02-01T20:32:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:32:49 [2021-02-01T20:32:49.676Z] time="2021-02-01T20:32:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:32:49 [2021-02-01T20:32:49.676Z] time="2021-02-01T20:32:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:32:49 [2021-02-01T20:32:49.676Z] time="2021-02-01T20:32:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:32:50 [2021-02-01T20:32:50.137Z] === RUN   TestParseLogFormat
20:32:50 [2021-02-01T20:32:50.137Z] --- PASS: TestParseLogFormat (0.00s)
20:32:50 [2021-02-01T20:32:50.137Z] === RUN   TestValidateLogOptEmpty
20:32:50 [2021-02-01T20:32:50.137Z] --- PASS: TestValidateLogOptEmpty (0.00s)
20:32:50 [2021-02-01T20:32:50.137Z] === RUN   TestValidateSyslogAddress
20:32:50 [2021-02-01T20:32:50.137Z] --- PASS: TestValidateSyslogAddress (0.00s)
20:32:50 [2021-02-01T20:32:50.137Z] === RUN   TestParseAddressDefaultPort
20:32:50 [2021-02-01T20:32:50.137Z] --- PASS: TestParseAddressDefaultPort (0.00s)
20:32:50 [2021-02-01T20:32:50.137Z] === RUN   TestValidateSyslogFacility
20:32:50 [2021-02-01T20:32:50.137Z] --- PASS: TestValidateSyslogFacility (0.00s)
20:32:50 [2021-02-01T20:32:50.137Z] === RUN   TestValidateLogOptSyslogFormat
20:32:50 [2021-02-01T20:32:50.137Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
20:32:50 [2021-02-01T20:32:50.137Z] === RUN   TestValidateLogOpt
20:32:50 [2021-02-01T20:32:50.137Z] --- PASS: TestValidateLogOpt (0.00s)
20:32:50 [2021-02-01T20:32:50.137Z] PASS
20:32:50 [2021-02-01T20:32:50.137Z] coverage: 46.8% of statements
20:32:50 [2021-02-01T20:32:50.137Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.111s	coverage: 46.8% of statements
20:32:50 [2021-02-01T20:32:50.137Z] --- PASS: TestSkipVerify (0.51s)
20:32:50 [2021-02-01T20:32:50.137Z] === RUN   TestBufferMaximum
20:32:50 [2021-02-01T20:32:50.137Z] time="2021-02-01T20:32:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:32:50 [2021-02-01T20:32:50.137Z] time="2021-02-01T20:32:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:32:50 [2021-02-01T20:32:50.137Z] time="2021-02-01T20:32:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:32:50 [2021-02-01T20:32:50.137Z] time="2021-02-01T20:32:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:32:50 [2021-02-01T20:32:50.137Z] time="2021-02-01T20:32:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:32:50 [2021-02-01T20:32:50.137Z] time="2021-02-01T20:32:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1612211569.795439\",\"host\":\"3289080655c6\"}'"
20:32:50 [2021-02-01T20:32:50.137Z] time="2021-02-01T20:32:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1612211569.795439\",\"host\":\"3289080655c6\"}'"
20:32:50 [2021-02-01T20:32:50.137Z] --- PASS: TestBufferMaximum (0.00s)
20:32:50 [2021-02-01T20:32:50.137Z] === RUN   TestServerAlwaysDown
20:32:50 [2021-02-01T20:32:50.137Z] time="2021-02-01T20:32:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:32:50 [2021-02-01T20:32:50.137Z] time="2021-02-01T20:32:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:32:50 [2021-02-01T20:32:50.137Z] time="2021-02-01T20:32:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1612211569.798435\",\"host\":\"3289080655c6\"}'"
20:32:50 [2021-02-01T20:32:50.137Z] time="2021-02-01T20:32:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1612211569.798435\",\"host\":\"3289080655c6\"}'"
20:32:50 [2021-02-01T20:32:50.137Z] time="2021-02-01T20:32:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:32:50 [2021-02-01T20:32:50.137Z] time="2021-02-01T20:32:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1612211569.798435\",\"host\":\"3289080655c6\"}'"
20:32:50 [2021-02-01T20:32:50.137Z] time="2021-02-01T20:32:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1612211569.799426\",\"host\":\"3289080655c6\"}'"
20:32:50 [2021-02-01T20:32:50.137Z] time="2021-02-01T20:32:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1612211569.799426\",\"host\":\"3289080655c6\"}'"
20:32:50 [2021-02-01T20:32:50.137Z] --- PASS: TestServerAlwaysDown (0.00s)
20:32:50 [2021-02-01T20:32:50.137Z] === RUN   TestCannotSendAfterClose
20:32:50 [2021-02-01T20:32:50.137Z] --- PASS: TestCannotSendAfterClose (0.00s)
20:32:50 [2021-02-01T20:32:50.137Z] === RUN   TestDeadlockOnBlockedEndpoint
20:32:51 [2021-02-01T20:32:51.156Z] time="2021-02-01T20:32:50Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49201/services/collector/event/1.0: context deadline exceeded" module=logger/splunk
20:32:51 [2021-02-01T20:32:51.156Z] time="2021-02-01T20:32:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"3289080655c6\"}'"
20:32:51 [2021-02-01T20:32:51.156Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.02s)
20:32:51 [2021-02-01T20:32:51.156Z] PASS
20:32:51 [2021-02-01T20:32:51.156Z] coverage: 82.5% of statements
20:32:51 [2021-02-01T20:32:51.156Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.133s	coverage: 82.5% of statements
20:32:51 [2021-02-01T20:32:51.156Z] ?   	github.com/docker/docker/daemon/names	[no test files]
20:32:51 [2021-02-01T20:32:51.156Z] ?   	github.com/docker/docker/daemon/network	[no test files]
20:32:51 [2021-02-01T20:32:51.156Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestV1IDService
20:32:52 [2021-02-01T20:32:52.129Z] --- PASS: TestV1IDService (0.02s)
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestV2MetadataService
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestContinueOnError_NonMirrorEndpoint
20:32:52 [2021-02-01T20:32:52.129Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestContinueOnError_MirrorEndpoint
20:32:52 [2021-02-01T20:32:52.129Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestContinueOnError_NeverContinue
20:32:52 [2021-02-01T20:32:52.129Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestContinueOnError_UnnestsErrors
20:32:52 [2021-02-01T20:32:52.129Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s)
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestManifestStore
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestManifestStore/no_remote_or_local
20:32:52 [2021-02-01T20:32:52.129Z] time="2021-02-01T20:32:51Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local795697591\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestManifestStore/no_local_cache
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestManifestStore/with_local_cache
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestManifestStore/unknown_media_type
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestManifestStore/unknown_media_type/no_cache
20:32:52 [2021-02-01T20:32:52.129Z] time="2021-02-01T20:32:51Z" level=warning msg="reference for unknown type: "
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestSuccessfulDownload
20:32:52 [2021-02-01T20:32:52.129Z] --- SKIP: TestSuccessfulDownload (0.00s)
20:32:52 [2021-02-01T20:32:52.129Z]     download_test.go:268: Needs fixing on Windows
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestCancelledDownload
20:32:52 [2021-02-01T20:32:52.129Z] time="2021-02-01T20:32:51Z" level=warning msg="reference for unknown type: "
20:32:52 [2021-02-01T20:32:52.129Z] --- PASS: TestCancelledDownload (0.01s)
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestMaxDownloadAttempts
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
20:32:52 [2021-02-01T20:32:52.129Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
20:32:52 [2021-02-01T20:32:52.129Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
20:32:52 [2021-02-01T20:32:52.129Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
20:32:52 [2021-02-01T20:32:52.129Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
20:32:52 [2021-02-01T20:32:52.129Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
20:32:52 [2021-02-01T20:32:52.129Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
20:32:52 [2021-02-01T20:32:52.129Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
20:32:52 [2021-02-01T20:32:52.129Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestManifestStore/unknown_media_type/with_cache
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
20:32:52 [2021-02-01T20:32:52.129Z] time="2021-02-01T20:32:51Z" level=warning msg="reference for unknown type: "
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
20:32:52 [2021-02-01T20:32:52.129Z] time="2021-02-01T20:32:51Z" level=warning msg="reference for unknown type: "
20:32:52 [2021-02-01T20:32:52.129Z] time="2021-02-01T20:32:51Z" level=warning msg="reference for unknown type: "
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestManifestStore/error_persisting_manifest
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
20:32:52 [2021-02-01T20:32:52.129Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
20:32:52 [2021-02-01T20:32:52.129Z] time="2021-02-01T20:32:51Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
20:32:52 [2021-02-01T20:32:52.129Z] --- PASS: TestManifestStore (0.19s)
20:32:52 [2021-02-01T20:32:52.129Z]     --- PASS: TestManifestStore/no_remote_or_local (0.11s)
20:32:52 [2021-02-01T20:32:52.129Z]     --- PASS: TestManifestStore/no_local_cache (0.02s)
20:32:52 [2021-02-01T20:32:52.129Z]     --- PASS: TestManifestStore/with_local_cache (0.01s)
20:32:52 [2021-02-01T20:32:52.129Z]     --- PASS: TestManifestStore/unknown_media_type (0.04s)
20:32:52 [2021-02-01T20:32:52.129Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s)
20:32:52 [2021-02-01T20:32:52.129Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s)
20:32:52 [2021-02-01T20:32:52.129Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s)
20:32:52 [2021-02-01T20:32:52.129Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s)
20:32:52 [2021-02-01T20:32:52.129Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.01s)
20:32:52 [2021-02-01T20:32:52.129Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
20:32:52 [2021-02-01T20:32:52.130Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s)
20:32:52 [2021-02-01T20:32:52.130Z] === RUN   TestDetectManifestBlobMediaType
20:32:52 [2021-02-01T20:32:52.130Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
20:32:52 [2021-02-01T20:32:52.130Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
20:32:52 [2021-02-01T20:32:52.130Z] === RUN   TestDetectManifestBlobMediaType/schema1
20:32:52 [2021-02-01T20:32:52.130Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
20:32:52 [2021-02-01T20:32:52.130Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
20:32:52 [2021-02-01T20:32:52.130Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
20:32:52 [2021-02-01T20:32:52.130Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
20:32:52 [2021-02-01T20:32:52.130Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
20:32:52 [2021-02-01T20:32:52.130Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
20:32:52 [2021-02-01T20:32:52.130Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
20:32:52 [2021-02-01T20:32:52.130Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
20:32:52 [2021-02-01T20:32:52.130Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
20:32:52 [2021-02-01T20:32:52.130Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
20:32:52 [2021-02-01T20:32:52.130Z] === RUN   TestFixManifestLayers
20:32:52 [2021-02-01T20:32:52.130Z] --- PASS: TestFixManifestLayers (0.00s)
20:32:52 [2021-02-01T20:32:52.130Z] === RUN   TestFixManifestLayersBaseLayerParent
20:32:52 [2021-02-01T20:32:52.130Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
20:32:52 [2021-02-01T20:32:52.130Z]     pull_v2_test.go:73: Needs fixing on Windows
20:32:52 [2021-02-01T20:32:52.130Z] === RUN   TestFixManifestLayersBadParent
20:32:52 [2021-02-01T20:32:52.130Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
20:32:52 [2021-02-01T20:32:52.130Z] === RUN   TestValidateManifest
20:32:52 [2021-02-01T20:32:52.130Z] --- SKIP: TestValidateManifest (0.00s)
20:32:52 [2021-02-01T20:32:52.130Z]     pull_v2_test.go:118: Needs fixing on Windows
20:32:52 [2021-02-01T20:32:52.130Z] === RUN   TestFormatPlatform
20:32:52 [2021-02-01T20:32:52.130Z] --- PASS: TestFormatPlatform (0.00s)
20:32:52 [2021-02-01T20:32:52.130Z] === RUN   TestGetRepositoryMountCandidates
20:32:52 [2021-02-01T20:32:52.130Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
20:32:52 [2021-02-01T20:32:52.130Z] === RUN   TestLayerAlreadyExists
20:32:52 [2021-02-01T20:32:52.130Z] --- PASS: TestLayerAlreadyExists (0.00s)
20:32:52 [2021-02-01T20:32:52.130Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
20:32:52 [2021-02-01T20:32:52.130Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
20:32:52 [2021-02-01T20:32:52.130Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
20:32:52 [2021-02-01T20:32:52.130Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
20:32:52 [2021-02-01T20:32:52.130Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
20:32:52 [2021-02-01T20:32:52.130Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
20:32:52 [2021-02-01T20:32:52.130Z] === RUN   TestWhenEmptyAuthConfig
20:32:52 [2021-02-01T20:32:52.593Z] time="2021-02-01T20:32:52Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
20:32:52 [2021-02-01T20:32:52.593Z] time="2021-02-01T20:32:52Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
20:32:52 [2021-02-01T20:32:52.593Z] time="2021-02-01T20:32:52Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
20:32:52 [2021-02-01T20:32:52.593Z] time="2021-02-01T20:32:52Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
20:32:52 [2021-02-01T20:32:52.593Z] --- PASS: TestMaxDownloadAttempts (0.00s)
20:32:52 [2021-02-01T20:32:52.593Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.35s)
20:32:52 [2021-02-01T20:32:52.593Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.35s)
20:32:52 [2021-02-01T20:32:52.593Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.35s)
20:32:52 [2021-02-01T20:32:52.593Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.35s)
20:32:52 [2021-02-01T20:32:52.593Z] === RUN   TestTransfer
20:32:52 [2021-02-01T20:32:52.593Z] --- PASS: TestTransfer (0.14s)
20:32:52 [2021-02-01T20:32:52.593Z] === RUN   TestConcurrencyLimit
20:32:52 [2021-02-01T20:32:52.593Z] --- PASS: TestV2MetadataService (0.73s)
20:32:52 [2021-02-01T20:32:52.593Z] PASS
20:32:52 [2021-02-01T20:32:52.593Z] coverage: 48.2% of statements
20:32:52 [2021-02-01T20:32:52.593Z] ok  	github.com/docker/docker/distribution/metadata	0.921s	coverage: 48.2% of statements
20:32:53 [2021-02-01T20:32:53.054Z] --- PASS: TestConcurrencyLimit (0.39s)
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestInactiveJobs
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestNotFound
20:32:53 [2021-02-01T20:32:53.055Z] --- PASS: TestNotFound (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestConflict
20:32:53 [2021-02-01T20:32:53.055Z] --- PASS: TestConflict (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestForbidden
20:32:53 [2021-02-01T20:32:53.055Z] --- PASS: TestForbidden (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestInvalidParameter
20:32:53 [2021-02-01T20:32:53.055Z] --- PASS: TestInvalidParameter (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestNotImplemented
20:32:53 [2021-02-01T20:32:53.055Z] --- PASS: TestNotImplemented (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestNotModified
20:32:53 [2021-02-01T20:32:53.055Z] --- PASS: TestNotModified (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestUnauthorized
20:32:53 [2021-02-01T20:32:53.055Z] --- PASS: TestUnauthorized (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestUnknown
20:32:53 [2021-02-01T20:32:53.055Z] --- PASS: TestUnknown (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestCancelled
20:32:53 [2021-02-01T20:32:53.055Z] --- PASS: TestCancelled (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestDeadline
20:32:53 [2021-02-01T20:32:53.055Z] --- PASS: TestDeadline (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestDataLoss
20:32:53 [2021-02-01T20:32:53.055Z] --- PASS: TestDataLoss (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestUnavailable
20:32:53 [2021-02-01T20:32:53.055Z] --- PASS: TestUnavailable (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestSystem
20:32:53 [2021-02-01T20:32:53.055Z] --- PASS: TestSystem (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestFromStatusCode
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestFromStatusCode/Not_Found
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestFromStatusCode/Bad_Request
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestFromStatusCode/Conflict
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestFromStatusCode/Unauthorized
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestFromStatusCode/Service_Unavailable
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestFromStatusCode/Forbidden
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestFromStatusCode/Not_Modified
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestFromStatusCode/Not_Implemented
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestFromStatusCode/Internal_Server_Error
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
20:32:53 [2021-02-01T20:32:53.055Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
20:32:53 [2021-02-01T20:32:53.055Z] --- PASS: TestFromStatusCode (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
20:32:53 [2021-02-01T20:32:53.055Z] PASS
20:32:53 [2021-02-01T20:32:53.055Z] coverage: 53.1% of statements
20:32:53 [2021-02-01T20:32:53.055Z] ok  	github.com/docker/docker/errdefs	0.082s	coverage: 53.1% of statements
20:32:53 [2021-02-01T20:32:53.518Z] --- PASS: TestWhenEmptyAuthConfig (1.09s)
20:32:53 [2021-02-01T20:32:53.518Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
20:32:53 [2021-02-01T20:32:53.518Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
20:32:53 [2021-02-01T20:32:53.518Z] === RUN   TestTokenPassThru
20:32:53 [2021-02-01T20:32:53.518Z] --- PASS: TestTokenPassThru (0.01s)
20:32:53 [2021-02-01T20:32:53.518Z] === RUN   TestTokenPassThruDifferentHost
20:32:53 [2021-02-01T20:32:53.518Z] --- PASS: TestTokenPassThruDifferentHost (0.01s)
20:32:53 [2021-02-01T20:32:53.518Z] PASS
20:32:53 [2021-02-01T20:32:53.518Z] coverage: 23.5% of statements
20:32:53 [2021-02-01T20:32:53.518Z] ok  	github.com/docker/docker/distribution	1.524s	coverage: 23.5% of statements
20:32:53 [2021-02-01T20:32:53.518Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
20:32:53 [2021-02-01T20:32:53.518Z] --- PASS: TestInactiveJobs (0.43s)
20:32:53 [2021-02-01T20:32:53.518Z] === RUN   TestWatchRelease
20:32:53 [2021-02-01T20:32:53.518Z] --- PASS: TestWatchRelease (0.07s)
20:32:53 [2021-02-01T20:32:53.518Z] === RUN   TestWatchFinishedTransfer
20:32:53 [2021-02-01T20:32:53.518Z] --- PASS: TestWatchFinishedTransfer (0.00s)
20:32:53 [2021-02-01T20:32:53.518Z] === RUN   TestDuplicateTransfer
20:32:53 [2021-02-01T20:32:53.518Z] --- PASS: TestDuplicateTransfer (0.04s)
20:32:53 [2021-02-01T20:32:53.518Z] === RUN   TestSuccessfulUpload
20:32:53 [2021-02-01T20:32:53.980Z] time="2021-02-01T20:32:53Z" level=error msg="Upload failed, retrying: simulating retry"
20:32:53 [2021-02-01T20:32:53.980Z] --- PASS: TestSuccessfulUpload (0.51s)
20:32:53 [2021-02-01T20:32:53.980Z] === RUN   TestCancelledUpload
20:32:53 [2021-02-01T20:32:53.980Z] --- PASS: TestCancelledUpload (0.00s)
20:32:53 [2021-02-01T20:32:53.980Z] PASS
20:32:53 [2021-02-01T20:32:53.980Z] coverage: 76.8% of statements
20:32:53 [2021-02-01T20:32:53.980Z] ok  	github.com/docker/docker/distribution/xfer	2.071s	coverage: 76.8% of statements
20:32:53 [2021-02-01T20:32:53.980Z] ?   	github.com/docker/docker/dockerversion	[no test files]
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestCompare
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestCompare (0.00s)
20:32:54 [2021-02-01T20:32:54.974Z] PASS
20:32:54 [2021-02-01T20:32:54.974Z] coverage: 19.2% of statements
20:32:54 [2021-02-01T20:32:54.974Z] ok  	github.com/docker/docker/image/cache	0.118s	coverage: 19.2% of statements
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestFSGetInvalidData
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestFSGetInvalidData (0.01s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestFSInvalidSet
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestFSInvalidSet (0.01s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestFSInvalidRoot
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestFSInvalidRoot (0.00s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestFSMetadataGetSet
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestFSMetadataGetSet (0.03s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestFSInvalidWalker
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestFSInvalidWalker (0.01s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestFSGetSet
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestFSGetSet (0.01s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestFSGetUnsetKey
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestFSGetUnsetKey (0.00s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestFSGetEmptyData
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestFSGetEmptyData (0.00s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestFSDelete
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestFSDelete (0.02s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestFSWalker
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestFSWalker (0.01s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestFSWalkerStopOnError
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestFSWalkerStopOnError (0.01s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestNewFromJSON
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestNewFromJSON (0.00s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestNewFromJSONWithInvalidJSON
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestMarshalKeyOrder
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestMarshalKeyOrder (0.00s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestImage
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestImage (0.00s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestImageOSNotEmpty
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestImageOSNotEmpty (0.00s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestNewChildImageFromImageWithRootFS
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestCreate
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestCreate (0.00s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestRestore
20:32:54 [2021-02-01T20:32:54.974Z] time="2021-02-01T20:32:54Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
20:32:54 [2021-02-01T20:32:54.974Z] --- PASS: TestRestore (0.17s)
20:32:54 [2021-02-01T20:32:54.974Z] === RUN   TestAddDelete
20:32:55 [2021-02-01T20:32:55.436Z] --- PASS: TestAddDelete (0.06s)
20:32:55 [2021-02-01T20:32:55.436Z] === RUN   TestSearchAfterDelete
20:32:55 [2021-02-01T20:32:55.436Z] --- PASS: TestSearchAfterDelete (0.01s)
20:32:55 [2021-02-01T20:32:55.436Z] === RUN   TestParentReset
20:32:55 [2021-02-01T20:32:55.436Z] --- PASS: TestParentReset (0.03s)
20:32:55 [2021-02-01T20:32:55.436Z] === RUN   TestGetAndSetLastUpdated
20:32:55 [2021-02-01T20:32:55.436Z] --- PASS: TestGetAndSetLastUpdated (0.01s)
20:32:55 [2021-02-01T20:32:55.436Z] === RUN   TestStoreLen
20:32:55 [2021-02-01T20:32:55.436Z] === RUN   TestMakeV1ConfigFromConfig
20:32:55 [2021-02-01T20:32:55.436Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
20:32:55 [2021-02-01T20:32:55.436Z] PASS
20:32:55 [2021-02-01T20:32:55.436Z] coverage: 25.0% of statements
20:32:55 [2021-02-01T20:32:55.436Z] ok  	github.com/docker/docker/image/v1	0.093s	coverage: 25.0% of statements
20:32:55 [2021-02-01T20:32:55.436Z] --- PASS: TestStoreLen (0.06s)
20:32:55 [2021-02-01T20:32:55.436Z] PASS
20:32:55 [2021-02-01T20:32:55.436Z] coverage: 86.8% of statements
20:32:55 [2021-02-01T20:32:55.436Z] ok  	github.com/docker/docker/image	0.533s	coverage: 86.8% of statements
20:32:55 [2021-02-01T20:32:55.436Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
20:32:55 [2021-02-01T20:32:55.436Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
20:32:57 [2021-02-01T20:32:57.038Z] === RUN   TestSerialization
20:32:57 [2021-02-01T20:32:57.038Z] --- PASS: TestSerialization (0.02s)
20:32:57 [2021-02-01T20:32:57.038Z] PASS
20:32:57 [2021-02-01T20:32:57.038Z] coverage: 100.0% of statements
20:32:57 [2021-02-01T20:32:57.038Z] ok  	github.com/docker/docker/libcontainerd/queue	0.060s	coverage: 100.0% of statements
20:32:57 [2021-02-01T20:32:57.499Z] === RUN   TestEmptyLayer
20:32:57 [2021-02-01T20:32:57.499Z] --- PASS: TestEmptyLayer (0.00s)
20:32:57 [2021-02-01T20:32:57.499Z] === RUN   TestCommitFailure
20:32:57 [2021-02-01T20:32:57.499Z] --- PASS: TestCommitFailure (0.01s)
20:32:57 [2021-02-01T20:32:57.499Z] === RUN   TestStartTransactionFailure
20:32:57 [2021-02-01T20:32:57.499Z] --- PASS: TestStartTransactionFailure (0.00s)
20:32:57 [2021-02-01T20:32:57.499Z] === RUN   TestGetOrphan
20:32:57 [2021-02-01T20:32:57.499Z] --- PASS: TestGetOrphan (0.00s)
20:32:57 [2021-02-01T20:32:57.499Z] === RUN   TestMountAndRegister
20:32:57 [2021-02-01T20:32:57.499Z] --- PASS: TestMountAndRegister (0.03s)
20:32:57 [2021-02-01T20:32:57.499Z]     layer_test.go:271: Layer size: 14
20:32:57 [2021-02-01T20:32:57.499Z] === RUN   TestLayerRelease
20:32:57 [2021-02-01T20:32:57.499Z] --- SKIP: TestLayerRelease (0.00s)
20:32:57 [2021-02-01T20:32:57.499Z]     layer_test.go:304: Failing on Windows
20:32:57 [2021-02-01T20:32:57.499Z] === RUN   TestStoreRestore
20:32:57 [2021-02-01T20:32:57.499Z] --- SKIP: TestStoreRestore (0.00s)
20:32:57 [2021-02-01T20:32:57.499Z]     layer_test.go:353: Failing on Windows
20:32:57 [2021-02-01T20:32:57.499Z] === RUN   TestTarStreamStability
20:32:57 [2021-02-01T20:32:57.499Z] --- SKIP: TestTarStreamStability (0.00s)
20:32:57 [2021-02-01T20:32:57.499Z]     layer_test.go:468: Failing on Windows
20:32:57 [2021-02-01T20:32:57.499Z] === RUN   TestRegisterExistingLayer
20:32:57 [2021-02-01T20:32:57.499Z] === RUN   TestEnvironmentParsing
20:32:57 [2021-02-01T20:32:57.499Z] --- PASS: TestEnvironmentParsing (0.00s)
20:32:57 [2021-02-01T20:32:57.499Z] PASS
20:32:57 [2021-02-01T20:32:57.499Z] coverage: 1.0% of statements
20:32:57 [2021-02-01T20:32:57.499Z] ok  	github.com/docker/docker/libcontainerd/local	0.128s	coverage: 1.0% of statements
20:32:57 [2021-02-01T20:32:57.499Z] --- PASS: TestRegisterExistingLayer (0.18s)
20:32:57 [2021-02-01T20:32:57.500Z] === RUN   TestTarStreamVerification
20:32:57 [2021-02-01T20:32:57.500Z] --- SKIP: TestTarStreamVerification (0.00s)
20:32:57 [2021-02-01T20:32:57.500Z]     layer_test.go:697: Failing on Windows
20:32:57 [2021-02-01T20:32:57.500Z] === RUN   TestLayerMigration
20:32:57 [2021-02-01T20:32:57.500Z] --- SKIP: TestLayerMigration (0.00s)
20:32:57 [2021-02-01T20:32:57.500Z]     migration_test.go:46: Failing on Windows
20:32:57 [2021-02-01T20:32:57.500Z] === RUN   TestLayerMigrationNoTarsplit
20:32:57 [2021-02-01T20:32:57.500Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
20:32:57 [2021-02-01T20:32:57.500Z]     migration_test.go:182: Failing on Windows
20:32:57 [2021-02-01T20:32:57.500Z] === RUN   TestMountInit
20:32:57 [2021-02-01T20:32:57.500Z] --- SKIP: TestMountInit (0.00s)
20:32:57 [2021-02-01T20:32:57.500Z]     mount_test.go:17: Failing on Windows
20:32:57 [2021-02-01T20:32:57.500Z] === RUN   TestMountSize
20:32:57 [2021-02-01T20:32:57.500Z] --- SKIP: TestMountSize (0.00s)
20:32:57 [2021-02-01T20:32:57.500Z]     mount_test.go:76: Failing on Windows
20:32:57 [2021-02-01T20:32:57.500Z] === RUN   TestMountChanges
20:32:57 [2021-02-01T20:32:57.500Z] --- SKIP: TestMountChanges (0.00s)
20:32:57 [2021-02-01T20:32:57.500Z]     mount_test.go:125: Failing on Windows
20:32:57 [2021-02-01T20:32:57.500Z] === RUN   TestMountApply
20:32:57 [2021-02-01T20:32:57.500Z] --- SKIP: TestMountApply (0.00s)
20:32:57 [2021-02-01T20:32:57.500Z]     mount_test.go:212: Failing on Windows
20:32:57 [2021-02-01T20:32:57.500Z] PASS
20:32:57 [2021-02-01T20:32:57.500Z] coverage: 30.1% of statements
20:32:57 [2021-02-01T20:32:57.500Z] ok  	github.com/docker/docker/layer	0.341s	coverage: 30.1% of statements
20:32:57 [2021-02-01T20:32:57.961Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
20:32:57 [2021-02-01T20:32:57.961Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
20:32:57 [2021-02-01T20:32:57.961Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
20:32:57 [2021-02-01T20:32:57.961Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
20:32:57 [2021-02-01T20:32:57.961Z] ?   	github.com/docker/docker/oci	[no test files]
20:32:57 [2021-02-01T20:32:57.961Z] ?   	github.com/docker/docker/oci/caps	[no test files]
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestAddressPoolOpt
20:32:57 [2021-02-01T20:32:57.961Z] --- PASS: TestAddressPoolOpt (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/a
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/something
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/_=a
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/env1=value1
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/_env1=value1
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/env2=value2=value3
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/env3=abc!qwe
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/env_4=value_4
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/PATH
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/=a
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/PATH=
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/PATH=something
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/asd!qwe
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/1asd
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/123
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/some_space
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/__some_space_before
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/some_space_after__
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/=
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateEnv/PaTh
20:32:57 [2021-02-01T20:32:57.961Z] --- PASS: TestValidateEnv (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/a (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/something (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/_=a (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/PATH (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/=a (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/1asd (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/123 (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/some_space (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/= (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestParseHost
20:32:57 [2021-02-01T20:32:57.961Z] --- PASS: TestParseHost (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestParseDockerDaemonHost
20:32:57 [2021-02-01T20:32:57.961Z] --- PASS: TestParseDockerDaemonHost (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestParseTCP
20:32:57 [2021-02-01T20:32:57.961Z] --- PASS: TestParseTCP (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestParseInvalidUnixAddrInvalid
20:32:57 [2021-02-01T20:32:57.961Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateExtraHosts
20:32:57 [2021-02-01T20:32:57.961Z] --- PASS: TestValidateExtraHosts (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestIpOptString
20:32:57 [2021-02-01T20:32:57.961Z] --- PASS: TestIpOptString (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestNewIpOptInvalidDefaultVal
20:32:57 [2021-02-01T20:32:57.961Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestNewIpOptValidDefaultVal
20:32:57 [2021-02-01T20:32:57.961Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestIpOptSetInvalidVal
20:32:57 [2021-02-01T20:32:57.961Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateIPAddress
20:32:57 [2021-02-01T20:32:57.961Z] --- PASS: TestValidateIPAddress (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestMapOpts
20:32:57 [2021-02-01T20:32:57.961Z] --- PASS: TestMapOpts (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestListOptsWithoutValidator
20:32:57 [2021-02-01T20:32:57.961Z] --- PASS: TestListOptsWithoutValidator (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestListOptsWithValidator
20:32:57 [2021-02-01T20:32:57.961Z] --- PASS: TestListOptsWithValidator (0.00s)
20:32:57 [2021-02-01T20:32:57.961Z] === RUN   TestValidateDNSSearch
20:32:57 [2021-02-01T20:32:57.962Z] --- PASS: TestValidateDNSSearch (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestValidateLabel
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestValidateLabel/label_with_general_format
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestValidateLabel/label_with_more_than_one_=
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestValidateLabel/label_with_one_more
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
20:32:57 [2021-02-01T20:32:57.962Z] --- PASS: TestValidateLabel (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestNamedListOpts
20:32:57 [2021-02-01T20:32:57.962Z] --- PASS: TestNamedListOpts (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestNamedMapOpts
20:32:57 [2021-02-01T20:32:57.962Z] --- PASS: TestNamedMapOpts (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestParseLink
20:32:57 [2021-02-01T20:32:57.962Z] --- PASS: TestParseLink (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestQuotedStringSetWithQuotes
20:32:57 [2021-02-01T20:32:57.962Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
20:32:57 [2021-02-01T20:32:57.962Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestQuotedStringSetWithNoQuotes
20:32:57 [2021-02-01T20:32:57.962Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestUlimitOpt
20:32:57 [2021-02-01T20:32:57.962Z] --- PASS: TestUlimitOpt (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z] PASS
20:32:57 [2021-02-01T20:32:57.962Z] coverage: 67.1% of statements
20:32:57 [2021-02-01T20:32:57.962Z] ok  	github.com/docker/docker/opts	0.072s	coverage: 67.1% of statements
20:32:57 [2021-02-01T20:32:57.962Z] === RUN   TestParseVersion
20:32:57 [2021-02-01T20:32:57.962Z] --- PASS: TestParseVersion (0.00s)
20:32:57 [2021-02-01T20:32:57.962Z] PASS
20:32:57 [2021-02-01T20:32:57.962Z] coverage: 52.9% of statements
20:32:57 [2021-02-01T20:32:57.962Z] ok  	github.com/docker/docker/pkg/aaparser	0.049s	coverage: 52.9% of statements
20:32:58 [2021-02-01T20:32:58.935Z] === RUN   TestUnbuffered
20:32:58 [2021-02-01T20:32:58.935Z] --- PASS: TestUnbuffered (0.00s)
20:32:58 [2021-02-01T20:32:58.935Z] === RUN   TestRaceUnbuffered
20:32:58 [2021-02-01T20:32:58.935Z] --- PASS: TestRaceUnbuffered (0.00s)
20:32:58 [2021-02-01T20:32:58.935Z] PASS
20:32:58 [2021-02-01T20:32:58.935Z] coverage: 100.0% of statements
20:32:58 [2021-02-01T20:32:58.935Z] ok  	github.com/docker/docker/pkg/broadcaster	0.234s	coverage: 100.0% of statements
20:32:59 [2021-02-01T20:32:59.396Z] === RUN   TestPeerCertificateMarshalJSON
20:32:59 [2021-02-01T20:32:59.396Z] === RUN   TestMatch
20:32:59 [2021-02-01T20:32:59.396Z] === RUN   TestMatch/[[]]
20:32:59 [2021-02-01T20:32:59.396Z] === RUN   TestMatch/[[foo]]
20:32:59 [2021-02-01T20:32:59.396Z] === RUN   TestMatch/[[bar]_[foo]]
20:32:59 [2021-02-01T20:32:59.396Z] === RUN   TestMatch/[[foo_bar]]
20:32:59 [2021-02-01T20:32:59.396Z] === RUN   TestMatch/[[qux]_[foo]]
20:32:59 [2021-02-01T20:32:59.396Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
20:32:59 [2021-02-01T20:32:59.396Z] === RUN   TestMatch/[]
20:32:59 [2021-02-01T20:32:59.396Z] === RUN   TestMatch/[]#01
20:32:59 [2021-02-01T20:32:59.396Z] === RUN   TestMatch/[[qux]]
20:32:59 [2021-02-01T20:32:59.396Z] === RUN   TestMatch/[[foo_bar_qux]]
20:32:59 [2021-02-01T20:32:59.396Z] === RUN   TestMatch/[[qux]_[baz]]
20:32:59 [2021-02-01T20:32:59.396Z] === RUN   TestMatch/[[foo_baz]]
20:32:59 [2021-02-01T20:32:59.396Z] --- PASS: TestMatch (0.00s)
20:32:59 [2021-02-01T20:32:59.396Z]     --- PASS: TestMatch/[[]] (0.00s)
20:32:59 [2021-02-01T20:32:59.396Z]     --- PASS: TestMatch/[[foo]] (0.00s)
20:32:59 [2021-02-01T20:32:59.396Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
20:32:59 [2021-02-01T20:32:59.396Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
20:32:59 [2021-02-01T20:32:59.396Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
20:32:59 [2021-02-01T20:32:59.396Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
20:32:59 [2021-02-01T20:32:59.396Z]     --- PASS: TestMatch/[] (0.00s)
20:32:59 [2021-02-01T20:32:59.396Z]     --- PASS: TestMatch/[]#01 (0.00s)
20:32:59 [2021-02-01T20:32:59.396Z]     --- PASS: TestMatch/[[qux]] (0.00s)
20:32:59 [2021-02-01T20:32:59.396Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
20:32:59 [2021-02-01T20:32:59.396Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
20:32:59 [2021-02-01T20:32:59.396Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
20:32:59 [2021-02-01T20:32:59.396Z] PASS
20:32:59 [2021-02-01T20:32:59.396Z] coverage: 87.5% of statements
20:32:59 [2021-02-01T20:32:59.396Z] ok  	github.com/docker/docker/pkg/capabilities	0.044s	coverage: 87.5% of statements
20:33:00 [2021-02-01T20:33:00.369Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
20:33:00 [2021-02-01T20:33:00.369Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
20:33:00 [2021-02-01T20:33:00.369Z] --- PASS: TestPeerCertificateMarshalJSON (0.65s)
20:33:00 [2021-02-01T20:33:00.369Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
20:33:00 [2021-02-01T20:33:00.369Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
20:33:00 [2021-02-01T20:33:00.369Z] === RUN   TestMiddleware
20:33:00 [2021-02-01T20:33:00.369Z] --- PASS: TestMiddleware (0.00s)
20:33:00 [2021-02-01T20:33:00.369Z] === RUN   TestNewResponseModifier
20:33:00 [2021-02-01T20:33:00.369Z] --- PASS: TestNewResponseModifier (0.00s)
20:33:00 [2021-02-01T20:33:00.369Z] PASS
20:33:00 [2021-02-01T20:33:00.370Z] coverage: 26.8% of statements
20:33:00 [2021-02-01T20:33:00.370Z] ok  	github.com/docker/docker/pkg/authorization	0.782s	coverage: 26.8% of statements
20:33:00 [2021-02-01T20:33:00.370Z] === RUN   TestIsArchivePathDir
20:33:00 [2021-02-01T20:33:00.370Z] === RUN   TestChrootTarUntar
20:33:00 [2021-02-01T20:33:00.370Z] --- SKIP: TestChrootTarUntar (0.00s)
20:33:00 [2021-02-01T20:33:00.370Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
20:33:00 [2021-02-01T20:33:00.370Z] === RUN   TestChrootUntarWithHugeExcludesList
20:33:00 [2021-02-01T20:33:00.370Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
20:33:00 [2021-02-01T20:33:00.370Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
20:33:00 [2021-02-01T20:33:00.370Z] === RUN   TestChrootUntarEmptyArchive
20:33:00 [2021-02-01T20:33:00.370Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
20:33:00 [2021-02-01T20:33:00.370Z] === RUN   TestChrootTarUntarWithSymlink
20:33:00 [2021-02-01T20:33:00.370Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
20:33:00 [2021-02-01T20:33:00.370Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:33:00 [2021-02-01T20:33:00.370Z] === RUN   TestChrootCopyWithTar
20:33:00 [2021-02-01T20:33:00.370Z] --- SKIP: TestChrootCopyWithTar (0.00s)
20:33:00 [2021-02-01T20:33:00.370Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:33:00 [2021-02-01T20:33:00.370Z] === RUN   TestChrootCopyFileWithTar
20:33:00 [2021-02-01T20:33:00.370Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
20:33:00 [2021-02-01T20:33:00.370Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
20:33:00 [2021-02-01T20:33:00.370Z] === RUN   TestChrootUntarPath
20:33:00 [2021-02-01T20:33:00.370Z] --- SKIP: TestChrootUntarPath (0.00s)
20:33:00 [2021-02-01T20:33:00.370Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:33:00 [2021-02-01T20:33:00.370Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
20:33:00 [2021-02-01T20:33:00.370Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
20:33:00 [2021-02-01T20:33:00.370Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
20:33:00 [2021-02-01T20:33:00.370Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
20:33:00 [2021-02-01T20:33:00.370Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
20:33:00 [2021-02-01T20:33:00.370Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
20:33:00 [2021-02-01T20:33:00.370Z] === RUN   TestChrootApplyDotDotFile
20:33:00 [2021-02-01T20:33:00.370Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
20:33:00 [2021-02-01T20:33:00.370Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
20:33:00 [2021-02-01T20:33:00.370Z] PASS
20:33:00 [2021-02-01T20:33:00.370Z] coverage: 15.4% of statements
20:33:00 [2021-02-01T20:33:00.370Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.121s	coverage: 15.4% of statements
20:33:00 [2021-02-01T20:33:00.370Z] --- PASS: TestIsArchivePathDir (0.08s)
20:33:00 [2021-02-01T20:33:00.370Z] === RUN   TestIsArchivePathInvalidFile
20:33:00 [2021-02-01T20:33:00.880Z] --- PASS: TestIsArchivePathInvalidFile (0.11s)
20:33:00 [2021-02-01T20:33:00.880Z] === RUN   TestIsArchivePathTar
20:33:00 [2021-02-01T20:33:00.880Z] === RUN   TestSizeEmpty
20:33:00 [2021-02-01T20:33:00.880Z] --- PASS: TestSizeEmpty (0.00s)
20:33:00 [2021-02-01T20:33:00.880Z] === RUN   TestSizeEmptyFile
20:33:00 [2021-02-01T20:33:00.880Z] --- PASS: TestSizeEmptyFile (0.00s)
20:33:00 [2021-02-01T20:33:00.880Z] === RUN   TestSizeNonemptyFile
20:33:00 [2021-02-01T20:33:00.880Z] --- PASS: TestIsArchivePathTar (0.16s)
20:33:00 [2021-02-01T20:33:00.880Z] === RUN   TestDecompressStreamGzip
20:33:00 [2021-02-01T20:33:00.880Z] --- PASS: TestSizeNonemptyFile (0.00s)
20:33:00 [2021-02-01T20:33:00.880Z] === RUN   TestSizeNestedDirectoryEmpty
20:33:00 [2021-02-01T20:33:00.880Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
20:33:00 [2021-02-01T20:33:00.880Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
20:33:00 [2021-02-01T20:33:00.880Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
20:33:00 [2021-02-01T20:33:00.880Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
20:33:00 [2021-02-01T20:33:00.880Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
20:33:00 [2021-02-01T20:33:00.880Z] === RUN   TestMoveToSubdir
20:33:00 [2021-02-01T20:33:00.880Z] --- PASS: TestMoveToSubdir (0.00s)
20:33:00 [2021-02-01T20:33:00.880Z] === RUN   TestSizeNonExistingDirectory
20:33:00 [2021-02-01T20:33:00.880Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
20:33:00 [2021-02-01T20:33:00.880Z] PASS
20:33:00 [2021-02-01T20:33:00.880Z] coverage: 80.0% of statements
20:33:00 [2021-02-01T20:33:00.880Z] ok  	github.com/docker/docker/pkg/directory	0.064s	coverage: 80.0% of statements
20:33:00 [2021-02-01T20:33:00.880Z] --- PASS: TestDecompressStreamGzip (0.11s)
20:33:00 [2021-02-01T20:33:00.880Z] === RUN   TestDecompressStreamBzip2
20:33:00 [2021-02-01T20:33:00.880Z] --- PASS: TestDecompressStreamBzip2 (0.09s)
20:33:00 [2021-02-01T20:33:00.880Z] === RUN   TestDecompressStreamXz
20:33:00 [2021-02-01T20:33:00.880Z] --- SKIP: TestDecompressStreamXz (0.00s)
20:33:00 [2021-02-01T20:33:00.880Z]     archive_test.go:133: Xz not present in msys2
20:33:00 [2021-02-01T20:33:00.880Z] === RUN   TestCompressStreamXzUnsupported
20:33:00 [2021-02-01T20:33:00.880Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
20:33:00 [2021-02-01T20:33:00.880Z] === RUN   TestCompressStreamBzip2Unsupported
20:33:00 [2021-02-01T20:33:00.880Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestCompressStreamInvalid
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestCompressStreamInvalid (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestExtensionInvalid
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestExtensionInvalid (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestExtensionUncompressed
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestExtensionUncompressed (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestExtensionBzip2
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestExtensionBzip2 (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestExtensionGzip
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestExtensionGzip (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestExtensionXz
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestExtensionXz (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestCmdStreamLargeStderr
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestCmdStreamLargeStderr (0.14s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestCmdStreamBad
20:33:01 [2021-02-01T20:33:01.341Z] --- SKIP: TestCmdStreamBad (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z]     archive_test.go:238: Failing on Windows CI machines
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestCmdStreamGood
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestCmdStreamGood (0.03s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestUntarPathWithInvalidDest
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestUntarPathWithInvalidDest (0.08s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestUntarPathWithInvalidSrc
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestUntarPath
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestUntarPath (0.05s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestUntarPathWithDestinationFile
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestUntarPathWithDestinationFile (0.05s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   Test
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   Test/TestContainsEntry
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestCopyWithTarInvalidSrc
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   Test/TestCreateEntries
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   Test/TestEntriesDiff
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   Test/TestEntriesEquality
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestCopyWithTarSrcFile
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   Test/TestGeneratorNotGenerate
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   Test/TestGeneratorWithPort
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   Test/TestGeneratorWithPortNotGenerate
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   Test/TestNewEntry
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   Test/TestParse
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: Test (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z]     --- PASS: Test/TestContainsEntry (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z]     --- PASS: Test/TestCreateEntries (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z]     --- PASS: Test/TestEntriesDiff (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z]     --- PASS: Test/TestEntriesEquality (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestCopyWithTarSrcFile (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z]     --- PASS: Test/TestNewEntry (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z]     --- PASS: Test/TestParse (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z] PASS
20:33:01 [2021-02-01T20:33:01.341Z] coverage: 58.3% of statements
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestCopyWithTarSrcFolder
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestCopyFileWithTarInvalidSrc
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
20:33:01 [2021-02-01T20:33:01.341Z] === RUN   TestCopyFileWithTarSrcFolder
20:33:01 [2021-02-01T20:33:01.341Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
20:33:01 [2021-02-01T20:33:01.342Z] === RUN   TestCopyFileWithTarSrcFile
20:33:01 [2021-02-01T20:33:01.342Z] ok  	github.com/docker/docker/pkg/discovery	0.060s	coverage: 58.3% of statements
20:33:01 [2021-02-01T20:33:01.342Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s)
20:33:01 [2021-02-01T20:33:01.342Z] === RUN   TestTarFiles
20:33:01 [2021-02-01T20:33:01.840Z] === RUN   Test
20:33:01 [2021-02-01T20:33:01.840Z] === RUN   Test/TestContent
20:33:01 [2021-02-01T20:33:01.840Z] === RUN   Test/TestInitialize
20:33:01 [2021-02-01T20:33:01.840Z] === RUN   Test/TestNew
20:33:01 [2021-02-01T20:33:01.840Z] === RUN   Test/TestParsingContentsWithComments
20:33:01 [2021-02-01T20:33:01.840Z] === RUN   Test/TestRegister
20:33:01 [2021-02-01T20:33:01.840Z] === RUN   Test/TestWatch
20:33:01 [2021-02-01T20:33:01.840Z] --- PASS: Test (0.00s)
20:33:01 [2021-02-01T20:33:01.840Z]     --- PASS: Test/TestContent (0.00s)
20:33:01 [2021-02-01T20:33:01.840Z]     --- PASS: Test/TestInitialize (0.00s)
20:33:01 [2021-02-01T20:33:01.840Z]     --- PASS: Test/TestNew (0.00s)
20:33:01 [2021-02-01T20:33:01.840Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
20:33:01 [2021-02-01T20:33:01.840Z]     --- PASS: Test/TestRegister (0.00s)
20:33:01 [2021-02-01T20:33:01.840Z]     --- PASS: Test/TestWatch (0.00s)
20:33:01 [2021-02-01T20:33:01.840Z] PASS
20:33:01 [2021-02-01T20:33:01.840Z] coverage: 92.9% of statements
20:33:01 [2021-02-01T20:33:01.840Z] ok  	github.com/docker/docker/pkg/discovery/file	0.044s	coverage: 92.9% of statements
20:33:02 [2021-02-01T20:33:02.839Z] === RUN   Test
20:33:02 [2021-02-01T20:33:02.839Z] === RUN   Test/TestWatch
20:33:02 [2021-02-01T20:33:02.839Z] --- PASS: Test (0.00s)
20:33:02 [2021-02-01T20:33:02.839Z]     --- PASS: Test/TestWatch (0.00s)
20:33:02 [2021-02-01T20:33:02.839Z] PASS
20:33:02 [2021-02-01T20:33:02.839Z] coverage: 92.3% of statements
20:33:02 [2021-02-01T20:33:02.839Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.057s	coverage: 92.3% of statements
20:33:02 [2021-02-01T20:33:02.839Z] === RUN   Test
20:33:02 [2021-02-01T20:33:02.839Z] === RUN   Test/TestInitialize
20:33:02 [2021-02-01T20:33:02.839Z] === RUN   Test
20:33:02 [2021-02-01T20:33:02.839Z] === RUN   Test/TestInitialize
20:33:02 [2021-02-01T20:33:02.839Z] === RUN   Test/TestInitializeWithPattern
20:33:02 [2021-02-01T20:33:02.839Z] === RUN   Test/TestRegister
20:33:02 [2021-02-01T20:33:02.839Z] === RUN   Test/TestWatch
20:33:02 [2021-02-01T20:33:02.839Z] --- PASS: Test (0.00s)
20:33:02 [2021-02-01T20:33:02.839Z]     --- PASS: Test/TestInitialize (0.00s)
20:33:02 [2021-02-01T20:33:02.839Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
20:33:02 [2021-02-01T20:33:02.839Z]     --- PASS: Test/TestRegister (0.00s)
20:33:02 [2021-02-01T20:33:02.839Z]     --- PASS: Test/TestWatch (0.00s)
20:33:02 [2021-02-01T20:33:02.839Z] PASS
20:33:02 [2021-02-01T20:33:02.839Z] coverage: 93.8% of statements
20:33:02 [2021-02-01T20:33:02.839Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.040s	coverage: 93.8% of statements
20:33:03 [2021-02-01T20:33:03.301Z] time="2021-02-01T20:33:02Z" level=info msg="Initializing discovery without TLS"
20:33:03 [2021-02-01T20:33:03.301Z] time="2021-02-01T20:33:02Z" level=info msg="Initializing discovery without TLS"
20:33:03 [2021-02-01T20:33:03.301Z] time="2021-02-01T20:33:02Z" level=info msg="Initializing discovery without TLS"
20:33:03 [2021-02-01T20:33:03.301Z] === RUN   Test/TestInitializeWithCerts
20:33:03 [2021-02-01T20:33:03.301Z] time="2021-02-01T20:33:02Z" level=info msg="Initializing discovery with TLS"
20:33:03 [2021-02-01T20:33:03.301Z] === RUN   Test/TestWatch
20:33:03 [2021-02-01T20:33:03.301Z] time="2021-02-01T20:33:02Z" level=info msg="Initializing discovery without TLS"
20:33:03 [2021-02-01T20:33:03.783Z] === RUN   TestPollerAddRemove
20:33:03 [2021-02-01T20:33:03.783Z] --- PASS: TestPollerAddRemove (0.00s)
20:33:03 [2021-02-01T20:33:03.783Z] === RUN   TestPollerEvent
20:33:03 [2021-02-01T20:33:03.783Z] --- SKIP: TestPollerEvent (0.00s)
20:33:03 [2021-02-01T20:33:03.783Z]     poller_test.go:41: No chmod on Windows
20:33:03 [2021-02-01T20:33:03.783Z] === RUN   TestPollerClose
20:33:03 [2021-02-01T20:33:03.783Z] --- PASS: TestPollerClose (0.00s)
20:33:03 [2021-02-01T20:33:03.783Z] PASS
20:33:03 [2021-02-01T20:33:03.783Z] coverage: 36.2% of statements
20:33:03 [2021-02-01T20:33:03.783Z] ok  	github.com/docker/docker/pkg/filenotify	0.048s	coverage: 36.2% of statements
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestCopyFileWithInvalidSrc
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestCopyFileWithInvalidDest
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestCopyFileWithSameSrcAndDest
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestCopyFile
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestCopyFile (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
20:33:04 [2021-02-01T20:33:04.250Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z]     fileutils_test.go:134: Needs porting to Windows
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestReadSymlinkedDirectoryToFile
20:33:04 [2021-02-01T20:33:04.250Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z]     fileutils_test.go:180: Needs porting to Windows
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestWildcardMatches
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestWildcardMatches (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestPatternMatches
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestPatternMatches (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestExclusionPatternMatchesPatternBefore
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestPatternMatchesFolderExclusions
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestPatternMatchesFolderWildcardExclusions
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestExclusionPatternMatchesPatternAfter
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestExclusionPatternMatchesWholeDirectory
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestSingleExclamationError
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestSingleExclamationError (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestMatchesWithNoPatterns
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestMatchesWithMalformedPatterns
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestMatches
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestMatches (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestCleanPatterns
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestCleanPatterns (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestCleanPatternsStripEmptyPatterns
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestCleanPatternsExceptionFlag
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestCleanPatternsErrorSingleException
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestCreateIfNotExistsDir
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestCreateIfNotExistsFile
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestCreateIfNotExistsFile (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] === RUN   TestMatch
20:33:04 [2021-02-01T20:33:04.250Z] --- PASS: TestMatch (0.00s)
20:33:04 [2021-02-01T20:33:04.250Z] PASS
20:33:04 [2021-02-01T20:33:04.250Z] coverage: 87.7% of statements
20:33:04 [2021-02-01T20:33:04.250Z] ok  	github.com/docker/docker/pkg/fileutils	0.072s	coverage: 87.7% of statements
20:33:04 [2021-02-01T20:33:04.712Z] === RUN   TestGet
20:33:04 [2021-02-01T20:33:04.712Z] --- PASS: TestGet (0.00s)
20:33:04 [2021-02-01T20:33:04.712Z] === RUN   TestGetShortcutString
20:33:04 [2021-02-01T20:33:04.712Z] --- PASS: TestGetShortcutString (0.00s)
20:33:04 [2021-02-01T20:33:04.712Z] PASS
20:33:04 [2021-02-01T20:33:04.712Z] coverage: 42.9% of statements
20:33:04 [2021-02-01T20:33:04.712Z] ok  	github.com/docker/docker/pkg/homedir	0.036s	coverage: 42.9% of statements
20:33:05 [2021-02-01T20:33:05.685Z] === RUN   TestCreateIDMapOrder
20:33:05 [2021-02-01T20:33:05.685Z] --- PASS: TestCreateIDMapOrder (0.00s)
20:33:05 [2021-02-01T20:33:05.685Z] PASS
20:33:05 [2021-02-01T20:33:05.685Z] coverage: 7.3% of statements
20:33:05 [2021-02-01T20:33:05.685Z] ok  	github.com/docker/docker/pkg/idtools	0.052s	coverage: 7.3% of statements
20:33:06 [2021-02-01T20:33:06.146Z] --- PASS: TestTarFiles (4.42s)
20:33:06 [2021-02-01T20:33:06.146Z] === RUN   TestTarUntar
20:33:06 [2021-02-01T20:33:06.146Z] --- PASS: TestTarUntar (0.02s)
20:33:06 [2021-02-01T20:33:06.146Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
20:33:06 [2021-02-01T20:33:06.146Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
20:33:06 [2021-02-01T20:33:06.146Z] === RUN   TestTarWithOptions
20:33:06 [2021-02-01T20:33:06.146Z] --- PASS: TestTarWithOptions (0.05s)
20:33:06 [2021-02-01T20:33:06.146Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
20:33:06 [2021-02-01T20:33:06.146Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
20:33:06 [2021-02-01T20:33:06.146Z] === RUN   TestUntarUstarGnuConflict
20:33:06 [2021-02-01T20:33:06.146Z] --- PASS: TestUntarUstarGnuConflict (0.01s)
20:33:06 [2021-02-01T20:33:06.146Z] === RUN   TestUntarInvalidFilenames
20:33:06 [2021-02-01T20:33:06.146Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames882090882\\dest"
20:33:06 [2021-02-01T20:33:06.146Z] --- PASS: TestUntarInvalidFilenames (0.11s)
20:33:06 [2021-02-01T20:33:06.146Z] === RUN   TestUntarHardlinkToSymlink
20:33:06 [2021-02-01T20:33:06.146Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
20:33:06 [2021-02-01T20:33:06.146Z] === RUN   TestUntarInvalidHardlink
20:33:06 [2021-02-01T20:33:06.146Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink546082707\\victim\\hello" -> "../victim/hello"
20:33:06 [2021-02-01T20:33:06.146Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink467617750\\victim\\hello" -> "/../victim/hello"
20:33:06 [2021-02-01T20:33:06.146Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink245571389\\victim" -> "../victim"
20:33:06 [2021-02-01T20:33:06.146Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink102684536\\victim" -> "../victim"
20:33:06 [2021-02-01T20:33:06.146Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink767645303\\victim" -> "../victim"
20:33:06 [2021-02-01T20:33:06.146Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink364952938\\victim" -> "../victim"
20:33:06 [2021-02-01T20:33:06.146Z] --- PASS: TestUntarInvalidHardlink (0.02s)
20:33:06 [2021-02-01T20:33:06.146Z] === RUN   TestUntarInvalidSymlink
20:33:06 [2021-02-01T20:33:06.146Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink258150337\\dest\\dotdot" -> "../victim/hello"
20:33:06 [2021-02-01T20:33:06.146Z] --- PASS: Test (3.14s)
20:33:06 [2021-02-01T20:33:06.146Z]     --- PASS: Test/TestInitialize (0.12s)
20:33:06 [2021-02-01T20:33:06.146Z]     --- PASS: Test/TestInitializeWithCerts (0.01s)
20:33:06 [2021-02-01T20:33:06.146Z]     --- PASS: Test/TestWatch (3.01s)
20:33:06 [2021-02-01T20:33:06.146Z] PASS
20:33:06 [2021-02-01T20:33:06.146Z] coverage: 84.1% of statements
20:33:06 [2021-02-01T20:33:06.146Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink110536236\\dest\\slash-dotdot" -> "/../victim/hello"
20:33:06 [2021-02-01T20:33:06.146Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink533106075\\dest\\loophole-victim" -> "../victim"
20:33:06 [2021-02-01T20:33:06.146Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.226s	coverage: 84.1% of statements
20:33:06 [2021-02-01T20:33:06.146Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink303803454\\dest\\loophole-victim" -> "../victim"
20:33:06 [2021-02-01T20:33:06.146Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink008742533\\dest\\loophole-victim" -> "../victim"
20:33:06 [2021-02-01T20:33:06.146Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink829447200\\dest\\loophole-victim" -> "../victim"
20:33:06 [2021-02-01T20:33:06.146Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink031816447\\dest\\dir\\loophole" -> "../../victim"
20:33:06 [2021-02-01T20:33:06.146Z] --- PASS: TestUntarInvalidSymlink (0.03s)
20:33:06 [2021-02-01T20:33:06.146Z] === RUN   TestTempArchiveCloseMultipleTimes
20:33:06 [2021-02-01T20:33:06.146Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
20:33:06 [2021-02-01T20:33:06.146Z] === RUN   TestReplaceFileTarWrapper
20:33:06 [2021-02-01T20:33:06.146Z] --- PASS: TestReplaceFileTarWrapper (0.17s)
20:33:06 [2021-02-01T20:33:06.146Z] === RUN   TestPrefixHeaderReadable
20:33:06 [2021-02-01T20:33:06.146Z] --- PASS: TestPrefixHeaderReadable (0.01s)
20:33:06 [2021-02-01T20:33:06.146Z] === RUN   TestDisablePigz
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestFixedBufferCap
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestFixedBufferCap (0.00s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestFixedBufferLen
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestFixedBufferLen (0.00s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestFixedBufferString
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestFixedBufferString (0.00s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestFixedBufferWrite
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestFixedBufferWrite (0.00s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestFixedBufferRead
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestFixedBufferRead (0.00s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestBytesPipeRead
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestBytesPipeRead (0.00s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestBytesPipeWrite
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestBytesPipeWrite (0.00s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestBytesPipeWriteRandomChunks
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestDisablePigz (0.09s)
20:33:06 [2021-02-01T20:33:06.608Z]     archive_test.go:1310: Test will not check full path when Pigz not installed
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestPigz
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestPigz (0.10s)
20:33:06 [2021-02-01T20:33:06.608Z]     archive_test.go:1339: Tested whether Pigz is not used, as it not installed
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestCopyFileWithInvalidDest
20:33:06 [2021-02-01T20:33:06.608Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
20:33:06 [2021-02-01T20:33:06.608Z]     archive_windows_test.go:16: Currently fails
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestCanonicalTarNameForPath
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestCanonicalTarName
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestCanonicalTarName (0.00s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestChmodTarEntry
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestChmodTarEntry (0.00s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestHardLinkOrder
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestHardLinkOrder (0.07s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestChangeString
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestChangeString (0.00s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestChangesWithNoChanges
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestChangesWithNoChanges (0.02s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestChangesWithChanges
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestChangesWithChanges (0.02s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestChangesWithChangesGH13590
20:33:06 [2021-02-01T20:33:06.608Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
20:33:06 [2021-02-01T20:33:06.608Z]     changes_test.go:192: needs more investigation
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestChangesDirsEmpty
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestBytesPipeWriteRandomChunks (0.40s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestAtomicWriteToFile
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestAtomicWriteToFile (0.01s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestAtomicWriteSetCommit
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestAtomicWriteSetCancel
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestChangesDirsEmpty (0.15s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestChangesDirsMutated
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestAtomicWriteSetCancel (0.02s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestReadCloserWrapperClose
20:33:06 [2021-02-01T20:33:06.608Z] --- PASS: TestReadCloserWrapperClose (0.00s)
20:33:06 [2021-02-01T20:33:06.608Z] === RUN   TestReaderErrWrapperReadOnError
20:33:07 [2021-02-01T20:33:07.070Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestReaderErrWrapperRead
20:33:07 [2021-02-01T20:33:07.070Z] --- PASS: TestReaderErrWrapperRead (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestHashData
20:33:07 [2021-02-01T20:33:07.070Z] --- PASS: TestHashData (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestCancelReadCloser
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestError
20:33:07 [2021-02-01T20:33:07.070Z] --- PASS: TestError (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestProgressString
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestProgressString/no_progress
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestProgressString/progress_1
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestProgressString/some_progress_with_a_start_time
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestProgressString/some_progress_without_a_start_time
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestProgressString/with_units
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestProgressString/hide_counts
20:33:07 [2021-02-01T20:33:07.070Z] --- PASS: TestProgressString (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z]     --- PASS: TestProgressString/no_progress (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z]     --- PASS: TestProgressString/progress_1 (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z]     --- PASS: TestProgressString/with_units (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z]     --- PASS: TestProgressString/hide_counts (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestJSONMessageDisplay
20:33:07 [2021-02-01T20:33:07.070Z] --- PASS: TestCancelReadCloser (0.10s)
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestWriteCloserWrapperClose
20:33:07 [2021-02-01T20:33:07.070Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestNopWriteCloser
20:33:07 [2021-02-01T20:33:07.070Z] --- PASS: TestNopWriteCloser (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestNopWriter
20:33:07 [2021-02-01T20:33:07.070Z] --- PASS: TestNopWriter (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestWriteCounter
20:33:07 [2021-02-01T20:33:07.070Z] --- PASS: TestWriteCounter (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z] PASS
20:33:07 [2021-02-01T20:33:07.070Z] coverage: 69.2% of statements
20:33:07 [2021-02-01T20:33:07.070Z] ok  	github.com/docker/docker/pkg/ioutils	0.579s	coverage: 69.2% of statements
20:33:07 [2021-02-01T20:33:07.070Z] --- PASS: TestChangesDirsMutated (0.12s)
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestApplyLayer
20:33:07 [2021-02-01T20:33:07.070Z] --- SKIP: TestApplyLayer (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z]     changes_test.go:405: needs further investigation
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestChangesSizeWithHardlinks
20:33:07 [2021-02-01T20:33:07.070Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z]     changes_test.go:441: needs further investigation
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestChangesSizeWithNoChanges
20:33:07 [2021-02-01T20:33:07.070Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
20:33:07 [2021-02-01T20:33:07.070Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestChangesSize
20:33:07 [2021-02-01T20:33:07.070Z] --- PASS: TestChangesSize (0.00s)
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestApplyLayerInvalidFilenames
20:33:07 [2021-02-01T20:33:07.070Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames963094451\\dest"
20:33:07 [2021-02-01T20:33:07.070Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s)
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestApplyLayerInvalidHardlink
20:33:07 [2021-02-01T20:33:07.070Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink824848989\\victim\\hello" -> "../victim/hello"
20:33:07 [2021-02-01T20:33:07.070Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink991872536\\victim\\hello" -> "/../victim/hello"
20:33:07 [2021-02-01T20:33:07.070Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink167905943\\victim" -> "../victim"
20:33:07 [2021-02-01T20:33:07.070Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink081324298\\victim" -> "../victim"
20:33:07 [2021-02-01T20:33:07.070Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink856764641\\victim" -> "../victim"
20:33:07 [2021-02-01T20:33:07.070Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink316067532\\victim" -> "../victim"
20:33:07 [2021-02-01T20:33:07.070Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s)
20:33:07 [2021-02-01T20:33:07.070Z] === RUN   TestApplyLayerInvalidSymlink
20:33:07 [2021-02-01T20:33:07.070Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink728118203\\dest\\dotdot" -> "../victim/hello"
20:33:07 [2021-02-01T20:33:07.071Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink748798942\\dest\\slash-dotdot" -> "/../victim/hello"
20:33:07 [2021-02-01T20:33:07.071Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink027506085\\dest\\loophole-victim" -> "../victim"
20:33:07 [2021-02-01T20:33:07.071Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink271698624\\dest\\loophole-victim" -> "../victim"
20:33:07 [2021-02-01T20:33:07.071Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink742718751\\dest\\loophole-victim" -> "../victim"
20:33:07 [2021-02-01T20:33:07.071Z] --- PASS: TestJSONMessageDisplay (0.11s)
20:33:07 [2021-02-01T20:33:07.071Z] === RUN   TestJSONMessageDisplayWithJSONError
20:33:07 [2021-02-01T20:33:07.071Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
20:33:07 [2021-02-01T20:33:07.071Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
20:33:07 [2021-02-01T20:33:07.071Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
20:33:07 [2021-02-01T20:33:07.071Z] === RUN   TestDisplayJSONMessagesStream
20:33:07 [2021-02-01T20:33:07.071Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink506030578\\dest\\loophole-victim" -> "../victim"
20:33:07 [2021-02-01T20:33:07.071Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s)
20:33:07 [2021-02-01T20:33:07.071Z] === RUN   TestApplyLayerWhiteouts
20:33:07 [2021-02-01T20:33:07.071Z] --- PASS: TestDisplayJSONMessagesStream (0.01s)
20:33:07 [2021-02-01T20:33:07.071Z] PASS
20:33:07 [2021-02-01T20:33:07.071Z] coverage: 91.7% of statements
20:33:07 [2021-02-01T20:33:07.071Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.154s	coverage: 91.7% of statements
20:33:07 [2021-02-01T20:33:07.071Z] --- PASS: TestApplyLayerWhiteouts (0.06s)
20:33:07 [2021-02-01T20:33:07.071Z] === RUN   TestGenerateEmptyFile
20:33:07 [2021-02-01T20:33:07.071Z] --- PASS: TestGenerateEmptyFile (0.00s)
20:33:07 [2021-02-01T20:33:07.071Z] === RUN   TestGenerateWithContent
20:33:07 [2021-02-01T20:33:07.071Z] --- PASS: TestGenerateWithContent (0.00s)
20:33:07 [2021-02-01T20:33:07.071Z] PASS
20:33:07 [2021-02-01T20:33:07.071Z] coverage: 62.5% of statements
20:33:07 [2021-02-01T20:33:07.071Z] ok  	github.com/docker/docker/pkg/archive	6.640s	coverage: 62.5% of statements
20:33:07 [2021-02-01T20:33:07.071Z] === RUN   TestStandardLongPath
20:33:07 [2021-02-01T20:33:07.071Z] --- PASS: TestStandardLongPath (0.00s)
20:33:07 [2021-02-01T20:33:07.071Z] === RUN   TestUNCLongPath
20:33:07 [2021-02-01T20:33:07.071Z] --- PASS: TestUNCLongPath (0.00s)
20:33:07 [2021-02-01T20:33:07.071Z] PASS
20:33:07 [2021-02-01T20:33:07.071Z] coverage: 100.0% of statements
20:33:07 [2021-02-01T20:33:07.071Z] ok  	github.com/docker/docker/pkg/longpath	0.040s	coverage: 100.0% of statements
20:33:08 [2021-02-01T20:33:08.044Z] === RUN   TestNameFormat
20:33:08 [2021-02-01T20:33:08.044Z] --- PASS: TestNameFormat (0.00s)
20:33:08 [2021-02-01T20:33:08.044Z] === RUN   TestNameRetries
20:33:08 [2021-02-01T20:33:08.044Z] --- PASS: TestNameRetries (0.00s)
20:33:08 [2021-02-01T20:33:08.044Z] PASS
20:33:08 [2021-02-01T20:33:08.044Z] coverage: 85.7% of statements
20:33:08 [2021-02-01T20:33:08.044Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.037s	coverage: 85.7% of statements
20:33:08 [2021-02-01T20:33:08.044Z] === RUN   TestParseKeyValueOpt
20:33:08 [2021-02-01T20:33:08.044Z] --- PASS: TestParseKeyValueOpt (0.00s)
20:33:08 [2021-02-01T20:33:08.044Z] === RUN   TestParseUintList
20:33:08 [2021-02-01T20:33:08.044Z] --- PASS: TestParseUintList (0.00s)
20:33:08 [2021-02-01T20:33:08.044Z] === RUN   TestParseUintListMaximumLimits
20:33:08 [2021-02-01T20:33:08.044Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
20:33:08 [2021-02-01T20:33:08.044Z] PASS
20:33:08 [2021-02-01T20:33:08.044Z] coverage: 97.0% of statements
20:33:08 [2021-02-01T20:33:08.044Z] ok  	github.com/docker/docker/pkg/parsers	0.035s	coverage: 97.0% of statements
20:33:08 [2021-02-01T20:33:08.506Z] === RUN   TestNewAndRemove
20:33:08 [2021-02-01T20:33:08.506Z] --- PASS: TestNewAndRemove (0.00s)
20:33:08 [2021-02-01T20:33:08.506Z] === RUN   TestRemoveInvalidPath
20:33:08 [2021-02-01T20:33:08.506Z] --- PASS: TestRemoveInvalidPath (0.00s)
20:33:08 [2021-02-01T20:33:08.506Z] PASS
20:33:08 [2021-02-01T20:33:08.506Z] coverage: 82.6% of statements
20:33:08 [2021-02-01T20:33:08.506Z] ok  	github.com/docker/docker/pkg/pidfile	0.090s	coverage: 82.6% of statements
20:33:09 [2021-02-01T20:33:09.480Z] === RUN   TestParseEmptyInterface
20:33:09 [2021-02-01T20:33:09.480Z] --- PASS: TestParseEmptyInterface (0.00s)
20:33:09 [2021-02-01T20:33:09.480Z] === RUN   TestParseNonInterfaceType
20:33:09 [2021-02-01T20:33:09.480Z] --- PASS: TestParseNonInterfaceType (0.00s)
20:33:09 [2021-02-01T20:33:09.480Z] === RUN   TestParseWithOneFunction
20:33:09 [2021-02-01T20:33:09.480Z] --- PASS: TestParseWithOneFunction (0.00s)
20:33:09 [2021-02-01T20:33:09.480Z] === RUN   TestParseWithMultipleFuncs
20:33:09 [2021-02-01T20:33:09.480Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
20:33:09 [2021-02-01T20:33:09.480Z] === RUN   TestParseWithUnnamedReturn
20:33:09 [2021-02-01T20:33:09.480Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
20:33:09 [2021-02-01T20:33:09.480Z] === RUN   TestEmbeddedInterface
20:33:09 [2021-02-01T20:33:09.480Z] --- PASS: TestEmbeddedInterface (0.00s)
20:33:09 [2021-02-01T20:33:09.480Z] === RUN   TestParsedImports
20:33:09 [2021-02-01T20:33:09.480Z] --- PASS: TestParsedImports (0.00s)
20:33:09 [2021-02-01T20:33:09.480Z] === RUN   TestAliasedImports
20:33:09 [2021-02-01T20:33:09.480Z] --- PASS: TestAliasedImports (0.00s)
20:33:09 [2021-02-01T20:33:09.480Z] PASS
20:33:09 [2021-02-01T20:33:09.480Z] coverage: 56.8% of statements
20:33:09 [2021-02-01T20:33:09.480Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.088s	coverage: 56.8% of statements
20:33:09 [2021-02-01T20:33:09.943Z] === RUN   TestFailedConnection
20:33:10 [2021-02-01T20:33:10.404Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
20:33:10 [2021-02-01T20:33:10.404Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
20:33:10 [2021-02-01T20:33:10.404Z] === RUN   TestBufioReaderPoolPutAndGet
20:33:10 [2021-02-01T20:33:10.404Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
20:33:10 [2021-02-01T20:33:10.404Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
20:33:10 [2021-02-01T20:33:10.404Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
20:33:10 [2021-02-01T20:33:10.404Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
20:33:10 [2021-02-01T20:33:10.404Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
20:33:10 [2021-02-01T20:33:10.404Z] === RUN   TestBufioWriterPoolPutAndGet
20:33:10 [2021-02-01T20:33:10.404Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
20:33:10 [2021-02-01T20:33:10.404Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
20:33:10 [2021-02-01T20:33:10.404Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
20:33:10 [2021-02-01T20:33:10.404Z] === RUN   TestBufferPoolPutAndGet
20:33:10 [2021-02-01T20:33:10.404Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
20:33:10 [2021-02-01T20:33:10.404Z] PASS
20:33:10 [2021-02-01T20:33:10.404Z] coverage: 88.2% of statements
20:33:10 [2021-02-01T20:33:10.404Z] ok  	github.com/docker/docker/pkg/pools	0.036s	coverage: 88.2% of statements
20:33:10 [2021-02-01T20:33:10.866Z] === RUN   TestHTTPTransport
20:33:10 [2021-02-01T20:33:10.866Z] --- PASS: TestHTTPTransport (0.00s)
20:33:10 [2021-02-01T20:33:10.866Z] PASS
20:33:10 [2021-02-01T20:33:10.866Z] coverage: 85.7% of statements
20:33:10 [2021-02-01T20:33:10.866Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.040s	coverage: 85.7% of statements
20:33:11 [2021-02-01T20:33:11.327Z] --- PASS: TestFailedConnection (1.01s)
20:33:11 [2021-02-01T20:33:11.327Z] === RUN   TestFailOnce
20:33:11 [2021-02-01T20:33:11.327Z] === RUN   TestOutputOnPrematureClose
20:33:11 [2021-02-01T20:33:11.327Z] --- PASS: TestOutputOnPrematureClose (0.00s)
20:33:11 [2021-02-01T20:33:11.327Z] === RUN   TestCompleteSilently
20:33:11 [2021-02-01T20:33:11.327Z] --- PASS: TestCompleteSilently (0.00s)
20:33:11 [2021-02-01T20:33:11.327Z] PASS
20:33:11 [2021-02-01T20:33:11.327Z] coverage: 75.9% of statements
20:33:11 [2021-02-01T20:33:11.327Z] ok  	github.com/docker/docker/pkg/progress	0.035s	coverage: 75.9% of statements
20:33:11 [2021-02-01T20:33:11.327Z] 2021/02/01 20:33:10 http: panic serving 127.0.0.1:49221: Plugin not ready
20:33:11 [2021-02-01T20:33:11.327Z] goroutine 10 [running]:
20:33:11 [2021-02-01T20:33:11.327Z] net/http.(*conn).serve.func1(0xc000058b40)
20:33:11 [2021-02-01T20:33:11.327Z] 	c:/go/src/net/http/server.go:1795 +0x140
20:33:11 [2021-02-01T20:33:11.327Z] panic(0x849b40, 0x986ad0)
20:33:11 [2021-02-01T20:33:11.327Z] 	c:/go/src/runtime/panic.go:679 +0x1c0
20:33:11 [2021-02-01T20:33:11.327Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000132000, 0xc0000d0300)
20:33:11 [2021-02-01T20:33:11.327Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
20:33:11 [2021-02-01T20:33:11.327Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000132000, 0xc0000d0300)
20:33:11 [2021-02-01T20:33:11.327Z] 	c:/go/src/net/http/server.go:2036 +0x4b
20:33:11 [2021-02-01T20:33:11.327Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000132000, 0xc0000d0300)
20:33:11 [2021-02-01T20:33:11.327Z] 	c:/go/src/net/http/server.go:2416 +0x1c4
20:33:11 [2021-02-01T20:33:11.327Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000132000, 0xc0000d0300)
20:33:11 [2021-02-01T20:33:11.327Z] 	c:/go/src/net/http/server.go:2831 +0xab
20:33:11 [2021-02-01T20:33:11.327Z] net/http.(*conn).serve(0xc000058b40, 0x99b2c0, 0xc00004a980)
20:33:11 [2021-02-01T20:33:11.327Z] 	c:/go/src/net/http/server.go:1919 +0x87c
20:33:11 [2021-02-01T20:33:11.327Z] created by net/http.(*Server).Serve
20:33:11 [2021-02-01T20:33:11.327Z] 	c:/go/src/net/http/server.go:2957 +0x38b
20:33:11 [2021-02-01T20:33:11.327Z] time="2021-02-01T20:33:10Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49220/Test.FailOnce: Post http://127.0.0.1:49220/Test.FailOnce: EOF, retrying in 1s"
20:33:11 [2021-02-01T20:33:11.327Z] === RUN   TestSendToOneSub
20:33:11 [2021-02-01T20:33:11.327Z] --- PASS: TestSendToOneSub (0.00s)
20:33:11 [2021-02-01T20:33:11.327Z] === RUN   TestSendToMultipleSubs
20:33:11 [2021-02-01T20:33:11.327Z] --- PASS: TestSendToMultipleSubs (0.00s)
20:33:11 [2021-02-01T20:33:11.327Z] === RUN   TestEvictOneSub
20:33:11 [2021-02-01T20:33:11.327Z] --- PASS: TestEvictOneSub (0.00s)
20:33:11 [2021-02-01T20:33:11.327Z] === RUN   TestClosePublisher
20:33:11 [2021-02-01T20:33:11.327Z] --- PASS: TestClosePublisher (0.00s)
20:33:11 [2021-02-01T20:33:11.327Z] === RUN   TestPubSubRace
20:33:11 [2021-02-01T20:33:11.796Z] === RUN   TestRegister
20:33:11 [2021-02-01T20:33:11.796Z] --- PASS: TestRegister (0.00s)
20:33:11 [2021-02-01T20:33:11.796Z] === RUN   TestCommand
20:33:11 [2021-02-01T20:33:11.796Z] --- PASS: TestCommand (0.02s)
20:33:11 [2021-02-01T20:33:11.796Z] === RUN   TestNaiveSelf
20:33:11 [2021-02-01T20:33:11.796Z] --- PASS: TestNaiveSelf (0.02s)
20:33:11 [2021-02-01T20:33:11.796Z] PASS
20:33:11 [2021-02-01T20:33:11.796Z] coverage: 82.4% of statements
20:33:11 [2021-02-01T20:33:11.796Z] ok  	github.com/docker/docker/pkg/reexec	0.068s	coverage: 82.4% of statements
20:33:12 [2021-02-01T20:33:12.264Z] --- PASS: TestFailOnce (1.11s)
20:33:12 [2021-02-01T20:33:12.264Z] === RUN   TestEchoInputOutput
20:33:12 [2021-02-01T20:33:12.264Z] --- PASS: TestEchoInputOutput (0.00s)
20:33:12 [2021-02-01T20:33:12.264Z] === RUN   TestBackoff
20:33:12 [2021-02-01T20:33:12.264Z] --- PASS: TestBackoff (0.00s)
20:33:12 [2021-02-01T20:33:12.264Z] === RUN   TestAbortRetry
20:33:12 [2021-02-01T20:33:12.264Z] --- PASS: TestAbortRetry (0.00s)
20:33:12 [2021-02-01T20:33:12.264Z] === RUN   TestClientScheme
20:33:12 [2021-02-01T20:33:12.264Z] --- PASS: TestClientScheme (0.00s)
20:33:12 [2021-02-01T20:33:12.264Z] === RUN   TestNewClientWithTimeout
20:33:12 [2021-02-01T20:33:12.264Z] --- PASS: TestPubSubRace (1.05s)
20:33:12 [2021-02-01T20:33:12.264Z] PASS
20:33:12 [2021-02-01T20:33:12.264Z] coverage: 75.0% of statements
20:33:12 [2021-02-01T20:33:12.264Z] ok  	github.com/docker/docker/pkg/pubsub	1.081s	coverage: 75.0% of statements
20:33:12 [2021-02-01T20:33:12.726Z] time="2021-02-01T20:33:12Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
20:33:12 [2021-02-01T20:33:12.726Z] === RUN   TestParseSignal
20:33:12 [2021-02-01T20:33:12.726Z] --- PASS: TestParseSignal (0.00s)
20:33:12 [2021-02-01T20:33:12.726Z] === RUN   TestValidSignalForPlatform
20:33:12 [2021-02-01T20:33:12.726Z] --- PASS: TestValidSignalForPlatform (0.00s)
20:33:12 [2021-02-01T20:33:12.726Z] PASS
20:33:12 [2021-02-01T20:33:12.726Z] coverage: 20.3% of statements
20:33:12 [2021-02-01T20:33:12.726Z] ok  	github.com/docker/docker/pkg/signal	0.036s	coverage: 20.3% of statements
20:33:13 [2021-02-01T20:33:13.187Z] === RUN   TestNewStdWriter
20:33:13 [2021-02-01T20:33:13.187Z] --- PASS: TestNewStdWriter (0.00s)
20:33:13 [2021-02-01T20:33:13.187Z] === RUN   TestWriteWithUninitializedStdWriter
20:33:13 [2021-02-01T20:33:13.187Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
20:33:13 [2021-02-01T20:33:13.187Z] === RUN   TestWriteWithNilBytes
20:33:13 [2021-02-01T20:33:13.187Z] --- PASS: TestWriteWithNilBytes (0.00s)
20:33:13 [2021-02-01T20:33:13.187Z] === RUN   TestWrite
20:33:13 [2021-02-01T20:33:13.187Z] --- PASS: TestWrite (0.00s)
20:33:13 [2021-02-01T20:33:13.187Z] === RUN   TestWriteWithWriterError
20:33:13 [2021-02-01T20:33:13.187Z] --- PASS: TestWriteWithWriterError (0.00s)
20:33:13 [2021-02-01T20:33:13.187Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
20:33:13 [2021-02-01T20:33:13.187Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
20:33:13 [2021-02-01T20:33:13.187Z] === RUN   TestStdCopyWriteAndRead
20:33:13 [2021-02-01T20:33:13.187Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
20:33:13 [2021-02-01T20:33:13.187Z] === RUN   TestStdCopyReturnsErrorReadingHeader
20:33:13 [2021-02-01T20:33:13.187Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
20:33:13 [2021-02-01T20:33:13.187Z] === RUN   TestStdCopyReturnsErrorReadingFrame
20:33:13 [2021-02-01T20:33:13.187Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
20:33:13 [2021-02-01T20:33:13.187Z] === RUN   TestStdCopyDetectsCorruptedFrame
20:33:13 [2021-02-01T20:33:13.187Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
20:33:13 [2021-02-01T20:33:13.187Z] === RUN   TestStdCopyWithInvalidInputHeader
20:33:13 [2021-02-01T20:33:13.187Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
20:33:13 [2021-02-01T20:33:13.187Z] === RUN   TestStdCopyWithCorruptedPrefix
20:33:13 [2021-02-01T20:33:13.187Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
20:33:13 [2021-02-01T20:33:13.187Z] === RUN   TestStdCopyReturnsWriteErrors
20:33:13 [2021-02-01T20:33:13.187Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
20:33:13 [2021-02-01T20:33:13.187Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
20:33:13 [2021-02-01T20:33:13.187Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
20:33:13 [2021-02-01T20:33:13.187Z] === RUN   TestStdCopyReturnsErrorFromSystem
20:33:13 [2021-02-01T20:33:13.187Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
20:33:13 [2021-02-01T20:33:13.187Z] PASS
20:33:13 [2021-02-01T20:33:13.187Z] coverage: 100.0% of statements
20:33:13 [2021-02-01T20:33:13.187Z] ok  	github.com/docker/docker/pkg/stdcopy	0.037s	coverage: 100.0% of statements
20:33:13 [2021-02-01T20:33:13.649Z] === RUN   TestRawProgressFormatterFormatStatus
20:33:13 [2021-02-01T20:33:13.649Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
20:33:13 [2021-02-01T20:33:13.649Z] === RUN   TestRawProgressFormatterFormatProgress
20:33:13 [2021-02-01T20:33:13.649Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
20:33:13 [2021-02-01T20:33:13.649Z] === RUN   TestFormatStatus
20:33:13 [2021-02-01T20:33:13.649Z] --- PASS: TestFormatStatus (0.00s)
20:33:13 [2021-02-01T20:33:13.649Z] === RUN   TestFormatError
20:33:13 [2021-02-01T20:33:13.649Z] --- PASS: TestFormatError (0.00s)
20:33:13 [2021-02-01T20:33:13.649Z] === RUN   TestFormatJSONError
20:33:13 [2021-02-01T20:33:13.649Z] --- PASS: TestFormatJSONError (0.00s)
20:33:13 [2021-02-01T20:33:13.649Z] === RUN   TestJsonProgressFormatterFormatProgress
20:33:13 [2021-02-01T20:33:13.649Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
20:33:13 [2021-02-01T20:33:13.649Z] === RUN   TestJsonProgressFormatterFormatStatus
20:33:13 [2021-02-01T20:33:13.649Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
20:33:13 [2021-02-01T20:33:13.649Z] === RUN   TestNewJSONProgressOutput
20:33:13 [2021-02-01T20:33:13.649Z] --- PASS: TestNewJSONProgressOutput (0.00s)
20:33:13 [2021-02-01T20:33:13.649Z] === RUN   TestAuxFormatterEmit
20:33:13 [2021-02-01T20:33:13.649Z] --- PASS: TestAuxFormatterEmit (0.00s)
20:33:13 [2021-02-01T20:33:13.649Z] === RUN   TestStreamWriterStdout
20:33:13 [2021-02-01T20:33:13.649Z] --- PASS: TestStreamWriterStdout (0.00s)
20:33:13 [2021-02-01T20:33:13.649Z] === RUN   TestStreamWriterStderr
20:33:13 [2021-02-01T20:33:13.649Z] --- PASS: TestStreamWriterStderr (0.00s)
20:33:13 [2021-02-01T20:33:13.649Z] PASS
20:33:13 [2021-02-01T20:33:13.649Z] coverage: 66.2% of statements
20:33:13 [2021-02-01T20:33:13.649Z] ok  	github.com/docker/docker/pkg/streamformatter	0.035s	coverage: 66.2% of statements
20:33:14 [2021-02-01T20:33:14.110Z] === RUN   TestGenerateRandomID
20:33:14 [2021-02-01T20:33:14.110Z] --- PASS: TestGenerateRandomID (0.00s)
20:33:14 [2021-02-01T20:33:14.110Z] === RUN   TestShortenId
20:33:14 [2021-02-01T20:33:14.110Z] --- PASS: TestShortenId (0.00s)
20:33:14 [2021-02-01T20:33:14.110Z] === RUN   TestShortenSha256Id
20:33:14 [2021-02-01T20:33:14.110Z] --- PASS: TestShortenSha256Id (0.00s)
20:33:14 [2021-02-01T20:33:14.110Z] === RUN   TestShortenIdEmpty
20:33:14 [2021-02-01T20:33:14.110Z] --- PASS: TestShortenIdEmpty (0.00s)
20:33:14 [2021-02-01T20:33:14.110Z] === RUN   TestShortenIdInvalid
20:33:14 [2021-02-01T20:33:14.110Z] --- PASS: TestShortenIdInvalid (0.00s)
20:33:14 [2021-02-01T20:33:14.110Z] === RUN   TestIsShortIDNonHex
20:33:14 [2021-02-01T20:33:14.110Z] --- PASS: TestIsShortIDNonHex (0.00s)
20:33:14 [2021-02-01T20:33:14.110Z] === RUN   TestIsShortIDNotCorrectSize
20:33:14 [2021-02-01T20:33:14.110Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
20:33:14 [2021-02-01T20:33:14.110Z] PASS
20:33:14 [2021-02-01T20:33:14.110Z] coverage: 70.6% of statements
20:33:14 [2021-02-01T20:33:14.110Z] ok  	github.com/docker/docker/pkg/stringid	0.030s	coverage: 70.6% of statements
20:33:14 [2021-02-01T20:33:14.110Z] time="2021-02-01T20:33:13Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
20:33:14 [2021-02-01T20:33:14.572Z] === RUN   TestIsCpusetListAvailable
20:33:14 [2021-02-01T20:33:14.572Z] --- PASS: TestIsCpusetListAvailable (0.00s)
20:33:14 [2021-02-01T20:33:14.572Z] PASS
20:33:14 [2021-02-01T20:33:14.572Z] coverage: 38.2% of statements
20:33:14 [2021-02-01T20:33:14.572Z] ok  	github.com/docker/docker/pkg/sysinfo	0.032s	coverage: 38.2% of statements
20:33:15 [2021-02-01T20:33:15.545Z] === RUN   TestChtimes
20:33:15 [2021-02-01T20:33:15.545Z] --- PASS: TestChtimes (0.00s)
20:33:15 [2021-02-01T20:33:15.545Z] === RUN   TestChtimesWindows
20:33:15 [2021-02-01T20:33:15.545Z] --- PASS: TestChtimesWindows (0.00s)
20:33:15 [2021-02-01T20:33:15.545Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
20:33:15 [2021-02-01T20:33:15.545Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
20:33:15 [2021-02-01T20:33:15.545Z] === RUN   TestEnsureRemoveAllNotExist
20:33:15 [2021-02-01T20:33:15.545Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
20:33:15 [2021-02-01T20:33:15.545Z] === RUN   TestEnsureRemoveAllWithDir
20:33:15 [2021-02-01T20:33:15.545Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
20:33:15 [2021-02-01T20:33:15.545Z] === RUN   TestEnsureRemoveAllWithFile
20:33:15 [2021-02-01T20:33:15.545Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
20:33:15 [2021-02-01T20:33:15.545Z] === RUN   TestHasWin32KSupport
20:33:15 [2021-02-01T20:33:15.545Z] --- PASS: TestHasWin32KSupport (0.00s)
20:33:15 [2021-02-01T20:33:15.545Z]     syscall_windows_test.go:8: win32k: true
20:33:15 [2021-02-01T20:33:15.545Z] PASS
20:33:15 [2021-02-01T20:33:15.545Z] coverage: 12.0% of statements
20:33:15 [2021-02-01T20:33:15.545Z] ok  	github.com/docker/docker/pkg/system	0.046s	coverage: 12.0% of statements
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestTailFile
20:33:16 [2021-02-01T20:33:16.007Z] --- PASS: TestTailFile (0.00s)
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestTailFileManyLines
20:33:16 [2021-02-01T20:33:16.007Z] --- PASS: TestTailFileManyLines (0.00s)
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestTailEmptyFile
20:33:16 [2021-02-01T20:33:16.007Z] --- PASS: TestTailEmptyFile (0.00s)
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestTailNegativeN
20:33:16 [2021-02-01T20:33:16.007Z] --- PASS: TestTailNegativeN (0.00s)
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader
20:33:16 [2021-02-01T20:33:16.007Z] === CONT  TestNewTailReader
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/single_byte_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/single_byte_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/2_byte_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/2_byte_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/4_byte_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/4_byte_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/8_byte_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/8_byte_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/12_byte_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/12_byte_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/truncated_last_line
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/truncated_last_line#01
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/truncated_last_line#02
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
20:33:16 [2021-02-01T20:33:16.007Z] === CONT  TestNewTailReader/no_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.007Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.007Z] === CONT  TestNewTailReader/12_byte_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.007Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.007Z] === CONT  TestNewTailReader/2_byte_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === CONT  TestNewTailReader/8_byte_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.007Z] === CONT  TestNewTailReader/no_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.007Z] === CONT  TestNewTailReader/single_byte_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.007Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.007Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.007Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/4_byte_delimiter
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.008Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.009Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.009Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.010Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.010Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.010Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.011Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.511Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
20:33:16 [2021-02-01T20:33:16.512Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:33:16 [2021-02-01T20:33:16.512Z] --- PASS: TestNewTailReader (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.512Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.01s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.513Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.02s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.01s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.514Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z] PASS
20:33:16 [2021-02-01T20:33:16.515Z] coverage: 88.6% of statements
20:33:16 [2021-02-01T20:33:16.515Z] ok  	github.com/docker/docker/pkg/tailfile	0.322s	coverage: 88.6% of statements
20:33:16 [2021-02-01T20:33:16.515Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
20:33:16 [2021-02-01T20:33:16.515Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
20:33:16 [2021-02-01T20:33:16.515Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
20:33:16 [2021-02-01T20:33:16.515Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
20:33:16 [2021-02-01T20:33:16.515Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
20:33:16 [2021-02-01T20:33:16.515Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
20:33:16 [2021-02-01T20:33:16.515Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
20:33:16 [2021-02-01T20:33:16.515Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
20:33:16 [2021-02-01T20:33:16.515Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
20:33:16 [2021-02-01T20:33:16.515Z] === RUN   TestTarSumRemoveNonExistent
20:33:16 [2021-02-01T20:33:16.515Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z] === RUN   TestTarSumRemove
20:33:16 [2021-02-01T20:33:16.515Z] --- PASS: TestTarSumRemove (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z] === RUN   TestSortFileInfoSums
20:33:16 [2021-02-01T20:33:16.515Z] --- PASS: TestSortFileInfoSums (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z] === RUN   TestNewTarSumForLabelInvalid
20:33:16 [2021-02-01T20:33:16.515Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z] === RUN   TestNewTarSumForLabel
20:33:16 [2021-02-01T20:33:16.515Z] --- PASS: TestNewTarSumForLabel (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z] === RUN   TestEmptyTar
20:33:16 [2021-02-01T20:33:16.515Z] --- PASS: TestEmptyTar (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z] === RUN   TestTarSumsReadSize
20:33:16 [2021-02-01T20:33:16.515Z] --- PASS: TestTarSumsReadSize (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z] === RUN   TestTarSums
20:33:16 [2021-02-01T20:33:16.515Z] --- PASS: TestTarSums (0.06s)
20:33:16 [2021-02-01T20:33:16.515Z] === RUN   TestIteration
20:33:16 [2021-02-01T20:33:16.515Z] --- PASS: TestIteration (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z] === RUN   TestVersionLabelForChecksum
20:33:16 [2021-02-01T20:33:16.515Z] --- PASS: TestVersionLabelForChecksum (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z] === RUN   TestVersion
20:33:16 [2021-02-01T20:33:16.515Z] --- PASS: TestVersion (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z] === RUN   TestGetVersion
20:33:16 [2021-02-01T20:33:16.515Z] --- PASS: TestGetVersion (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z] === RUN   TestGetVersions
20:33:16 [2021-02-01T20:33:16.515Z] --- PASS: TestGetVersions (0.00s)
20:33:16 [2021-02-01T20:33:16.515Z] PASS
20:33:16 [2021-02-01T20:33:16.515Z] coverage: 89.3% of statements
20:33:16 [2021-02-01T20:33:16.976Z] ok  	github.com/docker/docker/pkg/tarsum	0.119s	coverage: 89.3% of statements
20:33:16 [2021-02-01T20:33:16.976Z] time="2021-02-01T20:33:16Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
20:33:16 [2021-02-01T20:33:16.976Z] testing: warning: no tests to run
20:33:16 [2021-02-01T20:33:16.976Z] PASS
20:33:16 [2021-02-01T20:33:16.976Z] coverage: [no statements]
20:33:16 [2021-02-01T20:33:16.976Z] ok  	github.com/docker/docker/pkg/term/windows	0.038s	coverage: [no statements] [no tests to run]
20:33:17 [2021-02-01T20:33:17.438Z] === RUN   TestTruncIndex
20:33:17 [2021-02-01T20:33:17.438Z] --- PASS: TestTruncIndex (0.10s)
20:33:17 [2021-02-01T20:33:17.438Z] PASS
20:33:17 [2021-02-01T20:33:17.438Z] coverage: 91.5% of statements
20:33:17 [2021-02-01T20:33:17.438Z] ok  	github.com/docker/docker/pkg/truncindex	0.147s	coverage: 91.5% of statements
20:33:17 [2021-02-01T20:33:17.438Z] === RUN   TestIsGIT
20:33:17 [2021-02-01T20:33:17.438Z] --- PASS: TestIsGIT (0.00s)
20:33:17 [2021-02-01T20:33:17.438Z] === RUN   TestIsTransport
20:33:17 [2021-02-01T20:33:17.438Z] --- PASS: TestIsTransport (0.00s)
20:33:17 [2021-02-01T20:33:17.438Z] PASS
20:33:17 [2021-02-01T20:33:17.438Z] coverage: 100.0% of statements
20:33:17 [2021-02-01T20:33:17.438Z] ok  	github.com/docker/docker/pkg/urlutil	0.056s	coverage: 100.0% of statements
20:33:17 [2021-02-01T20:33:17.900Z] === RUN   TestVersionInfo
20:33:17 [2021-02-01T20:33:17.900Z] --- PASS: TestVersionInfo (0.00s)
20:33:17 [2021-02-01T20:33:17.900Z] === RUN   TestAppendVersions
20:33:17 [2021-02-01T20:33:17.900Z] --- PASS: TestAppendVersions (0.00s)
20:33:17 [2021-02-01T20:33:17.900Z] PASS
20:33:17 [2021-02-01T20:33:17.900Z] coverage: 88.9% of statements
20:33:17 [2021-02-01T20:33:17.900Z] ok  	github.com/docker/docker/pkg/useragent	0.036s	coverage: 88.9% of statements
20:33:18 [2021-02-01T20:33:18.873Z] === RUN   TestNewSettable
20:33:18 [2021-02-01T20:33:18.873Z] --- PASS: TestNewSettable (0.00s)
20:33:18 [2021-02-01T20:33:18.873Z] === RUN   TestIsSettable
20:33:18 [2021-02-01T20:33:18.873Z] --- PASS: TestIsSettable (0.00s)
20:33:18 [2021-02-01T20:33:18.873Z] === RUN   TestUpdateSettingsEnv
20:33:18 [2021-02-01T20:33:18.873Z] --- PASS: TestUpdateSettingsEnv (0.00s)
20:33:18 [2021-02-01T20:33:18.873Z] PASS
20:33:18 [2021-02-01T20:33:18.873Z] coverage: 20.1% of statements
20:33:18 [2021-02-01T20:33:18.873Z] ok  	github.com/docker/docker/plugin/v2	0.114s	coverage: 20.1% of statements
20:33:19 [2021-02-01T20:33:19.334Z] === RUN   TestLoad
20:33:19 [2021-02-01T20:33:19.334Z] --- PASS: TestLoad (0.00s)
20:33:19 [2021-02-01T20:33:19.334Z] === RUN   TestSave
20:33:19 [2021-02-01T20:33:19.334Z] --- PASS: TestSave (0.03s)
20:33:19 [2021-02-01T20:33:19.334Z] === RUN   TestAddDeleteGet
20:33:19 [2021-02-01T20:33:19.334Z] --- PASS: TestAddDeleteGet (0.03s)
20:33:19 [2021-02-01T20:33:19.334Z] === RUN   TestInvalidTags
20:33:19 [2021-02-01T20:33:19.334Z] --- PASS: TestInvalidTags (0.00s)
20:33:19 [2021-02-01T20:33:19.334Z] PASS
20:33:19 [2021-02-01T20:33:19.334Z] coverage: 84.4% of statements
20:33:19 [2021-02-01T20:33:19.334Z] ok  	github.com/docker/docker/reference	0.102s	coverage: 84.4% of statements
20:33:19 [2021-02-01T20:33:19.334Z] === RUN   TestValidatePrivileges
20:33:19 [2021-02-01T20:33:19.334Z] --- PASS: TestValidatePrivileges (0.00s)
20:33:19 [2021-02-01T20:33:19.334Z] === RUN   TestFilterByCapNeg
20:33:19 [2021-02-01T20:33:19.334Z] --- PASS: TestFilterByCapNeg (0.00s)
20:33:19 [2021-02-01T20:33:19.334Z] === RUN   TestFilterByCapPos
20:33:19 [2021-02-01T20:33:19.334Z] --- PASS: TestFilterByCapPos (0.00s)
20:33:19 [2021-02-01T20:33:19.334Z] === RUN   TestStoreGetPluginNotMatchCapRefs
20:33:19 [2021-02-01T20:33:19.334Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
20:33:19 [2021-02-01T20:33:19.334Z] PASS
20:33:19 [2021-02-01T20:33:19.334Z] coverage: 12.0% of statements
20:33:19 [2021-02-01T20:33:19.334Z] ok  	github.com/docker/docker/plugin	0.113s	coverage: 12.0% of statements
20:33:20 [2021-02-01T20:33:20.308Z] === RUN   TestRestartManagerTimeout
20:33:20 [2021-02-01T20:33:20.308Z] --- PASS: TestRestartManagerTimeout (0.00s)
20:33:20 [2021-02-01T20:33:20.308Z] === RUN   TestRestartManagerTimeoutReset
20:33:20 [2021-02-01T20:33:20.308Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
20:33:20 [2021-02-01T20:33:20.308Z] PASS
20:33:20 [2021-02-01T20:33:20.308Z] coverage: 50.9% of statements
20:33:20 [2021-02-01T20:33:20.308Z] ok  	github.com/docker/docker/restartmanager	0.034s	coverage: 50.9% of statements
20:33:20 [2021-02-01T20:33:20.771Z] === RUN   TestResumableRequestHeaderSimpleErrors
20:33:20 [2021-02-01T20:33:20.771Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s)
20:33:20 [2021-02-01T20:33:20.771Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
20:33:20 [2021-02-01T20:33:20.771Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
20:33:20 [2021-02-01T20:33:20.771Z] === RUN   TestResumableRequestHeaderTooMuchFailures
20:33:20 [2021-02-01T20:33:20.771Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
20:33:20 [2021-02-01T20:33:20.771Z] === RUN   TestResumableRequestReaderWithReadError
20:33:20 [2021-02-01T20:33:20.771Z] time="2021-02-01T20:33:20Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
20:33:20 [2021-02-01T20:33:20.771Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s)
20:33:20 [2021-02-01T20:33:20.771Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
20:33:20 [2021-02-01T20:33:20.771Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
20:33:20 [2021-02-01T20:33:20.771Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
20:33:20 [2021-02-01T20:33:20.771Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
20:33:20 [2021-02-01T20:33:20.771Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
20:33:20 [2021-02-01T20:33:20.771Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
20:33:20 [2021-02-01T20:33:20.771Z] === RUN   TestResumableRequestReader
20:33:20 [2021-02-01T20:33:20.771Z] --- PASS: TestResumableRequestReader (0.00s)
20:33:20 [2021-02-01T20:33:20.771Z] === RUN   TestResumableRequestReaderWithInitialResponse
20:33:20 [2021-02-01T20:33:20.771Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
20:33:20 [2021-02-01T20:33:20.771Z] PASS
20:33:20 [2021-02-01T20:33:20.771Z] coverage: 100.0% of statements
20:33:20 [2021-02-01T20:33:20.771Z] ok  	github.com/docker/docker/registry/resumable	0.155s	coverage: 100.0% of statements
20:33:20 [2021-02-01T20:33:20.771Z] === RUN   TestResolveAuthConfigIndexServer
20:33:20 [2021-02-01T20:33:20.771Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
20:33:20 [2021-02-01T20:33:20.771Z] === RUN   TestResolveAuthConfigFullURL
20:33:20 [2021-02-01T20:33:20.771Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
20:33:20 [2021-02-01T20:33:20.771Z] === RUN   TestLoadAllowNondistributableArtifacts
20:33:20 [2021-02-01T20:33:20.771Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestValidateMirror
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestValidateMirror (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestLoadInsecureRegistries
20:33:21 [2021-02-01T20:33:21.233Z] time="2021-02-01T20:33:20Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
20:33:21 [2021-02-01T20:33:21.233Z] time="2021-02-01T20:33:20Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
20:33:21 [2021-02-01T20:33:21.233Z] time="2021-02-01T20:33:20Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestLoadInsecureRegistries (0.09s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestNewServiceConfig
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestNewServiceConfig (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestValidateIndexName
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestValidateIndexName (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestValidateIndexNameWithError
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestValidateIndexNameWithError (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestEndpointParse
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestEndpointParse (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestEndpointParseInvalid
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestEndpointParseInvalid (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestValidateEndpoint
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestValidateEndpoint (0.01s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestPing
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestPing (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestPingRegistryEndpoint
20:33:21 [2021-02-01T20:33:21.233Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestEndpoint
20:33:21 [2021-02-01T20:33:21.233Z] --- SKIP: TestEndpoint (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestParseRepositoryInfo
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestParseRepositoryInfo (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestNewIndexInfo
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestNewIndexInfo (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestMirrorEndpointLookup
20:33:21 [2021-02-01T20:33:21.233Z] --- SKIP: TestMirrorEndpointLookup (0.01s)
20:33:21 [2021-02-01T20:33:21.233Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestSearchRepositories
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestSearchRepositories (0.01s)
20:33:21 [2021-02-01T20:33:21.233Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
20:33:21 [2021-02-01T20:33:21.233Z]         Host: 127.0.0.1:49240
20:33:21 [2021-02-01T20:33:21.233Z]         User-Agent: docker test client
20:33:21 [2021-02-01T20:33:21.233Z]         Authorization: Token fake-token
20:33:21 [2021-02-01T20:33:21.233Z]         X-Docker-Token: true
20:33:21 [2021-02-01T20:33:21.233Z]         Accept-Encoding: gzip
20:33:21 [2021-02-01T20:33:21.233Z]         
20:33:21 [2021-02-01T20:33:21.233Z]         
20:33:21 [2021-02-01T20:33:21.233Z]     registry_test.go:730: HTTP/1.1 200 OK
20:33:21 [2021-02-01T20:33:21.233Z]         Connection: close
20:33:21 [2021-02-01T20:33:21.233Z]         Content-Length: 144
20:33:21 [2021-02-01T20:33:21.233Z]         Cache-Control: no-cache
20:33:21 [2021-02-01T20:33:21.233Z]         Content-Type: application/json
20:33:21 [2021-02-01T20:33:21.233Z]         Date: Mon, 01 Feb 2021 20:33:20 GMT
20:33:21 [2021-02-01T20:33:21.233Z]         Expires: -1
20:33:21 [2021-02-01T20:33:21.233Z]         Pragma: no-cache
20:33:21 [2021-02-01T20:33:21.233Z]         Server: docker-tests/mock
20:33:21 [2021-02-01T20:33:21.233Z]         X-Docker-Registry-Config: mock
20:33:21 [2021-02-01T20:33:21.233Z]         X-Docker-Registry-Version: 0.0.0
20:33:21 [2021-02-01T20:33:21.233Z]         
20:33:21 [2021-02-01T20:33:21.233Z]         
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestTrustedLocation
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestTrustedLocation (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestAllowNondistributableArtifacts
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestIsSecureIndex
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestIsSecureIndex (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] PASS
20:33:21 [2021-02-01T20:33:21.233Z] coverage: 50.3% of statements
20:33:21 [2021-02-01T20:33:21.233Z] ok  	github.com/docker/docker/registry	0.177s	coverage: 50.3% of statements
20:33:21 [2021-02-01T20:33:21.233Z] time="2021-02-01T20:33:20Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestDecodeContainerConfig
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestDecodeContainerConfig (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestDecodeContainerConfigIsolation
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] === RUN   TestValidatePrivileged
20:33:21 [2021-02-01T20:33:21.233Z] --- PASS: TestValidatePrivileged (0.00s)
20:33:21 [2021-02-01T20:33:21.233Z] PASS
20:33:21 [2021-02-01T20:33:21.233Z] coverage: 52.2% of statements
20:33:21 [2021-02-01T20:33:21.694Z] ok  	github.com/docker/docker/runconfig	0.111s	coverage: 52.2% of statements
20:33:21 [2021-02-01T20:33:21.694Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
20:33:21 [2021-02-01T20:33:21.694Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
20:33:21 [2021-02-01T20:33:21.694Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
20:33:21 [2021-02-01T20:33:21.694Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
20:33:21 [2021-02-01T20:33:21.694Z] PASS
20:33:21 [2021-02-01T20:33:21.694Z] coverage: 62.5% of statements
20:33:21 [2021-02-01T20:33:21.694Z] ok  	github.com/docker/docker/testutil	0.054s	coverage: 62.5% of statements
20:33:23 [2021-02-01T20:33:23.882Z] === RUN   TestGetDriver
20:33:23 [2021-02-01T20:33:23.882Z] --- PASS: TestGetDriver (0.00s)
20:33:23 [2021-02-01T20:33:23.882Z] === RUN   TestVolumeRequestError
20:33:23 [2021-02-01T20:33:23.882Z] --- PASS: TestVolumeRequestError (0.01s)
20:33:23 [2021-02-01T20:33:23.882Z] PASS
20:33:23 [2021-02-01T20:33:23.882Z] coverage: 36.1% of statements
20:33:23 [2021-02-01T20:33:23.882Z] ok  	github.com/docker/docker/volume/drivers	0.056s	coverage: 36.1% of statements
20:33:23 [2021-02-01T20:33:23.882Z] === RUN   TestGetAddress
20:33:23 [2021-02-01T20:33:23.882Z] --- PASS: TestGetAddress (0.00s)
20:33:23 [2021-02-01T20:33:23.882Z] === RUN   TestRemove
20:33:24 [2021-02-01T20:33:24.344Z] --- SKIP: TestRemove (0.00s)
20:33:24 [2021-02-01T20:33:24.344Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
20:33:24 [2021-02-01T20:33:24.344Z] === RUN   TestInitializeWithVolumes
20:33:24 [2021-02-01T20:33:24.344Z] --- PASS: TestInitializeWithVolumes (0.00s)
20:33:24 [2021-02-01T20:33:24.344Z] === RUN   TestCreate
20:33:24 [2021-02-01T20:33:24.344Z] --- PASS: TestCreate (0.01s)
20:33:24 [2021-02-01T20:33:24.344Z] === RUN   TestValidateName
20:33:24 [2021-02-01T20:33:24.344Z] --- PASS: TestValidateName (0.00s)
20:33:24 [2021-02-01T20:33:24.344Z] === RUN   TestCreateWithOpts
20:33:24 [2021-02-01T20:33:24.344Z] --- SKIP: TestCreateWithOpts (0.00s)
20:33:24 [2021-02-01T20:33:24.344Z]     local_test.go:181: runtime.GOOS == "windows"
20:33:24 [2021-02-01T20:33:24.344Z] === RUN   TestRelaodNoOpts
20:33:24 [2021-02-01T20:33:24.344Z] --- PASS: TestRelaodNoOpts (0.01s)
20:33:24 [2021-02-01T20:33:24.344Z] PASS
20:33:24 [2021-02-01T20:33:24.344Z] coverage: 41.0% of statements
20:33:24 [2021-02-01T20:33:24.344Z] ok  	github.com/docker/docker/volume/local	0.068s	coverage: 41.0% of statements
20:33:24 [2021-02-01T20:33:24.344Z] === RUN   TestConvertTmpfsOptions
20:33:24 [2021-02-01T20:33:24.344Z] --- PASS: TestConvertTmpfsOptions (0.00s)
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:49: data="mode=700,size=1m"
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:49: data="ro"
20:33:24 [2021-02-01T20:33:24.344Z] === RUN   TestParseMountRaw
20:33:24 [2021-02-01T20:33:24.344Z] --- PASS: TestParseMountRaw (0.02s)
20:33:24 [2021-02-01T20:33:24.344Z] === RUN   TestParseMountRawSplit
20:33:24 [2021-02-01T20:33:24.344Z] --- PASS: TestParseMountRawSplit (0.00s)
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 0
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 1
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 2
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 3
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 4
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 5
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 6
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 7
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 8
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 0
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 1
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 2
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 3
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 4
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 5
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 6
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 7
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 8
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 9
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 10
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 11
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 12
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 0
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 1
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 2
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 3
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 4
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 5
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 6
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 7
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 8
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 9
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 10
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:390: case 11
20:33:24 [2021-02-01T20:33:24.344Z] === RUN   TestParseMountSpec
20:33:24 [2021-02-01T20:33:24.344Z] --- PASS: TestParseMountSpec (0.00s)
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:455: case 0
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:455: case 1
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:455: case 2
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:455: case 3
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:455: case 4
20:33:24 [2021-02-01T20:33:24.344Z]     parser_test.go:455: case 5
20:33:24 [2021-02-01T20:33:24.344Z] === RUN   TestParseMountSpecBindWithFileinfoError
20:33:24 [2021-02-01T20:33:24.344Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s)
20:33:24 [2021-02-01T20:33:24.344Z] === RUN   TestValidateMount
20:33:24 [2021-02-01T20:33:24.344Z] --- PASS: TestValidateMount (0.00s)
20:33:24 [2021-02-01T20:33:24.344Z] PASS
20:33:24 [2021-02-01T20:33:24.344Z] coverage: 66.2% of statements
20:33:24 [2021-02-01T20:33:24.344Z] ok  	github.com/docker/docker/volume/mounts	0.066s	coverage: 66.2% of statements
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestSetGetMeta
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestSetGetMeta
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestRestore
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestRestore
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestServiceCreate
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestServiceCreate
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestServiceList
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestServiceList
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestServiceRemove
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestServiceRemove
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestServiceGet
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestServiceGet
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestServicePrune
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestServicePrune
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestCreate
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestCreate
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestRemove
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestRemove
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestList
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestList
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestFindByDriver
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestFindByDriver
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestFindByReferenced
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestFindByReferenced
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestDerefMultipleOfSameRef
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestDerefMultipleOfSameRef
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestDefererencePluginOnCreateError
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestDefererencePluginOnCreateError
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestRefDerefRemove
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestRefDerefRemove
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestGet
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestGet
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestGetWithReference
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestGetWithReference
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestFilterFunc
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestFilterFunc/test_nil_list
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestFilterFunc/test_nil_list
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestFilterFunc/test_empty_list
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestFilterFunc/test_empty_list
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestFilterFunc/test_filter_some
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestFilterFunc/test_filter_some
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestFilterFunc/test_filter_middle
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestFilterFunc/test_filter_middle
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestFilterFunc/test_filter_middle_and_last
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
20:33:25 [2021-02-01T20:33:25.924Z] === RUN   TestFilterFunc/test_filter_first_and_last
20:33:25 [2021-02-01T20:33:25.924Z] === PAUSE TestFilterFunc/test_filter_first_and_last
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestFilterFunc/test_nil_list
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestFilterFunc/test_filter_first_and_last
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestFilterFunc/test_filter_some
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestFilterFunc/test_empty_list
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestFilterFunc/test_filter_middle_and_last
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestFilterFunc/test_filter_middle
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestFilterFunc (0.00s)
20:33:25 [2021-02-01T20:33:25.924Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
20:33:25 [2021-02-01T20:33:25.924Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
20:33:25 [2021-02-01T20:33:25.924Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
20:33:25 [2021-02-01T20:33:25.924Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
20:33:25 [2021-02-01T20:33:25.924Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
20:33:25 [2021-02-01T20:33:25.924Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
20:33:25 [2021-02-01T20:33:25.924Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
20:33:25 [2021-02-01T20:33:25.924Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestSetGetMeta
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestGetWithReference
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestFindByReferenced
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestServicePrune
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestSetGetMeta (0.02s)
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestServiceList
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestFindByReferenced (0.02s)
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestServiceGet
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestGetWithReference (0.03s)
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestServiceRemove
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestServiceGet (0.07s)
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestDefererencePluginOnCreateError
20:33:25 [2021-02-01T20:33:25.924Z] time="2021-02-01T20:33:25Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestServiceRemove (0.08s)
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestGet
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestServiceList (0.09s)
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestRefDerefRemove
20:33:25 [2021-02-01T20:33:25.924Z] time="2021-02-01T20:33:25Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
20:33:25 [2021-02-01T20:33:25.924Z] time="2021-02-01T20:33:25Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestDefererencePluginOnCreateError (0.02s)
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestGet (0.02s)
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestServiceCreate
20:33:25 [2021-02-01T20:33:25.924Z] time="2021-02-01T20:33:25Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestRefDerefRemove (0.02s)
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestList
20:33:25 [2021-02-01T20:33:25.924Z] time="2021-02-01T20:33:25Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestServicePrune (0.13s)
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestFindByDriver
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestDerefMultipleOfSameRef
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestServiceCreate (0.02s)
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestRestore
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestList (0.03s)
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestRemove
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestDerefMultipleOfSameRef (0.02s)
20:33:25 [2021-02-01T20:33:25.924Z] === CONT  TestCreate
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestFindByDriver (0.02s)
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestRestore (0.02s)
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestCreate (0.01s)
20:33:25 [2021-02-01T20:33:25.924Z] --- PASS: TestRemove (0.02s)
20:33:25 [2021-02-01T20:33:25.924Z] PASS
20:33:25 [2021-02-01T20:33:25.924Z] coverage: 70.3% of statements
20:33:25 [2021-02-01T20:33:25.924Z] ok  	github.com/docker/docker/volume/service	0.251s	coverage: 70.3% of statements
20:33:29 [2021-02-01T20:33:29.761Z] --- PASS: TestNewClientWithTimeout (17.62s)
20:33:29 [2021-02-01T20:33:29.761Z] === RUN   TestClientStream
20:33:29 [2021-02-01T20:33:29.761Z] --- PASS: TestClientStream (0.00s)
20:33:29 [2021-02-01T20:33:29.761Z] === RUN   TestClientSendFile
20:33:29 [2021-02-01T20:33:29.761Z] --- PASS: TestClientSendFile (0.00s)
20:33:29 [2021-02-01T20:33:29.761Z] === RUN   TestClientWithRequestTimeout
20:33:29 [2021-02-01T20:33:29.761Z] --- PASS: TestClientWithRequestTimeout (0.00s)
20:33:29 [2021-02-01T20:33:29.761Z] === RUN   TestFileSpecPlugin
20:33:29 [2021-02-01T20:33:29.761Z] --- PASS: TestFileSpecPlugin (0.00s)
20:33:29 [2021-02-01T20:33:29.761Z] === RUN   TestFileJSONSpecPlugin
20:33:29 [2021-02-01T20:33:29.761Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
20:33:29 [2021-02-01T20:33:29.761Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
20:33:29 [2021-02-01T20:33:29.761Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
20:33:29 [2021-02-01T20:33:29.761Z] === RUN   TestPluginAddHandler
20:33:29 [2021-02-01T20:33:29.761Z] --- PASS: TestPluginAddHandler (0.00s)
20:33:29 [2021-02-01T20:33:29.761Z] === RUN   TestPluginWaitBadPlugin
20:33:29 [2021-02-01T20:33:29.761Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
20:33:29 [2021-02-01T20:33:29.761Z] === RUN   TestGet
20:33:29 [2021-02-01T20:33:29.761Z] time="2021-02-01T20:33:29Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
20:33:30 [2021-02-01T20:33:30.747Z] time="2021-02-01T20:33:30Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
20:33:32 [2021-02-01T20:33:32.964Z] time="2021-02-01T20:33:32Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
20:33:36 [2021-02-01T20:33:36.755Z] time="2021-02-01T20:33:36Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
20:33:45 [2021-02-01T20:33:45.427Z] --- PASS: TestGet (15.00s)
20:33:45 [2021-02-01T20:33:45.427Z] === RUN   TestPluginWithNoManifest
20:33:45 [2021-02-01T20:33:45.427Z] --- PASS: TestPluginWithNoManifest (0.00s)
20:33:45 [2021-02-01T20:33:45.427Z] === RUN   TestGetAll
20:33:45 [2021-02-01T20:33:45.427Z] --- PASS: TestGetAll (0.00s)
20:33:45 [2021-02-01T20:33:45.427Z] PASS
20:33:45 [2021-02-01T20:33:45.427Z] coverage: 73.4% of statements
20:33:45 [2021-02-01T20:33:45.427Z] ok  	github.com/docker/docker/pkg/plugins	34.995s	coverage: 73.4% of statements
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/pkg/term	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/quota	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/rootless	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/testutil/request	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/volume	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
20:33:45 [2021-02-01T20:33:45.427Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
20:33:45 [2021-02-01T20:33:45.889Z] 
20:33:45 [2021-02-01T20:33:45.889Z] === Skipped
20:33:45 [2021-02-01T20:33:45.889Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
20:33:45 [2021-02-01T20:33:45.889Z]     dispatchers_test.go:376: Windows does not support stopsignal
20:33:45 [2021-02-01T20:33:45.889Z] 
20:33:45 [2021-02-01T20:33:45.889Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
20:33:45 [2021-02-01T20:33:45.889Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:33:45 [2021-02-01T20:33:45.889Z] 
20:33:45 [2021-02-01T20:33:45.889Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
20:33:45 [2021-02-01T20:33:45.889Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:33:45 [2021-02-01T20:33:45.889Z] 
20:33:45 [2021-02-01T20:33:45.889Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s)
20:33:45 [2021-02-01T20:33:45.889Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:33:45 [2021-02-01T20:33:45.889Z] 
20:33:45 [2021-02-01T20:33:45.889Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
20:33:45 [2021-02-01T20:33:45.889Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:33:45 [2021-02-01T20:33:45.889Z] 
20:33:45 [2021-02-01T20:33:45.889Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
20:33:45 [2021-02-01T20:33:45.889Z]     client_test.go:23: runtime.GOOS == "windows"
20:33:45 [2021-02-01T20:33:45.889Z] 
20:33:45 [2021-02-01T20:33:45.889Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
20:33:45 [2021-02-01T20:33:45.889Z]     daemon_test.go:147: root required
20:33:45 [2021-02-01T20:33:45.889Z] 
20:33:45 [2021-02-01T20:33:45.889Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
20:33:45 [2021-02-01T20:33:45.889Z]     reload_test.go:520: root required
20:33:45 [2021-02-01T20:33:45.889Z] 
20:33:45 [2021-02-01T20:33:45.889Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
20:33:45 [2021-02-01T20:33:45.889Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
20:33:45 [2021-02-01T20:33:45.889Z] 
20:33:45 [2021-02-01T20:33:45.889Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
20:33:45 [2021-02-01T20:33:45.889Z]     pull_v2_test.go:73: Needs fixing on Windows
20:33:45 [2021-02-01T20:33:45.889Z] 
20:33:45 [2021-02-01T20:33:45.889Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
20:33:45 [2021-02-01T20:33:45.889Z]     pull_v2_test.go:118: Needs fixing on Windows
20:33:45 [2021-02-01T20:33:45.889Z] 
20:33:45 [2021-02-01T20:33:45.889Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
20:33:45 [2021-02-01T20:33:45.889Z]     download_test.go:268: Needs fixing on Windows
20:33:45 [2021-02-01T20:33:45.889Z] 
20:33:45 [2021-02-01T20:33:45.889Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
20:33:45 [2021-02-01T20:33:45.889Z]     layer_test.go:304: Failing on Windows
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
20:33:46 [2021-02-01T20:33:46.352Z]     layer_test.go:353: Failing on Windows
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
20:33:46 [2021-02-01T20:33:46.352Z]     layer_test.go:468: Failing on Windows
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
20:33:46 [2021-02-01T20:33:46.352Z]     layer_test.go:697: Failing on Windows
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
20:33:46 [2021-02-01T20:33:46.352Z]     migration_test.go:46: Failing on Windows
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
20:33:46 [2021-02-01T20:33:46.352Z]     migration_test.go:182: Failing on Windows
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
20:33:46 [2021-02-01T20:33:46.352Z]     mount_test.go:17: Failing on Windows
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
20:33:46 [2021-02-01T20:33:46.352Z]     mount_test.go:76: Failing on Windows
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
20:33:46 [2021-02-01T20:33:46.352Z]     mount_test.go:125: Failing on Windows
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
20:33:46 [2021-02-01T20:33:46.352Z]     mount_test.go:212: Failing on Windows
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
20:33:46 [2021-02-01T20:33:46.352Z]     archive_test.go:133: Xz not present in msys2
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
20:33:46 [2021-02-01T20:33:46.352Z]     archive_test.go:238: Failing on Windows CI machines
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
20:33:46 [2021-02-01T20:33:46.352Z]     archive_windows_test.go:16: Currently fails
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
20:33:46 [2021-02-01T20:33:46.352Z]     changes_test.go:192: needs more investigation
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
20:33:46 [2021-02-01T20:33:46.352Z]     changes_test.go:405: needs further investigation
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
20:33:46 [2021-02-01T20:33:46.352Z]     changes_test.go:441: needs further investigation
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
20:33:46 [2021-02-01T20:33:46.352Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
20:33:46 [2021-02-01T20:33:46.352Z] 
20:33:46 [2021-02-01T20:33:46.352Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
20:33:46 [2021-02-01T20:33:46.353Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
20:33:46 [2021-02-01T20:33:46.353Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
20:33:46 [2021-02-01T20:33:46.353Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
20:33:46 [2021-02-01T20:33:46.353Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
20:33:46 [2021-02-01T20:33:46.353Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
20:33:46 [2021-02-01T20:33:46.353Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
20:33:46 [2021-02-01T20:33:46.353Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
20:33:46 [2021-02-01T20:33:46.353Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
20:33:46 [2021-02-01T20:33:46.353Z]     poller_test.go:41: No chmod on Windows
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
20:33:46 [2021-02-01T20:33:46.353Z]     fileutils_test.go:134: Needs porting to Windows
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
20:33:46 [2021-02-01T20:33:46.353Z]     fileutils_test.go:180: Needs porting to Windows
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
20:33:46 [2021-02-01T20:33:46.353Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
20:33:46 [2021-02-01T20:33:46.353Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s)
20:33:46 [2021-02-01T20:33:46.353Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
20:33:46 [2021-02-01T20:33:46.353Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
20:33:46 [2021-02-01T20:33:46.353Z]     local_test.go:181: runtime.GOOS == "windows"
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] 
20:33:46 [2021-02-01T20:33:46.353Z] DONE 1795 tests, 45 skipped in 187.702s
20:33:46 [2021-02-01T20:33:46.353Z] INFO: make.ps1 ended at 02/01/2021 20:33:45
20:33:47 [2021-02-01T20:33:47.896Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
20:33:47 [2021-02-01T20:33:47.896Z] INFO: Unit tests ended at 02/01/2021 20:33:47. Duration:00:03:21.3527878
20:33:47 [2021-02-01T20:33:47.896Z] INFO: Building busybox
20:33:47 [2021-02-01T20:33:47.896Z] Sending build context to Docker daemon   5.12kB
20:33:47 [2021-02-01T20:33:47.896Z] 
20:33:47 [2021-02-01T20:33:47.896Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
20:33:47 [2021-02-01T20:33:47.896Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
20:33:47 [2021-02-01T20:33:47.896Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
20:33:47 [2021-02-01T20:33:47.896Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
20:33:47 [2021-02-01T20:33:47.896Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
20:33:47 [2021-02-01T20:33:47.896Z]  ---> 5e0078d88ebd
20:33:47 [2021-02-01T20:33:47.896Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
20:33:47 [2021-02-01T20:33:47.896Z]  ---> Running in 8a9658e14b39
20:33:51 [2021-02-01T20:33:51.655Z] Removing intermediate container 8a9658e14b39
20:33:51 [2021-02-01T20:33:51.655Z]  ---> 850b5d0f974b
20:33:51 [2021-02-01T20:33:51.655Z] Step 7/13 : ARG BUSYBOX_VERSION
20:33:51 [2021-02-01T20:33:51.655Z]  ---> Running in 87e7cb4396f0
20:33:52 [2021-02-01T20:33:52.117Z] Removing intermediate container 87e7cb4396f0
20:33:52 [2021-02-01T20:33:52.117Z]  ---> 5a35a0d011c2
20:33:52 [2021-02-01T20:33:52.117Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
20:33:52 [2021-02-01T20:33:52.117Z]  ---> Running in 70025d0d5948
20:33:52 [2021-02-01T20:33:52.117Z] Removing intermediate container 70025d0d5948
20:33:52 [2021-02-01T20:33:52.117Z]  ---> c8694d3372d4
20:33:52 [2021-02-01T20:33:52.117Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
20:33:53 [2021-02-01T20:33:53.698Z] 
20:33:54 [2021-02-01T20:33:54.159Z]  ---> e9518ff37a3c
20:33:54 [2021-02-01T20:33:54.159Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
20:33:54 [2021-02-01T20:33:54.159Z]  ---> Running in da666e364e8f
20:34:02 [2021-02-01T20:34:02.836Z] Removing intermediate container da666e364e8f
20:34:02 [2021-02-01T20:34:02.836Z]  ---> 3c6902559ad9
20:34:02 [2021-02-01T20:34:02.836Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
20:34:02 [2021-02-01T20:34:02.836Z]  ---> Running in 952e0ba2f749
20:34:02 [2021-02-01T20:34:02.836Z] 
20:34:02 [2021-02-01T20:34:02.836Z] SUCCESS: Specified value was saved.
20:34:05 [2021-02-01T20:34:05.024Z] Removing intermediate container 952e0ba2f749
20:34:05 [2021-02-01T20:34:05.024Z]  ---> 853c55a7c80a
20:34:05 [2021-02-01T20:34:05.024Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
20:34:05 [2021-02-01T20:34:05.024Z]  ---> Running in 7e10c940306a
20:34:07 [2021-02-01T20:34:07.940Z] Cannot create a file when that file already exists.
20:34:12 [2021-02-01T20:34:12.647Z] Removing intermediate container 7e10c940306a
20:34:12 [2021-02-01T20:34:12.647Z]  ---> 8ea031eab59a
20:34:12 [2021-02-01T20:34:12.647Z] Step 13/13 : CMD ["sh"]
20:34:12 [2021-02-01T20:34:12.647Z]  ---> Running in 71e057e15a61
20:34:12 [2021-02-01T20:34:12.647Z] Removing intermediate container 71e057e15a61
20:34:12 [2021-02-01T20:34:12.647Z]  ---> 1a0c751fdc00
20:34:12 [2021-02-01T20:34:12.647Z] Successfully built 1a0c751fdc00
20:34:12 [2021-02-01T20:34:12.647Z] Successfully tagged busybox:latest
20:34:12 [2021-02-01T20:34:12.647Z] INFO: Docker images of the daemon under test
20:34:12 [2021-02-01T20:34:12.647Z] 
20:34:12 [2021-02-01T20:34:12.647Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
20:34:12 [2021-02-01T20:34:12.647Z] busybox                                latest              1a0c751fdc00        Less than a second ago   5.28GB
20:34:12 [2021-02-01T20:34:12.647Z] microsoft/windowsservercore            latest              5e0078d88ebd        3 weeks ago              5.21GB
20:34:12 [2021-02-01T20:34:12.647Z] mcr.microsoft.com/windows/servercore   ltsc2019            5e0078d88ebd        3 weeks ago              5.21GB
20:34:12 [2021-02-01T20:34:12.647Z] 
20:34:12 [2021-02-01T20:34:12.647Z] INFO: Running integration tests at 02/01/2021 20:34:12...
20:34:12 [2021-02-01T20:34:12.647Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
20:34:12 [2021-02-01T20:34:12.647Z] INFO: Integration API tests being run from the host:
20:34:12 [2021-02-01T20:34:12.647Z] INFO: make.ps1 starting at 02/01/2021 20:34:12
20:34:13 [2021-02-01T20:34:13.622Z] Running D:\gopath\src\github.com\docker\docker\integration\build
20:34:34 [2021-02-01T20:34:34.934Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:34:34 [2021-02-01T20:34:34.934Z] INFO: Testing against a local daemon
20:34:34 [2021-02-01T20:34:34.934Z] === RUN   TestBuildWithSession
20:34:34 [2021-02-01T20:34:34.934Z] --- SKIP: TestBuildWithSession (0.00s)
20:34:34 [2021-02-01T20:34:34.934Z]     build_session_test.go:25: TODO: BuildKit
20:34:34 [2021-02-01T20:34:34.934Z] === RUN   TestBuildSquashParent
20:34:34 [2021-02-01T20:34:34.934Z] --- SKIP: TestBuildSquashParent (0.00s)
20:34:34 [2021-02-01T20:34:34.934Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
20:34:34 [2021-02-01T20:34:34.934Z] === RUN   TestBuildWithRemoveAndForceRemove
20:34:34 [2021-02-01T20:34:34.934Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:34:34 [2021-02-01T20:34:34.934Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:34:34 [2021-02-01T20:34:34.934Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:34:34 [2021-02-01T20:34:34.934Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:34:34 [2021-02-01T20:34:34.934Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:34:34 [2021-02-01T20:34:34.934Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:34:34 [2021-02-01T20:34:34.934Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:34:34 [2021-02-01T20:34:34.934Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:34:34 [2021-02-01T20:34:34.934Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:34:34 [2021-02-01T20:34:34.934Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:34:34 [2021-02-01T20:34:34.934Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:34:34 [2021-02-01T20:34:34.934Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:34:34 [2021-02-01T20:34:34.934Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:34:34 [2021-02-01T20:34:34.934Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:34:34 [2021-02-01T20:34:34.934Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:34:34 [2021-02-01T20:34:34.934Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:34:43 [2021-02-01T20:34:43.863Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:34:44 [2021-02-01T20:34:44.837Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:34:50 [2021-02-01T20:34:50.651Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
20:34:50 [2021-02-01T20:34:50.651Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.04s)
20:34:50 [2021-02-01T20:34:50.651Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.32s)
20:34:50 [2021-02-01T20:34:50.651Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (11.48s)
20:34:50 [2021-02-01T20:34:50.651Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (16.56s)
20:34:50 [2021-02-01T20:34:50.651Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (6.76s)
20:34:50 [2021-02-01T20:34:50.651Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.86s)
20:34:50 [2021-02-01T20:34:50.651Z] === RUN   TestBuildMultiStageCopy
20:34:50 [2021-02-01T20:34:50.651Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:34:57 [2021-02-01T20:34:57.744Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:34:58 [2021-02-01T20:34:58.207Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:34:59 [2021-02-01T20:34:59.181Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:35:00 [2021-02-01T20:35:00.154Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:35:01 [2021-02-01T20:35:01.143Z] --- PASS: TestBuildMultiStageCopy (10.60s)
20:35:01 [2021-02-01T20:35:01.143Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (6.96s)
20:35:01 [2021-02-01T20:35:01.143Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.67s)
20:35:01 [2021-02-01T20:35:01.143Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.82s)
20:35:01 [2021-02-01T20:35:01.143Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.96s)
20:35:01 [2021-02-01T20:35:01.143Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.18s)
20:35:01 [2021-02-01T20:35:01.143Z] === RUN   TestBuildMultiStageParentConfig
20:35:03 [2021-02-01T20:35:03.331Z] --- PASS: TestBuildMultiStageParentConfig (2.06s)
20:35:03 [2021-02-01T20:35:03.331Z] === RUN   TestBuildLabelWithTargets
20:35:03 [2021-02-01T20:35:03.331Z] --- SKIP: TestBuildLabelWithTargets (0.01s)
20:35:03 [2021-02-01T20:35:03.331Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
20:35:03 [2021-02-01T20:35:03.331Z] === RUN   TestBuildWithEmptyLayers
20:35:04 [2021-02-01T20:35:04.357Z] --- PASS: TestBuildWithEmptyLayers (1.07s)
20:35:04 [2021-02-01T20:35:04.357Z] === RUN   TestBuildMultiStageOnBuild
20:35:14 [2021-02-01T20:35:14.706Z] --- PASS: TestBuildMultiStageOnBuild (9.68s)
20:35:14 [2021-02-01T20:35:14.706Z] === RUN   TestBuildUncleanTarFilenames
20:35:14 [2021-02-01T20:35:14.706Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
20:35:14 [2021-02-01T20:35:14.706Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
20:35:14 [2021-02-01T20:35:14.706Z] === RUN   TestBuildMultiStageLayerLeak
20:35:32 [2021-02-01T20:35:32.423Z] --- PASS: TestBuildMultiStageLayerLeak (17.93s)
20:35:32 [2021-02-01T20:35:32.423Z] === RUN   TestBuildWithHugeFile
20:37:44 [2021-02-01T20:37:44.479Z] --- PASS: TestBuildWithHugeFile (119.03s)
20:37:44 [2021-02-01T20:37:44.479Z] === RUN   TestBuildWCOWSandboxSize
20:51:06 [2021-02-01T20:51:06.810Z] --- PASS: TestBuildWCOWSandboxSize (811.72s)
20:51:06 [2021-02-01T20:51:06.810Z] === RUN   TestBuildWithEmptyDockerfile
20:51:06 [2021-02-01T20:51:06.810Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:51:06 [2021-02-01T20:51:06.810Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:51:06 [2021-02-01T20:51:06.810Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:51:06 [2021-02-01T20:51:06.810Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:51:06 [2021-02-01T20:51:06.810Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:51:06 [2021-02-01T20:51:06.810Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:51:06 [2021-02-01T20:51:06.810Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:51:06 [2021-02-01T20:51:06.810Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:51:06 [2021-02-01T20:51:06.810Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:51:06 [2021-02-01T20:51:06.810Z] --- PASS: TestBuildWithEmptyDockerfile (0.48s)
20:51:06 [2021-02-01T20:51:06.810Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
20:51:06 [2021-02-01T20:51:06.810Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
20:51:06 [2021-02-01T20:51:06.810Z] === RUN   TestBuildPreserveOwnership
20:51:06 [2021-02-01T20:51:06.810Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
20:51:06 [2021-02-01T20:51:06.810Z] === RUN   TestBuildPlatformInvalid
20:51:06 [2021-02-01T20:51:06.810Z] --- PASS: TestBuildPlatformInvalid (0.41s)
20:51:06 [2021-02-01T20:51:06.810Z] PASS
20:51:06 [2021-02-01T20:51:06.810Z] ok  	github.com/docker/docker/integration/build	990.430s
20:51:06 [2021-02-01T20:51:06.810Z] 
20:51:06 [2021-02-01T20:51:06.810Z] === Skipped
20:51:06 [2021-02-01T20:51:06.810Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     build_session_test.go:25: TODO: BuildKit
20:51:06 [2021-02-01T20:51:06.810Z] 
20:51:06 [2021-02-01T20:51:06.810Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
20:51:06 [2021-02-01T20:51:06.810Z] 
20:51:06 [2021-02-01T20:51:06.810Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
20:51:06 [2021-02-01T20:51:06.810Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
20:51:06 [2021-02-01T20:51:06.810Z] 
20:51:06 [2021-02-01T20:51:06.810Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
20:51:06 [2021-02-01T20:51:06.810Z] 
20:51:06 [2021-02-01T20:51:06.810Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
20:51:06 [2021-02-01T20:51:06.810Z] 
20:51:06 [2021-02-01T20:51:06.810Z] 
20:51:06 [2021-02-01T20:51:06.810Z] DONE 29 tests, 5 skipped in 1010.492s
20:51:06 [2021-02-01T20:51:06.810Z] Running D:\gopath\src\github.com\docker\docker\integration\config
20:51:06 [2021-02-01T20:51:06.810Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:51:06 [2021-02-01T20:51:06.810Z] INFO: Testing against a local daemon
20:51:06 [2021-02-01T20:51:06.810Z] === RUN   TestConfigInspect
20:51:06 [2021-02-01T20:51:06.810Z] --- SKIP: TestConfigInspect (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
20:51:06 [2021-02-01T20:51:06.810Z] === RUN   TestConfigList
20:51:06 [2021-02-01T20:51:06.810Z] --- SKIP: TestConfigList (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
20:51:06 [2021-02-01T20:51:06.810Z] === RUN   TestConfigsCreateAndDelete
20:51:06 [2021-02-01T20:51:06.810Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
20:51:06 [2021-02-01T20:51:06.810Z] === RUN   TestConfigsUpdate
20:51:06 [2021-02-01T20:51:06.810Z] --- SKIP: TestConfigsUpdate (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
20:51:06 [2021-02-01T20:51:06.810Z] === RUN   TestTemplatedConfig
20:51:06 [2021-02-01T20:51:06.810Z] --- SKIP: TestTemplatedConfig (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
20:51:06 [2021-02-01T20:51:06.810Z] === RUN   TestConfigCreateResolve
20:51:06 [2021-02-01T20:51:06.810Z] --- SKIP: TestConfigCreateResolve (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
20:51:06 [2021-02-01T20:51:06.810Z] === RUN   TestConfigDaemonLibtrustID
20:51:06 [2021-02-01T20:51:06.810Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
20:51:06 [2021-02-01T20:51:06.810Z] PASS
20:51:06 [2021-02-01T20:51:06.810Z] ok  	github.com/docker/docker/integration/config	0.212s
20:51:06 [2021-02-01T20:51:06.810Z] 
20:51:06 [2021-02-01T20:51:06.810Z] === Skipped
20:51:06 [2021-02-01T20:51:06.810Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
20:51:06 [2021-02-01T20:51:06.810Z] 
20:51:06 [2021-02-01T20:51:06.810Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
20:51:06 [2021-02-01T20:51:06.810Z] 
20:51:06 [2021-02-01T20:51:06.810Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
20:51:06 [2021-02-01T20:51:06.810Z] 
20:51:06 [2021-02-01T20:51:06.810Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
20:51:06 [2021-02-01T20:51:06.810Z] 
20:51:06 [2021-02-01T20:51:06.810Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
20:51:06 [2021-02-01T20:51:06.810Z] 
20:51:06 [2021-02-01T20:51:06.810Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
20:51:06 [2021-02-01T20:51:06.810Z] 
20:51:06 [2021-02-01T20:51:06.810Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s)
20:51:06 [2021-02-01T20:51:06.810Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
20:51:06 [2021-02-01T20:51:06.810Z] 
20:51:06 [2021-02-01T20:51:06.810Z] 
20:51:06 [2021-02-01T20:51:06.810Z] DONE 7 tests, 7 skipped in 2.818s
20:51:06 [2021-02-01T20:51:06.810Z] Running D:\gopath\src\github.com\docker\docker\integration\container
20:51:09 [2021-02-01T20:51:09.731Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:51:09 [2021-02-01T20:51:09.732Z] INFO: Testing against a local daemon
20:51:09 [2021-02-01T20:51:09.732Z] === RUN   TestCheckpoint
20:51:09 [2021-02-01T20:51:09.732Z] --- SKIP: TestCheckpoint (0.00s)
20:51:09 [2021-02-01T20:51:09.732Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:51:09 [2021-02-01T20:51:09.732Z] === RUN   TestContainerInvalidJSON
20:51:09 [2021-02-01T20:51:09.732Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:51:09 [2021-02-01T20:51:09.732Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:51:09 [2021-02-01T20:51:09.732Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:51:09 [2021-02-01T20:51:09.732Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:51:09 [2021-02-01T20:51:09.732Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:51:09 [2021-02-01T20:51:09.732Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:51:09 [2021-02-01T20:51:09.732Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:51:09 [2021-02-01T20:51:09.732Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:51:09 [2021-02-01T20:51:09.732Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:51:09 [2021-02-01T20:51:09.732Z] --- PASS: TestContainerInvalidJSON (0.38s)
20:51:09 [2021-02-01T20:51:09.732Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
20:51:09 [2021-02-01T20:51:09.732Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:51:09 [2021-02-01T20:51:09.732Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
20:51:09 [2021-02-01T20:51:09.732Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:51:10 [2021-02-01T20:51:10.193Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.23s)
20:51:10 [2021-02-01T20:51:10.193Z] === RUN   TestCopyFromContainerPathIsNotDir
20:51:10 [2021-02-01T20:51:10.193Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s)
20:51:10 [2021-02-01T20:51:10.193Z]     copy_test.go:38: testEnv.OSType == "windows"
20:51:10 [2021-02-01T20:51:10.193Z] === RUN   TestCopyToContainerPathDoesNotExist
20:51:10 [2021-02-01T20:51:10.654Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.31s)
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCopyToContainerPathIsNotDir
20:51:10 [2021-02-01T20:51:10.654Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s)
20:51:10 [2021-02-01T20:51:10.654Z]     copy_test.go:63: testEnv.OSType == "windows"
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCopyFromContainer
20:51:10 [2021-02-01T20:51:10.654Z] --- SKIP: TestCopyFromContainer (0.00s)
20:51:10 [2021-02-01T20:51:10.654Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:51:10 [2021-02-01T20:51:10.654Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:51:10 [2021-02-01T20:51:10.654Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:51:10 [2021-02-01T20:51:10.654Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:51:10 [2021-02-01T20:51:10.654Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:51:10 [2021-02-01T20:51:10.654Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:51:10 [2021-02-01T20:51:10.654Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:51:10 [2021-02-01T20:51:10.654Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
20:51:10 [2021-02-01T20:51:10.654Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:51:10 [2021-02-01T20:51:10.654Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:51:10 [2021-02-01T20:51:10.654Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateLinkToNonExistingContainer
20:51:10 [2021-02-01T20:51:10.654Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
20:51:10 [2021-02-01T20:51:10.654Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateWithInvalidEnv
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateWithInvalidEnv/0
20:51:10 [2021-02-01T20:51:10.654Z] === PAUSE TestCreateWithInvalidEnv/0
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateWithInvalidEnv/1
20:51:10 [2021-02-01T20:51:10.654Z] === PAUSE TestCreateWithInvalidEnv/1
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateWithInvalidEnv/2
20:51:10 [2021-02-01T20:51:10.654Z] === PAUSE TestCreateWithInvalidEnv/2
20:51:10 [2021-02-01T20:51:10.654Z] === CONT  TestCreateWithInvalidEnv/0
20:51:10 [2021-02-01T20:51:10.654Z] === CONT  TestCreateWithInvalidEnv/2
20:51:10 [2021-02-01T20:51:10.654Z] === CONT  TestCreateWithInvalidEnv/1
20:51:10 [2021-02-01T20:51:10.654Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
20:51:10 [2021-02-01T20:51:10.654Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:51:10 [2021-02-01T20:51:10.654Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:51:10 [2021-02-01T20:51:10.654Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateTmpfsMountsTarget
20:51:10 [2021-02-01T20:51:10.654Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
20:51:10 [2021-02-01T20:51:10.654Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateWithCustomMaskedPaths
20:51:10 [2021-02-01T20:51:10.654Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
20:51:10 [2021-02-01T20:51:10.654Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateWithCustomReadonlyPaths
20:51:10 [2021-02-01T20:51:10.654Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
20:51:10 [2021-02-01T20:51:10.654Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:51:10 [2021-02-01T20:51:10.654Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:51:10 [2021-02-01T20:51:10.654Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:51:10 [2021-02-01T20:51:10.654Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:51:10 [2021-02-01T20:51:10.654Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:51:10 [2021-02-01T20:51:10.654Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:51:10 [2021-02-01T20:51:10.654Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:51:10 [2021-02-01T20:51:10.654Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:51:10 [2021-02-01T20:51:10.654Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:51:10 [2021-02-01T20:51:10.654Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:51:10 [2021-02-01T20:51:10.654Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:51:10 [2021-02-01T20:51:10.654Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
20:51:10 [2021-02-01T20:51:10.654Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
20:51:10 [2021-02-01T20:51:10.654Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
20:51:10 [2021-02-01T20:51:10.654Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
20:51:10 [2021-02-01T20:51:10.654Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
20:51:10 [2021-02-01T20:51:10.654Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:51:10 [2021-02-01T20:51:10.654Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
20:51:10 [2021-02-01T20:51:10.654Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateDifferentPlatform
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateDifferentPlatform/different_os
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:51:10 [2021-02-01T20:51:10.654Z] --- PASS: TestCreateDifferentPlatform (0.04s)
20:51:10 [2021-02-01T20:51:10.654Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
20:51:10 [2021-02-01T20:51:10.654Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:51:10 [2021-02-01T20:51:10.654Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s)
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
20:51:10 [2021-02-01T20:51:10.654Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s)
20:51:10 [2021-02-01T20:51:10.654Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestContainerKillOnDaemonStart
20:51:10 [2021-02-01T20:51:10.654Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
20:51:10 [2021-02-01T20:51:10.654Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestDiff
20:51:10 [2021-02-01T20:51:10.654Z] --- SKIP: TestDiff (0.00s)
20:51:10 [2021-02-01T20:51:10.654Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
20:51:10 [2021-02-01T20:51:10.654Z] === RUN   TestExecWithCloseStdin
20:51:13 [2021-02-01T20:51:13.569Z] --- PASS: TestExecWithCloseStdin (2.60s)
20:51:13 [2021-02-01T20:51:13.570Z] === RUN   TestExec
20:51:15 [2021-02-01T20:51:15.114Z] --- PASS: TestExec (1.79s)
20:51:15 [2021-02-01T20:51:15.114Z] === RUN   TestExecUser
20:51:15 [2021-02-01T20:51:15.114Z] --- SKIP: TestExecUser (0.00s)
20:51:15 [2021-02-01T20:51:15.114Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
20:51:15 [2021-02-01T20:51:15.114Z] === RUN   TestExportContainerAndImportImage
20:51:15 [2021-02-01T20:51:15.114Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
20:51:15 [2021-02-01T20:51:15.114Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
20:51:15 [2021-02-01T20:51:15.114Z] === RUN   TestExportContainerAfterDaemonRestart
20:51:15 [2021-02-01T20:51:15.114Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
20:51:15 [2021-02-01T20:51:15.114Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
20:51:15 [2021-02-01T20:51:15.114Z] === RUN   TestHealthCheckWorkdir
20:51:15 [2021-02-01T20:51:15.114Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
20:51:15 [2021-02-01T20:51:15.114Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
20:51:15 [2021-02-01T20:51:15.114Z] === RUN   TestHealthKillContainer
20:51:15 [2021-02-01T20:51:15.114Z] --- SKIP: TestHealthKillContainer (0.00s)
20:51:15 [2021-02-01T20:51:15.114Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
20:51:15 [2021-02-01T20:51:15.114Z] === RUN   TestInspectCpusetInConfigPre120
20:51:15 [2021-02-01T20:51:15.114Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
20:51:15 [2021-02-01T20:51:15.114Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
20:51:15 [2021-02-01T20:51:15.114Z] === RUN   TestKillContainerInvalidSignal
20:51:16 [2021-02-01T20:51:16.657Z] --- PASS: TestKillContainerInvalidSignal (1.61s)
20:51:16 [2021-02-01T20:51:16.657Z] === RUN   TestKillContainer
20:51:16 [2021-02-01T20:51:16.657Z] === RUN   TestKillContainer/no_signal
20:51:18 [2021-02-01T20:51:18.202Z] === RUN   TestKillContainer/non_killing_signal
20:51:18 [2021-02-01T20:51:18.202Z] === RUN   TestKillContainer/killing_signal
20:51:20 [2021-02-01T20:51:20.390Z] --- PASS: TestKillContainer (3.63s)
20:51:20 [2021-02-01T20:51:20.390Z]     --- PASS: TestKillContainer/no_signal (1.59s)
20:51:20 [2021-02-01T20:51:20.390Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
20:51:20 [2021-02-01T20:51:20.390Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
20:51:20 [2021-02-01T20:51:20.390Z]     --- PASS: TestKillContainer/killing_signal (2.00s)
20:51:20 [2021-02-01T20:51:20.390Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:51:20 [2021-02-01T20:51:20.390Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
20:51:20 [2021-02-01T20:51:20.390Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
20:51:20 [2021-02-01T20:51:20.390Z] === RUN   TestKillStoppedContainer
20:51:20 [2021-02-01T20:51:20.390Z] --- SKIP: TestKillStoppedContainer (0.00s)
20:51:20 [2021-02-01T20:51:20.390Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
20:51:20 [2021-02-01T20:51:20.390Z] === RUN   TestKillStoppedContainerAPIPre120
20:51:20 [2021-02-01T20:51:20.390Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
20:51:20 [2021-02-01T20:51:20.390Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
20:51:20 [2021-02-01T20:51:20.390Z] === RUN   TestKillDifferentUserContainer
20:51:20 [2021-02-01T20:51:20.390Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
20:51:20 [2021-02-01T20:51:20.390Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
20:51:20 [2021-02-01T20:51:20.390Z] === RUN   TestInspectOomKilledTrue
20:51:20 [2021-02-01T20:51:20.390Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:51:20 [2021-02-01T20:51:20.390Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
20:51:20 [2021-02-01T20:51:20.390Z] === RUN   TestInspectOomKilledFalse
20:51:20 [2021-02-01T20:51:20.390Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
20:51:20 [2021-02-01T20:51:20.390Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:51:20 [2021-02-01T20:51:20.390Z] === RUN   TestLogsFollowTailEmpty
20:51:21 [2021-02-01T20:51:21.932Z] --- PASS: TestLogsFollowTailEmpty (1.67s)
20:51:21 [2021-02-01T20:51:21.932Z] === RUN   TestNetworkNat
20:51:21 [2021-02-01T20:51:21.932Z] --- SKIP: TestNetworkNat (0.00s)
20:51:21 [2021-02-01T20:51:21.932Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
20:51:21 [2021-02-01T20:51:21.932Z] === RUN   TestNetworkLocalhostTCPNat
20:51:24 [2021-02-01T20:51:24.118Z] --- PASS: TestNetworkLocalhostTCPNat (1.96s)
20:51:24 [2021-02-01T20:51:24.118Z] === RUN   TestNetworkLoopbackNat
20:51:24 [2021-02-01T20:51:24.118Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
20:51:24 [2021-02-01T20:51:24.118Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
20:51:24 [2021-02-01T20:51:24.118Z] === RUN   TestPause
20:51:24 [2021-02-01T20:51:24.118Z] --- SKIP: TestPause (0.00s)
20:51:24 [2021-02-01T20:51:24.118Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
20:51:24 [2021-02-01T20:51:24.118Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:51:25 [2021-02-01T20:51:25.694Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.61s)
20:51:25 [2021-02-01T20:51:25.694Z] === RUN   TestPauseStopPausedContainer
20:51:25 [2021-02-01T20:51:25.694Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
20:51:25 [2021-02-01T20:51:25.694Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
20:51:25 [2021-02-01T20:51:25.694Z] === RUN   TestPsFilter
20:51:25 [2021-02-01T20:51:25.694Z] --- PASS: TestPsFilter (0.19s)
20:51:25 [2021-02-01T20:51:25.694Z] === RUN   TestRemoveContainerWithRemovedVolume
20:51:27 [2021-02-01T20:51:27.881Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.91s)
20:51:27 [2021-02-01T20:51:27.881Z] === RUN   TestRemoveContainerWithVolume
20:51:29 [2021-02-01T20:51:29.424Z] --- PASS: TestRemoveContainerWithVolume (1.88s)
20:51:29 [2021-02-01T20:51:29.424Z] === RUN   TestRemoveContainerRunning
20:51:30 [2021-02-01T20:51:30.967Z] --- PASS: TestRemoveContainerRunning (1.61s)
20:51:30 [2021-02-01T20:51:30.967Z] === RUN   TestRemoveContainerForceRemoveRunning
20:51:32 [2021-02-01T20:51:32.568Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.60s)
20:51:32 [2021-02-01T20:51:32.568Z] === RUN   TestRemoveInvalidContainer
20:51:32 [2021-02-01T20:51:32.568Z] --- PASS: TestRemoveInvalidContainer (0.02s)
20:51:32 [2021-02-01T20:51:32.568Z] === RUN   TestRenameLinkedContainer
20:51:32 [2021-02-01T20:51:32.568Z] --- SKIP: TestRenameLinkedContainer (0.00s)
20:51:32 [2021-02-01T20:51:32.568Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
20:51:32 [2021-02-01T20:51:32.568Z] === RUN   TestRenameStoppedContainer
20:51:34 [2021-02-01T20:51:34.754Z] --- PASS: TestRenameStoppedContainer (1.99s)
20:51:34 [2021-02-01T20:51:34.754Z] === RUN   TestRenameRunningContainerAndReuse
20:51:38 [2021-02-01T20:51:38.503Z] --- PASS: TestRenameRunningContainerAndReuse (3.27s)
20:51:38 [2021-02-01T20:51:38.503Z] === RUN   TestRenameInvalidName
20:51:39 [2021-02-01T20:51:39.476Z] --- PASS: TestRenameInvalidName (1.64s)
20:51:39 [2021-02-01T20:51:39.476Z] === RUN   TestRenameAnonymousContainer
20:51:39 [2021-02-01T20:51:39.476Z] --- SKIP: TestRenameAnonymousContainer (0.00s)
20:51:39 [2021-02-01T20:51:39.476Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
20:51:39 [2021-02-01T20:51:39.476Z] === RUN   TestRenameContainerWithSameName
20:51:41 [2021-02-01T20:51:41.662Z] --- PASS: TestRenameContainerWithSameName (1.58s)
20:51:41 [2021-02-01T20:51:41.662Z] === RUN   TestRenameContainerWithLinkedContainer
20:51:41 [2021-02-01T20:51:41.662Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
20:51:41 [2021-02-01T20:51:41.662Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
20:51:41 [2021-02-01T20:51:41.662Z] === RUN   TestResize
20:51:43 [2021-02-01T20:51:43.205Z] --- PASS: TestResize (1.67s)
20:51:43 [2021-02-01T20:51:43.205Z] === RUN   TestResizeWithInvalidSize
20:51:43 [2021-02-01T20:51:43.205Z] --- SKIP: TestResizeWithInvalidSize (0.00s)
20:51:43 [2021-02-01T20:51:43.205Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
20:51:43 [2021-02-01T20:51:43.205Z] === RUN   TestResizeWhenContainerNotStarted
20:51:44 [2021-02-01T20:51:44.748Z] --- PASS: TestResizeWhenContainerNotStarted (1.85s)
20:51:44 [2021-02-01T20:51:44.748Z] === RUN   TestDaemonRestartKillContainers
20:51:44 [2021-02-01T20:51:44.748Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
20:51:44 [2021-02-01T20:51:44.748Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
20:51:44 [2021-02-01T20:51:44.748Z] === RUN   TestStats
20:51:44 [2021-02-01T20:51:44.748Z] --- SKIP: TestStats (0.00s)
20:51:44 [2021-02-01T20:51:44.748Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
20:51:44 [2021-02-01T20:51:44.748Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:51:48 [2021-02-01T20:51:48.503Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.41s)
20:51:48 [2021-02-01T20:51:48.503Z] === RUN   TestStopContainerWithTimeout
20:51:48 [2021-02-01T20:51:48.503Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
20:51:48 [2021-02-01T20:51:48.503Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
20:51:48 [2021-02-01T20:51:48.503Z] === RUN   TestUpdateRestartPolicy
20:52:09 [2021-02-01T20:52:09.844Z] --- PASS: TestUpdateRestartPolicy (18.61s)
20:52:09 [2021-02-01T20:52:09.844Z] === RUN   TestUpdateRestartWithAutoRemove
20:52:09 [2021-02-01T20:52:09.844Z] --- PASS: TestUpdateRestartWithAutoRemove (1.60s)
20:52:09 [2021-02-01T20:52:09.844Z] === RUN   TestWaitNonBlocked
20:52:09 [2021-02-01T20:52:09.844Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:52:09 [2021-02-01T20:52:09.844Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:52:09 [2021-02-01T20:52:09.844Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:52:09 [2021-02-01T20:52:09.844Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:52:09 [2021-02-01T20:52:09.844Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:52:09 [2021-02-01T20:52:09.844Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:52:15 [2021-02-01T20:52:15.717Z] --- PASS: TestWaitNonBlocked (0.02s)
20:52:15 [2021-02-01T20:52:15.717Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.19s)
20:52:15 [2021-02-01T20:52:15.717Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (6.93s)
20:52:15 [2021-02-01T20:52:15.717Z] === RUN   TestWaitBlocked
20:52:15 [2021-02-01T20:52:15.717Z] --- SKIP: TestWaitBlocked (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
20:52:15 [2021-02-01T20:52:15.717Z] PASS
20:52:15 [2021-02-01T20:52:15.717Z] ok  	github.com/docker/docker/integration/container	66.087s
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === Skipped
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s)
20:52:15 [2021-02-01T20:52:15.717Z]     copy_test.go:38: testEnv.OSType == "windows"
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s)
20:52:15 [2021-02-01T20:52:15.717Z]     copy_test.go:63: testEnv.OSType == "windows"
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s)
20:52:15 [2021-02-01T20:52:15.717Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
20:52:15 [2021-02-01T20:52:15.717Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] 
20:52:15 [2021-02-01T20:52:15.717Z] DONE 88 tests, 37 skipped in 68.491s
20:52:15 [2021-02-01T20:52:15.718Z] Running D:\gopath\src\github.com\docker\docker\integration\image
20:52:17 [2021-02-01T20:52:17.261Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:52:17 [2021-02-01T20:52:17.261Z] INFO: Testing against a local daemon
20:52:17 [2021-02-01T20:52:17.261Z] === RUN   TestCommitInheritsEnv
20:52:17 [2021-02-01T20:52:17.261Z] --- SKIP: TestCommitInheritsEnv (0.00s)
20:52:17 [2021-02-01T20:52:17.261Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
20:52:17 [2021-02-01T20:52:17.261Z] === RUN   TestImportExtremelyLargeImageWorks
20:52:17 [2021-02-01T20:52:17.261Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
20:52:17 [2021-02-01T20:52:17.261Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
20:52:17 [2021-02-01T20:52:17.261Z] === RUN   TestImagesFilterMultiReference
20:52:17 [2021-02-01T20:52:17.261Z] --- PASS: TestImagesFilterMultiReference (0.07s)
20:52:17 [2021-02-01T20:52:17.261Z] === RUN   TestImagePullPlatformInvalid
20:52:17 [2021-02-01T20:52:17.261Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
20:52:17 [2021-02-01T20:52:17.261Z] === RUN   TestRemoveImageOrphaning
20:52:18 [2021-02-01T20:52:18.253Z] --- PASS: TestRemoveImageOrphaning (0.85s)
20:52:18 [2021-02-01T20:52:18.253Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:52:18 [2021-02-01T20:52:18.253Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
20:52:18 [2021-02-01T20:52:18.253Z] === RUN   TestTagInvalidReference
20:52:18 [2021-02-01T20:52:18.253Z] --- PASS: TestTagInvalidReference (0.03s)
20:52:18 [2021-02-01T20:52:18.253Z] === RUN   TestTagValidPrefixedRepo
20:52:18 [2021-02-01T20:52:18.253Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
20:52:18 [2021-02-01T20:52:18.253Z] === RUN   TestTagExistedNameWithoutForce
20:52:18 [2021-02-01T20:52:18.253Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
20:52:18 [2021-02-01T20:52:18.253Z] === RUN   TestTagOfficialNames
20:52:18 [2021-02-01T20:52:18.714Z] --- PASS: TestTagOfficialNames (0.07s)
20:52:18 [2021-02-01T20:52:18.714Z] === RUN   TestTagMatchesDigest
20:52:18 [2021-02-01T20:52:18.714Z] --- PASS: TestTagMatchesDigest (0.03s)
20:52:18 [2021-02-01T20:52:18.714Z] PASS
20:52:18 [2021-02-01T20:52:18.714Z] ok  	github.com/docker/docker/integration/image	1.318s
20:52:18 [2021-02-01T20:52:18.714Z] 
20:52:18 [2021-02-01T20:52:18.714Z] === Skipped
20:52:18 [2021-02-01T20:52:18.714Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
20:52:18 [2021-02-01T20:52:18.714Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
20:52:18 [2021-02-01T20:52:18.714Z] 
20:52:18 [2021-02-01T20:52:18.714Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
20:52:18 [2021-02-01T20:52:18.714Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
20:52:18 [2021-02-01T20:52:18.714Z] 
20:52:18 [2021-02-01T20:52:18.714Z] 
20:52:18 [2021-02-01T20:52:18.714Z] DONE 11 tests, 2 skipped in 3.220s
20:52:18 [2021-02-01T20:52:18.714Z] Running D:\gopath\src\github.com\docker\docker\integration\network
20:52:20 [2021-02-01T20:52:20.901Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:52:20 [2021-02-01T20:52:20.901Z] INFO: Testing against a local daemon
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestNetworkCreateDelete
20:52:20 [2021-02-01T20:52:20.901Z] --- SKIP: TestNetworkCreateDelete (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestDockerNetworkDeletePreferID
20:52:20 [2021-02-01T20:52:20.901Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestDaemonDNSFallback
20:52:20 [2021-02-01T20:52:20.901Z] --- SKIP: TestDaemonDNSFallback (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestInspectNetwork
20:52:20 [2021-02-01T20:52:20.901Z] --- SKIP: TestInspectNetwork (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestRunContainerWithBridgeNone
20:52:20 [2021-02-01T20:52:20.901Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestNetworkInvalidJSON
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestNetworkInvalidJSON//networks/create
20:52:20 [2021-02-01T20:52:20.901Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:52:20 [2021-02-01T20:52:20.901Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:52:20 [2021-02-01T20:52:20.901Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:52:20 [2021-02-01T20:52:20.901Z] === CONT  TestNetworkInvalidJSON//networks/create
20:52:20 [2021-02-01T20:52:20.901Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:52:20 [2021-02-01T20:52:20.901Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:52:20 [2021-02-01T20:52:20.901Z] --- PASS: TestNetworkInvalidJSON (0.04s)
20:52:20 [2021-02-01T20:52:20.901Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s)
20:52:20 [2021-02-01T20:52:20.901Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
20:52:20 [2021-02-01T20:52:20.901Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestNetworkList
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestNetworkList//networks
20:52:20 [2021-02-01T20:52:20.901Z] === PAUSE TestNetworkList//networks
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestNetworkList//networks/
20:52:20 [2021-02-01T20:52:20.901Z] === PAUSE TestNetworkList//networks/
20:52:20 [2021-02-01T20:52:20.901Z] === CONT  TestNetworkList//networks
20:52:20 [2021-02-01T20:52:20.901Z] === CONT  TestNetworkList//networks/
20:52:20 [2021-02-01T20:52:20.901Z] --- PASS: TestNetworkList (0.02s)
20:52:20 [2021-02-01T20:52:20.901Z]     --- PASS: TestNetworkList//networks (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z]     --- PASS: TestNetworkList//networks/ (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestHostIPv4BridgeLabel
20:52:20 [2021-02-01T20:52:20.901Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z]     network_test.go:126: testEnv.OSType == "windows"
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestDaemonRestartWithLiveRestore
20:52:20 [2021-02-01T20:52:20.901Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z]     service_test.go:29: testEnv.OSType == "windows"
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestDaemonDefaultNetworkPools
20:52:20 [2021-02-01T20:52:20.901Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z]     service_test.go:52: testEnv.OSType == "windows"
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestDaemonRestartWithExistingNetwork
20:52:20 [2021-02-01T20:52:20.901Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z]     service_test.go:96: testEnv.OSType == "windows"
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:52:20 [2021-02-01T20:52:20.901Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z]     service_test.go:130: testEnv.OSType == "windows"
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:52:20 [2021-02-01T20:52:20.901Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z]     service_test.go:181: testEnv.OSType == "windows"
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestServiceWithPredefinedNetwork
20:52:20 [2021-02-01T20:52:20.901Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z]     service_test.go:206: testEnv.OSType == "windows"
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:52:20 [2021-02-01T20:52:20.901Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z]     service_test.go:236: FLAKY_TEST
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestServiceWithDataPathPortInit
20:52:20 [2021-02-01T20:52:20.901Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z]     service_test.go:326: testEnv.OSType == "windows"
20:52:20 [2021-02-01T20:52:20.901Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:52:20 [2021-02-01T20:52:20.901Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
20:52:20 [2021-02-01T20:52:20.901Z]     service_test.go:394: testEnv.OSType == "windows"
20:52:20 [2021-02-01T20:52:20.901Z] PASS
20:52:20 [2021-02-01T20:52:20.901Z] ok  	github.com/docker/docker/integration/network	0.255s
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] === Skipped
20:52:21 [2021-02-01T20:52:21.362Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
20:52:21 [2021-02-01T20:52:21.362Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
20:52:21 [2021-02-01T20:52:21.362Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
20:52:21 [2021-02-01T20:52:21.362Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
20:52:21 [2021-02-01T20:52:21.362Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
20:52:21 [2021-02-01T20:52:21.362Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
20:52:21 [2021-02-01T20:52:21.362Z]     network_test.go:126: testEnv.OSType == "windows"
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
20:52:21 [2021-02-01T20:52:21.362Z]     service_test.go:29: testEnv.OSType == "windows"
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
20:52:21 [2021-02-01T20:52:21.362Z]     service_test.go:52: testEnv.OSType == "windows"
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
20:52:21 [2021-02-01T20:52:21.362Z]     service_test.go:96: testEnv.OSType == "windows"
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
20:52:21 [2021-02-01T20:52:21.362Z]     service_test.go:130: testEnv.OSType == "windows"
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
20:52:21 [2021-02-01T20:52:21.362Z]     service_test.go:181: testEnv.OSType == "windows"
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
20:52:21 [2021-02-01T20:52:21.362Z]     service_test.go:206: testEnv.OSType == "windows"
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:52:21 [2021-02-01T20:52:21.362Z]     service_test.go:236: FLAKY_TEST
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
20:52:21 [2021-02-01T20:52:21.362Z]     service_test.go:326: testEnv.OSType == "windows"
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
20:52:21 [2021-02-01T20:52:21.362Z]     service_test.go:394: testEnv.OSType == "windows"
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] 
20:52:21 [2021-02-01T20:52:21.362Z] DONE 22 tests, 15 skipped in 2.400s
20:52:21 [2021-02-01T20:52:21.362Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
20:52:21 [2021-02-01T20:52:21.823Z] testing: warning: no tests to run
20:52:21 [2021-02-01T20:52:21.823Z] PASS
20:52:21 [2021-02-01T20:52:21.823Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.062s
20:52:21 [2021-02-01T20:52:21.823Z] 
20:52:21 [2021-02-01T20:52:21.823Z] DONE 0 tests in 0.707s
20:52:21 [2021-02-01T20:52:21.823Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
20:52:22 [2021-02-01T20:52:22.796Z] testing: warning: no tests to run
20:52:22 [2021-02-01T20:52:22.796Z] PASS
20:52:22 [2021-02-01T20:52:22.796Z] ok  	github.com/docker/docker/integration/network/macvlan	0.063s
20:52:22 [2021-02-01T20:52:22.796Z] 
20:52:22 [2021-02-01T20:52:22.796Z] DONE 0 tests in 0.722s
20:52:22 [2021-02-01T20:52:22.796Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
20:52:23 [2021-02-01T20:52:23.256Z] testing: warning: no tests to run
20:52:23 [2021-02-01T20:52:23.256Z] PASS
20:52:23 [2021-02-01T20:52:23.256Z] ok  	github.com/docker/docker/integration/plugin	0.062s
20:52:23 [2021-02-01T20:52:23.256Z] 
20:52:23 [2021-02-01T20:52:23.256Z] DONE 0 tests in 0.684s
20:52:23 [2021-02-01T20:52:23.256Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
20:52:24 [2021-02-01T20:52:24.232Z] testing: warning: no tests to run
20:52:24 [2021-02-01T20:52:24.232Z] PASS
20:52:24 [2021-02-01T20:52:24.232Z] ok  	github.com/docker/docker/integration/plugin/authz	0.069s
20:52:24 [2021-02-01T20:52:24.232Z] 
20:52:24 [2021-02-01T20:52:24.232Z] DONE 0 tests in 0.711s
20:52:24 [2021-02-01T20:52:24.232Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
20:52:31 [2021-02-01T20:52:31.325Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:52:31 [2021-02-01T20:52:31.325Z] INFO: Testing against a local daemon
20:52:31 [2021-02-01T20:52:31.325Z] === RUN   TestPluginInvalidJSON
20:52:31 [2021-02-01T20:52:31.325Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:52:31 [2021-02-01T20:52:31.325Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:52:31 [2021-02-01T20:52:31.325Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:52:31 [2021-02-01T20:52:31.325Z] --- PASS: TestPluginInvalidJSON (0.03s)
20:52:31 [2021-02-01T20:52:31.325Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:52:31 [2021-02-01T20:52:31.325Z] === RUN   TestPluginInstall
20:52:31 [2021-02-01T20:52:31.325Z] --- SKIP: TestPluginInstall (0.00s)
20:52:31 [2021-02-01T20:52:31.325Z]     plugin_test.go:58: testEnv.OSType == "windows"
20:52:31 [2021-02-01T20:52:31.325Z] === RUN   TestPluginsWithRuntimes
20:52:31 [2021-02-01T20:52:31.325Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
20:52:31 [2021-02-01T20:52:31.325Z]     plugin_test.go:167: testEnv.OSType == "windows"
20:52:31 [2021-02-01T20:52:31.325Z] PASS
20:52:31 [2021-02-01T20:52:31.325Z] ok  	github.com/docker/docker/integration/plugin/common	0.227s
20:52:31 [2021-02-01T20:52:31.325Z] 
20:52:31 [2021-02-01T20:52:31.325Z] === Skipped
20:52:31 [2021-02-01T20:52:31.325Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
20:52:31 [2021-02-01T20:52:31.325Z]     plugin_test.go:58: testEnv.OSType == "windows"
20:52:31 [2021-02-01T20:52:31.325Z] 
20:52:31 [2021-02-01T20:52:31.325Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
20:52:31 [2021-02-01T20:52:31.325Z]     plugin_test.go:167: testEnv.OSType == "windows"
20:52:31 [2021-02-01T20:52:31.325Z] 
20:52:31 [2021-02-01T20:52:31.325Z] 
20:52:31 [2021-02-01T20:52:31.325Z] DONE 4 tests, 2 skipped in 6.934s
20:52:31 [2021-02-01T20:52:31.325Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
20:52:34 [2021-02-01T20:52:34.309Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:52:34 [2021-02-01T20:52:34.309Z] INFO: Testing against a local daemon
20:52:34 [2021-02-01T20:52:34.309Z] === RUN   TestExternalGraphDriver
20:52:34 [2021-02-01T20:52:34.309Z] --- SKIP: TestExternalGraphDriver (0.00s)
20:52:34 [2021-02-01T20:52:34.309Z]     external_test.go:48: runtime.GOOS == "windows"
20:52:34 [2021-02-01T20:52:34.309Z] === RUN   TestGraphdriverPluginV2
20:52:34 [2021-02-01T20:52:34.309Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
20:52:34 [2021-02-01T20:52:34.309Z]     external_test.go:408: runtime.GOOS == "windows"
20:52:34 [2021-02-01T20:52:34.309Z] PASS
20:52:34 [2021-02-01T20:52:34.309Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.257s
20:52:34 [2021-02-01T20:52:34.309Z] 
20:52:34 [2021-02-01T20:52:34.309Z] === Skipped
20:52:34 [2021-02-01T20:52:34.309Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
20:52:34 [2021-02-01T20:52:34.309Z]     external_test.go:48: runtime.GOOS == "windows"
20:52:34 [2021-02-01T20:52:34.309Z] 
20:52:34 [2021-02-01T20:52:34.309Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
20:52:34 [2021-02-01T20:52:34.309Z]     external_test.go:408: runtime.GOOS == "windows"
20:52:34 [2021-02-01T20:52:34.309Z] 
20:52:34 [2021-02-01T20:52:34.309Z] 
20:52:34 [2021-02-01T20:52:34.309Z] DONE 2 tests, 2 skipped in 2.997s
20:52:34 [2021-02-01T20:52:34.309Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
20:52:36 [2021-02-01T20:52:36.512Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:52:36 [2021-02-01T20:52:36.512Z] INFO: Testing against a local daemon
20:52:36 [2021-02-01T20:52:36.512Z] === RUN   TestReadPluginNoRead
20:52:36 [2021-02-01T20:52:36.512Z] --- SKIP: TestReadPluginNoRead (0.00s)
20:52:36 [2021-02-01T20:52:36.512Z]     read_test.go:21: no unix domain sockets on Windows
20:52:36 [2021-02-01T20:52:36.512Z] PASS
20:52:36 [2021-02-01T20:52:36.512Z] ok  	github.com/docker/docker/integration/plugin/logging	0.236s
20:52:36 [2021-02-01T20:52:36.512Z] 
20:52:36 [2021-02-01T20:52:36.512Z] === Skipped
20:52:36 [2021-02-01T20:52:36.512Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
20:52:36 [2021-02-01T20:52:36.512Z]     read_test.go:21: no unix domain sockets on Windows
20:52:36 [2021-02-01T20:52:36.512Z] 
20:52:36 [2021-02-01T20:52:36.512Z] 
20:52:36 [2021-02-01T20:52:36.512Z] DONE 1 tests, 1 skipped in 2.290s
20:52:36 [2021-02-01T20:52:36.512Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
20:52:38 [2021-02-01T20:52:38.092Z] testing: warning: no tests to run
20:52:38 [2021-02-01T20:52:38.092Z] PASS
20:52:38 [2021-02-01T20:52:38.092Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.107s
20:52:38 [2021-02-01T20:52:38.092Z] 
20:52:38 [2021-02-01T20:52:38.092Z] DONE 0 tests in 1.181s
20:52:38 [2021-02-01T20:52:38.092Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
20:52:40 [2021-02-01T20:52:40.289Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:52:40 [2021-02-01T20:52:40.289Z] INFO: Testing against a local daemon
20:52:40 [2021-02-01T20:52:40.289Z] === RUN   TestPluginWithDevMounts
20:52:40 [2021-02-01T20:52:40.289Z] --- SKIP: TestPluginWithDevMounts (0.00s)
20:52:40 [2021-02-01T20:52:40.289Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
20:52:40 [2021-02-01T20:52:40.289Z] PASS
20:52:40 [2021-02-01T20:52:40.289Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.251s
20:52:40 [2021-02-01T20:52:40.289Z] 
20:52:40 [2021-02-01T20:52:40.289Z] === Skipped
20:52:40 [2021-02-01T20:52:40.289Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
20:52:40 [2021-02-01T20:52:40.289Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
20:52:40 [2021-02-01T20:52:40.289Z] 
20:52:40 [2021-02-01T20:52:40.289Z] 
20:52:40 [2021-02-01T20:52:40.289Z] DONE 1 tests, 1 skipped in 2.298s
20:52:40 [2021-02-01T20:52:40.289Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
20:52:42 [2021-02-01T20:52:42.538Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:52:42 [2021-02-01T20:52:42.538Z] INFO: Testing against a local daemon
20:52:42 [2021-02-01T20:52:42.538Z] === RUN   TestSecretInspect
20:52:42 [2021-02-01T20:52:42.538Z] --- SKIP: TestSecretInspect (0.00s)
20:52:42 [2021-02-01T20:52:42.538Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
20:52:42 [2021-02-01T20:52:42.538Z] === RUN   TestSecretList
20:52:42 [2021-02-01T20:52:42.538Z] --- SKIP: TestSecretList (0.00s)
20:52:42 [2021-02-01T20:52:42.538Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
20:52:42 [2021-02-01T20:52:42.538Z] === RUN   TestSecretsCreateAndDelete
20:52:42 [2021-02-01T20:52:42.538Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
20:52:42 [2021-02-01T20:52:42.538Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
20:52:42 [2021-02-01T20:52:42.538Z] === RUN   TestSecretsUpdate
20:52:42 [2021-02-01T20:52:42.538Z] --- SKIP: TestSecretsUpdate (0.00s)
20:52:42 [2021-02-01T20:52:42.538Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
20:52:42 [2021-02-01T20:52:42.538Z] === RUN   TestTemplatedSecret
20:52:42 [2021-02-01T20:52:42.538Z] --- SKIP: TestTemplatedSecret (0.00s)
20:52:42 [2021-02-01T20:52:42.538Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
20:52:42 [2021-02-01T20:52:42.538Z] === RUN   TestSecretCreateResolve
20:52:42 [2021-02-01T20:52:42.538Z] --- SKIP: TestSecretCreateResolve (0.00s)
20:52:42 [2021-02-01T20:52:42.538Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
20:52:42 [2021-02-01T20:52:42.538Z] PASS
20:52:42 [2021-02-01T20:52:42.538Z] ok  	github.com/docker/docker/integration/secret	0.214s
20:52:42 [2021-02-01T20:52:42.538Z] 
20:52:42 [2021-02-01T20:52:42.538Z] === Skipped
20:52:42 [2021-02-01T20:52:42.538Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
20:52:42 [2021-02-01T20:52:42.538Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
20:52:42 [2021-02-01T20:52:42.538Z] 
20:52:42 [2021-02-01T20:52:42.538Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
20:52:42 [2021-02-01T20:52:42.538Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
20:52:42 [2021-02-01T20:52:42.538Z] 
20:52:42 [2021-02-01T20:52:42.538Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
20:52:42 [2021-02-01T20:52:42.538Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
20:52:42 [2021-02-01T20:52:42.538Z] 
20:52:42 [2021-02-01T20:52:42.538Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
20:52:42 [2021-02-01T20:52:42.538Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
20:52:42 [2021-02-01T20:52:42.538Z] 
20:52:42 [2021-02-01T20:52:42.538Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
20:52:42 [2021-02-01T20:52:42.538Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
20:52:42 [2021-02-01T20:52:42.538Z] 
20:52:42 [2021-02-01T20:52:42.538Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
20:52:42 [2021-02-01T20:52:42.538Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
20:52:42 [2021-02-01T20:52:42.538Z] 
20:52:42 [2021-02-01T20:52:42.538Z] 
20:52:42 [2021-02-01T20:52:42.538Z] DONE 6 tests, 6 skipped in 2.006s
20:52:42 [2021-02-01T20:52:42.538Z] Running D:\gopath\src\github.com\docker\docker\integration\service
20:52:44 [2021-02-01T20:52:44.725Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:52:44 [2021-02-01T20:52:44.726Z] INFO: Testing against a local daemon
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestServiceCreateInit
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:52:44 [2021-02-01T20:52:44.726Z] --- PASS: TestServiceCreateInit (0.03s)
20:52:44 [2021-02-01T20:52:44.726Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestCreateServiceMultipleTimes
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestCreateServiceConflict
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestCreateServiceConflict (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestCreateServiceMaxReplicas
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s)
20:52:44 [2021-02-01T20:52:44.726Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestCreateWithDuplicateNetworkNames
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestCreateServiceSecretFileMode
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestCreateServiceConfigFileMode
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestCreateServiceSysctls
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestCreateServiceSysctls (0.02s)
20:52:44 [2021-02-01T20:52:44.726Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestCreateServiceCapabilities
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
20:52:44 [2021-02-01T20:52:44.726Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestInspect
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestInspect (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestCreateJob
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestCreateJob (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestReplicatedJob
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestReplicatedJob (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestUpdateReplicatedJob
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestServiceListWithStatuses
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestDockerNetworkConnectAlias
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestDockerNetworkReConnect
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestServicePlugin
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestServicePlugin (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestServiceUpdateLabel
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestServiceUpdateLabel (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestServiceUpdateSecrets
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestServiceUpdateConfigs
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestServiceUpdateNetwork
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
20:52:44 [2021-02-01T20:52:44.726Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
20:52:44 [2021-02-01T20:52:44.726Z] === RUN   TestServiceUpdatePidsLimit
20:52:44 [2021-02-01T20:52:44.726Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s)
20:52:44 [2021-02-01T20:52:44.726Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
20:52:44 [2021-02-01T20:52:44.726Z] PASS
20:52:44 [2021-02-01T20:52:44.726Z] ok  	github.com/docker/docker/integration/service	0.430s
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === Skipped
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s)
20:52:45 [2021-02-01T20:52:45.198Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s)
20:52:45 [2021-02-01T20:52:45.198Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s)
20:52:45 [2021-02-01T20:52:45.198Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
20:52:45 [2021-02-01T20:52:45.198Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s)
20:52:45 [2021-02-01T20:52:45.198Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] 
20:52:45 [2021-02-01T20:52:45.198Z] DONE 24 tests, 23 skipped in 2.713s
20:52:45 [2021-02-01T20:52:45.198Z] Running D:\gopath\src\github.com\docker\docker\integration\session
20:52:47 [2021-02-01T20:52:47.396Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:52:47 [2021-02-01T20:52:47.396Z] INFO: Testing against a local daemon
20:52:47 [2021-02-01T20:52:47.396Z] === RUN   TestSessionCreate
20:52:47 [2021-02-01T20:52:47.396Z] --- SKIP: TestSessionCreate (0.00s)
20:52:47 [2021-02-01T20:52:47.396Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
20:52:47 [2021-02-01T20:52:47.396Z] === RUN   TestSessionCreateWithBadUpgrade
20:52:47 [2021-02-01T20:52:47.396Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
20:52:47 [2021-02-01T20:52:47.396Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
20:52:47 [2021-02-01T20:52:47.396Z] PASS
20:52:47 [2021-02-01T20:52:47.396Z] ok  	github.com/docker/docker/integration/session	0.185s
20:52:47 [2021-02-01T20:52:47.396Z] 
20:52:47 [2021-02-01T20:52:47.396Z] === Skipped
20:52:47 [2021-02-01T20:52:47.396Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
20:52:47 [2021-02-01T20:52:47.396Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
20:52:47 [2021-02-01T20:52:47.396Z] 
20:52:47 [2021-02-01T20:52:47.396Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
20:52:47 [2021-02-01T20:52:47.396Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
20:52:47 [2021-02-01T20:52:47.396Z] 
20:52:47 [2021-02-01T20:52:47.396Z] 
20:52:47 [2021-02-01T20:52:47.396Z] DONE 2 tests, 2 skipped in 2.196s
20:52:47 [2021-02-01T20:52:47.396Z] Running D:\gopath\src\github.com\docker\docker\integration\system
20:52:49 [2021-02-01T20:52:49.588Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:52:49 [2021-02-01T20:52:49.588Z] INFO: Testing against a local daemon
20:52:49 [2021-02-01T20:52:49.588Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:52:49 [2021-02-01T20:52:49.588Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:52:49 [2021-02-01T20:52:49.588Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
20:52:49 [2021-02-01T20:52:49.588Z] === RUN   TestEventsExecDie
20:52:49 [2021-02-01T20:52:49.588Z] --- SKIP: TestEventsExecDie (0.00s)
20:52:49 [2021-02-01T20:52:49.588Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
20:52:49 [2021-02-01T20:52:49.588Z] === RUN   TestEventsBackwardsCompatible
20:52:49 [2021-02-01T20:52:49.588Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
20:52:49 [2021-02-01T20:52:49.588Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
20:52:49 [2021-02-01T20:52:49.588Z] === RUN   TestInfoAPI
20:52:49 [2021-02-01T20:52:49.588Z] --- PASS: TestInfoAPI (0.03s)
20:52:49 [2021-02-01T20:52:49.588Z] === RUN   TestInfoAPIWarnings
20:52:49 [2021-02-01T20:52:49.588Z] --- SKIP: TestInfoAPIWarnings (0.00s)
20:52:49 [2021-02-01T20:52:49.588Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
20:52:49 [2021-02-01T20:52:49.588Z] === RUN   TestInfoDebug
20:52:49 [2021-02-01T20:52:49.588Z] --- SKIP: TestInfoDebug (0.00s)
20:52:49 [2021-02-01T20:52:49.588Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
20:52:49 [2021-02-01T20:52:49.588Z] === RUN   TestInfoInsecureRegistries
20:52:49 [2021-02-01T20:52:49.588Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
20:52:49 [2021-02-01T20:52:49.588Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
20:52:49 [2021-02-01T20:52:49.588Z] === RUN   TestInfoRegistryMirrors
20:52:49 [2021-02-01T20:52:49.588Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
20:52:49 [2021-02-01T20:52:49.588Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
20:52:49 [2021-02-01T20:52:49.588Z] === RUN   TestLoginFailsWithBadCredentials
20:52:50 [2021-02-01T20:52:50.108Z] --- PASS: TestLoginFailsWithBadCredentials (1.03s)
20:52:50 [2021-02-01T20:52:50.108Z] === RUN   TestPingCacheHeaders
20:52:50 [2021-02-01T20:52:50.108Z] --- PASS: TestPingCacheHeaders (0.03s)
20:52:50 [2021-02-01T20:52:50.108Z] === RUN   TestPingGet
20:52:50 [2021-02-01T20:52:50.108Z] --- PASS: TestPingGet (0.02s)
20:52:50 [2021-02-01T20:52:50.108Z] === RUN   TestPingHead
20:52:50 [2021-02-01T20:52:50.108Z] --- PASS: TestPingHead (0.03s)
20:52:50 [2021-02-01T20:52:50.108Z] === RUN   TestVersion
20:52:50 [2021-02-01T20:52:50.108Z] --- PASS: TestVersion (0.03s)
20:52:50 [2021-02-01T20:52:50.108Z] PASS
20:52:50 [2021-02-01T20:52:50.108Z] ok  	github.com/docker/docker/integration/system	1.374s
20:52:50 [2021-02-01T20:52:50.570Z] 
20:52:50 [2021-02-01T20:52:50.570Z] === Skipped
20:52:50 [2021-02-01T20:52:50.570Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:52:50 [2021-02-01T20:52:50.570Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
20:52:50 [2021-02-01T20:52:50.570Z] 
20:52:50 [2021-02-01T20:52:50.570Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
20:52:50 [2021-02-01T20:52:50.570Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
20:52:50 [2021-02-01T20:52:50.570Z] 
20:52:50 [2021-02-01T20:52:50.570Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
20:52:50 [2021-02-01T20:52:50.570Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
20:52:50 [2021-02-01T20:52:50.570Z] 
20:52:50 [2021-02-01T20:52:50.570Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
20:52:50 [2021-02-01T20:52:50.570Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
20:52:50 [2021-02-01T20:52:50.570Z] 
20:52:50 [2021-02-01T20:52:50.570Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
20:52:50 [2021-02-01T20:52:50.570Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
20:52:50 [2021-02-01T20:52:50.570Z] 
20:52:50 [2021-02-01T20:52:50.570Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
20:52:50 [2021-02-01T20:52:50.570Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
20:52:50 [2021-02-01T20:52:50.570Z] 
20:52:50 [2021-02-01T20:52:50.570Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
20:52:50 [2021-02-01T20:52:50.570Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
20:52:50 [2021-02-01T20:52:50.570Z] 
20:52:50 [2021-02-01T20:52:50.570Z] 
20:52:50 [2021-02-01T20:52:50.570Z] DONE 13 tests, 7 skipped in 3.168s
20:52:50 [2021-02-01T20:52:50.570Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
20:52:52 [2021-02-01T20:52:52.757Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:52:52 [2021-02-01T20:52:52.757Z] INFO: Testing against a local daemon
20:52:52 [2021-02-01T20:52:52.757Z] === RUN   TestVolumesCreateAndList
20:52:52 [2021-02-01T20:52:52.757Z] --- PASS: TestVolumesCreateAndList (0.04s)
20:52:52 [2021-02-01T20:52:52.757Z] === RUN   TestVolumesRemove
20:52:52 [2021-02-01T20:52:52.757Z] --- PASS: TestVolumesRemove (0.09s)
20:52:52 [2021-02-01T20:52:52.757Z] === RUN   TestVolumesInspect
20:52:52 [2021-02-01T20:52:52.757Z] --- PASS: TestVolumesInspect (0.03s)
20:52:52 [2021-02-01T20:52:52.757Z] === RUN   TestVolumesInvalidJSON
20:52:52 [2021-02-01T20:52:52.757Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:52:52 [2021-02-01T20:52:52.757Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:52:52 [2021-02-01T20:52:52.757Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:52:52 [2021-02-01T20:52:52.757Z] --- PASS: TestVolumesInvalidJSON (0.02s)
20:52:52 [2021-02-01T20:52:52.757Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:52:52 [2021-02-01T20:52:52.757Z] PASS
20:52:52 [2021-02-01T20:52:52.757Z] ok  	github.com/docker/docker/integration/volume	0.366s
20:52:52 [2021-02-01T20:52:52.757Z] 
20:52:52 [2021-02-01T20:52:52.757Z] DONE 5 tests in 2.123s
20:52:52 [2021-02-01T20:52:52.757Z] INFO: make.ps1 ended at 02/01/2021 20:52:52
20:52:52 [2021-02-01T20:52:52.757Z] INFO: Integration CLI tests being run from the host:
20:52:52 [2021-02-01T20:52:52.757Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" 
20:52:59 [2021-02-01T20:52:59.933Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:52:59 [2021-02-01T20:52:59.933Z] INFO: Testing against a local daemon
20:52:59 [2021-02-01T20:52:59.933Z] === RUN   TestDockerSuite
20:52:59 [2021-02-01T20:52:59.933Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
20:52:59 [2021-02-01T20:52:59.933Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
20:52:59 [2021-02-01T20:52:59.933Z] === RUN   TestDockerSuite/TestAPIErrorJSON
20:52:59 [2021-02-01T20:52:59.933Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
20:52:59 [2021-02-01T20:52:59.933Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
20:52:59 [2021-02-01T20:52:59.933Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
20:52:59 [2021-02-01T20:52:59.933Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
20:52:59 [2021-02-01T20:52:59.933Z] === RUN   TestDockerSuite/TestAPIImagesDelete
20:53:00 [2021-02-01T20:53:00.907Z] === RUN   TestDockerSuite/TestAPIImagesFilter
20:53:00 [2021-02-01T20:53:00.907Z] === RUN   TestDockerSuite/TestAPIImagesHistory
20:53:01 [2021-02-01T20:53:01.369Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
20:53:01 [2021-02-01T20:53:01.830Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
20:54:58 [2021-02-01T20:54:58.741Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
20:54:58 [2021-02-01T20:54:58.741Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
20:54:58 [2021-02-01T20:54:58.741Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
20:54:58 [2021-02-01T20:54:58.741Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
20:54:58 [2021-02-01T20:54:58.741Z] === RUN   TestDockerSuite/TestAPINetworkFilter
20:54:58 [2021-02-01T20:54:58.741Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
20:54:58 [2021-02-01T20:54:58.741Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
20:54:58 [2021-02-01T20:54:58.741Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
20:54:58 [2021-02-01T20:54:58.741Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
20:54:58 [2021-02-01T20:54:58.741Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
20:54:58 [2021-02-01T20:54:58.741Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
20:54:58 [2021-02-01T20:54:58.741Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
20:54:59 [2021-02-01T20:54:59.785Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
20:54:59 [2021-02-01T20:54:59.785Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
20:54:59 [2021-02-01T20:54:59.785Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
20:55:03 [2021-02-01T20:55:03.538Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
20:55:05 [2021-02-01T20:55:05.084Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
20:55:05 [2021-02-01T20:55:05.084Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
20:55:05 [2021-02-01T20:55:05.084Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
20:55:05 [2021-02-01T20:55:05.084Z] === RUN   TestDockerSuite/TestAttachDisconnect
20:55:05 [2021-02-01T20:55:05.084Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
20:55:08 [2021-02-01T20:55:08.005Z] === RUN   TestDockerSuite/TestAttachPausedContainer
20:55:08 [2021-02-01T20:55:08.005Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
20:55:08 [2021-02-01T20:55:08.005Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
20:55:15 [2021-02-01T20:55:15.145Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
20:56:56 [2021-02-01T20:56:56.497Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
20:56:56 [2021-02-01T20:56:56.497Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
20:56:56 [2021-02-01T20:56:56.497Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
20:56:56 [2021-02-01T20:56:56.497Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
20:56:56 [2021-02-01T20:56:56.960Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
20:56:57 [2021-02-01T20:56:57.422Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
20:56:57 [2021-02-01T20:56:57.422Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
20:56:57 [2021-02-01T20:56:57.422Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
20:56:57 [2021-02-01T20:56:57.884Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
20:56:57 [2021-02-01T20:56:57.884Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
20:56:58 [2021-02-01T20:56:58.860Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
20:57:01 [2021-02-01T20:57:01.785Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
20:57:02 [2021-02-01T20:57:02.760Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
20:57:02 [2021-02-01T20:57:02.760Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
20:57:02 [2021-02-01T20:57:02.760Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
20:57:02 [2021-02-01T20:57:02.760Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
20:57:05 [2021-02-01T20:57:05.681Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
20:57:16 [2021-02-01T20:57:16.037Z] === RUN   TestDockerSuite/TestBuildAddNonTar
20:57:19 [2021-02-01T20:57:19.793Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
20:57:20 [2021-02-01T20:57:20.255Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
20:57:20 [2021-02-01T20:57:20.255Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
20:57:23 [2021-02-01T20:57:23.185Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
20:57:24 [2021-02-01T20:57:24.732Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
20:57:29 [2021-02-01T20:57:29.448Z] === RUN   TestDockerSuite/TestBuildAddScript
20:57:29 [2021-02-01T20:57:29.448Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
20:57:29 [2021-02-01T20:57:29.448Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
20:57:29 [2021-02-01T20:57:29.448Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
20:57:29 [2021-02-01T20:57:29.448Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
20:57:29 [2021-02-01T20:57:29.448Z] === RUN   TestDockerSuite/TestBuildAddTar
20:58:05 [2021-02-01T20:58:05.200Z] === RUN   TestDockerSuite/TestBuildAddTarXz
20:58:05 [2021-02-01T20:58:05.200Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
20:58:05 [2021-02-01T20:58:05.200Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
20:58:17 [2021-02-01T20:58:17.736Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
20:58:18 [2021-02-01T20:58:18.199Z] === RUN   TestDockerSuite/TestBuildBlankName
20:58:18 [2021-02-01T20:58:18.661Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
20:58:25 [2021-02-01T20:58:25.769Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
20:58:25 [2021-02-01T20:58:25.769Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
20:58:30 [2021-02-01T20:58:30.480Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
20:58:37 [2021-02-01T20:58:37.582Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
20:58:44 [2021-02-01T20:58:44.689Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
20:58:45 [2021-02-01T20:58:45.151Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
20:58:48 [2021-02-01T20:58:48.907Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
20:58:48 [2021-02-01T20:58:48.907Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
20:58:48 [2021-02-01T20:58:48.907Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
20:58:54 [2021-02-01T20:58:54.728Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
20:58:54 [2021-02-01T20:58:54.728Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
20:58:55 [2021-02-01T20:58:55.194Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
20:58:55 [2021-02-01T20:58:55.194Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
20:58:55 [2021-02-01T20:58:55.194Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
20:59:30 [2021-02-01T20:59:30.945Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
20:59:32 [2021-02-01T20:59:32.492Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
20:59:32 [2021-02-01T20:59:32.492Z] === RUN   TestDockerSuite/TestBuildCacheAdd
20:59:32 [2021-02-01T20:59:32.954Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
20:59:33 [2021-02-01T20:59:33.929Z] === RUN   TestDockerSuite/TestBuildCacheFrom
20:59:34 [2021-02-01T20:59:34.392Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
20:59:38 [2021-02-01T20:59:38.149Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
20:59:39 [2021-02-01T20:59:39.129Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
20:59:39 [2021-02-01T20:59:39.129Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
20:59:39 [2021-02-01T20:59:39.129Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
20:59:40 [2021-02-01T20:59:40.678Z] === RUN   TestDockerSuite/TestBuildClearCmd
20:59:41 [2021-02-01T20:59:41.653Z] === RUN   TestDockerSuite/TestBuildCmd
20:59:42 [2021-02-01T20:59:42.118Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
20:59:42 [2021-02-01T20:59:42.580Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
20:59:43 [2021-02-01T20:59:43.042Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
20:59:47 [2021-02-01T20:59:47.757Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
20:59:49 [2021-02-01T20:59:49.304Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
20:59:49 [2021-02-01T20:59:49.304Z] === RUN   TestDockerSuite/TestBuildConditionalCache
20:59:50 [2021-02-01T20:59:50.278Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
20:59:50 [2021-02-01T20:59:50.278Z] === RUN   TestDockerSuite/TestBuildContextCleanup
20:59:50 [2021-02-01T20:59:50.740Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
20:59:52 [2021-02-01T20:59:52.932Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
20:59:53 [2021-02-01T20:59:53.394Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
20:59:53 [2021-02-01T20:59:53.857Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
20:59:53 [2021-02-01T20:59:53.857Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
20:59:54 [2021-02-01T20:59:54.831Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
20:59:55 [2021-02-01T20:59:55.294Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
20:59:55 [2021-02-01T20:59:55.294Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
20:59:55 [2021-02-01T20:59:55.294Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
21:00:00 [2021-02-01T21:00:00.009Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
21:00:30 [2021-02-01T21:00:30.050Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
21:00:30 [2021-02-01T21:00:30.050Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
21:00:30 [2021-02-01T21:00:30.050Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
21:00:34 [2021-02-01T21:00:34.769Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
21:00:34 [2021-02-01T21:00:34.769Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
21:00:35 [2021-02-01T21:00:35.231Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
21:00:35 [2021-02-01T21:00:35.231Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
21:00:35 [2021-02-01T21:00:35.694Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
21:00:35 [2021-02-01T21:00:35.694Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
21:01:05 [2021-02-01T21:01:05.715Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
21:01:05 [2021-02-01T21:01:05.715Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
21:01:05 [2021-02-01T21:01:05.715Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
21:01:35 [2021-02-01T21:01:35.744Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
21:01:35 [2021-02-01T21:01:35.744Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
21:01:36 [2021-02-01T21:01:36.720Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
21:01:39 [2021-02-01T21:01:39.642Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
21:01:41 [2021-02-01T21:01:41.833Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
21:01:44 [2021-02-01T21:01:44.755Z] === RUN   TestDockerSuite/TestBuildDockerignore
21:02:56 [2021-02-01T21:02:56.933Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
21:03:00 [2021-02-01T21:03:00.706Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
21:03:00 [2021-02-01T21:03:00.706Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
21:04:12 [2021-02-01T21:04:12.890Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
21:04:12 [2021-02-01T21:04:12.890Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
21:04:12 [2021-02-01T21:04:12.890Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
21:04:27 [2021-02-01T21:04:27.745Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
21:04:42 [2021-02-01T21:04:42.603Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
21:04:55 [2021-02-01T21:04:55.043Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
21:05:30 [2021-02-01T21:05:30.791Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
21:05:36 [2021-02-01T21:05:36.614Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
21:05:45 [2021-02-01T21:05:45.221Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
21:07:41 [2021-02-01T21:07:41.775Z] === RUN   TestDockerSuite/TestBuildDotDotFile
21:07:41 [2021-02-01T21:07:41.775Z] === RUN   TestDockerSuite/TestBuildEOLInLine
21:07:41 [2021-02-01T21:07:41.775Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
21:07:41 [2021-02-01T21:07:41.775Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
21:07:41 [2021-02-01T21:07:41.775Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
21:07:41 [2021-02-01T21:07:41.776Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
21:07:41 [2021-02-01T21:07:41.776Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
21:07:41 [2021-02-01T21:07:41.776Z] === RUN   TestDockerSuite/TestBuildEntrypoint
21:07:41 [2021-02-01T21:07:41.776Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
21:07:43 [2021-02-01T21:07:43.323Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
21:07:46 [2021-02-01T21:07:46.246Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
21:07:50 [2021-02-01T21:07:50.031Z] === RUN   TestDockerSuite/TestBuildEnv
21:07:50 [2021-02-01T21:07:50.031Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
21:07:50 [2021-02-01T21:07:50.494Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
21:07:50 [2021-02-01T21:07:50.494Z] === RUN   TestDockerSuite/TestBuildEnvUsage
21:07:50 [2021-02-01T21:07:50.494Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
21:07:50 [2021-02-01T21:07:50.494Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
21:07:54 [2021-02-01T21:07:54.252Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
21:07:54 [2021-02-01T21:07:54.253Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
21:07:54 [2021-02-01T21:07:54.253Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
21:07:54 [2021-02-01T21:07:54.253Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
21:07:55 [2021-02-01T21:07:55.228Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
21:07:59 [2021-02-01T21:07:59.942Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
21:08:12 [2021-02-01T21:08:12.370Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
21:08:12 [2021-02-01T21:08:12.833Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
21:08:13 [2021-02-01T21:08:13.295Z] === RUN   TestDockerSuite/TestBuildExpose
21:08:13 [2021-02-01T21:08:13.295Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
21:08:13 [2021-02-01T21:08:13.295Z] === RUN   TestDockerSuite/TestBuildExposeOrder
21:08:13 [2021-02-01T21:08:13.295Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
21:08:13 [2021-02-01T21:08:13.295Z] === RUN   TestDockerSuite/TestBuildFails
21:08:20 [2021-02-01T21:08:20.406Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
21:08:20 [2021-02-01T21:08:20.406Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
21:08:25 [2021-02-01T21:08:25.122Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
21:08:29 [2021-02-01T21:08:29.842Z] === RUN   TestDockerSuite/TestBuildForceRm
21:08:42 [2021-02-01T21:08:42.277Z] === RUN   TestDockerSuite/TestBuildFromGit
21:08:50 [2021-02-01T21:08:50.878Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
21:08:51 [2021-02-01T21:08:51.853Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
21:08:56 [2021-02-01T21:08:56.572Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
21:08:56 [2021-02-01T21:08:56.572Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
21:08:57 [2021-02-01T21:08:57.035Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
21:08:57 [2021-02-01T21:08:57.498Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
21:08:57 [2021-02-01T21:08:57.498Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
21:09:06 [2021-02-01T21:09:06.101Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
21:09:06 [2021-02-01T21:09:06.101Z] === RUN   TestDockerSuite/TestBuildHistory
21:09:14 [2021-02-01T21:09:14.704Z] === RUN   TestDockerSuite/TestBuildIidFile
21:09:15 [2021-02-01T21:09:15.681Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
21:09:17 [2021-02-01T21:09:17.229Z] === RUN   TestDockerSuite/TestBuildInheritance
21:09:17 [2021-02-01T21:09:17.691Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
21:09:18 [2021-02-01T21:09:18.155Z] === RUN   TestDockerSuite/TestBuildInvalidTag
21:09:18 [2021-02-01T21:09:18.155Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
21:09:26 [2021-02-01T21:09:26.763Z] === RUN   TestDockerSuite/TestBuildLabel
21:09:27 [2021-02-01T21:09:27.738Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
21:09:28 [2021-02-01T21:09:28.200Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
21:09:29 [2021-02-01T21:09:29.175Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
21:09:29 [2021-02-01T21:09:29.638Z] === RUN   TestDockerSuite/TestBuildLabels
21:09:30 [2021-02-01T21:09:30.100Z] === RUN   TestDockerSuite/TestBuildLabelsCache
21:09:31 [2021-02-01T21:09:31.651Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
21:09:37 [2021-02-01T21:09:37.469Z] === RUN   TestDockerSuite/TestBuildLastModified
21:09:37 [2021-02-01T21:09:37.469Z] === RUN   TestDockerSuite/TestBuildLineBreak
21:09:37 [2021-02-01T21:09:37.469Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
21:09:37 [2021-02-01T21:09:37.469Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
21:09:37 [2021-02-01T21:09:37.469Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
21:09:37 [2021-02-01T21:09:37.469Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
21:09:37 [2021-02-01T21:09:37.469Z] === RUN   TestDockerSuite/TestBuildMaintainer
21:09:37 [2021-02-01T21:09:37.932Z] === RUN   TestDockerSuite/TestBuildMissingArgs
21:09:38 [2021-02-01T21:09:38.395Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
21:09:43 [2021-02-01T21:09:43.108Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
21:10:00 [2021-02-01T21:10:00.842Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
21:10:00 [2021-02-01T21:10:00.842Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
21:10:02 [2021-02-01T21:10:02.390Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
21:10:32 [2021-02-01T21:10:32.405Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
21:10:41 [2021-02-01T21:10:41.007Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
21:10:45 [2021-02-01T21:10:45.722Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
21:10:51 [2021-02-01T21:10:51.543Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
21:10:55 [2021-02-01T21:10:55.300Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
21:11:10 [2021-02-01T21:11:10.157Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
21:11:10 [2021-02-01T21:11:10.157Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
21:11:15 [2021-02-01T21:11:15.978Z] === RUN   TestDockerSuite/TestBuildMultipleTags
21:11:16 [2021-02-01T21:11:16.440Z] === RUN   TestDockerSuite/TestBuildNetContainer
21:11:16 [2021-02-01T21:11:16.440Z] === RUN   TestDockerSuite/TestBuildNetNone
21:11:16 [2021-02-01T21:11:16.440Z] === RUN   TestDockerSuite/TestBuildNoContext
21:11:18 [2021-02-01T21:11:18.635Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
21:11:22 [2021-02-01T21:11:22.392Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
21:11:24 [2021-02-01T21:11:24.584Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
21:11:24 [2021-02-01T21:11:24.584Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
21:11:24 [2021-02-01T21:11:24.584Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
21:11:27 [2021-02-01T21:11:27.507Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
21:11:28 [2021-02-01T21:11:28.481Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
21:11:29 [2021-02-01T21:11:29.459Z] === RUN   TestDockerSuite/TestBuildOnBuild
21:11:38 [2021-02-01T21:11:38.065Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
21:11:38 [2021-02-01T21:11:38.528Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
21:11:45 [2021-02-01T21:11:45.638Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
21:11:49 [2021-02-01T21:11:49.393Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
21:11:56 [2021-02-01T21:11:56.495Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
21:12:00 [2021-02-01T21:12:00.250Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
21:12:04 [2021-02-01T21:12:04.962Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
21:12:05 [2021-02-01T21:12:05.424Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
21:12:05 [2021-02-01T21:12:05.424Z] === RUN   TestDockerSuite/TestBuildPATH
21:12:05 [2021-02-01T21:12:05.424Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
21:12:07 [2021-02-01T21:12:07.616Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
21:12:07 [2021-02-01T21:12:07.616Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
21:12:43 [2021-02-01T21:12:43.365Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
21:13:04 [2021-02-01T21:13:04.513Z] === RUN   TestDockerSuite/TestBuildRm
21:13:16 [2021-02-01T21:13:16.936Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
21:13:18 [2021-02-01T21:13:18.483Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
21:13:18 [2021-02-01T21:13:18.483Z] === RUN   TestDockerSuite/TestBuildScratchCopy
21:13:18 [2021-02-01T21:13:18.483Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
21:13:20 [2021-02-01T21:13:20.031Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
21:13:22 [2021-02-01T21:13:22.955Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
21:13:31 [2021-02-01T21:13:31.561Z] === RUN   TestDockerSuite/TestBuildShellInherited
21:13:34 [2021-02-01T21:13:34.484Z] === RUN   TestDockerSuite/TestBuildShellMultiple
21:13:49 [2021-02-01T21:13:49.346Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
21:13:49 [2021-02-01T21:13:49.346Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
21:13:49 [2021-02-01T21:13:49.346Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
21:13:57 [2021-02-01T21:13:57.953Z] === RUN   TestDockerSuite/TestBuildSpaces
21:13:57 [2021-02-01T21:13:57.953Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
21:14:01 [2021-02-01T21:14:01.711Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
21:14:01 [2021-02-01T21:14:01.711Z] === RUN   TestDockerSuite/TestBuildStderr
21:14:05 [2021-02-01T21:14:05.469Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
21:14:23 [2021-02-01T21:14:23.202Z] === RUN   TestDockerSuite/TestBuildStopSignal
21:14:23 [2021-02-01T21:14:23.202Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
21:14:26 [2021-02-01T21:14:26.126Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
21:14:27 [2021-02-01T21:14:27.103Z] === RUN   TestDockerSuite/TestBuildTagEvent
21:14:30 [2021-02-01T21:14:30.865Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
21:14:35 [2021-02-01T21:14:35.579Z] === RUN   TestDockerSuite/TestBuildUser
21:14:35 [2021-02-01T21:14:35.579Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
21:14:35 [2021-02-01T21:14:35.579Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
21:14:35 [2021-02-01T21:14:35.579Z] === RUN   TestDockerSuite/TestBuildVerboseOut
21:14:39 [2021-02-01T21:14:39.335Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
21:14:39 [2021-02-01T21:14:39.797Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
21:14:42 [2021-02-01T21:14:42.720Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
21:14:42 [2021-02-01T21:14:42.720Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
21:14:42 [2021-02-01T21:14:42.720Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
21:15:03 [2021-02-01T21:15:03.867Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
21:15:03 [2021-02-01T21:15:03.867Z] === RUN   TestDockerSuite/TestBuildWindowsUser
21:15:10 [2021-02-01T21:15:10.970Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
21:15:19 [2021-02-01T21:15:19.575Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
21:15:19 [2021-02-01T21:15:19.575Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
21:15:19 [2021-02-01T21:15:19.575Z] === RUN   TestDockerSuite/TestBuildWithFailure
21:15:21 [2021-02-01T21:15:21.766Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
21:15:22 [2021-02-01T21:15:22.228Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
21:15:32 [2021-02-01T21:15:32.591Z] === RUN   TestDockerSuite/TestBuildWithTabs
21:15:35 [2021-02-01T21:15:35.512Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
21:15:35 [2021-02-01T21:15:35.512Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
21:15:53 [2021-02-01T21:15:53.247Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
21:15:53 [2021-02-01T21:15:53.247Z] === RUN   TestDockerSuite/TestBuildWithVolumes
21:15:53 [2021-02-01T21:15:53.247Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
21:15:53 [2021-02-01T21:15:53.247Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
21:15:53 [2021-02-01T21:15:53.247Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
21:16:00 [2021-02-01T21:16:00.351Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
21:16:01 [2021-02-01T21:16:01.903Z] === RUN   TestDockerSuite/TestBuildXZHost
21:16:01 [2021-02-01T21:16:01.903Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
21:16:01 [2021-02-01T21:16:01.903Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
21:16:02 [2021-02-01T21:16:02.366Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
21:16:03 [2021-02-01T21:16:03.914Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
21:16:07 [2021-02-01T21:16:07.669Z] === RUN   TestDockerSuite/TestCommitChange
21:16:12 [2021-02-01T21:16:12.388Z] === RUN   TestDockerSuite/TestCommitChangeLabels
21:16:15 [2021-02-01T21:16:15.310Z] === RUN   TestDockerSuite/TestCommitHardlink
21:16:15 [2021-02-01T21:16:15.310Z] === RUN   TestDockerSuite/TestCommitNewFile
21:16:21 [2021-02-01T21:16:21.134Z] === RUN   TestDockerSuite/TestCommitPausedContainer
21:16:21 [2021-02-01T21:16:21.134Z] === RUN   TestDockerSuite/TestCommitTTY
21:16:26 [2021-02-01T21:16:26.956Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
21:16:30 [2021-02-01T21:16:30.714Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
21:16:30 [2021-02-01T21:16:30.714Z] === RUN   TestDockerSuite/TestCommitWithoutPause
21:16:30 [2021-02-01T21:16:30.714Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
21:16:30 [2021-02-01T21:16:30.714Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
21:16:30 [2021-02-01T21:16:30.714Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
21:16:30 [2021-02-01T21:16:30.714Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
21:16:30 [2021-02-01T21:16:30.714Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
21:16:30 [2021-02-01T21:16:30.714Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
21:16:30 [2021-02-01T21:16:30.714Z] === RUN   TestDockerSuite/TestContainerAPICommit
21:16:36 [2021-02-01T21:16:36.540Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
21:16:42 [2021-02-01T21:16:42.358Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
21:16:42 [2021-02-01T21:16:42.358Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
21:16:43 [2021-02-01T21:16:43.904Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
21:16:43 [2021-02-01T21:16:43.904Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
21:16:43 [2021-02-01T21:16:43.904Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
21:16:43 [2021-02-01T21:16:43.904Z] === RUN   TestDockerSuite/TestContainerAPICreate
21:16:46 [2021-02-01T21:16:46.095Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
21:16:46 [2021-02-01T21:16:46.095Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
21:16:46 [2021-02-01T21:16:46.095Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
21:16:48 [2021-02-01T21:16:48.288Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
21:16:48 [2021-02-01T21:16:48.288Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
21:16:48 [2021-02-01T21:16:48.288Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
21:16:48 [2021-02-01T21:16:48.288Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
21:16:48 [2021-02-01T21:16:48.288Z] === RUN   TestDockerSuite/TestContainerAPIDelete
21:16:50 [2021-02-01T21:16:50.479Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
21:16:52 [2021-02-01T21:16:52.669Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
21:16:54 [2021-02-01T21:16:54.215Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
21:16:54 [2021-02-01T21:16:54.215Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
21:16:54 [2021-02-01T21:16:54.215Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
21:16:56 [2021-02-01T21:16:56.416Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
21:16:56 [2021-02-01T21:16:56.416Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
21:16:57 [2021-02-01T21:16:57.963Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
21:16:57 [2021-02-01T21:16:57.963Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
21:16:57 [2021-02-01T21:16:57.963Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
21:17:00 [2021-02-01T21:17:00.153Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
21:17:00 [2021-02-01T21:17:00.153Z] === RUN   TestDockerSuite/TestContainerAPIKill
21:17:01 [2021-02-01T21:17:01.700Z] === RUN   TestDockerSuite/TestContainerAPIPause
21:17:01 [2021-02-01T21:17:01.700Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
21:17:03 [2021-02-01T21:17:03.891Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
21:17:04 [2021-02-01T21:17:04.353Z] === RUN   TestDockerSuite/TestContainerAPIRename
21:17:06 [2021-02-01T21:17:06.545Z] === RUN   TestDockerSuite/TestContainerAPIRestart
21:17:15 [2021-02-01T21:17:15.161Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
21:17:18 [2021-02-01T21:17:18.081Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
21:17:18 [2021-02-01T21:17:18.081Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
21:17:18 [2021-02-01T21:17:18.081Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
21:17:18 [2021-02-01T21:17:18.081Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
21:17:18 [2021-02-01T21:17:18.081Z] === RUN   TestDockerSuite/TestContainerAPIStart
21:17:19 [2021-02-01T21:17:19.627Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
21:17:19 [2021-02-01T21:17:19.627Z] === RUN   TestDockerSuite/TestContainerAPIStop
21:17:21 [2021-02-01T21:17:21.176Z] === RUN   TestDockerSuite/TestContainerAPITop
21:17:21 [2021-02-01T21:17:21.176Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
21:17:23 [2021-02-01T21:17:23.368Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
21:17:23 [2021-02-01T21:17:23.368Z] === RUN   TestDockerSuite/TestContainerAPIWait
21:17:28 [2021-02-01T21:17:28.080Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
21:17:29 [2021-02-01T21:17:29.056Z] === RUN   TestDockerSuite/TestContainerNetworkMode
21:17:29 [2021-02-01T21:17:29.056Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
21:17:29 [2021-02-01T21:17:29.056Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
21:17:29 [2021-02-01T21:17:29.056Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
21:17:29 [2021-02-01T21:17:29.056Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
21:17:29 [2021-02-01T21:17:29.056Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
21:17:31 [2021-02-01T21:17:31.254Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
21:17:31 [2021-02-01T21:17:31.254Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
21:17:33 [2021-02-01T21:17:33.446Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
21:17:40 [2021-02-01T21:17:40.556Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
21:17:49 [2021-02-01T21:17:49.161Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
21:17:50 [2021-02-01T21:17:50.136Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc00093e8c0_<nil>}
21:17:53 [2021-02-01T21:17:53.059Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1342848862_c:\foo_false__<nil>_<nil>_<nil>}
21:17:55 [2021-02-01T21:17:55.250Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1342848862_c:\foo_true__<nil>_<nil>_<nil>}
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestCopyAndRestart
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
21:17:57 [2021-02-01T21:17:57.443Z] === RUN   TestDockerSuite/TestCpAbsolutePath
21:17:59 [2021-02-01T21:17:59.634Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
21:17:59 [2021-02-01T21:17:59.634Z] === RUN   TestDockerSuite/TestCpFromCaseA
21:17:59 [2021-02-01T21:17:59.634Z] === RUN   TestDockerSuite/TestCpFromCaseB
21:17:59 [2021-02-01T21:17:59.634Z] === RUN   TestDockerSuite/TestCpFromCaseC
21:17:59 [2021-02-01T21:17:59.634Z] === RUN   TestDockerSuite/TestCpFromCaseD
21:17:59 [2021-02-01T21:17:59.634Z] === RUN   TestDockerSuite/TestCpFromCaseE
21:17:59 [2021-02-01T21:17:59.634Z] === RUN   TestDockerSuite/TestCpFromCaseF
21:17:59 [2021-02-01T21:17:59.634Z] === RUN   TestDockerSuite/TestCpFromCaseG
21:17:59 [2021-02-01T21:17:59.634Z] === RUN   TestDockerSuite/TestCpFromCaseH
21:17:59 [2021-02-01T21:17:59.634Z] === RUN   TestDockerSuite/TestCpFromCaseI
21:17:59 [2021-02-01T21:17:59.634Z] === RUN   TestDockerSuite/TestCpFromCaseJ
21:17:59 [2021-02-01T21:17:59.634Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
21:18:00 [2021-02-01T21:18:00.096Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
21:18:00 [2021-02-01T21:18:00.096Z] === RUN   TestDockerSuite/TestCpGarbagePath
21:18:02 [2021-02-01T21:18:02.291Z] === RUN   TestDockerSuite/TestCpLocalOnly
21:18:02 [2021-02-01T21:18:02.291Z] === RUN   TestDockerSuite/TestCpNameHasColon
21:18:02 [2021-02-01T21:18:02.291Z] === RUN   TestDockerSuite/TestCpRelativePath
21:18:09 [2021-02-01T21:18:09.398Z] === RUN   TestDockerSuite/TestCpSpecialFiles
21:18:09 [2021-02-01T21:18:09.398Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
21:18:09 [2021-02-01T21:18:09.398Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
21:18:09 [2021-02-01T21:18:09.398Z] === RUN   TestDockerSuite/TestCpToCaseA
21:18:17 [2021-02-01T21:18:17.998Z] === RUN   TestDockerSuite/TestCpToCaseB
21:18:19 [2021-02-01T21:18:19.544Z] === RUN   TestDockerSuite/TestCpToCaseC
21:18:19 [2021-02-01T21:18:19.544Z] === RUN   TestDockerSuite/TestCpToCaseD
21:18:19 [2021-02-01T21:18:19.544Z] === RUN   TestDockerSuite/TestCpToCaseE
21:18:28 [2021-02-01T21:18:28.165Z] === RUN   TestDockerSuite/TestCpToCaseF
21:18:28 [2021-02-01T21:18:28.165Z] === RUN   TestDockerSuite/TestCpToCaseG
21:18:28 [2021-02-01T21:18:28.165Z] === RUN   TestDockerSuite/TestCpToCaseH
21:18:45 [2021-02-01T21:18:45.902Z] === RUN   TestDockerSuite/TestCpToCaseI
21:18:45 [2021-02-01T21:18:45.902Z] === RUN   TestDockerSuite/TestCpToCaseJ
21:18:45 [2021-02-01T21:18:45.902Z] === RUN   TestDockerSuite/TestCpToDot
21:18:46 [2021-02-01T21:18:46.876Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
21:18:46 [2021-02-01T21:18:46.877Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
21:18:46 [2021-02-01T21:18:46.877Z] === RUN   TestDockerSuite/TestCpToStdout
21:18:49 [2021-02-01T21:18:49.799Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
21:18:49 [2021-02-01T21:18:49.799Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
21:18:49 [2021-02-01T21:18:49.799Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
21:18:49 [2021-02-01T21:18:49.799Z] === RUN   TestDockerSuite/TestCpVolumePath
21:18:49 [2021-02-01T21:18:49.799Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
21:18:49 [2021-02-01T21:18:49.799Z] === RUN   TestDockerSuite/TestCreateArgs
21:18:49 [2021-02-01T21:18:49.799Z] === RUN   TestDockerSuite/TestCreateByImageID
21:18:51 [2021-02-01T21:18:51.997Z] === RUN   TestDockerSuite/TestCreateEchoStdout
21:18:53 [2021-02-01T21:18:53.544Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
21:18:54 [2021-02-01T21:18:54.007Z] === RUN   TestDockerSuite/TestCreateHostConfig
21:18:54 [2021-02-01T21:18:54.007Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
21:18:56 [2021-02-01T21:18:56.198Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
21:18:56 [2021-02-01T21:18:56.660Z] === RUN   TestDockerSuite/TestCreateLabels
21:18:56 [2021-02-01T21:18:56.661Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
21:18:56 [2021-02-01T21:18:56.661Z] === RUN   TestDockerSuite/TestCreateRM
21:18:57 [2021-02-01T21:18:57.123Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
21:18:57 [2021-02-01T21:18:57.123Z] === RUN   TestDockerSuite/TestCreateStopSignal
21:18:57 [2021-02-01T21:18:57.123Z] === RUN   TestDockerSuite/TestCreateStopTimeout
21:18:57 [2021-02-01T21:18:57.585Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
21:19:04 [2021-02-01T21:19:04.695Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
21:19:04 [2021-02-01T21:19:04.695Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
21:19:04 [2021-02-01T21:19:04.695Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
21:19:08 [2021-02-01T21:19:08.453Z] === RUN   TestDockerSuite/TestCreateWithPortRange
21:19:08 [2021-02-01T21:19:08.916Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
21:19:08 [2021-02-01T21:19:08.916Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestDevicePermissions
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestDockerFails
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestEventsAttach
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestEventsCommit
21:19:16 [2021-02-01T21:19:16.022Z] === RUN   TestDockerSuite/TestEventsContainerEvents
21:19:18 [2021-02-01T21:19:18.213Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
21:19:20 [2021-02-01T21:19:20.404Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
21:19:22 [2021-02-01T21:19:22.598Z] === RUN   TestDockerSuite/TestEventsContainerRestart
21:19:29 [2021-02-01T21:19:29.700Z] === RUN   TestDockerSuite/TestEventsCopy
21:19:34 [2021-02-01T21:19:34.413Z] === RUN   TestDockerSuite/TestEventsFilterContainer
21:19:39 [2021-02-01T21:19:39.132Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
21:19:40 [2021-02-01T21:19:40.681Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
21:19:41 [2021-02-01T21:19:41.144Z] === RUN   TestDockerSuite/TestEventsFilterImageName
21:19:48 [2021-02-01T21:19:48.252Z] === RUN   TestDockerSuite/TestEventsFilterLabels
21:19:48 [2021-02-01T21:19:48.252Z] === RUN   TestDockerSuite/TestEventsFilterType
21:19:49 [2021-02-01T21:19:49.226Z] === RUN   TestDockerSuite/TestEventsFilters
21:19:52 [2021-02-01T21:19:52.983Z] === RUN   TestDockerSuite/TestEventsFormat
21:19:57 [2021-02-01T21:19:57.696Z] === RUN   TestDockerSuite/TestEventsFormatBadField
21:19:57 [2021-02-01T21:19:57.696Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
21:19:57 [2021-02-01T21:19:57.696Z] === RUN   TestDockerSuite/TestEventsImageImport
21:19:57 [2021-02-01T21:19:57.696Z] === RUN   TestDockerSuite/TestEventsImageLoad
21:19:57 [2021-02-01T21:19:57.696Z] === RUN   TestDockerSuite/TestEventsImagePull
21:19:57 [2021-02-01T21:19:57.696Z] === RUN   TestDockerSuite/TestEventsImageTag
21:19:58 [2021-02-01T21:19:58.159Z] === RUN   TestDockerSuite/TestEventsPluginOps
21:19:58 [2021-02-01T21:19:58.159Z] === RUN   TestDockerSuite/TestEventsRename
21:20:00 [2021-02-01T21:20:00.350Z] === RUN   TestDockerSuite/TestEventsResize
21:20:03 [2021-02-01T21:20:03.271Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
21:20:04 [2021-02-01T21:20:04.818Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
21:20:07 [2021-02-01T21:20:07.739Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
21:20:12 [2021-02-01T21:20:12.459Z] === RUN   TestDockerSuite/TestEventsTop
21:20:12 [2021-02-01T21:20:12.459Z] === RUN   TestDockerSuite/TestEventsUntag
21:20:14 [2021-02-01T21:20:14.653Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
21:20:18 [2021-02-01T21:20:18.409Z] === RUN   TestDockerSuite/TestExec
21:20:18 [2021-02-01T21:20:18.409Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
21:20:18 [2021-02-01T21:20:18.409Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
21:20:19 [2021-02-01T21:20:19.956Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
21:20:21 [2021-02-01T21:20:21.503Z] === RUN   TestDockerSuite/TestExecAPIStart
21:20:21 [2021-02-01T21:20:21.503Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
21:20:21 [2021-02-01T21:20:21.503Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
21:20:21 [2021-02-01T21:20:21.503Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
21:20:23 [2021-02-01T21:20:23.696Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
21:20:25 [2021-02-01T21:20:25.244Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
21:20:27 [2021-02-01T21:20:27.436Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
21:20:29 [2021-02-01T21:20:29.628Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
21:20:33 [2021-02-01T21:20:33.388Z] === RUN   TestDockerSuite/TestExecCgroup
21:20:33 [2021-02-01T21:20:33.388Z] === RUN   TestDockerSuite/TestExecEnv
21:20:33 [2021-02-01T21:20:33.388Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
21:20:33 [2021-02-01T21:20:33.388Z] === RUN   TestDockerSuite/TestExecExitStatus
21:20:35 [2021-02-01T21:20:35.579Z] === RUN   TestDockerSuite/TestExecInspectID
21:20:40 [2021-02-01T21:20:40.293Z] === RUN   TestDockerSuite/TestExecInteractive
21:20:40 [2021-02-01T21:20:40.294Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
21:20:40 [2021-02-01T21:20:40.294Z] === RUN   TestDockerSuite/TestExecParseError
21:20:40 [2021-02-01T21:20:40.294Z] === RUN   TestDockerSuite/TestExecPausedContainer
21:20:40 [2021-02-01T21:20:40.294Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
21:20:40 [2021-02-01T21:20:40.294Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
21:20:42 [2021-02-01T21:20:42.485Z] === RUN   TestDockerSuite/TestExecSetEnv
21:20:42 [2021-02-01T21:20:42.485Z] === RUN   TestDockerSuite/TestExecStartFails
21:20:42 [2021-02-01T21:20:42.485Z] === RUN   TestDockerSuite/TestExecStateCleanup
21:20:42 [2021-02-01T21:20:42.485Z] === RUN   TestDockerSuite/TestExecStopNotHanging
21:20:42 [2021-02-01T21:20:42.485Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
21:20:42 [2021-02-01T21:20:42.485Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
21:20:44 [2021-02-01T21:20:44.032Z] === RUN   TestDockerSuite/TestExecUlimits
21:20:44 [2021-02-01T21:20:44.497Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
21:20:50 [2021-02-01T21:20:50.319Z] === RUN   TestDockerSuite/TestExecWithImageUser
21:20:50 [2021-02-01T21:20:50.319Z] === RUN   TestDockerSuite/TestExecWithPrivileged
21:20:50 [2021-02-01T21:20:50.319Z] === RUN   TestDockerSuite/TestExecWithUser
21:20:50 [2021-02-01T21:20:50.319Z] === RUN   TestDockerSuite/TestGetContainerStats
21:20:56 [2021-02-01T21:20:56.144Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
21:21:01 [2021-02-01T21:21:01.964Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
21:21:04 [2021-02-01T21:21:04.886Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
21:21:10 [2021-02-01T21:21:10.705Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
21:21:10 [2021-02-01T21:21:10.705Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
21:21:10 [2021-02-01T21:21:10.705Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
21:21:10 [2021-02-01T21:21:10.705Z] === RUN   TestDockerSuite/TestHealth
21:21:10 [2021-02-01T21:21:10.705Z] === RUN   TestDockerSuite/TestHistoryExistentImage
21:21:10 [2021-02-01T21:21:10.705Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
21:21:10 [2021-02-01T21:21:10.705Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
21:21:10 [2021-02-01T21:21:10.705Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
21:21:14 [2021-02-01T21:21:14.460Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
21:21:14 [2021-02-01T21:21:14.460Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
21:21:14 [2021-02-01T21:21:14.460Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
21:21:14 [2021-02-01T21:21:14.460Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
21:21:14 [2021-02-01T21:21:14.460Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
21:21:14 [2021-02-01T21:21:14.922Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
21:21:15 [2021-02-01T21:21:15.389Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
21:21:15 [2021-02-01T21:21:15.389Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
21:21:16 [2021-02-01T21:21:16.364Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
21:21:16 [2021-02-01T21:21:16.364Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
21:21:17 [2021-02-01T21:21:17.910Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
21:21:18 [2021-02-01T21:21:18.373Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
21:21:19 [2021-02-01T21:21:19.920Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
21:21:22 [2021-02-01T21:21:22.110Z] === RUN   TestDockerSuite/TestImagesFormat
21:21:22 [2021-02-01T21:21:22.110Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
21:21:22 [2021-02-01T21:21:22.573Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
21:21:26 [2021-02-01T21:21:26.331Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
21:21:26 [2021-02-01T21:21:26.331Z] === RUN   TestDockerSuite/TestImportBadURL
21:21:28 [2021-02-01T21:21:28.526Z] === RUN   TestDockerSuite/TestImportDisplay
21:21:28 [2021-02-01T21:21:28.526Z] === RUN   TestDockerSuite/TestImportFile
21:21:28 [2021-02-01T21:21:28.526Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
21:21:28 [2021-02-01T21:21:28.526Z] === RUN   TestDockerSuite/TestImportFileWithMessage
21:21:28 [2021-02-01T21:21:28.526Z] === RUN   TestDockerSuite/TestImportGzipped
21:21:28 [2021-02-01T21:21:28.526Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
21:21:28 [2021-02-01T21:21:28.526Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
21:21:28 [2021-02-01T21:21:28.526Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
21:21:28 [2021-02-01T21:21:28.526Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
21:21:28 [2021-02-01T21:21:28.526Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
21:21:28 [2021-02-01T21:21:28.526Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
21:21:28 [2021-02-01T21:21:28.526Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
21:21:28 [2021-02-01T21:21:28.526Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
21:21:30 [2021-02-01T21:21:30.718Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
21:21:32 [2021-02-01T21:21:32.265Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
21:21:32 [2021-02-01T21:21:32.265Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
21:21:32 [2021-02-01T21:21:32.265Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
21:21:32 [2021-02-01T21:21:32.731Z] === RUN   TestDockerSuite/TestInspectAmpersand
21:21:32 [2021-02-01T21:21:32.731Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
21:21:34 [2021-02-01T21:21:34.278Z] === RUN   TestDockerSuite/TestInspectByPrefix
21:21:34 [2021-02-01T21:21:34.741Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
21:21:36 [2021-02-01T21:21:36.934Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
21:21:36 [2021-02-01T21:21:36.934Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
21:21:36 [2021-02-01T21:21:36.934Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
21:21:36 [2021-02-01T21:21:36.934Z] === RUN   TestDockerSuite/TestInspectDefault
21:21:38 [2021-02-01T21:21:38.481Z] === RUN   TestDockerSuite/TestInspectHistory
21:21:42 [2021-02-01T21:21:42.236Z] === RUN   TestDockerSuite/TestInspectImage
21:21:42 [2021-02-01T21:21:42.236Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
21:21:42 [2021-02-01T21:21:42.236Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
21:21:42 [2021-02-01T21:21:42.236Z] === RUN   TestDockerSuite/TestInspectInt64
21:21:44 [2021-02-01T21:21:44.430Z] === RUN   TestDockerSuite/TestInspectJSONFields
21:21:45 [2021-02-01T21:21:45.976Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
21:21:45 [2021-02-01T21:21:45.976Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
21:21:48 [2021-02-01T21:21:48.167Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
21:21:49 [2021-02-01T21:21:49.714Z] === RUN   TestDockerSuite/TestInspectPlugin
21:21:49 [2021-02-01T21:21:49.714Z] === RUN   TestDockerSuite/TestInspectRootFS
21:21:50 [2021-02-01T21:21:50.177Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
21:21:51 [2021-02-01T21:21:51.724Z] === RUN   TestDockerSuite/TestInspectStatus
21:21:53 [2021-02-01T21:21:53.917Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
21:21:57 [2021-02-01T21:21:57.676Z] === RUN   TestDockerSuite/TestInspectTemplateError
21:21:59 [2021-02-01T21:21:59.871Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
21:22:02 [2021-02-01T21:22:02.063Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
21:22:03 [2021-02-01T21:22:03.611Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
21:22:05 [2021-02-01T21:22:05.802Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
21:22:07 [2021-02-01T21:22:07.348Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestInspectUnknownObject
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLinkShortDefinition
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLinksEnvs
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
21:22:09 [2021-02-01T21:22:09.540Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
21:22:11 [2021-02-01T21:22:11.733Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
21:22:13 [2021-02-01T21:22:13.283Z] === RUN   TestDockerSuite/TestLogsAPIUntil
21:22:19 [2021-02-01T21:22:19.107Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
21:22:20 [2021-02-01T21:22:20.655Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
21:22:20 [2021-02-01T21:22:20.655Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
21:22:22 [2021-02-01T21:22:22.846Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
21:22:22 [2021-02-01T21:22:22.846Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
21:22:28 [2021-02-01T21:22:28.670Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
21:22:33 [2021-02-01T21:22:33.385Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
21:22:39 [2021-02-01T21:22:39.204Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
21:22:41 [2021-02-01T21:22:41.395Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
21:22:43 [2021-02-01T21:22:43.587Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
21:22:43 [2021-02-01T21:22:43.587Z] === RUN   TestDockerSuite/TestLogsFollowStopped
21:22:45 [2021-02-01T21:22:45.134Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
21:22:47 [2021-02-01T21:22:47.327Z] === RUN   TestDockerSuite/TestLogsSince
21:22:55 [2021-02-01T21:22:55.930Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
21:22:55 [2021-02-01T21:22:55.930Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
21:22:55 [2021-02-01T21:22:55.930Z] === RUN   TestDockerSuite/TestLogsTail
21:22:58 [2021-02-01T21:22:58.121Z] === RUN   TestDockerSuite/TestLogsTimestamps
21:23:00 [2021-02-01T21:23:00.319Z] === RUN   TestDockerSuite/TestLogsWithDetails
21:23:02 [2021-02-01T21:23:02.509Z] === RUN   TestDockerSuite/TestMountIntoProc
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestMountIntoSys
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestNetHostname
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestPluginActive
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestPluginLogDriver
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestPluginUpgrade
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestPortHostBinding
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestPortList
21:23:02 [2021-02-01T21:23:02.510Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
21:23:06 [2021-02-01T21:23:06.268Z] === RUN   TestDockerSuite/TestPostContainersAttach
21:23:06 [2021-02-01T21:23:06.268Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
21:23:06 [2021-02-01T21:23:06.268Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
21:23:06 [2021-02-01T21:23:06.268Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
21:23:06 [2021-02-01T21:23:06.268Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
21:23:06 [2021-02-01T21:23:06.268Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
21:23:06 [2021-02-01T21:23:06.268Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
21:23:06 [2021-02-01T21:23:06.268Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
21:23:06 [2021-02-01T21:23:06.730Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
21:23:06 [2021-02-01T21:23:06.730Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
21:23:10 [2021-02-01T21:23:10.486Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
21:23:10 [2021-02-01T21:23:10.486Z] === RUN   TestDockerSuite/TestPsByOrder
21:23:19 [2021-02-01T21:23:19.089Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
21:23:19 [2021-02-01T21:23:19.089Z] === RUN   TestDockerSuite/TestPsListContainersBase
21:23:27 [2021-02-01T21:23:27.696Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
21:23:40 [2021-02-01T21:23:40.116Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
21:23:40 [2021-02-01T21:23:40.116Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
21:23:40 [2021-02-01T21:23:40.116Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
21:23:52 [2021-02-01T21:23:52.540Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
21:23:58 [2021-02-01T21:23:58.363Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
21:24:04 [2021-02-01T21:24:04.182Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
21:24:07 [2021-02-01T21:24:07.950Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
21:24:07 [2021-02-01T21:24:07.950Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
21:24:07 [2021-02-01T21:24:07.950Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
21:24:12 [2021-02-01T21:24:12.662Z] === RUN   TestDockerSuite/TestPsListContainersSize
21:24:12 [2021-02-01T21:24:12.662Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
21:24:12 [2021-02-01T21:24:12.662Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
21:24:12 [2021-02-01T21:24:12.662Z] === RUN   TestDockerSuite/TestPsRightTagName
21:24:12 [2021-02-01T21:24:12.662Z] === RUN   TestDockerSuite/TestPsShowMounts
21:24:19 [2021-02-01T21:24:19.777Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
21:24:19 [2021-02-01T21:24:19.777Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
21:24:20 [2021-02-01T21:24:20.755Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
21:24:20 [2021-02-01T21:24:20.755Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
21:24:21 [2021-02-01T21:24:21.730Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
21:24:22 [2021-02-01T21:24:22.705Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
21:24:22 [2021-02-01T21:24:22.705Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
21:24:26 [2021-02-01T21:24:26.473Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
21:24:30 [2021-02-01T21:24:30.227Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
21:24:31 [2021-02-01T21:24:31.774Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
21:25:01 [2021-02-01T21:25:01.785Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
21:25:01 [2021-02-01T21:25:01.785Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
21:25:06 [2021-02-01T21:25:06.506Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
21:25:06 [2021-02-01T21:25:06.506Z] === RUN   TestDockerSuite/TestRestartPolicyNO
21:25:06 [2021-02-01T21:25:06.506Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
21:25:06 [2021-02-01T21:25:06.968Z] === RUN   TestDockerSuite/TestRestartRunningContainer
21:25:10 [2021-02-01T21:25:10.723Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
21:25:14 [2021-02-01T21:25:14.479Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
21:25:14 [2021-02-01T21:25:14.479Z] === RUN   TestDockerSuite/TestRestartWithVolumes
21:25:18 [2021-02-01T21:25:18.234Z] === RUN   TestDockerSuite/TestRmiBlank
21:25:18 [2021-02-01T21:25:18.234Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
21:25:18 [2021-02-01T21:25:18.697Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
21:25:31 [2021-02-01T21:25:31.119Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
21:25:34 [2021-02-01T21:25:34.045Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
21:25:34 [2021-02-01T21:25:34.507Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
21:25:40 [2021-02-01T21:25:40.326Z] === RUN   TestDockerSuite/TestRmiImgIDForce
21:25:44 [2021-02-01T21:25:44.079Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
21:25:56 [2021-02-01T21:25:56.501Z] === RUN   TestDockerSuite/TestRmiParentImageFail
21:25:58 [2021-02-01T21:25:58.693Z] === RUN   TestDockerSuite/TestRmiTag
21:25:59 [2021-02-01T21:25:59.669Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
21:26:01 [2021-02-01T21:26:01.860Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
21:26:16 [2021-02-01T21:26:16.716Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
21:26:18 [2021-02-01T21:26:18.914Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
21:26:22 [2021-02-01T21:26:22.680Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
21:26:23 [2021-02-01T21:26:23.657Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
21:26:23 [2021-02-01T21:26:23.657Z] === RUN   TestDockerSuite/TestRunAddHost
21:26:23 [2021-02-01T21:26:23.657Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
21:26:23 [2021-02-01T21:26:23.657Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
21:26:23 [2021-02-01T21:26:23.657Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
21:26:23 [2021-02-01T21:26:23.657Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
21:26:23 [2021-02-01T21:26:23.657Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
21:26:23 [2021-02-01T21:26:23.657Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
21:26:25 [2021-02-01T21:26:25.850Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
21:26:25 [2021-02-01T21:26:25.850Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
21:26:25 [2021-02-01T21:26:25.850Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
21:26:29 [2021-02-01T21:26:29.609Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
21:26:32 [2021-02-01T21:26:32.534Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
21:26:34 [2021-02-01T21:26:34.727Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
21:26:36 [2021-02-01T21:26:36.921Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
21:26:39 [2021-02-01T21:26:39.113Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
21:26:39 [2021-02-01T21:26:39.113Z] === RUN   TestDockerSuite/TestRunBindMounts
21:26:42 [2021-02-01T21:26:42.869Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
21:26:42 [2021-02-01T21:26:42.869Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
21:26:42 [2021-02-01T21:26:42.869Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
21:26:42 [2021-02-01T21:26:42.869Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
21:26:42 [2021-02-01T21:26:42.869Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
21:26:42 [2021-02-01T21:26:42.869Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
21:26:42 [2021-02-01T21:26:42.869Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
21:26:42 [2021-02-01T21:26:42.869Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
21:26:42 [2021-02-01T21:26:42.869Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
21:26:42 [2021-02-01T21:26:42.869Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
21:26:42 [2021-02-01T21:26:42.869Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
21:26:42 [2021-02-01T21:26:42.869Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
21:26:45 [2021-02-01T21:26:45.064Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
21:26:45 [2021-02-01T21:26:45.064Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
21:26:47 [2021-02-01T21:26:47.986Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
21:26:47 [2021-02-01T21:26:47.986Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
21:26:47 [2021-02-01T21:26:47.986Z] === RUN   TestDockerSuite/TestRunContainerNetwork
21:26:49 [2021-02-01T21:26:49.533Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
21:26:49 [2021-02-01T21:26:49.533Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
21:26:49 [2021-02-01T21:26:49.533Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
21:26:49 [2021-02-01T21:26:49.533Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
21:26:49 [2021-02-01T21:26:49.533Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
21:26:49 [2021-02-01T21:26:49.533Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
21:26:49 [2021-02-01T21:26:49.533Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
21:26:49 [2021-02-01T21:26:49.533Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
21:26:51 [2021-02-01T21:26:51.723Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
21:26:53 [2021-02-01T21:26:53.921Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
21:26:56 [2021-02-01T21:26:56.112Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
21:26:56 [2021-02-01T21:26:56.112Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
21:26:56 [2021-02-01T21:26:56.112Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
21:26:56 [2021-02-01T21:26:56.112Z] === RUN   TestDockerSuite/TestRunCreateVolume
21:26:58 [2021-02-01T21:26:58.310Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
21:26:58 [2021-02-01T21:26:58.310Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
21:26:58 [2021-02-01T21:26:58.310Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
21:26:58 [2021-02-01T21:26:58.310Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
21:26:58 [2021-02-01T21:26:58.310Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
21:26:59 [2021-02-01T21:26:59.857Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
21:27:04 [2021-02-01T21:27:04.570Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
21:27:04 [2021-02-01T21:27:04.570Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
21:27:04 [2021-02-01T21:27:04.570Z] === RUN   TestDockerSuite/TestRunDNSOptions
21:27:04 [2021-02-01T21:27:04.570Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
21:27:04 [2021-02-01T21:27:04.570Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
21:27:04 [2021-02-01T21:27:04.570Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
21:27:04 [2021-02-01T21:27:04.570Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
21:27:06 [2021-02-01T21:27:06.762Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
21:27:06 [2021-02-01T21:27:06.762Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
21:27:06 [2021-02-01T21:27:06.762Z] === RUN   TestDockerSuite/TestRunDuplicateMount
21:27:06 [2021-02-01T21:27:06.762Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
21:27:08 [2021-02-01T21:27:08.957Z] === RUN   TestDockerSuite/TestRunEchoStdout
21:27:10 [2021-02-01T21:27:10.504Z] === RUN   TestDockerSuite/TestRunEmptyEnv
21:27:10 [2021-02-01T21:27:10.967Z] === RUN   TestDockerSuite/TestRunEntrypoint
21:27:12 [2021-02-01T21:27:12.515Z] === RUN   TestDockerSuite/TestRunEnvironment
21:27:12 [2021-02-01T21:27:12.515Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
21:27:12 [2021-02-01T21:27:12.515Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
21:27:12 [2021-02-01T21:27:12.515Z] === RUN   TestDockerSuite/TestRunExitCode
21:27:14 [2021-02-01T21:27:14.723Z] === RUN   TestDockerSuite/TestRunExitCodeOne
21:27:16 [2021-02-01T21:27:16.919Z] === RUN   TestDockerSuite/TestRunExitCodeZero
21:27:19 [2021-02-01T21:27:19.116Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
21:27:21 [2021-02-01T21:27:21.310Z] === RUN   TestDockerSuite/TestRunExposePort
21:27:21 [2021-02-01T21:27:21.310Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
21:27:21 [2021-02-01T21:27:21.310Z] === RUN   TestDockerSuite/TestRunGroupAdd
21:27:21 [2021-02-01T21:27:21.310Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
21:27:21 [2021-02-01T21:27:21.310Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
21:27:21 [2021-02-01T21:27:21.310Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
21:27:21 [2021-02-01T21:27:21.310Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
21:27:21 [2021-02-01T21:27:21.310Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
21:27:21 [2021-02-01T21:27:21.310Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
21:27:25 [2021-02-01T21:27:25.069Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
21:27:25 [2021-02-01T21:27:25.069Z] === RUN   TestDockerSuite/TestRunInvalidReference
21:27:25 [2021-02-01T21:27:25.069Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
21:27:25 [2021-02-01T21:27:25.069Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
21:27:25 [2021-02-01T21:27:25.069Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
21:27:25 [2021-02-01T21:27:25.069Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
21:27:25 [2021-02-01T21:27:25.069Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
21:27:32 [2021-02-01T21:27:32.218Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
21:27:32 [2021-02-01T21:27:32.218Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
21:27:32 [2021-02-01T21:27:32.681Z] === RUN   TestDockerSuite/TestRunModeHostname
21:27:32 [2021-02-01T21:27:32.681Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
21:27:33 [2021-02-01T21:27:33.144Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
21:27:33 [2021-02-01T21:27:33.144Z] === RUN   TestDockerSuite/TestRunModeIpcHost
21:27:33 [2021-02-01T21:27:33.144Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
21:27:33 [2021-02-01T21:27:33.144Z] === RUN   TestDockerSuite/TestRunModePIDContainer
21:27:33 [2021-02-01T21:27:33.144Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
21:27:33 [2021-02-01T21:27:33.144Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
21:27:33 [2021-02-01T21:27:33.144Z] === RUN   TestDockerSuite/TestRunModePIDHost
21:27:33 [2021-02-01T21:27:33.144Z] === RUN   TestDockerSuite/TestRunModeUTSHost
21:27:33 [2021-02-01T21:27:33.144Z] === RUN   TestDockerSuite/TestRunMount
21:27:33 [2021-02-01T21:27:33.144Z] === RUN   TestDockerSuite/TestRunMountOrdering
21:27:33 [2021-02-01T21:27:33.144Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
21:27:33 [2021-02-01T21:27:33.144Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
21:27:33 [2021-02-01T21:27:33.144Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
21:27:40 [2021-02-01T21:27:40.251Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
21:27:40 [2021-02-01T21:27:40.251Z] === RUN   TestDockerSuite/TestRunNamedVolume
21:27:40 [2021-02-01T21:27:40.251Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
21:27:40 [2021-02-01T21:27:40.251Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
21:27:44 [2021-02-01T21:27:44.005Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
21:27:46 [2021-02-01T21:27:46.932Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
21:27:46 [2021-02-01T21:27:46.932Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
21:27:46 [2021-02-01T21:27:46.932Z] === RUN   TestDockerSuite/TestRunNetHost
21:27:46 [2021-02-01T21:27:46.932Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
21:27:46 [2021-02-01T21:27:46.932Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
21:27:46 [2021-02-01T21:27:46.932Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
21:27:46 [2021-02-01T21:27:46.932Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
21:27:46 [2021-02-01T21:27:46.932Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
21:27:47 [2021-02-01T21:27:47.394Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
21:27:47 [2021-02-01T21:27:47.394Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
21:27:47 [2021-02-01T21:27:47.394Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
21:27:48 [2021-02-01T21:27:48.946Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
21:27:50 [2021-02-01T21:27:50.491Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
21:27:52 [2021-02-01T21:27:52.696Z] === RUN   TestDockerSuite/TestRunNonExistingImage
21:27:53 [2021-02-01T21:27:53.670Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
21:27:55 [2021-02-01T21:27:55.218Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
21:27:55 [2021-02-01T21:27:55.680Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
21:27:55 [2021-02-01T21:27:55.680Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
21:27:55 [2021-02-01T21:27:55.680Z] === RUN   TestDockerSuite/TestRunPortInUse
21:27:55 [2021-02-01T21:27:55.680Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
21:27:55 [2021-02-01T21:27:55.680Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
21:27:55 [2021-02-01T21:27:55.680Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
21:27:55 [2021-02-01T21:27:55.680Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
21:27:55 [2021-02-01T21:27:55.680Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
21:27:58 [2021-02-01T21:27:58.603Z] === RUN   TestDockerSuite/TestRunPublishPort
21:27:58 [2021-02-01T21:27:58.603Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
21:27:58 [2021-02-01T21:27:58.603Z] === RUN   TestDockerSuite/TestRunReadProcLatency
21:27:58 [2021-02-01T21:27:58.603Z] === RUN   TestDockerSuite/TestRunReadProcTimer
21:27:58 [2021-02-01T21:27:58.603Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
21:27:58 [2021-02-01T21:27:58.603Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
21:28:05 [2021-02-01T21:28:05.707Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
21:28:05 [2021-02-01T21:28:05.708Z] === RUN   TestDockerSuite/TestRunRm
21:28:06 [2021-02-01T21:28:06.682Z] === RUN   TestDockerSuite/TestRunRmAndWait
21:28:12 [2021-02-01T21:28:12.506Z] === RUN   TestDockerSuite/TestRunRmPre125Api
21:28:14 [2021-02-01T21:28:14.052Z] === RUN   TestDockerSuite/TestRunRootWorkdir
21:28:16 [2021-02-01T21:28:16.243Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
21:28:17 [2021-02-01T21:28:17.790Z] === RUN   TestDockerSuite/TestRunSetMacAddress
21:28:19 [2021-02-01T21:28:19.981Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
21:28:19 [2021-02-01T21:28:19.981Z] === RUN   TestDockerSuite/TestRunState
21:28:19 [2021-02-01T21:28:19.981Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
21:28:22 [2021-02-01T21:28:22.171Z] === RUN   TestDockerSuite/TestRunStdinPipe
21:28:22 [2021-02-01T21:28:22.171Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
21:28:23 [2021-02-01T21:28:23.716Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
21:28:23 [2021-02-01T21:28:23.716Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
21:28:23 [2021-02-01T21:28:23.716Z] === RUN   TestDockerSuite/TestRunTLSVerify
21:28:23 [2021-02-01T21:28:23.716Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
21:28:23 [2021-02-01T21:28:23.716Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
21:28:23 [2021-02-01T21:28:23.716Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
21:28:28 [2021-02-01T21:28:28.431Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
21:28:28 [2021-02-01T21:28:28.431Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
21:28:28 [2021-02-01T21:28:28.431Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
21:28:28 [2021-02-01T21:28:28.431Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
21:28:28 [2021-02-01T21:28:28.431Z] === RUN   TestDockerSuite/TestRunUnshareProc
21:28:28 [2021-02-01T21:28:28.431Z] === RUN   TestDockerSuite/TestRunUserByID
21:28:28 [2021-02-01T21:28:28.431Z] === RUN   TestDockerSuite/TestRunUserByIDBig
21:28:28 [2021-02-01T21:28:28.431Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
21:28:28 [2021-02-01T21:28:28.431Z] === RUN   TestDockerSuite/TestRunUserByIDZero
21:28:28 [2021-02-01T21:28:28.431Z] === RUN   TestDockerSuite/TestRunUserByName
21:28:28 [2021-02-01T21:28:28.431Z] === RUN   TestDockerSuite/TestRunUserDefaults
21:28:30 [2021-02-01T21:28:30.623Z] === RUN   TestDockerSuite/TestRunUserNotFound
21:28:30 [2021-02-01T21:28:30.623Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
21:28:37 [2021-02-01T21:28:37.734Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
21:28:37 [2021-02-01T21:28:37.734Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
21:28:37 [2021-02-01T21:28:37.734Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
21:28:39 [2021-02-01T21:28:39.927Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
21:28:45 [2021-02-01T21:28:45.747Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
21:28:49 [2021-02-01T21:28:49.502Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
21:28:55 [2021-02-01T21:28:55.321Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
21:28:55 [2021-02-01T21:28:55.321Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
21:28:55 [2021-02-01T21:28:55.321Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
21:28:58 [2021-02-01T21:28:58.247Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
21:28:59 [2021-02-01T21:28:59.793Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
21:29:01 [2021-02-01T21:29:01.984Z] === RUN   TestDockerSuite/TestRunWithBadDevice
21:29:01 [2021-02-01T21:29:01.984Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
21:29:01 [2021-02-01T21:29:01.984Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
21:29:01 [2021-02-01T21:29:01.984Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
21:29:01 [2021-02-01T21:29:01.984Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
21:29:01 [2021-02-01T21:29:01.984Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
21:29:01 [2021-02-01T21:29:01.984Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
21:29:01 [2021-02-01T21:29:01.984Z] === RUN   TestDockerSuite/TestRunWithUlimits
21:29:01 [2021-02-01T21:29:01.984Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
21:29:05 [2021-02-01T21:29:05.740Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
21:29:06 [2021-02-01T21:29:06.714Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
21:29:08 [2021-02-01T21:29:08.905Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
21:29:12 [2021-02-01T21:29:12.661Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
21:29:12 [2021-02-01T21:29:12.661Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
21:29:12 [2021-02-01T21:29:12.661Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
21:29:12 [2021-02-01T21:29:12.661Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
21:29:12 [2021-02-01T21:29:12.661Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
21:29:12 [2021-02-01T21:29:12.661Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
21:29:12 [2021-02-01T21:29:12.661Z] === RUN   TestDockerSuite/TestSaveCheckTimes
21:29:12 [2021-02-01T21:29:12.661Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
21:29:12 [2021-02-01T21:29:12.661Z] === RUN   TestDockerSuite/TestSaveImageId
21:29:12 [2021-02-01T21:29:12.661Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
21:29:12 [2021-02-01T21:29:12.661Z] === RUN   TestDockerSuite/TestSaveLoadParents
21:29:13 [2021-02-01T21:29:13.124Z] === RUN   TestDockerSuite/TestSaveMultipleNames
21:29:13 [2021-02-01T21:29:13.124Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
21:29:13 [2021-02-01T21:29:13.124Z] === RUN   TestDockerSuite/TestSaveSingleTag
21:29:13 [2021-02-01T21:29:13.124Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
21:29:13 [2021-02-01T21:29:13.124Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
21:29:13 [2021-02-01T21:29:13.124Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
21:29:13 [2021-02-01T21:29:13.124Z] === RUN   TestDockerSuite/TestSearchCmdOptions
21:29:15 [2021-02-01T21:29:15.319Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
21:29:15 [2021-02-01T21:29:15.782Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
21:29:15 [2021-02-01T21:29:15.782Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
21:29:16 [2021-02-01T21:29:16.246Z] === RUN   TestDockerSuite/TestSearchWithLimit
21:29:17 [2021-02-01T21:29:17.796Z] === RUN   TestDockerSuite/TestSlowStdinClosing
21:29:23 [2021-02-01T21:29:23.617Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
21:29:23 [2021-02-01T21:29:23.617Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
21:29:30 [2021-02-01T21:29:30.733Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
21:29:30 [2021-02-01T21:29:30.733Z] === RUN   TestDockerSuite/TestStartAttachSilent
21:29:34 [2021-02-01T21:29:34.489Z] === RUN   TestDockerSuite/TestStartAttachWithRename
21:29:34 [2021-02-01T21:29:34.489Z] === RUN   TestDockerSuite/TestStartMultipleContainers
21:29:34 [2021-02-01T21:29:34.489Z] === RUN   TestDockerSuite/TestStartPausedContainer
21:29:34 [2021-02-01T21:29:34.489Z] === RUN   TestDockerSuite/TestStartRecordError
21:29:34 [2021-02-01T21:29:34.489Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
21:29:39 [2021-02-01T21:29:39.207Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
21:29:39 [2021-02-01T21:29:39.207Z] === RUN   TestDockerSuite/TestStatsAllNoStream
21:29:39 [2021-02-01T21:29:39.207Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
21:29:39 [2021-02-01T21:29:39.207Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
21:29:39 [2021-02-01T21:29:39.207Z] === RUN   TestDockerSuite/TestStatsFormatAll
21:29:39 [2021-02-01T21:29:39.207Z] === RUN   TestDockerSuite/TestStatsNoStream
21:29:39 [2021-02-01T21:29:39.207Z] === RUN   TestDockerSuite/TestTopMultipleArgs
21:29:40 [2021-02-01T21:29:40.754Z] === RUN   TestDockerSuite/TestTopNonPrivileged
21:29:42 [2021-02-01T21:29:42.946Z] === RUN   TestDockerSuite/TestTopPrivileged
21:29:42 [2021-02-01T21:29:42.946Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
21:29:45 [2021-02-01T21:29:45.138Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
21:29:45 [2021-02-01T21:29:45.138Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
21:29:45 [2021-02-01T21:29:45.138Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
21:29:45 [2021-02-01T21:29:45.138Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
21:29:45 [2021-02-01T21:29:45.138Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
21:29:45 [2021-02-01T21:29:45.138Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
21:29:45 [2021-02-01T21:29:45.138Z] === RUN   TestDockerSuite/TestVolumeCLICreate
21:29:59 [2021-02-01T21:29:59.999Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
21:30:00 [2021-02-01T21:30:00.462Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
21:30:00 [2021-02-01T21:30:00.462Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
21:30:00 [2021-02-01T21:30:00.462Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
21:30:00 [2021-02-01T21:30:00.925Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
21:30:00 [2021-02-01T21:30:00.925Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
21:30:01 [2021-02-01T21:30:01.387Z] === RUN   TestDockerSuite/TestVolumeCLILs
21:30:03 [2021-02-01T21:30:03.579Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
21:30:03 [2021-02-01T21:30:03.579Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
21:30:10 [2021-02-01T21:30:10.684Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
21:30:11 [2021-02-01T21:30:11.149Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
21:30:11 [2021-02-01T21:30:11.611Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
21:30:11 [2021-02-01T21:30:11.611Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
21:30:11 [2021-02-01T21:30:11.611Z] === RUN   TestDockerSuite/TestVolumeCLIRm
21:30:18 [2021-02-01T21:30:18.715Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
21:30:18 [2021-02-01T21:30:18.715Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
21:30:18 [2021-02-01T21:30:18.715Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
21:30:19 [2021-02-01T21:30:19.178Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
21:30:19 [2021-02-01T21:30:19.178Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
21:30:24 [2021-02-01T21:30:24.994Z] === RUN   TestDockerSuite/TestVolumeLsFormat
21:30:24 [2021-02-01T21:30:24.994Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
21:30:25 [2021-02-01T21:30:25.456Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
21:30:34 [2021-02-01T21:30:34.058Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
21:30:34 [2021-02-01T21:30:34.058Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
21:30:34 [2021-02-01T21:30:34.521Z] --- PASS: TestDockerSuite (2254.29s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.75s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.20s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.54s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (111.21s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.95s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.77s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.00s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.03s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_run_test.go:3179: unmatched requirement Apparmor
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_run_test.go:3157: unmatched requirement Apparmor
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.91s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.48s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (93.93s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.71s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.39s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.75s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.74s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.91s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.33s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.48s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.78s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (4.12s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.95s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.10s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.41s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (3.97s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.44s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAddTar (33.32s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.28s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (14.84s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.52s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.43s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.41s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.79s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (3.99s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.63s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.22s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.03s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.56s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.51s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (33.12s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.83s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.52s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.27s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.18s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.74s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.19s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.28s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.93s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.51s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.49s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.51s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.60s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.88s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.07s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.42s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.70s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.81s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.44s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.76s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.59s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.28s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (28.26s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.21s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.02s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.59s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.48s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (28.98s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.64s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (28.81s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.39s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.61s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.87s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.49s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.56s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (71.39s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.52s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.28s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (69.92s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.28s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.59s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (15.46s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.53s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.11s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (32.51s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (8.78s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.33s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (111.09s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.33s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.51s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.04s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.45s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.49s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.78s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.86s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.24s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.02s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.43s)
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.521Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
21:30:34 [2021-02-01T21:30:34.521Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.91s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.36s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.12s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.55s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.02s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildFails (6.88s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.96s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.96s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildForceRm (10.72s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildFromGit (10.01s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.24s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.47s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.63s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.58s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.13s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildHistory (9.96s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.87s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.74s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.66s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (8.46s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.87s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.55s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.86s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.51s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.87s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.39s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.07s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.49s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.54s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.26s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (17.13s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.55s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (26.61s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (12.18s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.48s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.23s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.72s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (13.87s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.38s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.56s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildNoContext (2.38s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.57s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.01s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.21s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.11s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.78s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.88s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.17s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (7.56s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.40s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.39s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.14s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.21s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.09s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.06s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.04s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.90s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (35.34s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (21.27s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildRm (11.24s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.06s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.25s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.14s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (7.98s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (3.68s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (13.14s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.55s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.55s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.24s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.27s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.18s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildStderr (3.84s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (17.29s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.27s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.81s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.14s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (3.96s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.72s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (3.64s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.52s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.54s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.35s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.77s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (7.37s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (9.41s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.28s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.20s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.40s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (3.84s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.31s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (16.11s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.26s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.06s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.58s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.83s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.26s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_sni_test.go:18: Flakey test
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.91s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.56s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestCommitChange (4.09s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (3.60s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestCommitNewFile (5.59s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestCommitTTY (5.67s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.65s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (5.85s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.62s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.95s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (1.92s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.31s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (2.22s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.87s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.84s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.99s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.99s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.94s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (1.73s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.26s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.19s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (1.93s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (7.99s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.39s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
21:30:34 [2021-02-01T21:30:34.522Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.60s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (2.00s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.92s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.15s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.70s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.65s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (26.40s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.36s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (7.33s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (7.36s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.36s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc00093e8c0_<nil>} (2.31s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1342848862_c:\foo_false__<nil>_<nil>_<nil>} (2.31s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1342848862_c:\foo_true__<nil>_<nil>_<nil>} (2.34s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.23s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
21:30:34 [2021-02-01T21:30:34.523Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.05s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (2.13s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (2.10s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCpRelativePath (6.89s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCpToCaseA (8.55s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.12s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCpToCaseE (7.64s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCpToCaseH (17.44s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCpToDot (2.19s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.29s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.17s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateByImageID (1.99s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (2.07s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.15s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.16s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.83s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.63s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.16s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateRM (0.31s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.16s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.32s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.73s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.19s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.40s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.76s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (6.92s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestDockerFails (0.06s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (2.18s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.20s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.23s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (7.03s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsCopy (4.45s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (4.41s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.90s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.70s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (6.72s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.42s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.84s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsFilters (4.02s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsFormat (3.91s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.05s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.05s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.16s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsRename (2.18s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsResize (2.44s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.99s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.39s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.57s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.72s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.40s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.75s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.77s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
21:30:34 [2021-02-01T21:30:34.523Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.80s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.97s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.01s)
21:30:34 [2021-02-01T21:30:34.523Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.88s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.76s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestExecExitStatus (2.07s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestExecInspectID (4.57s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.24s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.10s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.65s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestGetContainerStats (5.93s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.88s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.83s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.77s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.11s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.67s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.28s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.54s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.91s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.53s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.22s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.82s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.20s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.17s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.52s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.42s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.05s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.91s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.91s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.98s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.94s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectDefault (1.94s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectHistory (3.61s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectInt64 (1.88s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (1.88s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.15s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.91s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.83s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.07s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.92s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectStatus (2.25s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.72s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (1.91s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.96s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.87s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.93s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.89s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.86s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.70s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.69s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.54s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.09s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.92s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.33s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.36s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.37s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.29s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.20s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (2.03s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.96s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsSince (8.67s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsTail (2.38s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.16s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (1.96s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.77s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
21:30:34 [2021-02-01T21:30:34.524Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.524Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.83s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestPsByOrder (7.91s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (8.93s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (11.92s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.25s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.98s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.68s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.06s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.84s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.08s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestPsShowMounts (6.67s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.64s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.28s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.65s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.50s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.07s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (28.79s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.34s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.21s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.68s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (3.76s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.62s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (3.85s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.07s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.26s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.59s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.54s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.63s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.56s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (4.13s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.99s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (3.70s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRmiTag (0.57s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.09s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.76s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.23s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.15s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.04s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.83s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.02s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.77s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.07s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.10s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.09s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunBindMounts (4.15s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.98s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.82s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (1.75s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.11s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.08s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.97s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (2.02s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.73s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.87s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.05s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.94s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (1.92s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (1.91s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunExitCode (2.06s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (2.16s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (2.06s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.17s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.06s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.70s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.27s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.50s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.18s)
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.525Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
21:30:34 [2021-02-01T21:30:34.525Z]         docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.33s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.48s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.30s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.20s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.86s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.92s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.20s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.72s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.48s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:2884: unmatched requirement Apparmor
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.52s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunRm (1.98s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.19s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (2.02s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (1.86s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.83s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.23s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.95s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.73s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.15s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.39s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:2923: unmatched requirement Apparmor
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (1.91s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (6.78s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.75s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.84s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.92s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.65s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.11s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.58s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.94s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.92s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.05s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.43s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.46s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.88s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.96s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:3040: unmatched requirement Apparmor
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.22s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.57s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (5.82s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.02s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (3.44s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (4.90s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (1.82s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (2.11s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.86s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.25s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.17s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.29s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.24s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (2.27s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (7.30s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.33s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.33s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (6.65s)
21:30:34 [2021-02-01T21:30:34.526Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
21:30:34 [2021-02-01T21:30:34.526Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.51s)
21:30:34 [2021-02-01T21:30:34.527Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.17s)
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
21:30:34 [2021-02-01T21:30:34.527Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.76s)
21:30:34 [2021-02-01T21:30:34.527Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.24s)
21:30:34 [2021-02-01T21:30:34.527Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.23s)
21:30:34 [2021-02-01T21:30:34.527Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.76s)
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
21:30:34 [2021-02-01T21:30:34.527Z]         docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.28s)
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerRegistrySuite/TestV2Only
21:30:34 [2021-02-01T21:30:34.527Z] --- PASS: TestDockerRegistrySuite (0.13s)
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
21:30:34 [2021-02-01T21:30:34.527Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerSchema1RegistrySuite
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
21:30:34 [2021-02-01T21:30:34.527Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
21:30:34 [2021-02-01T21:30:34.990Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
21:30:34 [2021-02-01T21:30:34.990Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
21:30:34 [2021-02-01T21:30:34.990Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
21:30:34 [2021-02-01T21:30:34.990Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
21:30:34 [2021-02-01T21:30:34.990Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
21:30:34 [2021-02-01T21:30:34.990Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.990Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
21:30:34 [2021-02-01T21:30:34.990Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.990Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
21:30:34 [2021-02-01T21:30:34.990Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.990Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
21:30:34 [2021-02-01T21:30:34.990Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.990Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
21:30:34 [2021-02-01T21:30:34.990Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.990Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
21:30:34 [2021-02-01T21:30:34.990Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.990Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
21:30:34 [2021-02-01T21:30:34.990Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.990Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
21:30:34 [2021-02-01T21:30:34.991Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerRegistryAuthTokenSuite
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
21:30:34 [2021-02-01T21:30:34.991Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerDaemonSuite
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
21:30:34 [2021-02-01T21:30:34.991Z] --- PASS: TestDockerDaemonSuite (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:302: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:302: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:302: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerSwarmSuite
21:30:34 [2021-02-01T21:30:34.991Z] --- PASS: TestDockerSwarmSuite (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerPluginSuite
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerPluginSuite/TestPluginCreate
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerPluginSuite/TestPluginInspect
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerPluginSuite/TestPluginSet
21:30:34 [2021-02-01T21:30:34.991Z] --- PASS: TestDockerPluginSuite (0.02s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerExternalVolumeSuite
21:30:34 [2021-02-01T21:30:34.991Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]     check_test.go:128: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerNetworkSuite
21:30:34 [2021-02-01T21:30:34.991Z] --- SKIP: TestDockerNetworkSuite (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]     check_test.go:134: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] === RUN   TestDockerHubPullSuite
21:30:34 [2021-02-01T21:30:34.991Z] --- SKIP: TestDockerHubPullSuite (0.00s)
21:30:34 [2021-02-01T21:30:34.991Z]     check_test.go:142: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] PASS
21:30:34 [2021-02-01T21:30:34.991Z] ok  	github.com/docker/docker/integration-cli	2254.930s
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === Skipped
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_run_test.go:3179: unmatched requirement Apparmor
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_run_test.go:3157: unmatched requirement Apparmor
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.28s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.28s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.52s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.52s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.79s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.79s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s)
21:30:34 [2021-02-01T21:30:34.991Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.991Z] 
21:30:34 [2021-02-01T21:30:34.991Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
21:30:34 [2021-02-01T21:30:34.991Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.52s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.52s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.27s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.27s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.35s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.28s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.28s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.26s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.29s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.30s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.27s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.27s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.28s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.28s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.28s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.26s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.26s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.26s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.26s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_sni_test.go:18: Flakey test
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
21:30:34 [2021-02-01T21:30:34.992Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.992Z] 
21:30:34 [2021-02-01T21:30:34.992Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s)
21:30:34 [2021-02-01T21:30:34.992Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
21:30:34 [2021-02-01T21:30:34.993Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.993Z] 
21:30:34 [2021-02-01T21:30:34.993Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.994Z] 
21:30:34 [2021-02-01T21:30:34.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
21:30:34 [2021-02-01T21:30:34.994Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
21:30:34 [2021-02-01T21:30:34.995Z]         docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.995Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
21:30:34 [2021-02-01T21:30:34.996Z]         docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.996Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:2884: unmatched requirement Apparmor
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:2923: unmatched requirement Apparmor
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:3040: unmatched requirement Apparmor
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
21:30:34 [2021-02-01T21:30:34.997Z]         docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.997Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux
21:30:34 [2021-02-01T21:30:34.998Z] 
21:30:34 [2021-02-01T21:30:34.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
21:30:34 [2021-02-01T21:30:34.998Z]         docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
21:30:35 [2021-02-01T21:30:35.460Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
21:30:35 [2021-02-01T21:30:35.460Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
21:30:35 [2021-02-01T21:30:35.460Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
21:30:35 [2021-02-01T21:30:35.460Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
21:30:35 [2021-02-01T21:30:35.460Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
21:30:35 [2021-02-01T21:30:35.460Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
21:30:35 [2021-02-01T21:30:35.460Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
21:30:35 [2021-02-01T21:30:35.460Z]         docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.460Z] 
21:30:35 [2021-02-01T21:30:35.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.460Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.461Z] 
21:30:35 [2021-02-01T21:30:35.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
21:30:35 [2021-02-01T21:30:35.461Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:302: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:302: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:302: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     check_test.go:128: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     check_test.go:134: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
21:30:35 [2021-02-01T21:30:35.462Z]     check_test.go:142: unmatched requirement DaemonIsLinux
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] DONE 1093 tests, 547 skipped in 2262.368s
21:30:35 [2021-02-01T21:30:35.462Z] INFO: Integration tests ended at 02/01/2021 21:30:35. Duration:00:37:42.5888770
21:30:35 [2021-02-01T21:30:35.462Z] INFO: Docker info of the daemon under test at end of run
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] Containers: 2
21:30:35 [2021-02-01T21:30:35.462Z]  Running: 0
21:30:35 [2021-02-01T21:30:35.462Z]  Paused: 0
21:30:35 [2021-02-01T21:30:35.462Z]  Stopped: 2
21:30:35 [2021-02-01T21:30:35.462Z] Images: 18
21:30:35 [2021-02-01T21:30:35.462Z] Server Version: 0.0.0-dev
21:30:35 [2021-02-01T21:30:35.462Z] Storage Driver: windowsfilter
21:30:35 [2021-02-01T21:30:35.462Z]  Windows: 
21:30:35 [2021-02-01T21:30:35.462Z] Logging Driver: json-file
21:30:35 [2021-02-01T21:30:35.462Z] Plugins: 
21:30:35 [2021-02-01T21:30:35.462Z]  Volume: local
21:30:35 [2021-02-01T21:30:35.462Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
21:30:35 [2021-02-01T21:30:35.462Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
21:30:35 [2021-02-01T21:30:35.462Z] Swarm: inactive
21:30:35 [2021-02-01T21:30:35.462Z] Default Isolation: process
21:30:35 [2021-02-01T21:30:35.462Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
21:30:35 [2021-02-01T21:30:35.462Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697)
21:30:35 [2021-02-01T21:30:35.462Z] OSType: windows
21:30:35 [2021-02-01T21:30:35.462Z] Architecture: x86_64
21:30:35 [2021-02-01T21:30:35.462Z] CPUs: 4
21:30:35 [2021-02-01T21:30:35.462Z] Total Memory: 32GiB
21:30:35 [2021-02-01T21:30:35.462Z] Name: azwin-2-5a14f0
21:30:35 [2021-02-01T21:30:35.462Z] ID: ITTT:2WZA:I2VP:THGL:ZFSC:K3G7:5YFZ:I6K7:CHP7:MJX7:53ZP:L7XQ
21:30:35 [2021-02-01T21:30:35.462Z] Docker Root Dir: D:\CI\PR-41955\4\daemon
21:30:35 [2021-02-01T21:30:35.462Z] Debug Mode (client): false
21:30:35 [2021-02-01T21:30:35.462Z] Debug Mode (server): true
21:30:35 [2021-02-01T21:30:35.462Z]  File Descriptors: -1
21:30:35 [2021-02-01T21:30:35.462Z]  Goroutines: 17
21:30:35 [2021-02-01T21:30:35.462Z]  System Time: 2021-02-01T21:30:35.1941831Z
21:30:35 [2021-02-01T21:30:35.462Z]  EventsListeners: 0
21:30:35 [2021-02-01T21:30:35.462Z] Registry: https://index.docker.io/v1/
21:30:35 [2021-02-01T21:30:35.462Z] Labels:
21:30:35 [2021-02-01T21:30:35.462Z] Experimental: false
21:30:35 [2021-02-01T21:30:35.462Z] Insecure Registries:
21:30:35 [2021-02-01T21:30:35.462Z]  127.0.0.0/8
21:30:35 [2021-02-01T21:30:35.462Z] Live Restore Enabled: false
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] 
21:30:35 [2021-02-01T21:30:35.462Z] INFO: Stopping daemon under test
21:30:35 [2021-02-01T21:30:35.924Z] SUCCESS: The process with PID 2760 (child process of PID 5000) has been terminated.
21:30:35 [2021-02-01T21:30:35.924Z] SUCCESS: The process with PID 5000 (child process of PID 6040) has been terminated.
21:30:35 [2021-02-01T21:30:35.924Z] INFO: Stop tailing logs of the daemon under tests
21:30:35 [2021-02-01T21:30:35.924Z] INFO: executeCI.ps1 Completed successfully at 02/01/2021 21:30:35.
21:30:35 [2021-02-01T21:30:35.924Z] INFO: Tidying up at end of run
21:30:35 [2021-02-01T21:30:35.924Z] INFO: Saving daemon under test log (d:\CI\PR-41955\4\dut.out) to bundles\CIDUT.out
21:30:35 [2021-02-01T21:30:35.924Z] INFO: Saving daemon under test log (d:\CI\PR-41955\4\dut.err) to bundles\CIDUT.err
21:30:35 [2021-02-01T21:30:35.924Z] INFO: Nuke-Everything...
21:30:36 [2021-02-01T21:30:36.386Z] INFO: Container count on control daemon to delete is 2
21:30:36 [2021-02-01T21:30:36.848Z] 3289080655c6
21:30:36 [2021-02-01T21:30:36.848Z] d2ed443a8e06
21:30:37 [2021-02-01T21:30:37.311Z] INFO: Tidying pidfile d:\CI\PR-41955\4\docker.pid
21:30:37 [2021-02-01T21:30:37.311Z] INFO: Nuking d:\CI
21:31:02 [2021-02-01T21:31:02.511Z] INFO: Zapped successfully
21:31:02 [2021-02-01T21:31:02.511Z] 
21:31:02 [2021-02-01T21:31:02.511Z] INFO: executeCI.ps1 exiting at Mon Feb  1 21:31:00 CUT 2021. Duration 01:40:23.4186079
21:31:02 [2021-02-01T21:31:02.511Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
21:31:02 [2021-02-01T21:31:02.757Z] Recording test results
21:31:10 [2021-02-01T21:31:10.040Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
21:31:11 [2021-02-01T21:31:11.542Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] archiveArtifacts
21:31:13 [2021-02-01T21:31:13.306Z] Archiving artifacts
21:31:27 [2021-02-01T21:31:27.196Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41955/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
21:31:28 [2021-02-01T21:31:28.140Z] + make clean
21:31:30 [2021-02-01T21:31:30.333Z] docker volume rm -f docker-dev-cache
21:31:30 [2021-02-01T21:31:30.333Z] 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