Pull request #42572 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a+665de2e973b8061930e50426bb469228e3c66963 (db4981d8212709c7631d5f040bb738db8f88d9c8) 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-42572@libs/jps # timeout=10 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 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch 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" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' 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 [2021-06-28T11:07:40.020Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-06-28T11:07:40.026Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-06-28T11:07:40.208Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0156133acf5a16d8f) in /home/ubuntu/workspace/moby_PR-42572 [Pipeline] { [Pipeline] checkout [2021-06-28T11:07:40.243Z] The recommended git tool is: git [2021-06-28T11:07:40.257Z] using credential docker-jenkins-github-credentials [2021-06-28T11:07:40.263Z] Cloning the remote Git repository [2021-06-28T11:07:40.263Z] Cloning with configured refspecs honoured and without tags [2021-06-28T11:07:40.279Z] Cloning repository https://github.com/moby/moby.git [2021-06-28T11:07:40.279Z] > git init /home/ubuntu/workspace/moby_PR-42572 # timeout=10 [2021-06-28T11:07:40.295Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:07:40.295Z] > git --version # timeout=10 [2021-06-28T11:07:40.300Z] > git --version # 'git version 2.17.1' [2021-06-28T11:07:40.300Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:07:40.301Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:07:55.443Z] Fetching without tags [2021-06-28T11:07:55.705Z] Merging remotes/origin/master commit 665de2e973b8061930e50426bb469228e3c66963 into PR head commit 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:07:55.414Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:07:55.417Z] > git config --add remote.origin.fetch +refs/pull/42572/head:refs/remotes/origin/PR-42572 # timeout=10 [2021-06-28T11:07:55.420Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:07:55.445Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:07:55.459Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:07:55.459Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:07:55.460Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:07:55.720Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:07:55.728Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:07:56.183Z] Merge succeeded, producing 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:07:56.183Z] Checking out Revision 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a (PR-42572) [2021-06-28T11:07:56.426Z] Commit message: "libnetwork: drvregistry.New() remove unused lDs, gDs arguments" [2021-06-28T11:07:56.426Z] First time build. Skipping changelog. [2021-06-28T11:07:56.450Z] > git --version # timeout=10 [2021-06-28T11:07:56.457Z] > git --version # 'git version 2.17.1' [2021-06-28T11:07:56.462Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-28T11:07:57.147Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42572:/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 [2021-06-28T11:07:57.147Z] Unable to find image 'alpine:latest' locally [2021-06-28T11:07:57.147Z] latest: Pulling from library/alpine [2021-06-28T11:07:57.405Z] 5843afab3874: Pulling fs layer [2021-06-28T11:07:57.405Z] 5843afab3874: Verifying Checksum [2021-06-28T11:07:57.405Z] 5843afab3874: Download complete [2021-06-28T11:07:57.663Z] 5843afab3874: Pull complete [2021-06-28T11:07:57.663Z] Digest: sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d2a0 [2021-06-28T11:07:57.663Z] Status: Downloaded newer image for alpine:latest [2021-06-28T11:07:56.176Z] > git remote # timeout=10 [2021-06-28T11:07:56.181Z] > git config --get remote.origin.url # timeout=10 [2021-06-28T11:07:56.183Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:07:56.184Z] > git merge 665de2e973b8061930e50426bb469228e3c66963 # timeout=10 [2021-06-28T11:07:56.190Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-28T11:07:56.197Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:07:56.201Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:08:00.191Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] { (Branch: win-2022-c8d) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2021-06-28T11:08:00.734Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05d5bcb123a08d079) in /home/ubuntu/workspace/moby_PR-42572 [2021-06-28T11:08:00.734Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07f088957e8c07043) in /home/ubuntu/workspace/moby_PR-42572 [Pipeline] node [Pipeline] node [Pipeline] node [2021-06-28T11:08:00.748Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05e7960b71e05ae9e) in /home/ubuntu/workspace/moby_PR-42572 [2021-06-28T11:08:00.748Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0b60933de0ac0e390) in /home/ubuntu/workspace/moby_PR-42572 Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [2021-06-28T11:08:00.757Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-09cd8288b56289ec4) in /home/ubuntu/workspace/moby_PR-42572 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [2021-06-28T11:08:00.832Z] The recommended git tool is: git [Pipeline] checkout [2021-06-28T11:08:00.839Z] The recommended git tool is: git [Pipeline] checkout [2021-06-28T11:08:00.846Z] The recommended git tool is: git [Pipeline] checkout [2021-06-28T11:08:00.855Z] using credential docker-jenkins-github-credentials [2021-06-28T11:08:00.864Z] Cloning the remote Git repository [2021-06-28T11:08:00.864Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [2021-06-28T11:08:00.883Z] using credential docker-jenkins-github-credentials [2021-06-28T11:08:00.888Z] Cloning the remote Git repository [2021-06-28T11:08:00.888Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [2021-06-28T11:08:00.893Z] The recommended git tool is: git [2021-06-28T11:08:00.894Z] The recommended git tool is: git [2021-06-28T11:08:00.898Z] using credential docker-jenkins-github-credentials [2021-06-28T11:08:00.902Z] using credential docker-jenkins-github-credentials [2021-06-28T11:08:00.903Z] Cloning the remote Git repository [2021-06-28T11:08:00.904Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2021-06-28T11:08:00.908Z] Cloning the remote Git repository [2021-06-28T11:08:00.908Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [2021-06-28T11:08:00.946Z] using credential docker-jenkins-github-credentials [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2021-06-28T11:08:00.959Z] Cloning the remote Git repository [2021-06-28T11:08:00.959Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2021-06-28T11:08:01.027Z] Running on azwin-2-ae1000 in d:\jenkins\workspace\moby_PR-42572 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] { Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] ws [2021-06-28T11:08:01.112Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [2021-06-28T11:08:01.200Z] The recommended git tool is: git [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-06-28T11:08:01.407Z] using credential docker-jenkins-github-credentials [2021-06-28T11:08:01.479Z] Cloning the remote Git repository [2021-06-28T11:08:01.479Z] Cloning with configured refspecs honoured and without tags [2021-06-28T11:08:00.891Z] Cloning repository https://github.com/moby/moby.git [2021-06-28T11:08:00.892Z] > git init /home/ubuntu/workspace/moby_PR-42572 # timeout=10 [2021-06-28T11:08:00.908Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:08:00.908Z] > git --version # timeout=10 [2021-06-28T11:08:00.915Z] > git --version # 'git version 2.17.1' [2021-06-28T11:08:00.915Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:00.916Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:00.889Z] Cloning repository https://github.com/moby/moby.git [2021-06-28T11:08:00.891Z] > git init /home/ubuntu/workspace/moby_PR-42572 # timeout=10 [2021-06-28T11:08:00.915Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:08:00.916Z] > git --version # timeout=10 [2021-06-28T11:08:00.922Z] > git --version # 'git version 2.17.1' [2021-06-28T11:08:00.923Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:00.924Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:00.846Z] Cloning repository https://github.com/moby/moby.git [2021-06-28T11:08:00.848Z] > git init /home/ubuntu/workspace/moby_PR-42572 # timeout=10 [2021-06-28T11:08:00.859Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:08:00.859Z] > git --version # timeout=10 [2021-06-28T11:08:00.875Z] > git --version # 'git version 2.17.1' [2021-06-28T11:08:00.875Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:00.875Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:00.911Z] Cloning repository https://github.com/moby/moby.git [2021-06-28T11:08:00.912Z] > git init /home/ubuntu/workspace/moby_PR-42572 # timeout=10 [2021-06-28T11:08:00.928Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:08:00.928Z] > git --version # timeout=10 [2021-06-28T11:08:00.937Z] > git --version # 'git version 2.25.1' [2021-06-28T11:08:00.937Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:00.938Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:00.982Z] Cloning repository https://github.com/moby/moby.git [2021-06-28T11:08:00.983Z] > git init /home/ubuntu/workspace/moby_PR-42572 # timeout=10 [2021-06-28T11:08:00.998Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:08:00.998Z] > git --version # timeout=10 [2021-06-28T11:08:01.006Z] > git --version # 'git version 2.25.1' [2021-06-28T11:08:01.006Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:01.008Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:01.512Z] Cloning repository https://github.com/moby/moby.git [2021-06-28T11:08:01.513Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-06-28T11:08:01.624Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:08:01.625Z] > git --version # timeout=10 [2021-06-28T11:08:01.689Z] > git --version # 'git version 2.24.1.windows.2' [2021-06-28T11:08:01.690Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:01.693Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:15.529Z] Fetching without tags [2021-06-28T11:08:15.561Z] Fetching without tags [2021-06-28T11:08:15.653Z] Fetching without tags [2021-06-28T11:08:15.746Z] Still waiting to schedule task [2021-06-28T11:08:15.747Z] Waiting for next available executor on ‘windows-2022’ [2021-06-28T11:08:15.750Z] Still waiting to schedule task [2021-06-28T11:08:15.751Z] Waiting for next available executor on ‘windows-2022’ [2021-06-28T11:08:15.788Z] Merging remotes/origin/master commit 665de2e973b8061930e50426bb469228e3c66963 into PR head commit 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:08:15.790Z] Merging remotes/origin/master commit 665de2e973b8061930e50426bb469228e3c66963 into PR head commit 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:08:15.880Z] Merging remotes/origin/master commit 665de2e973b8061930e50426bb469228e3c66963 into PR head commit 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:08:15.922Z] Fetching without tags [2021-06-28T11:08:16.146Z] Merging remotes/origin/master commit 665de2e973b8061930e50426bb469228e3c66963 into PR head commit 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:08:16.280Z] Merge succeeded, producing 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:08:16.281Z] Checking out Revision 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a (PR-42572) [2021-06-28T11:08:16.297Z] Merge succeeded, producing 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:08:16.297Z] Checking out Revision 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a (PR-42572) [2021-06-28T11:08:16.421Z] Merge succeeded, producing 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:08:16.422Z] Checking out Revision 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a (PR-42572) [2021-06-28T11:08:16.605Z] Commit message: "libnetwork: drvregistry.New() remove unused lDs, gDs arguments" [2021-06-28T11:08:16.618Z] Commit message: "libnetwork: drvregistry.New() remove unused lDs, gDs arguments" [2021-06-28T11:08:16.619Z] > git --version # timeout=10 [2021-06-28T11:08:16.624Z] > git --version # 'git version 2.25.1' [2021-06-28T11:08:16.636Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2021-06-28T11:08:16.620Z] > git --version # timeout=10 [2021-06-28T11:08:16.626Z] > git --version # 'git version 2.17.1' [2021-06-28T11:08:16.637Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2021-06-28T11:08:16.662Z] Merge succeeded, producing 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:08:16.662Z] Checking out Revision 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a (PR-42572) [2021-06-28T11:08:15.894Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:08:15.902Z] > git config --add remote.origin.fetch +refs/pull/42572/head:refs/remotes/origin/PR-42572 # timeout=10 [2021-06-28T11:08:15.908Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:15.914Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:08:15.921Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:08:15.921Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:15.922Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:16.145Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:08:16.155Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:08:16.618Z] > git remote # timeout=10 [2021-06-28T11:08:16.628Z] > git config --get remote.origin.url # timeout=10 [2021-06-28T11:08:16.635Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:16.636Z] > git merge 665de2e973b8061930e50426bb469228e3c66963 # timeout=10 [2021-06-28T11:08:16.648Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-28T11:08:16.662Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:08:16.668Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:08:15.597Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:08:15.609Z] > git config --add remote.origin.fetch +refs/pull/42572/head:refs/remotes/origin/PR-42572 # timeout=10 [2021-06-28T11:08:15.612Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:15.619Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:08:15.638Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:08:15.638Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:15.638Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:15.865Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:08:15.868Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:08:16.372Z] > git remote # timeout=10 [2021-06-28T11:08:16.378Z] > git config --get remote.origin.url # timeout=10 [2021-06-28T11:08:16.384Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:16.385Z] > git merge 665de2e973b8061930e50426bb469228e3c66963 # timeout=10 [2021-06-28T11:08:16.394Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-28T11:08:16.406Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:08:16.409Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:08:15.510Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:08:15.522Z] > git config --add remote.origin.fetch +refs/pull/42572/head:refs/remotes/origin/PR-42572 # timeout=10 [2021-06-28T11:08:15.527Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:15.534Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:08:15.542Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:08:15.542Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:15.543Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:15.770Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:08:15.777Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:08:16.230Z] > git remote # timeout=10 [2021-06-28T11:08:16.235Z] > git config --get remote.origin.url # timeout=10 [2021-06-28T11:08:16.240Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:16.241Z] > git merge 665de2e973b8061930e50426bb469228e3c66963 # timeout=10 [2021-06-28T11:08:16.258Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-28T11:08:16.278Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:08:16.287Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:08:15.493Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:08:15.506Z] > git config --add remote.origin.fetch +refs/pull/42572/head:refs/remotes/origin/PR-42572 # timeout=10 [2021-06-28T11:08:15.516Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:15.527Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:08:15.532Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:08:15.532Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:15.533Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:15.793Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:08:15.813Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:08:16.264Z] > git remote # timeout=10 [2021-06-28T11:08:16.267Z] > git config --get remote.origin.url # timeout=10 [2021-06-28T11:08:16.269Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:16.270Z] > git merge 665de2e973b8061930e50426bb469228e3c66963 # timeout=10 [2021-06-28T11:08:16.276Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-28T11:08:16.284Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:08:16.288Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:08:16.817Z] Commit message: "libnetwork: drvregistry.New() remove unused lDs, gDs arguments" [2021-06-28T11:08:16.818Z] > git --version # timeout=10 [2021-06-28T11:08:16.832Z] > git --version # 'git version 2.17.1' [2021-06-28T11:08:16.846Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2021-06-28T11:08:17.225Z] Commit message: "libnetwork: drvregistry.New() remove unused lDs, gDs arguments" [Pipeline] sh [2021-06-28T11:08:17.243Z] > git --version # timeout=10 [2021-06-28T11:08:17.245Z] > git --version # 'git version 2.17.1' [2021-06-28T11:08:17.249Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-28T11:08:17.333Z] Fetching without tags [2021-06-28T11:08:17.334Z] + docker version [2021-06-28T11:08:17.334Z] Client: Docker Engine - Community [2021-06-28T11:08:17.334Z] Version: 20.10.6 [2021-06-28T11:08:17.334Z] API version: 1.41 [2021-06-28T11:08:17.334Z] Go version: go1.13.15 [2021-06-28T11:08:17.334Z] Git commit: 370c289 [2021-06-28T11:08:17.334Z] Built: Fri Apr 9 22:47:17 2021 [2021-06-28T11:08:17.334Z] OS/Arch: linux/amd64 [2021-06-28T11:08:17.334Z] Context: default [2021-06-28T11:08:17.334Z] Experimental: true [2021-06-28T11:08:17.334Z] [2021-06-28T11:08:17.334Z] Server: Docker Engine - Community [2021-06-28T11:08:17.334Z] Engine: [2021-06-28T11:08:17.334Z] Version: 20.10.6 [2021-06-28T11:08:17.334Z] API version: 1.41 (minimum version 1.12) [2021-06-28T11:08:17.334Z] Go version: go1.13.15 [2021-06-28T11:08:17.334Z] Git commit: 8728dd2 [2021-06-28T11:08:17.334Z] Built: Fri Apr 9 22:45:28 2021 [2021-06-28T11:08:17.334Z] OS/Arch: linux/amd64 [2021-06-28T11:08:17.334Z] Experimental: true [2021-06-28T11:08:17.334Z] containerd: [2021-06-28T11:08:17.334Z] Version: 1.4.6 [2021-06-28T11:08:17.334Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-28T11:08:17.334Z] runc: [2021-06-28T11:08:17.334Z] Version: 1.0.0-rc95 [2021-06-28T11:08:17.334Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-28T11:08:17.334Z] docker-init: [2021-06-28T11:08:17.334Z] Version: 0.19.0 [2021-06-28T11:08:17.334Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-28T11:08:17.504Z] + docker version [2021-06-28T11:08:17.504Z] Client: Docker Engine - Community [2021-06-28T11:08:17.504Z] Version: 20.10.6 [2021-06-28T11:08:17.504Z] API version: 1.41 [2021-06-28T11:08:17.504Z] Go version: go1.13.15 [2021-06-28T11:08:17.504Z] Git commit: 370c289 [2021-06-28T11:08:17.504Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-28T11:08:17.504Z] OS/Arch: linux/amd64 [2021-06-28T11:08:17.504Z] Context: default [2021-06-28T11:08:17.504Z] Experimental: true [2021-06-28T11:08:17.504Z] [2021-06-28T11:08:17.504Z] Server: Docker Engine - Community [2021-06-28T11:08:17.504Z] Engine: [2021-06-28T11:08:17.504Z] Version: 20.10.6 [2021-06-28T11:08:17.504Z] API version: 1.41 (minimum version 1.12) [2021-06-28T11:08:17.504Z] Go version: go1.13.15 [2021-06-28T11:08:17.504Z] Git commit: 8728dd2 [2021-06-28T11:08:17.504Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-28T11:08:17.504Z] OS/Arch: linux/amd64 [2021-06-28T11:08:17.504Z] Experimental: true [2021-06-28T11:08:17.504Z] containerd: [2021-06-28T11:08:17.504Z] Version: 1.4.6 [2021-06-28T11:08:17.504Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-28T11:08:17.504Z] runc: [2021-06-28T11:08:17.504Z] Version: 1.0.0-rc95 [2021-06-28T11:08:17.504Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-28T11:08:17.504Z] docker-init: [2021-06-28T11:08:17.504Z] Version: 0.19.0 [2021-06-28T11:08:17.504Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-28T11:08:17.620Z] + [ PR != PR ] [2021-06-28T11:08:17.620Z] + [ master != master ] [2021-06-28T11:08:17.620Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [2021-06-28T11:08:17.657Z] + docker info [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2021-06-28T11:08:17.680Z] Merging remotes/origin/master commit 665de2e973b8061930e50426bb469228e3c66963 into PR head commit 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] sh [2021-06-28T11:08:17.789Z] + docker info [2021-06-28T11:08:17.915Z] Client: [2021-06-28T11:08:17.915Z] Context: default [2021-06-28T11:08:17.915Z] Debug Mode: false [2021-06-28T11:08:17.915Z] Plugins: [2021-06-28T11:08:17.915Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-28T11:08:17.915Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-28T11:08:17.915Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-28T11:08:17.915Z] [2021-06-28T11:08:17.915Z] Server: [2021-06-28T11:08:17.915Z] Containers: 0 [2021-06-28T11:08:17.915Z] Running: 0 [2021-06-28T11:08:17.915Z] Paused: 0 [2021-06-28T11:08:17.915Z] Stopped: 0 [2021-06-28T11:08:17.915Z] Images: 3 [2021-06-28T11:08:17.915Z] Server Version: 20.10.6 [2021-06-28T11:08:17.915Z] Storage Driver: overlay2 [2021-06-28T11:08:17.915Z] Backing Filesystem: extfs [2021-06-28T11:08:17.915Z] Supports d_type: true [2021-06-28T11:08:17.915Z] Native Overlay Diff: true [2021-06-28T11:08:17.915Z] userxattr: false [2021-06-28T11:08:17.915Z] Logging Driver: json-file [2021-06-28T11:08:17.915Z] Cgroup Driver: systemd [2021-06-28T11:08:17.915Z] Cgroup Version: 2 [2021-06-28T11:08:17.915Z] Plugins: [2021-06-28T11:08:17.915Z] Volume: local [2021-06-28T11:08:17.915Z] Network: bridge host ipvlan macvlan null overlay [2021-06-28T11:08:17.915Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-28T11:08:17.915Z] Swarm: inactive [2021-06-28T11:08:17.915Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-28T11:08:17.915Z] Default Runtime: runc [2021-06-28T11:08:17.915Z] Init Binary: docker-init [2021-06-28T11:08:17.915Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-28T11:08:17.915Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-28T11:08:17.915Z] init version: de40ad0 [2021-06-28T11:08:17.915Z] Security Options: [2021-06-28T11:08:17.915Z] apparmor [2021-06-28T11:08:17.915Z] seccomp [2021-06-28T11:08:17.915Z] Profile: default [2021-06-28T11:08:17.915Z] cgroupns [2021-06-28T11:08:17.915Z] Kernel Version: 5.4.0-1048-aws [2021-06-28T11:08:17.915Z] Operating System: Ubuntu 20.04.2 LTS [2021-06-28T11:08:17.915Z] OSType: linux [2021-06-28T11:08:17.915Z] Architecture: x86_64 [2021-06-28T11:08:17.915Z] CPUs: 2 [2021-06-28T11:08:17.915Z] Total Memory: 7.569GiB [2021-06-28T11:08:17.915Z] Name: ip-10-100-97-152 [2021-06-28T11:08:17.915Z] ID: BPI2:DJ3J:2BX4:S6D2:XUGC:3EVF:YTII:HJPT:TJU6:HPWF:P5M7:CUDP [2021-06-28T11:08:17.915Z] Docker Root Dir: /var/lib/docker [2021-06-28T11:08:17.915Z] Debug Mode: false [2021-06-28T11:08:17.915Z] Registry: https://index.docker.io/v1/ [2021-06-28T11:08:17.915Z] Labels: [2021-06-28T11:08:17.915Z] Experimental: true [2021-06-28T11:08:17.915Z] Insecure Registries: [2021-06-28T11:08:17.915Z] 127.0.0.0/8 [2021-06-28T11:08:17.915Z] Live Restore Enabled: true [2021-06-28T11:08:17.915Z] [2021-06-28T11:08:17.915Z] WARNING: No kernel memory limit support [2021-06-28T11:08:17.915Z] WARNING: No oom kill disable support [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-28T11:08:17.982Z] + docker version [2021-06-28T11:08:17.983Z] Client: Docker Engine - Community [2021-06-28T11:08:17.983Z] Version: 20.10.6 [2021-06-28T11:08:17.983Z] API version: 1.41 [2021-06-28T11:08:17.983Z] Go version: go1.13.15 [2021-06-28T11:08:17.983Z] Git commit: 370c289 [2021-06-28T11:08:17.983Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-28T11:08:17.983Z] OS/Arch: linux/amd64 [2021-06-28T11:08:17.983Z] Context: default [2021-06-28T11:08:17.983Z] Experimental: true [2021-06-28T11:08:17.983Z] [2021-06-28T11:08:17.983Z] Server: Docker Engine - Community [2021-06-28T11:08:17.983Z] Engine: [2021-06-28T11:08:17.983Z] Version: 20.10.6 [2021-06-28T11:08:17.983Z] API version: 1.41 (minimum version 1.12) [2021-06-28T11:08:17.983Z] Go version: go1.13.15 [2021-06-28T11:08:17.983Z] Git commit: 8728dd2 [2021-06-28T11:08:17.983Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-28T11:08:17.983Z] OS/Arch: linux/amd64 [2021-06-28T11:08:17.983Z] Experimental: true [2021-06-28T11:08:17.983Z] containerd: [2021-06-28T11:08:17.983Z] Version: 1.4.6 [2021-06-28T11:08:17.983Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-28T11:08:17.983Z] runc: [2021-06-28T11:08:17.983Z] Version: 1.0.0-rc95 [2021-06-28T11:08:17.983Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-28T11:08:17.983Z] docker-init: [2021-06-28T11:08:17.983Z] Version: 0.19.0 [2021-06-28T11:08:17.983Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-28T11:08:18.043Z] + docker version [2021-06-28T11:08:18.043Z] Client: Docker Engine - Community [2021-06-28T11:08:18.043Z] Version: 20.10.6 [2021-06-28T11:08:18.043Z] API version: 1.41 [2021-06-28T11:08:18.043Z] Go version: go1.13.15 [2021-06-28T11:08:18.043Z] Git commit: 370c289 [2021-06-28T11:08:18.043Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-28T11:08:18.043Z] OS/Arch: linux/amd64 [2021-06-28T11:08:18.043Z] Context: default [2021-06-28T11:08:18.043Z] Experimental: true [2021-06-28T11:08:18.043Z] [2021-06-28T11:08:18.043Z] Server: Docker Engine - Community [2021-06-28T11:08:18.043Z] Engine: [2021-06-28T11:08:18.043Z] Version: 20.10.6 [2021-06-28T11:08:18.043Z] API version: 1.41 (minimum version 1.12) [2021-06-28T11:08:18.044Z] Go version: go1.13.15 [2021-06-28T11:08:18.044Z] Git commit: 8728dd2 [2021-06-28T11:08:18.044Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-28T11:08:18.044Z] OS/Arch: linux/amd64 [2021-06-28T11:08:18.044Z] Experimental: true [2021-06-28T11:08:18.044Z] containerd: [2021-06-28T11:08:18.044Z] Version: 1.4.6 [2021-06-28T11:08:18.044Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-28T11:08:18.044Z] runc: [2021-06-28T11:08:18.044Z] Version: 1.0.0-rc95 [2021-06-28T11:08:18.044Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-28T11:08:18.044Z] docker-init: [2021-06-28T11:08:18.044Z] Version: 0.19.0 [2021-06-28T11:08:18.044Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-28T11:08:18.247Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a . [2021-06-28T11:08:18.278Z] + docker info [2021-06-28T11:08:18.358Z] Client: [2021-06-28T11:08:18.358Z] Context: default [2021-06-28T11:08:18.358Z] Debug Mode: false [2021-06-28T11:08:18.358Z] Plugins: [2021-06-28T11:08:18.358Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-28T11:08:18.358Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-28T11:08:18.358Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-28T11:08:18.358Z] [2021-06-28T11:08:18.358Z] Server: [2021-06-28T11:08:18.358Z] Containers: 0 [2021-06-28T11:08:18.358Z] Running: 0 [2021-06-28T11:08:18.358Z] Paused: 0 [2021-06-28T11:08:18.358Z] Stopped: 0 [2021-06-28T11:08:18.358Z] Images: 3 [2021-06-28T11:08:18.358Z] Server Version: 20.10.6 [2021-06-28T11:08:18.358Z] Storage Driver: overlay2 [2021-06-28T11:08:18.358Z] Backing Filesystem: extfs [2021-06-28T11:08:18.358Z] Supports d_type: true [2021-06-28T11:08:18.358Z] Native Overlay Diff: true [2021-06-28T11:08:18.358Z] userxattr: false [2021-06-28T11:08:18.358Z] Logging Driver: json-file [2021-06-28T11:08:18.358Z] Cgroup Driver: cgroupfs [2021-06-28T11:08:18.358Z] Cgroup Version: 1 [2021-06-28T11:08:18.358Z] Plugins: [2021-06-28T11:08:18.358Z] Volume: local [2021-06-28T11:08:18.358Z] Network: bridge host ipvlan macvlan null overlay [2021-06-28T11:08:18.358Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-28T11:08:18.358Z] Swarm: inactive [2021-06-28T11:08:18.358Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-06-28T11:08:18.358Z] Default Runtime: runc [2021-06-28T11:08:18.358Z] Init Binary: docker-init [2021-06-28T11:08:18.358Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-28T11:08:18.358Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-28T11:08:18.358Z] init version: de40ad0 [2021-06-28T11:08:18.358Z] Security Options: [2021-06-28T11:08:18.358Z] apparmor [2021-06-28T11:08:18.358Z] seccomp [2021-06-28T11:08:18.358Z] Profile: default [2021-06-28T11:08:18.358Z] Kernel Version: 5.4.0-1048-aws [2021-06-28T11:08:18.358Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-28T11:08:18.358Z] OSType: linux [2021-06-28T11:08:18.358Z] Architecture: x86_64 [2021-06-28T11:08:18.358Z] CPUs: 2 [2021-06-28T11:08:18.358Z] Total Memory: 7.487GiB [2021-06-28T11:08:18.358Z] Name: ip-10-100-42-249 [2021-06-28T11:08:18.358Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-28T11:08:18.358Z] Docker Root Dir: /var/lib/docker [2021-06-28T11:08:18.358Z] Debug Mode: false [2021-06-28T11:08:18.358Z] Registry: https://index.docker.io/v1/ [2021-06-28T11:08:18.358Z] Labels: [2021-06-28T11:08:18.358Z] Experimental: true [2021-06-28T11:08:18.358Z] Insecure Registries: [2021-06-28T11:08:18.358Z] 127.0.0.0/8 [2021-06-28T11:08:18.358Z] Live Restore Enabled: true [2021-06-28T11:08:18.358Z] [2021-06-28T11:08:18.358Z] WARNING: No swap limit support [Pipeline] sh [2021-06-28T11:08:18.396Z] + docker info [2021-06-28T11:08:18.506Z] #1 [internal] load build definition from Dockerfile [2021-06-28T11:08:18.506Z] #1 sha256:327f0d0032b72781a644343a77cde67e79a1526b7201e6931d254a45bda8947d [2021-06-28T11:08:18.506Z] #1 transferring dockerfile: 16.59kB done [2021-06-28T11:08:18.506Z] #1 DONE 0.0s [2021-06-28T11:08:18.506Z] [2021-06-28T11:08:18.506Z] #2 [internal] load .dockerignore [2021-06-28T11:08:18.506Z] #2 sha256:15ea229a46171afce4c3d5760797eea9d3b56c13bd23cea0e1c22317a2457d7b [2021-06-28T11:08:18.506Z] #2 transferring context: 87B done [2021-06-28T11:08:18.506Z] #2 DONE 0.0s [2021-06-28T11:08:18.506Z] [2021-06-28T11:08:18.506Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-28T11:08:18.506Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-28T11:08:18.506Z] #3 DONE 0.1s [2021-06-28T11:08:18.506Z] [2021-06-28T11:08:18.506Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-28T11:08:18.506Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-28T11:08:18.506Z] #4 CACHED [2021-06-28T11:08:17.329Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:08:17.334Z] > git config --add remote.origin.fetch +refs/pull/42572/head:refs/remotes/origin/PR-42572 # timeout=10 [2021-06-28T11:08:17.338Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:17.348Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:08:17.356Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:08:17.357Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:17.358Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:17.704Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:08:17.708Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:08:18.643Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-28T11:08:18.644Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-28T11:08:18.644Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42572/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-28T11:08:18.644Z] + bash /home/ubuntu/workspace/moby_PR-42572/check-config.sh [2021-06-28T11:08:18.644Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-28T11:08:18.644Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-28T11:08:18.644Z] [2021-06-28T11:08:18.644Z] Generally Necessary: [2021-06-28T11:08:18.644Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-28T11:08:18.644Z] - apparmor: enabled and tools installed [2021-06-28T11:08:18.644Z] - CONFIG_NAMESPACES: enabled [2021-06-28T11:08:18.644Z] - CONFIG_NET_NS: enabled [2021-06-28T11:08:18.644Z] - CONFIG_PID_NS: enabled [2021-06-28T11:08:18.644Z] - CONFIG_IPC_NS: enabled [2021-06-28T11:08:18.644Z] - CONFIG_UTS_NS: enabled [2021-06-28T11:08:18.644Z] - CONFIG_CGROUPS: enabled [2021-06-28T11:08:18.644Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-28T11:08:18.644Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-28T11:08:18.644Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-28T11:08:18.644Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-28T11:08:18.644Z] - CONFIG_CPUSETS: enabled [2021-06-28T11:08:18.644Z] - CONFIG_MEMCG: enabled [2021-06-28T11:08:18.644Z] - CONFIG_KEYS: enabled [2021-06-28T11:08:18.684Z] Merge succeeded, producing 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:08:18.684Z] Checking out Revision 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a (PR-42572) [2021-06-28T11:08:18.767Z] [2021-06-28T11:08:18.767Z] #5 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-28T11:08:18.767Z] #5 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d [2021-06-28T11:08:18.767Z] #5 DONE 0.1s [2021-06-28T11:08:18.767Z] [2021-06-28T11:08:18.767Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-06-28T11:08:18.767Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-28T11:08:18.767Z] #8 DONE 0.1s [2021-06-28T11:08:18.767Z] [2021-06-28T11:08:18.767Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-28T11:08:18.767Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-28T11:08:18.767Z] #6 DONE 0.1s [2021-06-28T11:08:18.767Z] [2021-06-28T11:08:18.767Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-28T11:08:18.767Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-28T11:08:18.767Z] #7 DONE 0.1s [2021-06-28T11:08:18.842Z] Client: [2021-06-28T11:08:18.842Z] Context: default [2021-06-28T11:08:18.842Z] Debug Mode: false [2021-06-28T11:08:18.842Z] Plugins: [2021-06-28T11:08:18.842Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-28T11:08:18.842Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-28T11:08:18.842Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-28T11:08:18.842Z] [2021-06-28T11:08:18.842Z] Server: [2021-06-28T11:08:18.842Z] Containers: 0 [2021-06-28T11:08:18.842Z] Running: 0 [2021-06-28T11:08:18.842Z] Paused: 0 [2021-06-28T11:08:18.842Z] Stopped: 0 [2021-06-28T11:08:18.842Z] Images: 2 [2021-06-28T11:08:18.842Z] Server Version: 20.10.6 [2021-06-28T11:08:18.842Z] Storage Driver: overlay2 [2021-06-28T11:08:18.842Z] Backing Filesystem: extfs [2021-06-28T11:08:18.842Z] Supports d_type: true [2021-06-28T11:08:18.842Z] Native Overlay Diff: true [2021-06-28T11:08:18.842Z] userxattr: false [2021-06-28T11:08:18.842Z] Logging Driver: json-file [2021-06-28T11:08:18.842Z] Cgroup Driver: cgroupfs [2021-06-28T11:08:18.842Z] Cgroup Version: 1 [2021-06-28T11:08:18.842Z] Plugins: [2021-06-28T11:08:18.843Z] Volume: local [2021-06-28T11:08:18.843Z] Network: bridge host ipvlan macvlan null overlay [2021-06-28T11:08:18.843Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-28T11:08:18.843Z] Swarm: inactive [2021-06-28T11:08:18.843Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-28T11:08:18.843Z] Default Runtime: runc [2021-06-28T11:08:18.843Z] Init Binary: docker-init [2021-06-28T11:08:18.843Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-28T11:08:18.843Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-28T11:08:18.843Z] init version: de40ad0 [2021-06-28T11:08:18.843Z] Security Options: [2021-06-28T11:08:18.843Z] apparmor [2021-06-28T11:08:18.843Z] seccomp [2021-06-28T11:08:18.843Z] Profile: default [2021-06-28T11:08:18.843Z] Kernel Version: 5.4.0-1048-aws [2021-06-28T11:08:18.843Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-28T11:08:18.843Z] OSType: linux [2021-06-28T11:08:18.843Z] Architecture: x86_64 [2021-06-28T11:08:18.843Z] CPUs: 2 [2021-06-28T11:08:18.843Z] Total Memory: 7.569GiB [2021-06-28T11:08:18.843Z] Name: ip-10-100-72-151 [2021-06-28T11:08:18.843Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-28T11:08:18.843Z] Docker Root Dir: /var/lib/docker [2021-06-28T11:08:18.843Z] Debug Mode: false [2021-06-28T11:08:18.843Z] Registry: https://index.docker.io/v1/ [2021-06-28T11:08:18.843Z] Labels: [2021-06-28T11:08:18.843Z] Experimental: true [2021-06-28T11:08:18.843Z] Insecure Registries: [2021-06-28T11:08:18.843Z] 127.0.0.0/8 [2021-06-28T11:08:18.843Z] Live Restore Enabled: true [2021-06-28T11:08:18.843Z] [2021-06-28T11:08:18.843Z] WARNING: No swap limit support [Pipeline] sh [2021-06-28T11:08:18.903Z] - CONFIG_VETH: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-28T11:08:18.903Z] [2021-06-28T11:08:18.903Z] Optional Features: [2021-06-28T11:08:18.903Z] - CONFIG_USER_NS: enabled [2021-06-28T11:08:18.903Z] - CONFIG_SECCOMP: enabled [2021-06-28T11:08:18.903Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-28T11:08:18.903Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-28T11:08:18.903Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-28T11:08:18.903Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-28T11:08:18.903Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-28T11:08:18.903Z] - CONFIG_BLK_CGROUP: enabled [2021-06-28T11:08:18.903Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-28T11:08:18.903Z] - CONFIG_CGROUP_PERF: enabled [2021-06-28T11:08:18.903Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-28T11:08:18.903Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-28T11:08:18.903Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-28T11:08:18.903Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-28T11:08:18.903Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-28T11:08:18.903Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_IP_VS: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-28T11:08:18.903Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-28T11:08:18.903Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-28T11:08:18.903Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-28T11:08:18.903Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-28T11:08:18.903Z] - CONFIG_EXT4_FS: enabled [2021-06-28T11:08:18.903Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-28T11:08:18.903Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-28T11:08:18.903Z] - Network Drivers: [2021-06-28T11:08:18.903Z] - "overlay": [2021-06-28T11:08:18.903Z] - CONFIG_VXLAN: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-28T11:08:18.903Z] Optional (for encrypted networks): [2021-06-28T11:08:18.903Z] - CONFIG_CRYPTO: enabled [2021-06-28T11:08:18.903Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-28T11:08:18.903Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-28T11:08:18.903Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-28T11:08:18.903Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-28T11:08:18.903Z] - CONFIG_XFRM: enabled [2021-06-28T11:08:18.903Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-28T11:08:18.903Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-28T11:08:18.903Z] - "ipvlan": [2021-06-28T11:08:18.903Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-28T11:08:18.903Z] - "macvlan": [2021-06-28T11:08:19.026Z] [2021-06-28T11:08:19.026Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-28T11:08:19.026Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-28T11:08:19.026Z] #65 DONE 0.0s [2021-06-28T11:08:19.026Z] [2021-06-28T11:08:19.026Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-28T11:08:19.026Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-28T11:08:19.026Z] #63 DONE 0.0s [2021-06-28T11:08:19.026Z] [2021-06-28T11:08:19.026Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-28T11:08:19.026Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-28T11:08:19.026Z] #9 DONE 0.0s [2021-06-28T11:08:19.026Z] [2021-06-28T11:08:19.026Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-06-28T11:08:19.026Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9 [2021-06-28T11:08:19.026Z] #26 DONE 0.0s [2021-06-28T11:08:19.026Z] [2021-06-28T11:08:19.026Z] #23 [internal] load build context [2021-06-28T11:08:19.026Z] #23 sha256:bb17bea7c7bcc24cb8b515829ac0e6c366d8f85297f899a01001f7983de07477 [2021-06-28T11:08:19.118Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-28T11:08:19.118Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-28T11:08:19.118Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42572/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-28T11:08:19.118Z] + bash /home/ubuntu/workspace/moby_PR-42572/check-config.sh [2021-06-28T11:08:19.118Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-28T11:08:19.118Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-28T11:08:19.118Z] [2021-06-28T11:08:19.118Z] Generally Necessary: [2021-06-28T11:08:19.118Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-28T11:08:19.118Z] - apparmor: enabled and tools installed [2021-06-28T11:08:19.118Z] - CONFIG_NAMESPACES: enabled [2021-06-28T11:08:19.118Z] - CONFIG_NET_NS: enabled [2021-06-28T11:08:19.118Z] - CONFIG_PID_NS: enabled [2021-06-28T11:08:19.118Z] - CONFIG_IPC_NS: enabled [2021-06-28T11:08:19.118Z] - CONFIG_UTS_NS: enabled [2021-06-28T11:08:19.118Z] - CONFIG_CGROUPS: enabled [2021-06-28T11:08:19.118Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-28T11:08:19.118Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-28T11:08:19.118Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-28T11:08:19.118Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-28T11:08:19.118Z] - CONFIG_CPUSETS: enabled [2021-06-28T11:08:19.118Z] - CONFIG_MEMCG: enabled [2021-06-28T11:08:19.118Z] - CONFIG_KEYS: enabled [2021-06-28T11:08:19.118Z] - CONFIG_VETH: enabled (as module) [2021-06-28T11:08:19.118Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-28T11:08:19.118Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-28T11:08:19.118Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-28T11:08:19.118Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-28T11:08:19.118Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-28T11:08:19.118Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-28T11:08:19.118Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-28T11:08:19.118Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-28T11:08:19.119Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-28T11:08:19.119Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-28T11:08:19.119Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-28T11:08:19.119Z] [2021-06-28T11:08:19.119Z] Optional Features: [2021-06-28T11:08:19.119Z] - CONFIG_USER_NS: enabled [2021-06-28T11:08:19.119Z] - CONFIG_SECCOMP: enabled [2021-06-28T11:08:19.119Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-28T11:08:19.119Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-28T11:08:19.119Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-28T11:08:19.119Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-28T11:08:19.119Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-28T11:08:19.119Z] - CONFIG_BLK_CGROUP: enabled [2021-06-28T11:08:19.119Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-28T11:08:19.163Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-28T11:08:19.163Z] - CONFIG_DUMMY: enabled (as module) [2021-06-28T11:08:19.163Z] - "ftp,tftp client in container": [2021-06-28T11:08:19.163Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-28T11:08:19.163Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-28T11:08:19.163Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-28T11:08:19.163Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-28T11:08:19.163Z] - Storage Drivers: [2021-06-28T11:08:19.163Z] - "aufs": [2021-06-28T11:08:19.163Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-28T11:08:19.163Z] - "btrfs": [2021-06-28T11:08:19.163Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-28T11:08:19.163Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-28T11:08:19.163Z] - "devicemapper": [2021-06-28T11:08:19.163Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-28T11:08:19.163Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-28T11:08:19.163Z] - "overlay": [2021-06-28T11:08:19.163Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-28T11:08:19.163Z] - "zfs": [2021-06-28T11:08:19.163Z] - /dev/zfs: present [2021-06-28T11:08:19.163Z] - zfs command: missing [2021-06-28T11:08:19.163Z] - zpool command: missing [2021-06-28T11:08:19.163Z] [2021-06-28T11:08:19.163Z] Limits: [2021-06-28T11:08:19.163Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-28T11:08:19.163Z] [2021-06-28T11:08:19.163Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-28T11:08:19.290Z] #23 ... [2021-06-28T11:08:19.290Z] [2021-06-28T11:08:19.290Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-28T11:08:19.290Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-28T11:08:19.290Z] #42 DONE 0.4s [2021-06-28T11:08:19.290Z] [2021-06-28T11:08:19.290Z] #23 [internal] load build context [2021-06-28T11:08:19.290Z] #23 sha256:bb17bea7c7bcc24cb8b515829ac0e6c366d8f85297f899a01001f7983de07477 [2021-06-28T11:08:19.321Z] Client: [2021-06-28T11:08:19.321Z] Context: default [2021-06-28T11:08:19.321Z] Debug Mode: false [2021-06-28T11:08:19.321Z] Plugins: [2021-06-28T11:08:19.321Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-28T11:08:19.321Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-28T11:08:19.321Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-28T11:08:19.321Z] [2021-06-28T11:08:19.321Z] Server: [2021-06-28T11:08:19.321Z] Containers: 0 [2021-06-28T11:08:19.321Z] Running: 0 [2021-06-28T11:08:19.321Z] Paused: 0 [2021-06-28T11:08:19.321Z] Stopped: 0 [2021-06-28T11:08:19.321Z] Images: 2 [2021-06-28T11:08:19.321Z] Server Version: 20.10.6 [2021-06-28T11:08:19.321Z] Storage Driver: overlay2 [2021-06-28T11:08:19.321Z] Backing Filesystem: extfs [2021-06-28T11:08:19.321Z] Supports d_type: true [2021-06-28T11:08:19.321Z] Native Overlay Diff: true [2021-06-28T11:08:19.321Z] userxattr: false [2021-06-28T11:08:19.321Z] Logging Driver: json-file [2021-06-28T11:08:19.321Z] Cgroup Driver: cgroupfs [2021-06-28T11:08:19.321Z] Cgroup Version: 1 [2021-06-28T11:08:19.321Z] Plugins: [2021-06-28T11:08:19.321Z] Volume: local [2021-06-28T11:08:19.321Z] Network: bridge host ipvlan macvlan null overlay [2021-06-28T11:08:19.321Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-28T11:08:19.321Z] Swarm: inactive [2021-06-28T11:08:19.321Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-28T11:08:19.321Z] Default Runtime: runc [2021-06-28T11:08:19.321Z] Init Binary: docker-init [2021-06-28T11:08:19.321Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-28T11:08:19.321Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-28T11:08:19.321Z] init version: de40ad0 [2021-06-28T11:08:19.321Z] Security Options: [2021-06-28T11:08:19.321Z] apparmor [2021-06-28T11:08:19.321Z] seccomp [2021-06-28T11:08:19.321Z] Profile: default [2021-06-28T11:08:19.321Z] Kernel Version: 5.4.0-1048-aws [2021-06-28T11:08:19.321Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-28T11:08:19.321Z] OSType: linux [2021-06-28T11:08:19.321Z] Architecture: x86_64 [2021-06-28T11:08:19.321Z] CPUs: 2 [2021-06-28T11:08:19.321Z] Total Memory: 7.569GiB [2021-06-28T11:08:19.321Z] Name: ip-10-100-70-101 [2021-06-28T11:08:19.321Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-28T11:08:19.321Z] Docker Root Dir: /var/lib/docker [2021-06-28T11:08:19.321Z] Debug Mode: false [2021-06-28T11:08:19.321Z] Registry: https://index.docker.io/v1/ [2021-06-28T11:08:19.321Z] Labels: [2021-06-28T11:08:19.321Z] Experimental: true [2021-06-28T11:08:19.321Z] Insecure Registries: [2021-06-28T11:08:19.321Z] 127.0.0.0/8 [2021-06-28T11:08:19.321Z] Live Restore Enabled: true [2021-06-28T11:08:19.321Z] [2021-06-28T11:08:19.321Z] WARNING: No swap limit support [Pipeline] sh [2021-06-28T11:08:19.374Z] - CONFIG_CGROUP_PERF: enabled [2021-06-28T11:08:19.374Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-28T11:08:19.374Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-28T11:08:19.374Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-28T11:08:19.374Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-28T11:08:19.374Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-28T11:08:19.374Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-28T11:08:19.374Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-28T11:08:19.374Z] - CONFIG_IP_VS: enabled (as module) [2021-06-28T11:08:19.374Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-28T11:08:19.374Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-28T11:08:19.374Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-28T11:08:19.374Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-28T11:08:19.374Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-28T11:08:19.374Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-28T11:08:19.374Z] - CONFIG_EXT4_FS: enabled [2021-06-28T11:08:19.374Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-28T11:08:19.374Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-28T11:08:19.374Z] - Network Drivers: [2021-06-28T11:08:19.374Z] - "overlay": [2021-06-28T11:08:19.374Z] - CONFIG_VXLAN: enabled (as module) [2021-06-28T11:08:19.374Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-28T11:08:19.374Z] Optional (for encrypted networks): [2021-06-28T11:08:19.374Z] - CONFIG_CRYPTO: enabled [2021-06-28T11:08:19.374Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-28T11:08:19.374Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-28T11:08:19.374Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-28T11:08:19.374Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-28T11:08:19.374Z] - CONFIG_XFRM: enabled [2021-06-28T11:08:19.374Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-28T11:08:19.374Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-28T11:08:19.374Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-28T11:08:19.374Z] - "ipvlan": [2021-06-28T11:08:19.374Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-28T11:08:19.374Z] - "macvlan": [2021-06-28T11:08:19.374Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-28T11:08:19.374Z] - CONFIG_DUMMY: enabled (as module) [2021-06-28T11:08:19.374Z] - "ftp,tftp client in container": [2021-06-28T11:08:19.374Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-28T11:08:19.374Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-28T11:08:19.374Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-28T11:08:19.374Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-28T11:08:19.374Z] - Storage Drivers: [2021-06-28T11:08:19.374Z] - "aufs": [2021-06-28T11:08:19.374Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-28T11:08:19.374Z] - "btrfs": [2021-06-28T11:08:19.374Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-28T11:08:19.374Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-28T11:08:19.374Z] - "devicemapper": [2021-06-28T11:08:19.374Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-28T11:08:19.374Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-28T11:08:19.374Z] - "overlay": [2021-06-28T11:08:19.374Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-28T11:08:19.374Z] - "zfs": [2021-06-28T11:08:19.374Z] - /dev/zfs: present [2021-06-28T11:08:19.374Z] - zfs command: missing [2021-06-28T11:08:19.374Z] - zpool command: missing [2021-06-28T11:08:19.374Z] [2021-06-28T11:08:19.374Z] Limits: [2021-06-28T11:08:19.374Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-28T11:08:19.374Z] [2021-06-28T11:08:19.374Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-28T11:08:19.482Z] Commit message: "libnetwork: drvregistry.New() remove unused lDs, gDs arguments" [2021-06-28T11:08:19.492Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a . [2021-06-28T11:08:19.493Z] #1 [internal] load build definition from Dockerfile [2021-06-28T11:08:19.493Z] #1 sha256:939e98d3724fcd070168061a6112b3acfc0895f0f77529fe3d897ac1827aa431 [2021-06-28T11:08:19.493Z] #1 transferring dockerfile: 16.59kB done [2021-06-28T11:08:19.493Z] #1 DONE 0.0s [2021-06-28T11:08:19.493Z] [2021-06-28T11:08:19.493Z] #2 [internal] load .dockerignore [2021-06-28T11:08:19.493Z] #2 sha256:c63f903f1d7b498cc1a1e49a82742eeb161c90870edac15464e6eae83563f053 [2021-06-28T11:08:19.493Z] #2 transferring context: 87B done [2021-06-28T11:08:19.493Z] #2 DONE 0.0s [2021-06-28T11:08:19.493Z] [2021-06-28T11:08:19.493Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-28T11:08:19.493Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-28T11:08:19.521Z] > git --version # timeout=10 [2021-06-28T11:08:19.527Z] > git --version # 'git version 2.25.1' [2021-06-28T11:08:19.534Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2021-06-28T11:08:19.595Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-28T11:08:19.595Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-28T11:08:19.595Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42572/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-28T11:08:19.595Z] + bash /home/ubuntu/workspace/moby_PR-42572/check-config.sh [2021-06-28T11:08:19.595Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-28T11:08:19.595Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-28T11:08:19.595Z] [2021-06-28T11:08:19.595Z] Generally Necessary: [2021-06-28T11:08:19.595Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-28T11:08:19.595Z] - apparmor: enabled and tools installed [2021-06-28T11:08:19.595Z] - CONFIG_NAMESPACES: enabled [2021-06-28T11:08:19.595Z] - CONFIG_NET_NS: enabled [2021-06-28T11:08:19.595Z] - CONFIG_PID_NS: enabled [2021-06-28T11:08:19.595Z] - CONFIG_IPC_NS: enabled [2021-06-28T11:08:19.595Z] - CONFIG_UTS_NS: enabled [2021-06-28T11:08:19.595Z] - CONFIG_CGROUPS: enabled [2021-06-28T11:08:19.595Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-28T11:08:19.595Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-28T11:08:19.595Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-28T11:08:19.595Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-28T11:08:19.595Z] - CONFIG_CPUSETS: enabled [2021-06-28T11:08:19.595Z] - CONFIG_MEMCG: enabled [2021-06-28T11:08:19.595Z] - CONFIG_KEYS: enabled [2021-06-28T11:08:19.595Z] - CONFIG_VETH: enabled (as module) [2021-06-28T11:08:19.595Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-28T11:08:19.595Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-28T11:08:19.595Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-28T11:08:19.595Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-28T11:08:19.595Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-28T11:08:19.595Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-28T11:08:19.595Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-28T11:08:19.595Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-28T11:08:19.595Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-28T11:08:19.595Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-28T11:08:19.595Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-28T11:08:19.595Z] [2021-06-28T11:08:19.595Z] Optional Features: [2021-06-28T11:08:19.595Z] - CONFIG_USER_NS: enabled [2021-06-28T11:08:19.595Z] - CONFIG_SECCOMP: enabled [2021-06-28T11:08:19.595Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-28T11:08:19.595Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-28T11:08:19.595Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-28T11:08:19.595Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-28T11:08:19.595Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-28T11:08:19.595Z] - CONFIG_BLK_CGROUP: enabled [2021-06-28T11:08:19.595Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-28T11:08:19.595Z] - CONFIG_CGROUP_PERF: enabled [2021-06-28T11:08:19.595Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-28T11:08:19.595Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-28T11:08:19.595Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-28T11:08:19.595Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-28T11:08:19.595Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-28T11:08:19.595Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-28T11:08:19.743Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a . [2021-06-28T11:08:19.743Z] #2 [internal] load .dockerignore [2021-06-28T11:08:19.743Z] #2 sha256:ed9adf158b8b110dff393d27c302e6c1c068b067e8e276c8f17b1b5b534003f7 [2021-06-28T11:08:19.743Z] #2 transferring context: 87B done [2021-06-28T11:08:19.743Z] #2 DONE 0.0s [2021-06-28T11:08:19.743Z] [2021-06-28T11:08:19.743Z] #1 [internal] load build definition from Dockerfile [2021-06-28T11:08:19.743Z] #1 sha256:0a1663474faa569c1576773ed5bd2a6daba6189e69e23d84c5cbc42d498df32e [2021-06-28T11:08:19.743Z] #1 transferring dockerfile: 16.59kB done [2021-06-28T11:08:19.743Z] #1 DONE 0.0s [2021-06-28T11:08:19.743Z] [2021-06-28T11:08:19.743Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-28T11:08:19.743Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-28T11:08:19.752Z] #3 DONE 0.2s [2021-06-28T11:08:19.752Z] [2021-06-28T11:08:19.752Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-28T11:08:19.752Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-28T11:08:19.752Z] #4 CACHED [2021-06-28T11:08:19.851Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-28T11:08:19.851Z] - CONFIG_IP_VS: enabled (as module) [2021-06-28T11:08:19.851Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-28T11:08:19.851Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-28T11:08:19.851Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-28T11:08:19.851Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-28T11:08:19.851Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-28T11:08:19.851Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-28T11:08:19.851Z] - CONFIG_EXT4_FS: enabled [2021-06-28T11:08:19.851Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-28T11:08:19.851Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-28T11:08:19.851Z] - Network Drivers: [2021-06-28T11:08:19.851Z] - "overlay": [2021-06-28T11:08:19.851Z] - CONFIG_VXLAN: enabled (as module) [2021-06-28T11:08:19.851Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-28T11:08:19.851Z] Optional (for encrypted networks): [2021-06-28T11:08:19.851Z] - CONFIG_CRYPTO: enabled [2021-06-28T11:08:19.851Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-28T11:08:19.851Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-28T11:08:19.851Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-28T11:08:19.851Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-28T11:08:19.851Z] - CONFIG_XFRM: enabled [2021-06-28T11:08:19.851Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-28T11:08:19.851Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-28T11:08:19.851Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-28T11:08:19.851Z] - "ipvlan": [2021-06-28T11:08:19.851Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-28T11:08:19.851Z] - "macvlan": [2021-06-28T11:08:19.851Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-28T11:08:19.851Z] - CONFIG_DUMMY: enabled (as module) [2021-06-28T11:08:19.851Z] - "ftp,tftp client in container": [2021-06-28T11:08:19.851Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-28T11:08:19.851Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-28T11:08:19.851Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-28T11:08:19.851Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-28T11:08:19.851Z] - Storage Drivers: [2021-06-28T11:08:19.851Z] - "aufs": [2021-06-28T11:08:19.851Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-28T11:08:19.851Z] - "btrfs": [2021-06-28T11:08:19.851Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-28T11:08:19.851Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-28T11:08:19.851Z] - "devicemapper": [2021-06-28T11:08:19.851Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-28T11:08:19.851Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-28T11:08:19.851Z] - "overlay": [2021-06-28T11:08:19.851Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-28T11:08:19.851Z] - "zfs": [2021-06-28T11:08:19.851Z] - /dev/zfs: present [2021-06-28T11:08:19.851Z] - zfs command: missing [2021-06-28T11:08:19.851Z] - zpool command: missing [2021-06-28T11:08:19.851Z] [2021-06-28T11:08:19.851Z] Limits: [2021-06-28T11:08:19.851Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-28T11:08:19.851Z] [2021-06-28T11:08:19.851Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-28T11:08:19.998Z] #3 DONE 0.1s [2021-06-28T11:08:19.998Z] [2021-06-28T11:08:19.998Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-28T11:08:19.998Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-28T11:08:19.998Z] #4 CACHED [2021-06-28T11:08:20.011Z] [2021-06-28T11:08:20.011Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-06-28T11:08:20.011Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-28T11:08:20.011Z] #5 DONE 0.1s [2021-06-28T11:08:20.011Z] [2021-06-28T11:08:20.011Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-28T11:08:20.011Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-28T11:08:20.011Z] #8 DONE 0.1s [2021-06-28T11:08:20.011Z] [2021-06-28T11:08:20.011Z] #7 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-28T11:08:20.011Z] #7 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d [2021-06-28T11:08:20.011Z] #7 DONE 0.1s [2021-06-28T11:08:20.011Z] [2021-06-28T11:08:20.011Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-28T11:08:20.011Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-28T11:08:20.011Z] #6 DONE 0.1s [2021-06-28T11:08:20.137Z] Fetching without tags [2021-06-28T11:08:20.176Z] + sudo modprobe ip_vs [2021-06-28T11:08:20.176Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a . [2021-06-28T11:08:20.254Z] [2021-06-28T11:08:20.254Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-06-28T11:08:20.254Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-28T11:08:20.254Z] #7 DONE 0.1s [2021-06-28T11:08:20.254Z] [2021-06-28T11:08:20.254Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-28T11:08:20.254Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-28T11:08:20.254Z] #6 DONE 0.1s [2021-06-28T11:08:20.254Z] [2021-06-28T11:08:20.255Z] #5 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-28T11:08:20.255Z] #5 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d [2021-06-28T11:08:20.255Z] #5 DONE 0.1s [2021-06-28T11:08:20.255Z] [2021-06-28T11:08:20.255Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-28T11:08:20.255Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-28T11:08:20.255Z] #8 DONE 0.1s [2021-06-28T11:08:20.270Z] + docker version [2021-06-28T11:08:20.270Z] Client: Docker Engine - Community [2021-06-28T11:08:20.270Z] Version: 20.10.6 [2021-06-28T11:08:20.270Z] API version: 1.41 [2021-06-28T11:08:20.270Z] Go version: go1.13.15 [2021-06-28T11:08:20.270Z] Git commit: 370c289 [2021-06-28T11:08:20.270Z] Built: Fri Apr 9 22:45:59 2021 [2021-06-28T11:08:20.270Z] OS/Arch: linux/arm64 [2021-06-28T11:08:20.270Z] Context: default [2021-06-28T11:08:20.270Z] Experimental: true [2021-06-28T11:08:20.270Z] [2021-06-28T11:08:20.270Z] Server: Docker Engine - Community [2021-06-28T11:08:20.270Z] Engine: [2021-06-28T11:08:20.270Z] Version: 20.10.6 [2021-06-28T11:08:20.270Z] API version: 1.41 (minimum version 1.12) [2021-06-28T11:08:20.270Z] Go version: go1.13.15 [2021-06-28T11:08:20.270Z] Git commit: 8728dd2 [2021-06-28T11:08:20.270Z] Built: Fri Apr 9 22:44:09 2021 [2021-06-28T11:08:20.270Z] OS/Arch: linux/arm64 [2021-06-28T11:08:20.270Z] Experimental: true [2021-06-28T11:08:20.270Z] containerd: [2021-06-28T11:08:20.270Z] Version: 1.4.6 [2021-06-28T11:08:20.270Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-28T11:08:20.270Z] runc: [2021-06-28T11:08:20.270Z] Version: 1.0.0-rc95 [2021-06-28T11:08:20.270Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-28T11:08:20.270Z] docker-init: [2021-06-28T11:08:20.270Z] Version: 0.19.0 [2021-06-28T11:08:20.270Z] GitCommit: de40ad0 [2021-06-28T11:08:20.271Z] [2021-06-28T11:08:20.271Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-28T11:08:20.271Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-28T11:08:20.271Z] #65 DONE 0.0s [2021-06-28T11:08:20.271Z] [2021-06-28T11:08:20.271Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-28T11:08:20.271Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-28T11:08:20.271Z] #63 DONE 0.0s [2021-06-28T11:08:20.271Z] [2021-06-28T11:08:20.271Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-28T11:08:20.271Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-28T11:08:20.271Z] #9 DONE 0.0s [2021-06-28T11:08:20.271Z] [2021-06-28T11:08:20.271Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-06-28T11:08:20.271Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9 [2021-06-28T11:08:20.271Z] #26 DONE 0.0s [2021-06-28T11:08:20.271Z] [2021-06-28T11:08:20.271Z] #23 [internal] load build context [2021-06-28T11:08:20.271Z] #23 sha256:aaf11771238c7ab2bac9f86a17a4ca8f43874823a6cb028f3fceed44644bf35b [Pipeline] sh [2021-06-28T11:08:20.433Z] #1 [internal] load build definition from Dockerfile [2021-06-28T11:08:20.433Z] #1 sha256:b48ee5f9f5b94bdae0d3eb1aed5a3b8cc4b7d4029907a731835fd3f2a221cdd6 [2021-06-28T11:08:20.433Z] #1 transferring dockerfile: 16.59kB done [2021-06-28T11:08:20.433Z] #1 DONE 0.0s [2021-06-28T11:08:20.433Z] [2021-06-28T11:08:20.433Z] #2 [internal] load .dockerignore [2021-06-28T11:08:20.433Z] #2 sha256:e260b1fce2a89a3ec9def80898f967ef45b132a66c8d85b4ff81bee9c57bd4c8 [2021-06-28T11:08:20.433Z] #2 transferring context: 87B done [2021-06-28T11:08:20.433Z] #2 DONE 0.0s [2021-06-28T11:08:20.433Z] [2021-06-28T11:08:20.433Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-28T11:08:20.433Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-28T11:08:20.433Z] #3 DONE 0.1s [2021-06-28T11:08:20.433Z] [2021-06-28T11:08:20.433Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-28T11:08:20.433Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-28T11:08:20.433Z] #4 CACHED [2021-06-28T11:08:18.667Z] > git remote # timeout=10 [2021-06-28T11:08:18.671Z] > git config --get remote.origin.url # timeout=10 [2021-06-28T11:08:18.677Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:18.678Z] > git merge 665de2e973b8061930e50426bb469228e3c66963 # timeout=10 [2021-06-28T11:08:18.689Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-28T11:08:18.708Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:08:18.713Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:08:20.511Z] [2021-06-28T11:08:20.511Z] #72 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-28T11:08:20.511Z] #72 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-28T11:08:20.511Z] #72 DONE 0.0s [2021-06-28T11:08:20.511Z] [2021-06-28T11:08:20.511Z] #70 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-28T11:08:20.511Z] #70 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-28T11:08:20.511Z] #70 DONE 0.0s [2021-06-28T11:08:20.511Z] [2021-06-28T11:08:20.511Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-28T11:08:20.511Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-28T11:08:20.511Z] #9 DONE 0.0s [2021-06-28T11:08:20.511Z] [2021-06-28T11:08:20.511Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-28T11:08:20.511Z] #10 sha256:55e8a6fffa3733c7a4c2def71f6848b3321909db9f4cf742954d157ad275e37c [2021-06-28T11:08:20.511Z] #10 CACHED [2021-06-28T11:08:20.511Z] [2021-06-28T11:08:20.511Z] #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 [2021-06-28T11:08:20.511Z] #11 sha256:7e7cc28ac802b4f5a198feb1094c3ea6d21f9e71144c62cfb877f67001e28055 [2021-06-28T11:08:20.511Z] #11 CACHED [2021-06-28T11:08:20.511Z] [2021-06-28T11:08:20.511Z] #33 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-06-28T11:08:20.511Z] #33 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9 [2021-06-28T11:08:20.511Z] #33 DONE 0.0s [2021-06-28T11:08:20.511Z] [2021-06-28T11:08:20.511Z] #30 [internal] load build context [2021-06-28T11:08:20.511Z] #30 sha256:2cc750423d4c16c9e265ae8dc98307d656162a077e7bd5f672d19433c365998f [2021-06-28T11:08:20.545Z] #23 ... [2021-06-28T11:08:20.545Z] [2021-06-28T11:08:20.545Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-28T11:08:20.545Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-28T11:08:20.545Z] #42 DONE 0.3s [2021-06-28T11:08:20.545Z] [2021-06-28T11:08:20.545Z] #23 [internal] load build context [2021-06-28T11:08:20.545Z] #23 sha256:aaf11771238c7ab2bac9f86a17a4ca8f43874823a6cb028f3fceed44644bf35b [2021-06-28T11:08:20.570Z] + docker info [2021-06-28T11:08:20.668Z] #23 transferring context: 55.66MB 1.5s done [2021-06-28T11:08:20.668Z] #23 DONE 1.6s [2021-06-28T11:08:20.689Z] [2021-06-28T11:08:20.689Z] #6 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-28T11:08:20.689Z] #6 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d [2021-06-28T11:08:20.689Z] #6 DONE 0.1s [2021-06-28T11:08:20.689Z] [2021-06-28T11:08:20.689Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-28T11:08:20.689Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-28T11:08:19.708Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:08:19.789Z] > git config --add remote.origin.fetch +refs/pull/42572/head:refs/remotes/origin/PR-42572 # timeout=10 [2021-06-28T11:08:19.880Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:20.028Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:08:20.171Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:08:20.172Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:20.175Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-28T11:08:20.927Z] #19 sha256:5496f0e97ae390c3729965c93383ff2b000402a6445882ae9b4d1818308ae8a2 [2021-06-28T11:08:20.927Z] #19 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-06-28T11:08:20.927Z] #54 sha256:9a86473f2291d4f8ba26db2f4ac5880a673fa08df8f87464419c4135f5564006 [2021-06-28T11:08:20.927Z] #54 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-28T11:08:20.927Z] #14 sha256:36c49fb902c07c78a3f717333e0b4566bc240c82fb30c553c8f9257633680e0a [2021-06-28T11:08:20.927Z] #14 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-28T11:08:20.927Z] #58 sha256:4cd38d0c2346c971fae203d74d14b79b13272dddcfc6e53f03714a7c5391c674 [2021-06-28T11:08:20.927Z] #58 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-28T11:08:20.927Z] #39 sha256:31ddbff9f2cf0a02e829f1c81fc8e306bda7e328dbd7ea17fe01a9aa67efdf10 [2021-06-28T11:08:20.927Z] #39 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #43 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-06-28T11:08:20.927Z] #43 sha256:18a6a30518753cc2cf84cb4c9cead93e3b02a5420463ddb3ada6950d03757d94 [2021-06-28T11:08:20.927Z] #43 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-28T11:08:20.927Z] #49 sha256:7bc4579a126fe4dc8028a7578bf39a585d6090b2f606afd7de85cbad3e7cd19c [2021-06-28T11:08:20.927Z] #49 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-28T11:08:20.927Z] #61 sha256:c7835769edf613c407025aac6c0995633c5eb7323d32a4f893982ac21332da30 [2021-06-28T11:08:20.927Z] #61 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-28T11:08:20.927Z] #31 sha256:d680f3e1e676523afc8237556ac0aa70f3febe1ea899ec6f46e8537f5e50b54f [2021-06-28T11:08:20.927Z] #31 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-28T11:08:20.927Z] #51 sha256:967245237747d288018db86b7bdcad3978b244e583bdd8d31f76e380302ae095 [2021-06-28T11:08:20.927Z] #51 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-28T11:08:20.927Z] #34 sha256:6960118c1a72fb2f498d66ea2594caabe9b627d29b3d2ded0b94836bba4c20fc [2021-06-28T11:08:20.927Z] #34 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-28T11:08:20.927Z] #68 sha256:24f310405efdd9395fa0bde954cb6bdd11ccd2168899b6f92cc1a60eddaf39a3 [2021-06-28T11:08:20.927Z] #68 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-28T11:08:20.927Z] #55 sha256:e942a78dfe04ed44770bef544230647ec24c2b52e7fac8f79df91aedfd3e5b2c [2021-06-28T11:08:20.927Z] #55 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-06-28T11:08:20.927Z] #46 sha256:ebcc2fada3c95fb931fd890a9df40a662a22e5926b3497804637e5fd33f26dca [2021-06-28T11:08:20.927Z] #46 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-28T11:08:20.927Z] #35 sha256:1b65e77fd42910d6481be5f67ce95cad53ac000cdc4dff89e1a44a39f0550838 [2021-06-28T11:08:20.927Z] #35 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-06-28T11:08:20.927Z] #29 sha256:e864f74e059fa7afc427360c16921361061800236bc7778d8d2b85df5065b194 [2021-06-28T11:08:20.927Z] #29 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-28T11:08:20.927Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-28T11:08:20.927Z] #36 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #20 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-28T11:08:20.927Z] #20 sha256:2b7fbe76854f6a5e5bb4fa98268777c5ac0c29bc85fc78f83a27f234c79f9ba6 [2021-06-28T11:08:20.927Z] #20 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.927Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-28T11:08:20.927Z] #30 sha256:cccead9241aee50aa574d51f2c9dff06255a28f00e7fb66a3ed8346c9bd34e4c [2021-06-28T11:08:20.927Z] #30 CACHED [2021-06-28T11:08:20.927Z] [2021-06-28T11:08:20.928Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-06-28T11:08:20.928Z] #24 sha256:81a67b97a30a0d3a90ba5eafbcc55475ca01d7c62bf2f003835ced85c2537bad [2021-06-28T11:08:20.928Z] #24 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #69 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2021-06-28T11:08:20.928Z] #69 sha256:b6bdd99fdb920d7925754f075c6f2f847886be14eb2d0e6151043a6f2c4f0949 [2021-06-28T11:08:20.928Z] #69 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:08:20.928Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-28T11:08:20.928Z] #13 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-28T11:08:20.928Z] #33 sha256:caa97459378f5f2635842c312d2ffdbff2e13932c85b6a72c94b34cd8c38b6f9 [2021-06-28T11:08:20.928Z] #33 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #15 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-06-28T11:08:20.928Z] #15 sha256:3a86d1606e676808439c4981a5d96af34a635de25264183a2c8705d6201beccf [2021-06-28T11:08:20.928Z] #15 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-28T11:08:20.928Z] #53 sha256:254e0d646083037d47324e69a8eb3dc9410884086e837943e166960c5b9af9f2 [2021-06-28T11:08:20.928Z] #53 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-06-28T11:08:20.928Z] #12 sha256:884cc595349644e28cfbd586d6020b24c75d1db9540338f26e6912490963d9f4 [2021-06-28T11:08:20.928Z] #12 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-28T11:08:20.928Z] #10 sha256:55e8a6fffa3733c7a4c2def71f6848b3321909db9f4cf742954d157ad275e37c [2021-06-28T11:08:20.928Z] #10 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-28T11:08:20.928Z] #59 sha256:1479784dc63b1eb0bbb52c47282b306b96e32479133404c33439c4620850475f [2021-06-28T11:08:20.928Z] #59 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-28T11:08:20.928Z] #60 sha256:161083dd1b1de882bb9cf2f139dd4c6faa62c862f2a909d71f43ed528afb77b5 [2021-06-28T11:08:20.928Z] #60 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-28T11:08:20.928Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-28T11:08:20.928Z] #64 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-28T11:08:20.928Z] #22 sha256:d6ab49e3ca9772ebbb053775281336ff2b5a148c315c410d7a0f525f5bfcc5bf [2021-06-28T11:08:20.928Z] #22 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #21 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-06-28T11:08:20.928Z] #21 sha256:76a9f64f9fb82892ea9968c686b94db27a4b2f619ff7f6fc0ad4059c1753ce94 [2021-06-28T11:08:20.928Z] #21 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-28T11:08:20.928Z] #62 sha256:e9a7a7e57c6c6b9f0cc7d39092f588bacbe6d13f8c51bc28ba1caed10e6bd692 [2021-06-28T11:08:20.928Z] #62 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-06-28T11:08:20.928Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4 [2021-06-28T11:08:20.928Z] #27 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-06-28T11:08:20.928Z] #56 sha256:77d5820b88f812029ca88dee7d0216fa66a29c31926a0ae56a4c2f33461ebf95 [2021-06-28T11:08:20.928Z] #56 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-06-28T11:08:20.928Z] #50 sha256:97a058e8f9297d33d2c4e944654c1cb0c928f485a1c166585a65bab81eefb991 [2021-06-28T11:08:20.928Z] #50 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-28T11:08:20.928Z] #38 sha256:c15b05e9de2e09436f921d0874dff0bc26e9e00677d22072bfa29cae9bbf290c [2021-06-28T11:08:20.928Z] #38 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-28T11:08:20.928Z] #17 sha256:1467fbc48ad14ac7553111828c320388f02e69c9da51832b2ecbdc6994e485f3 [2021-06-28T11:08:20.928Z] #17 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-06-28T11:08:20.928Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-28T11:08:20.928Z] #40 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-28T11:08:20.928Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-28T11:08:20.928Z] #66 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-28T11:08:20.928Z] #47 sha256:69791ede6419cc6e0cdd83ad6557b150a08a76be84e465948ae244e443cc01eb [2021-06-28T11:08:20.928Z] #47 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-28T11:08:20.928Z] #67 sha256:834971d1ed7afeedd647a7fb4c1e5563b4c061422798a0646908d18202fd21b3 [2021-06-28T11:08:20.928Z] #67 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:08:20.928Z] #57 sha256:7df5c03004ee04dcb8b5913b233ab8be8f5aa71b34cc39668283c62f2a165d75 [2021-06-28T11:08:20.928Z] #57 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-06-28T11:08:20.928Z] #52 sha256:d74c6f4c87c7bb58bae61d0e865057c6ef7c8b4e38f4c784c0412a943a001fc6 [2021-06-28T11:08:20.928Z] #52 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-06-28T11:08:20.928Z] #48 sha256:405b24bc32e84e32f43e6f038f21ff0f2a20e34939b62ef0340a81f7b2f0043c [2021-06-28T11:08:20.928Z] #48 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-28T11:08:20.928Z] #25 sha256:c25c9ba6fd1b291ed73793479502edcaa64dbbb0df4e6b3c13f8ecadff3aa116 [2021-06-28T11:08:20.928Z] #25 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-28T11:08:20.928Z] #32 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa [2021-06-28T11:08:20.928Z] #32 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #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 [2021-06-28T11:08:20.928Z] #11 sha256:7e7cc28ac802b4f5a198feb1094c3ea6d21f9e71144c62cfb877f67001e28055 [2021-06-28T11:08:20.928Z] #11 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-28T11:08:20.928Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-28T11:08:20.928Z] #44 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-28T11:08:20.928Z] #16 sha256:864b9c7430e2112146aef982e9d643a75220c4e7c9a4b060e235bf5a375fbb0a [2021-06-28T11:08:20.928Z] #16 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-06-28T11:08:20.928Z] #37 sha256:f9edcb8cd35655d91c4bcb940a502eae3a9d80d0de854429dec05e597597287c [2021-06-28T11:08:20.928Z] #37 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-28T11:08:20.928Z] #41 sha256:766d266ed03f3f96a5a68f26e3f2fb510380d740c7cc4409e5590a792ba99e00 [2021-06-28T11:08:20.928Z] #41 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-28T11:08:20.928Z] #45 sha256:b6e3b3142521bfdbbdd59791c03f0961fab0b82f6d6e8b28e3fd0496032500d7 [2021-06-28T11:08:20.928Z] #45 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-28T11:08:20.928Z] #28 sha256:35007c17f64435e3bf2542330add61761cecc619d7bb600b96c5e34c789d9915 [2021-06-28T11:08:20.928Z] #28 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-28T11:08:20.928Z] #18 sha256:4a06eb2e6916706953af6d0e20900029c471662c7599357c77f718bd0031b81d [2021-06-28T11:08:20.928Z] #18 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #70 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2021-06-28T11:08:20.928Z] #70 sha256:037daf36e8811a43320e6c29f8072c2cfeb536856247fe3dcb7bbd39439d1f6c [2021-06-28T11:08:20.928Z] #70 CACHED [2021-06-28T11:08:20.928Z] [2021-06-28T11:08:20.928Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-28T11:08:20.928Z] #71 sha256:14668b59de2b0f4167c2c492490eca16b4dd49b9cbd1664b35049388be0da738 [2021-06-28T11:08:20.945Z] #8 DONE 0.1s [2021-06-28T11:08:20.945Z] [2021-06-28T11:08:20.945Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-28T11:08:20.945Z] #5 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-28T11:08:20.945Z] #5 DONE 0.1s [2021-06-28T11:08:20.945Z] [2021-06-28T11:08:20.945Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-06-28T11:08:20.945Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-28T11:08:20.945Z] #7 DONE 0.1s [2021-06-28T11:08:21.025Z] Merging remotes/origin/master commit 665de2e973b8061930e50426bb469228e3c66963 into PR head commit 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:08:21.075Z] #30 ... [2021-06-28T11:08:21.075Z] [2021-06-28T11:08:21.075Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-28T11:08:21.075Z] #49 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-28T11:08:21.075Z] #49 DONE 0.4s [2021-06-28T11:08:21.075Z] [2021-06-28T11:08:21.075Z] #30 [internal] load build context [2021-06-28T11:08:21.075Z] #30 sha256:2cc750423d4c16c9e265ae8dc98307d656162a077e7bd5f672d19433c365998f [2021-06-28T11:08:21.141Z] Client: [2021-06-28T11:08:21.141Z] Context: default [2021-06-28T11:08:21.141Z] Debug Mode: false [2021-06-28T11:08:21.141Z] Plugins: [2021-06-28T11:08:21.141Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-28T11:08:21.141Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-28T11:08:21.141Z] [2021-06-28T11:08:21.141Z] Server: [2021-06-28T11:08:21.141Z] Containers: 0 [2021-06-28T11:08:21.141Z] Running: 0 [2021-06-28T11:08:21.141Z] Paused: 0 [2021-06-28T11:08:21.141Z] Stopped: 0 [2021-06-28T11:08:21.141Z] Images: 3 [2021-06-28T11:08:21.141Z] Server Version: 20.10.6 [2021-06-28T11:08:21.141Z] Storage Driver: overlay2 [2021-06-28T11:08:21.141Z] Backing Filesystem: extfs [2021-06-28T11:08:21.141Z] Supports d_type: true [2021-06-28T11:08:21.141Z] Native Overlay Diff: true [2021-06-28T11:08:21.141Z] userxattr: false [2021-06-28T11:08:21.141Z] Logging Driver: json-file [2021-06-28T11:08:21.141Z] Cgroup Driver: cgroupfs [2021-06-28T11:08:21.141Z] Cgroup Version: 1 [2021-06-28T11:08:21.141Z] Plugins: [2021-06-28T11:08:21.141Z] Volume: local [2021-06-28T11:08:21.141Z] Network: bridge host ipvlan macvlan null overlay [2021-06-28T11:08:21.141Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-28T11:08:21.141Z] Swarm: inactive [2021-06-28T11:08:21.141Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-28T11:08:21.141Z] Default Runtime: runc [2021-06-28T11:08:21.141Z] Init Binary: docker-init [2021-06-28T11:08:21.141Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-28T11:08:21.141Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-28T11:08:21.141Z] init version: de40ad0 [2021-06-28T11:08:21.141Z] Security Options: [2021-06-28T11:08:21.141Z] apparmor [2021-06-28T11:08:21.141Z] seccomp [2021-06-28T11:08:21.141Z] Profile: default [2021-06-28T11:08:21.141Z] Kernel Version: 5.4.0-1048-aws [2021-06-28T11:08:21.141Z] Operating System: Ubuntu 20.04.2 LTS [2021-06-28T11:08:21.141Z] OSType: linux [2021-06-28T11:08:21.141Z] Architecture: aarch64 [2021-06-28T11:08:21.141Z] CPUs: 4 [2021-06-28T11:08:21.141Z] Total Memory: 7.494GiB [2021-06-28T11:08:21.141Z] Name: ip-10-100-52-148 [2021-06-28T11:08:21.141Z] ID: MGZL:OOTV:SN5F:X6EL:EAFI:KBFD:Y3ES:GQ7F:YIFA:P3HD:KTGV:V6GG [2021-06-28T11:08:21.141Z] Docker Root Dir: /var/lib/docker [2021-06-28T11:08:21.141Z] Debug Mode: false [2021-06-28T11:08:21.141Z] Registry: https://index.docker.io/v1/ [2021-06-28T11:08:21.141Z] Labels: [2021-06-28T11:08:21.141Z] Experimental: true [2021-06-28T11:08:21.141Z] Insecure Registries: [2021-06-28T11:08:21.141Z] 127.0.0.0/8 [2021-06-28T11:08:21.141Z] Live Restore Enabled: true [2021-06-28T11:08:21.141Z] [2021-06-28T11:08:21.141Z] WARNING: No swap limit support [Pipeline] sh [2021-06-28T11:08:21.430Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-28T11:08:21.430Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-28T11:08:21.430Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42572/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-28T11:08:21.430Z] + bash /home/ubuntu/workspace/moby_PR-42572/check-config.sh [2021-06-28T11:08:21.430Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-28T11:08:21.430Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-28T11:08:21.430Z] [2021-06-28T11:08:21.430Z] Generally Necessary: [2021-06-28T11:08:21.430Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-28T11:08:21.430Z] - apparmor: enabled and tools installed [2021-06-28T11:08:21.430Z] - CONFIG_NAMESPACES: enabled [2021-06-28T11:08:21.430Z] - CONFIG_NET_NS: enabled [2021-06-28T11:08:21.430Z] - CONFIG_PID_NS: enabled [2021-06-28T11:08:21.430Z] - CONFIG_IPC_NS: enabled [2021-06-28T11:08:21.430Z] - CONFIG_UTS_NS: enabled [2021-06-28T11:08:21.430Z] - CONFIG_CGROUPS: enabled [2021-06-28T11:08:21.430Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-28T11:08:21.430Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-28T11:08:21.430Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-28T11:08:21.430Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-28T11:08:21.430Z] - CONFIG_CPUSETS: enabled [2021-06-28T11:08:21.430Z] - CONFIG_MEMCG: enabled [2021-06-28T11:08:21.430Z] - CONFIG_KEYS: enabled [2021-06-28T11:08:21.430Z] - CONFIG_VETH: enabled (as module) [2021-06-28T11:08:21.430Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-28T11:08:21.430Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-28T11:08:21.430Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-28T11:08:21.495Z] #71 DONE 0.9s [2021-06-28T11:08:21.506Z] [2021-06-28T11:08:21.506Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-28T11:08:21.506Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-28T11:08:21.506Z] #65 DONE 0.0s [2021-06-28T11:08:21.506Z] [2021-06-28T11:08:21.506Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-28T11:08:21.506Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-28T11:08:21.506Z] #63 DONE 0.0s [2021-06-28T11:08:21.506Z] [2021-06-28T11:08:21.506Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-28T11:08:21.506Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-28T11:08:21.506Z] #9 DONE 0.0s [2021-06-28T11:08:21.506Z] [2021-06-28T11:08:21.506Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-28T11:08:21.506Z] #10 sha256:55e8a6fffa3733c7a4c2def71f6848b3321909db9f4cf742954d157ad275e37c [2021-06-28T11:08:21.506Z] #10 CACHED [2021-06-28T11:08:21.506Z] [2021-06-28T11:08:21.506Z] #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 [2021-06-28T11:08:21.506Z] #11 sha256:7e7cc28ac802b4f5a198feb1094c3ea6d21f9e71144c62cfb877f67001e28055 [2021-06-28T11:08:21.506Z] #11 CACHED [2021-06-28T11:08:21.506Z] [2021-06-28T11:08:21.506Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-06-28T11:08:21.506Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9 [2021-06-28T11:08:21.506Z] #26 DONE 0.0s [2021-06-28T11:08:21.506Z] [2021-06-28T11:08:21.506Z] #23 [internal] load build context [2021-06-28T11:08:21.506Z] #23 sha256:fa804e5efbed8fbcc15eba13366f378641c04fb1679b44f25ce8acadf2577837 [2021-06-28T11:08:21.691Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-28T11:08:21.691Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-28T11:08:21.691Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-28T11:08:21.691Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-28T11:08:21.691Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-28T11:08:21.691Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-28T11:08:21.691Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-28T11:08:21.691Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-28T11:08:21.691Z] [2021-06-28T11:08:21.691Z] Optional Features: [2021-06-28T11:08:21.691Z] - CONFIG_USER_NS: enabled [2021-06-28T11:08:21.691Z] - CONFIG_SECCOMP: enabled [2021-06-28T11:08:21.691Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-28T11:08:21.691Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-28T11:08:21.691Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-28T11:08:21.691Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-28T11:08:21.691Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-28T11:08:21.691Z] - CONFIG_BLK_CGROUP: enabled [2021-06-28T11:08:21.691Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-28T11:08:21.691Z] - CONFIG_CGROUP_PERF: enabled [2021-06-28T11:08:21.691Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-28T11:08:21.691Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-28T11:08:21.691Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-28T11:08:21.753Z] [2021-06-28T11:08:21.753Z] #72 exporting to image [2021-06-28T11:08:21.753Z] #72 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-28T11:08:21.753Z] #72 exporting layers [2021-06-28T11:08:21.763Z] #23 ... [2021-06-28T11:08:21.763Z] [2021-06-28T11:08:21.763Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-28T11:08:21.763Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-28T11:08:21.763Z] #42 DONE 0.4s [2021-06-28T11:08:21.763Z] [2021-06-28T11:08:21.763Z] #23 [internal] load build context [2021-06-28T11:08:21.763Z] #23 sha256:fa804e5efbed8fbcc15eba13366f378641c04fb1679b44f25ce8acadf2577837 [2021-06-28T11:08:21.929Z] #23 transferring context: 55.68MB 1.5s done [2021-06-28T11:08:21.929Z] #23 DONE 1.5s [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-06-28T11:08:21.929Z] #24 sha256:bee0cb431acfb81916c6deac945e76b14e916e9b6ed5ef02cf8762bd39d83d4a [2021-06-28T11:08:21.929Z] #24 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-06-28T11:08:21.929Z] #54 sha256:db1b4418cbc977e43e76e836b94af8e807a437b5b5d7c2b1d582558ae12656f9 [2021-06-28T11:08:21.929Z] #54 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-28T11:08:21.929Z] #49 sha256:cf5e557285ff64efa2beb7ff330dd7dc35c305b7029e316544b9bdb89d281470 [2021-06-28T11:08:21.929Z] #49 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-28T11:08:21.929Z] #17 sha256:1467fbc48ad14ac7553111828c320388f02e69c9da51832b2ecbdc6994e485f3 [2021-06-28T11:08:21.929Z] #17 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-06-28T11:08:21.929Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-28T11:08:21.929Z] #40 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-28T11:08:21.929Z] #25 sha256:b1667b728ea1d43df8354741ff9c601867344fea29e961c5956c1d6c2fe36b1e [2021-06-28T11:08:21.929Z] #25 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-28T11:08:21.929Z] #32 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa [2021-06-28T11:08:21.929Z] #32 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-28T11:08:21.929Z] #45 sha256:f36fe0b36e8a5609d32cedb5ef190ca80600561ebf5cce6b1c4cf570a7b8291b [2021-06-28T11:08:21.929Z] #45 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #15 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-06-28T11:08:21.929Z] #15 sha256:3a86d1606e676808439c4981a5d96af34a635de25264183a2c8705d6201beccf [2021-06-28T11:08:21.929Z] #15 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-28T11:08:21.929Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-28T11:08:21.929Z] #44 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-28T11:08:21.929Z] #41 sha256:17bfdab6afa47cd74dd28212c40631aea2eacdc93983bc275d6847669ff740c8 [2021-06-28T11:08:21.929Z] #41 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-06-28T11:08:21.929Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4 [2021-06-28T11:08:21.929Z] #27 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-28T11:08:21.929Z] #53 sha256:6582c25aee05728aa3596bfbbccf60cea219a46eaeebd807db6de9d44d9b9a84 [2021-06-28T11:08:21.929Z] #53 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-28T11:08:21.929Z] #35 sha256:68bb097f467b05e9226de1c0fe59837b30783f2ce9dde93982ff69b79ffc6c14 [2021-06-28T11:08:21.929Z] #35 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-28T11:08:21.929Z] #67 sha256:86707947b57ebb69cb757934da2e87b0e3b2bf2c5ec6b7544f7e126dc2afc942 [2021-06-28T11:08:21.929Z] #67 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-28T11:08:21.929Z] #59 sha256:821eb603ceeb58e88fa761422807beabfeb180e3edc593f924965596bf8367fc [2021-06-28T11:08:21.929Z] #59 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:08:21.929Z] #57 sha256:008d440d61e0616d8c1426934656d30f590faa4c4707a6bccd8c4a7e4e697800 [2021-06-28T11:08:21.929Z] #57 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-06-28T11:08:21.929Z] #56 sha256:77d5820b88f812029ca88dee7d0216fa66a29c31926a0ae56a4c2f33461ebf95 [2021-06-28T11:08:21.929Z] #56 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-28T11:08:21.929Z] #10 sha256:55e8a6fffa3733c7a4c2def71f6848b3321909db9f4cf742954d157ad275e37c [2021-06-28T11:08:21.929Z] #10 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-06-28T11:08:21.929Z] #46 sha256:3ef25a83dbdb1435629eef66a55c7d6663eeb529e20219921c857d38be0f9797 [2021-06-28T11:08:21.929Z] #46 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-28T11:08:21.929Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-28T11:08:21.929Z] #36 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-28T11:08:21.929Z] #58 sha256:996bd4c9227f0766585b09ab4c117bca3167ff6318f8b6169bf23129ea1f94d6 [2021-06-28T11:08:21.929Z] #58 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-28T11:08:21.929Z] #28 sha256:f0b9bf5000ed874137d036ee48bfac6290eb79bb952a5acef766de9b1a41ecc9 [2021-06-28T11:08:21.929Z] #28 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-28T11:08:21.929Z] #33 sha256:ba5477888e5d3159dff9e800287e191abca5d8706238d3c4ab74415c96dc267c [2021-06-28T11:08:21.929Z] #33 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-28T11:08:21.929Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-28T11:08:21.929Z] #66 CACHED [2021-06-28T11:08:21.929Z] [2021-06-28T11:08:21.929Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-28T11:08:21.930Z] #61 sha256:ecb5cdbecc744ae80490bffdcfac010ec1eafb7f13edda58d6d920e5bc77a613 [2021-06-28T11:08:21.930Z] #61 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-06-28T11:08:21.930Z] #50 sha256:7df71a5e0321c7b95b5fb6fb0f67464822d5340a80f59b924a85a47501324067 [2021-06-28T11:08:21.930Z] #50 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-06-28T11:08:21.930Z] #37 sha256:957d5e29817c7529968fa799b56123d6fecb83769dccd5f1717187311559e124 [2021-06-28T11:08:21.930Z] #37 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-28T11:08:21.930Z] #19 sha256:5496f0e97ae390c3729965c93383ff2b000402a6445882ae9b4d1818308ae8a2 [2021-06-28T11:08:21.930Z] #19 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-28T11:08:21.930Z] #62 sha256:6dd7a6a7c8fd2ce1d78d6fa3213ae900bc3fb9a69d0c3f7ec22b31139385653a [2021-06-28T11:08:21.930Z] #62 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-28T11:08:21.930Z] #16 sha256:864b9c7430e2112146aef982e9d643a75220c4e7c9a4b060e235bf5a375fbb0a [2021-06-28T11:08:21.930Z] #16 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-28T11:08:21.930Z] #38 sha256:ef797da847131e243a793b979694b6ec1e9b39efb3cc64c92d19cb6dd051c181 [2021-06-28T11:08:21.930Z] #38 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-06-28T11:08:21.930Z] #52 sha256:58bcdef41abc5f21fa56c7d73ba4aadad5222b18b9ae30981567eaf8717d0a9d [2021-06-28T11:08:21.930Z] #52 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-06-28T11:08:21.930Z] #48 sha256:c458c270a6a5744bc09560af96930a899e272c316c9ae6f7f4f66af352fecdc6 [2021-06-28T11:08:21.930Z] #48 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-28T11:08:21.930Z] #39 sha256:31ddbff9f2cf0a02e829f1c81fc8e306bda7e328dbd7ea17fe01a9aa67efdf10 [2021-06-28T11:08:21.930Z] #39 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-28T11:08:21.930Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-28T11:08:21.930Z] #64 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-28T11:08:21.930Z] #14 sha256:36c49fb902c07c78a3f717333e0b4566bc240c82fb30c553c8f9257633680e0a [2021-06-28T11:08:21.930Z] #14 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #21 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-06-28T11:08:21.930Z] #21 sha256:76a9f64f9fb82892ea9968c686b94db27a4b2f619ff7f6fc0ad4059c1753ce94 [2021-06-28T11:08:21.930Z] #21 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-28T11:08:21.930Z] #51 sha256:065a4a300ff85b6d21a78a19dc87f9e7c936cf3bc1b1e7f717d3ec7cd23b18a0 [2021-06-28T11:08:21.930Z] #51 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-28T11:08:21.930Z] #60 sha256:e51f71e195fb0e5da0b0c59d40e9f9ea8e4af4d51bea47501fc63afa1f19ca37 [2021-06-28T11:08:21.930Z] #60 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-28T11:08:21.930Z] #31 sha256:d680f3e1e676523afc8237556ac0aa70f3febe1ea899ec6f46e8537f5e50b54f [2021-06-28T11:08:21.930Z] #31 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #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 [2021-06-28T11:08:21.930Z] #11 sha256:7e7cc28ac802b4f5a198feb1094c3ea6d21f9e71144c62cfb877f67001e28055 [2021-06-28T11:08:21.930Z] #11 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-28T11:08:21.930Z] #22 sha256:d6ab49e3ca9772ebbb053775281336ff2b5a148c315c410d7a0f525f5bfcc5bf [2021-06-28T11:08:21.930Z] #22 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-28T11:08:21.930Z] #47 sha256:23daf6bd10e6ed8f59d4c0c945df8a5f9751183c0398c3c9c503e2214e3e4f48 [2021-06-28T11:08:21.930Z] #47 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #20 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-28T11:08:21.930Z] #20 sha256:2b7fbe76854f6a5e5bb4fa98268777c5ac0c29bc85fc78f83a27f234c79f9ba6 [2021-06-28T11:08:21.930Z] #20 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-28T11:08:21.930Z] #30 sha256:a035d16a0dad9a6caeb231998bddfe29e488245ef2c832569272bb61916c75f5 [2021-06-28T11:08:21.930Z] #30 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-28T11:08:21.930Z] #18 sha256:4a06eb2e6916706953af6d0e20900029c471662c7599357c77f718bd0031b81d [2021-06-28T11:08:21.930Z] #18 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #43 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-06-28T11:08:21.930Z] #43 sha256:18a6a30518753cc2cf84cb4c9cead93e3b02a5420463ddb3ada6950d03757d94 [2021-06-28T11:08:21.930Z] #43 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-06-28T11:08:21.930Z] #12 sha256:884cc595349644e28cfbd586d6020b24c75d1db9540338f26e6912490963d9f4 [2021-06-28T11:08:21.930Z] #12 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-28T11:08:21.930Z] #55 sha256:bd95639e060c00d4587f1ac2013feef10dca7e796dfff083062e8813bb15e890 [2021-06-28T11:08:21.930Z] #55 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:08:21.930Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-28T11:08:21.930Z] #13 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-06-28T11:08:21.930Z] #29 sha256:e3cb0b5c86084b85d6f5ac6e131e183960a6a46debbbcb4922bedbfb8134affe [2021-06-28T11:08:21.930Z] #29 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-28T11:08:21.930Z] #34 sha256:a0d8513b1a739efb4c3902ea8091b2834320e3a30b8665a1b67f1496fc7aa9cc [2021-06-28T11:08:21.930Z] #34 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-28T11:08:21.930Z] #68 sha256:875baa2f48a9e1cdcb8244074a6f5d9e181f32bd9128453cb9510bb9c76e5568 [2021-06-28T11:08:21.930Z] #68 CACHED [2021-06-28T11:08:21.930Z] [2021-06-28T11:08:21.930Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-28T11:08:21.930Z] #69 sha256:dc1397186aea6e8ff97243e34c9f8546cedbff62ff37028c9658e22e815d3335 [2021-06-28T11:08:21.952Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-28T11:08:21.952Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-28T11:08:21.952Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-28T11:08:21.952Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-28T11:08:21.952Z] - CONFIG_IP_VS: enabled (as module) [2021-06-28T11:08:21.952Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-28T11:08:21.952Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-28T11:08:21.952Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-28T11:08:21.952Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-28T11:08:21.952Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-28T11:08:21.952Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-28T11:08:21.952Z] - CONFIG_EXT4_FS: enabled [2021-06-28T11:08:21.952Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-28T11:08:21.952Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-28T11:08:21.952Z] - Network Drivers: [2021-06-28T11:08:21.952Z] - "overlay": [2021-06-28T11:08:21.952Z] - CONFIG_VXLAN: enabled (as module) [2021-06-28T11:08:21.952Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-28T11:08:21.952Z] Optional (for encrypted networks): [2021-06-28T11:08:22.009Z] #30 ... [2021-06-28T11:08:22.009Z] [2021-06-28T11:08:22.009Z] #12 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2021-06-28T11:08:22.009Z] #12 sha256:4ba1b820d7cf7fab04de28c302cc5ad6ba5c1bce5b0faa2c8c7476b3cb90f15d [2021-06-28T11:08:22.009Z] #12 DONE 1.5s [2021-06-28T11:08:22.009Z] [2021-06-28T11:08:22.009Z] #30 [internal] load build context [2021-06-28T11:08:22.009Z] #30 sha256:2cc750423d4c16c9e265ae8dc98307d656162a077e7bd5f672d19433c365998f [2021-06-28T11:08:22.213Z] - CONFIG_CRYPTO: enabled [2021-06-28T11:08:22.213Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-28T11:08:22.213Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-28T11:08:22.213Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-28T11:08:22.213Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-28T11:08:22.213Z] - CONFIG_XFRM: enabled [2021-06-28T11:08:22.213Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-28T11:08:22.213Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-28T11:08:22.213Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-28T11:08:22.213Z] - "ipvlan": [2021-06-28T11:08:22.213Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-28T11:08:22.213Z] - "macvlan": [2021-06-28T11:08:22.213Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-28T11:08:22.213Z] - CONFIG_DUMMY: enabled (as module) [2021-06-28T11:08:22.213Z] - "ftp,tftp client in container": [2021-06-28T11:08:22.213Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-28T11:08:22.213Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-28T11:08:22.213Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-28T11:08:22.213Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-28T11:08:22.213Z] - Storage Drivers: [2021-06-28T11:08:22.213Z] - "aufs": [2021-06-28T11:08:22.213Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-28T11:08:22.213Z] - "btrfs": [2021-06-28T11:08:22.213Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-28T11:08:22.213Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-28T11:08:22.213Z] - "devicemapper": [2021-06-28T11:08:22.213Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-28T11:08:22.213Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-28T11:08:22.213Z] - "overlay": [2021-06-28T11:08:22.213Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-28T11:08:22.213Z] - "zfs": [2021-06-28T11:08:22.213Z] - /dev/zfs: present [2021-06-28T11:08:22.213Z] - zfs command: missing [2021-06-28T11:08:22.213Z] - zpool command: missing [2021-06-28T11:08:22.213Z] [2021-06-28T11:08:22.213Z] Limits: [2021-06-28T11:08:22.213Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-28T11:08:22.213Z] [2021-06-28T11:08:22.213Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-28T11:08:22.553Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a . [2021-06-28T11:08:22.689Z] #72 exporting layers 1.0s done [2021-06-28T11:08:22.689Z] #72 writing image sha256:54100088c531091f7b9df7763506377cfd99d227aefeb7e9ca73e040381bdeaf done [2021-06-28T11:08:22.689Z] #72 naming to docker.io/library/docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a done [2021-06-28T11:08:22.689Z] #72 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-28T11:08:21.057Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:08:21.129Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:08:22.873Z] #69 DONE 0.9s [2021-06-28T11:08:22.873Z] [2021-06-28T11:08:22.873Z] #70 exporting to image [2021-06-28T11:08:22.873Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-28T11:08:22.873Z] #70 exporting layers [2021-06-28T11:08:22.949Z] #30 transferring context: 55.68MB 2.4s done [2021-06-28T11:08:23.034Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42572/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a hack/make.sh dynbinary test-integration [2021-06-28T11:08:23.130Z] #23 ... [2021-06-28T11:08:23.130Z] [2021-06-28T11:08:23.130Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-06-28T11:08:23.130Z] #12 sha256:884cc595349644e28cfbd586d6020b24c75d1db9540338f26e6912490963d9f4 [2021-06-28T11:08:23.130Z] #12 DONE 1.8s [2021-06-28T11:08:23.130Z] [2021-06-28T11:08:23.130Z] #23 [internal] load build context [2021-06-28T11:08:23.130Z] #23 sha256:fa804e5efbed8fbcc15eba13366f378641c04fb1679b44f25ce8acadf2577837 [2021-06-28T11:08:23.205Z] #30 DONE 2.7s [2021-06-28T11:08:23.205Z] [2021-06-28T11:08:23.205Z] #13 [cross-true 2/6] RUN dpkg --add-architecture armel [2021-06-28T11:08:23.205Z] #13 sha256:e140c858d0ae984f613493f6e398b12ac1fe8911fce7f7e228f0b580d079bca7 [2021-06-28T11:08:23.205Z] #13 DONE 1.2s [2021-06-28T11:08:23.461Z] [2021-06-28T11:08:23.461Z] #14 [cross-true 3/6] RUN dpkg --add-architecture armhf [2021-06-28T11:08:23.461Z] #14 sha256:ec239385c399ab19d8fa3dbf6c1477cd5664cd9f5387025175700edbf3476eac [2021-06-28T11:08:23.601Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-06-28T11:08:23.601Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-06-28T11:08:23.601Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-06-28T11:08:23.601Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-06-28T11:08:23.601Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [2021-06-28T11:08:23.601Z] Detected virtualization docker. [2021-06-28T11:08:23.601Z] Detected architecture x86-64. [2021-06-28T11:08:23.601Z] Set hostname to <6f73a0117474>. [2021-06-28T11:08:23.718Z] #14 DONE 0.5s [2021-06-28T11:08:23.819Z] #70 exporting layers 1.0s done [2021-06-28T11:08:23.819Z] #70 writing image sha256:cc3cfba8a59ed0475577437a96974d50756105cb51f4cbc8e1337f5f5f7b6a5d done [2021-06-28T11:08:23.819Z] #70 naming to docker.io/library/docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a done [2021-06-28T11:08:23.819Z] #70 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-28T11:08:23.974Z] [2021-06-28T11:08:23.974Z] #15 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2021-06-28T11:08:23.974Z] #15 sha256:e3fc2e67146fa8b81da8d1e6deb2aa1d0b4b0723b9b644b4562650f1364464ff [2021-06-28T11:08:24.168Z] + source /etc/docker-entrypoint-cmd [2021-06-28T11:08:24.168Z] ++ hack/make.sh dynbinary test-integration [2021-06-28T11:08:24.168Z] [2021-06-28T11:08:24.169Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42572/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a -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:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a hack/make.sh dynbinary test-integration [2021-06-28T11:08:24.231Z] #15 DONE 0.6s [2021-06-28T11:08:24.428Z] Removing bundles/ [2021-06-28T11:08:24.428Z] [2021-06-28T11:08:24.428Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-28T11:08:24.428Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-28T11:08:24.428Z] GOOS="" GOARCH="" GOARM="" [2021-06-28T11:08:24.487Z] [2021-06-28T11:08:24.487Z] #16 [cross-true 5/6] RUN dpkg --add-architecture s390x [2021-06-28T11:08:24.487Z] #16 sha256:b943fb6d8e4bfd933f8fb6ce9991b2bdb2e0b97bcf7e6b55faa4484cfac8d541 [2021-06-28T11:08:24.738Z] [2021-06-28T11:08:24.738Z] Removing bundles/ [2021-06-28T11:08:24.738Z] [2021-06-28T11:08:24.738Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-28T11:08:24.998Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-28T11:08:24.998Z] GOOS="" GOARCH="" GOARM="" [2021-06-28T11:08:25.026Z] #23 transferring context: 55.68MB 3.4s done [2021-06-28T11:08:25.026Z] #23 DONE 3.4s [2021-06-28T11:08:25.026Z] [2021-06-28T11:08:25.026Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-28T11:08:25.026Z] #59 sha256:f25e7fc6f4f04798df5f86aee3b4a11b17fc84dcff583413b6a74b25591ae691 [2021-06-28T11:08:25.049Z] #16 DONE 0.6s [2021-06-28T11:08:25.049Z] [2021-06-28T11:08:25.049Z] #17 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-06-28T11:08:25.049Z] #17 sha256:4c6d3b07f248e68418c86c63d5c83017a936a90506136468c660035c3d892777 [2021-06-28T11:08:25.100Z] #1 [internal] load build definition from Dockerfile [2021-06-28T11:08:25.100Z] #1 sha256:7029dcd94de549146290744d595f0a98fd6abc92c8e0fa02520e5ad3af5f3125 [2021-06-28T11:08:25.100Z] #1 transferring dockerfile: 16.59kB done [2021-06-28T11:08:25.100Z] #1 DONE 0.0s [2021-06-28T11:08:25.361Z] [2021-06-28T11:08:25.361Z] #2 [internal] load .dockerignore [2021-06-28T11:08:25.361Z] #2 sha256:fbd31b3fe14705caa4f1db3a19cfa51f22c5b0e6a10064996bb7c8f3b19a2f22 [2021-06-28T11:08:25.361Z] #2 transferring context: 87B done [2021-06-28T11:08:25.361Z] #2 DONE 0.0s [2021-06-28T11:08:25.848Z] Merge succeeded, producing 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:08:25.849Z] Checking out Revision 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a (PR-42572) [2021-06-28T11:08:25.978Z] #17 0.862 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-28T11:08:25.978Z] #17 0.873 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-28T11:08:25.978Z] #17 0.873 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-28T11:08:25.978Z] #17 1.010 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-28T11:08:25.978Z] #17 1.156 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB] [2021-06-28T11:08:26.234Z] #17 1.314 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB] [2021-06-28T11:08:26.234Z] #17 1.448 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-06-28T11:08:26.305Z] [2021-06-28T11:08:26.305Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-28T11:08:26.305Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2021-06-28T11:08:26.305Z] #3 DONE 0.2s [2021-06-28T11:08:26.334Z] Commit message: "libnetwork: drvregistry.New() remove unused lDs, gDs arguments" [2021-06-28T11:08:26.393Z] #59 1.514 + RM_GOPATH=0 [2021-06-28T11:08:26.393Z] #59 1.514 + TMP_GOPATH= [2021-06-28T11:08:26.393Z] #59 1.514 + : /build [2021-06-28T11:08:26.393Z] #59 1.514 + '[' -z '' ']' [2021-06-28T11:08:26.393Z] #59 1.514 ++ mktemp -d [2021-06-28T11:08:26.393Z] #59 1.517 + export GOPATH=/tmp/tmp.FpZaLnrJHQ [2021-06-28T11:08:26.393Z] #59 1.517 + GOPATH=/tmp/tmp.FpZaLnrJHQ [2021-06-28T11:08:26.393Z] #59 1.517 + RM_GOPATH=1 [2021-06-28T11:08:26.393Z] #59 1.517 + case "$(go env GOARCH)" in [2021-06-28T11:08:26.393Z] #59 1.518 ++ go env GOARCH [2021-06-28T11:08:26.393Z] #59 1.531 + export GO_BUILDMODE=-buildmode=pie [2021-06-28T11:08:26.393Z] #59 1.531 + GO_BUILDMODE=-buildmode=pie [2021-06-28T11:08:26.393Z] #59 1.532 ++ dirname /tmp/install/install.sh [2021-06-28T11:08:26.393Z] #59 1.533 + dir=/tmp/install [2021-06-28T11:08:26.393Z] #59 1.533 + bin=rootlesskit [2021-06-28T11:08:26.393Z] #59 1.533 + shift [2021-06-28T11:08:26.393Z] #59 1.533 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-28T11:08:26.393Z] #59 1.534 + . /tmp/install/rootlesskit.installer [2021-06-28T11:08:26.393Z] #59 1.534 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-28T11:08:26.393Z] #59 1.534 + install_rootlesskit [2021-06-28T11:08:26.393Z] #59 1.535 + case "$1" in [2021-06-28T11:08:26.393Z] #59 1.535 + export CGO_ENABLED=0 [2021-06-28T11:08:26.393Z] #59 1.535 + CGO_ENABLED=0 [2021-06-28T11:08:26.393Z] #59 1.535 + _install_rootlesskit [2021-06-28T11:08:26.393Z] #59 1.536 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-28T11:08:26.393Z] #59 1.536 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.FpZaLnrJHQ/src/github.com/rootless-containers/rootlesskit [2021-06-28T11:08:26.393Z] #59 1.536 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-28T11:08:26.393Z] #59 1.544 Cloning into '/tmp/tmp.FpZaLnrJHQ/src/github.com/rootless-containers/rootlesskit'... [2021-06-28T11:08:26.496Z] #17 1.592 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-06-28T11:08:26.567Z] [2021-06-28T11:08:26.567Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-28T11:08:26.567Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2021-06-28T11:08:26.567Z] #4 CACHED [2021-06-28T11:08:26.752Z] #17 1.733 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-06-28T11:08:26.752Z] #17 1.864 Get:10 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-06-28T11:08:26.752Z] #17 1.870 Get:11 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB] [2021-06-28T11:08:26.752Z] #17 1.875 Get:12 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-28T11:08:26.752Z] #17 1.880 Get:13 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB] [2021-06-28T11:08:26.752Z] #17 1.885 Get:14 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [286 kB] [2021-06-28T11:08:26.752Z] #17 1.890 Get:15 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB] [2021-06-28T11:08:26.752Z] #17 1.895 Get:16 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-06-28T11:08:26.752Z] #17 1.896 Get:17 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-28T11:08:26.752Z] #17 1.937 Get:18 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB] [2021-06-28T11:08:26.752Z] #17 1.963 Get:19 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB] [2021-06-28T11:08:26.752Z] #17 1.967 Get:20 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB] [2021-06-28T11:08:26.712Z] > git --version # timeout=10 [2021-06-28T11:08:26.776Z] > git --version # 'git version 2.24.1.windows.2' [2021-06-28T11:08:26.846Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2021-06-28T11:08:27.009Z] #17 1.968 Get:21 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-06-28T11:08:25.400Z] > git remote # timeout=10 [2021-06-28T11:08:25.472Z] > git config --get remote.origin.url # timeout=10 [2021-06-28T11:08:25.551Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:08:25.557Z] > git merge 665de2e973b8061930e50426bb469228e3c66963 # timeout=10 [2021-06-28T11:08:25.721Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-06-28T11:08:25.881Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:08:25.949Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:08:27.139Z] [2021-06-28T11:08:27.139Z] #8 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-28T11:08:27.139Z] #8 sha256:6f3d5d90ea84e197d854940d13dde2eca29521f80d474df7c9eb0d21a1de0ae5 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-28T11:08:27.401Z] #8 DONE 0.1s [2021-06-28T11:08:27.401Z] [2021-06-28T11:08:27.401Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-28T11:08:27.401Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-28T11:08:27.401Z] #7 DONE 0.1s [2021-06-28T11:08:27.401Z] [2021-06-28T11:08:27.401Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-28T11:08:27.401Z] #5 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-28T11:08:27.401Z] #5 DONE 0.1s [2021-06-28T11:08:27.401Z] [2021-06-28T11:08:27.401Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-06-28T11:08:27.401Z] #6 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-06-28T11:08:27.401Z] #6 DONE 0.1s [2021-06-28T11:08:27.663Z] [2021-06-28T11:08:27.663Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-28T11:08:27.663Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-28T11:08:27.663Z] #63 DONE 0.0s [2021-06-28T11:08:27.663Z] [2021-06-28T11:08:27.663Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-28T11:08:27.663Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-28T11:08:27.663Z] #65 DONE 0.0s [2021-06-28T11:08:27.663Z] [2021-06-28T11:08:27.663Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-28T11:08:27.663Z] #9 sha256:d2128a886f209ca96cefb901b427879c0f2f5072719a07a2dcec52ad97719429 [2021-06-28T11:08:27.663Z] #9 DONE 0.0s [2021-06-28T11:08:27.663Z] [2021-06-28T11:08:27.663Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-06-28T11:08:27.663Z] #26 sha256:27e8ee40398618968d360de1848498026afa5929a143e64d1135f5f4d0ce01d3 [2021-06-28T11:08:27.663Z] #26 DONE 0.0s [2021-06-28T11:08:27.663Z] [2021-06-28T11:08:27.663Z] #23 [internal] load build context [2021-06-28T11:08:27.663Z] #23 sha256:0996ca20b003b84d194701cfb15f5321e15ef05939c611043c23a96eba4f0f6b [2021-06-28T11:08:28.200Z] + docker version [2021-06-28T11:08:28.200Z] Client: [2021-06-28T11:08:28.200Z] Version: 20.10.6 [2021-06-28T11:08:28.200Z] API version: 1.41 [2021-06-28T11:08:28.200Z] Go version: go1.16.3 [2021-06-28T11:08:28.200Z] Git commit: 370c289 [2021-06-28T11:08:28.200Z] Built: Fri Apr 9 22:49:36 2021 [2021-06-28T11:08:28.200Z] OS/Arch: windows/amd64 [2021-06-28T11:08:28.200Z] Context: default [2021-06-28T11:08:28.200Z] Experimental: true [2021-06-28T11:08:28.200Z] [2021-06-28T11:08:28.200Z] Server: Docker Engine - Community [2021-06-28T11:08:28.200Z] Engine: [2021-06-28T11:08:28.200Z] Version: 20.10.6 [2021-06-28T11:08:28.200Z] API version: 1.41 (minimum version 1.24) [2021-06-28T11:08:28.200Z] Go version: go1.13.15 [2021-06-28T11:08:28.200Z] Git commit: 8728dd2 [2021-06-28T11:08:28.200Z] Built: Fri Apr 9 22:45:40 2021 [2021-06-28T11:08:28.200Z] OS/Arch: windows/amd64 [2021-06-28T11:08:28.200Z] Experimental: true [2021-06-28T11:08:28.249Z] #23 ... [2021-06-28T11:08:28.249Z] [2021-06-28T11:08:28.249Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-28T11:08:28.249Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-28T11:08:28.249Z] #42 DONE 0.4s [2021-06-28T11:08:28.249Z] [2021-06-28T11:08:28.249Z] #23 [internal] load build context [2021-06-28T11:08:28.249Z] #23 sha256:0996ca20b003b84d194701cfb15f5321e15ef05939c611043c23a96eba4f0f6b [2021-06-28T11:08:28.286Z] #59 3.436 + cd /tmp/tmp.FpZaLnrJHQ/src/github.com/rootless-containers/rootlesskit [2021-06-28T11:08:28.286Z] #59 3.436 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-28T11:08:28.286Z] #59 3.451 + export GO111MODULE=on [2021-06-28T11:08:28.286Z] #59 3.451 + GO111MODULE=on [2021-06-28T11:08:28.286Z] #59 3.451 + export GOPROXY=https://proxy.golang.org [2021-06-28T11:08:28.286Z] #59 3.451 + GOPROXY=https://proxy.golang.org [2021-06-28T11:08:28.286Z] #59 3.451 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-28T11:08:28.286Z] #59 3.451 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [Pipeline] sh [2021-06-28T11:08:28.850Z] #59 4.177 go: downloading github.com/pkg/errors v0.9.1 [2021-06-28T11:08:29.106Z] #59 4.180 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-28T11:08:29.106Z] #59 4.200 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-28T11:08:29.106Z] #59 4.439 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-28T11:08:29.218Z] + docker info [2021-06-28T11:08:29.645Z] #23 transferring context: 55.68MB 1.7s done [2021-06-28T11:08:29.645Z] #23 DONE 1.8s [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-28T11:08:29.645Z] #62 sha256:4b6f4e00ab15d49976b1659cdcb0058f65e5f9000188cbd331f135393e77fab6 [2021-06-28T11:08:29.645Z] #62 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-06-28T11:08:29.645Z] #27 sha256:27107516693449b7ed7b992c5f96f11ff929c2530b5cd99feeef8d7988920e08 [2021-06-28T11:08:29.645Z] #27 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #43 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-06-28T11:08:29.645Z] #43 sha256:6eb4a69296f825e768175f6bf5d9a9ab4688c90590c8752adeb3eb8a44f2607c [2021-06-28T11:08:29.645Z] #43 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #15 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-06-28T11:08:29.645Z] #15 sha256:07b4753e24520ff9ebf953bcec64f77a554fd0d0db5db4e5c96dc27073fd240b [2021-06-28T11:08:29.645Z] #15 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-28T11:08:29.645Z] #31 sha256:b7dfa9de0862cb78a67df15259529a440f91e6c381d188fd418dd930f0f7ae33 [2021-06-28T11:08:29.645Z] #31 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-28T11:08:29.645Z] #53 sha256:e24e54868d5e4ffe178072510e657158a3c2be034dde1fa16538aaa0488d6f46 [2021-06-28T11:08:29.645Z] #53 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-06-28T11:08:29.645Z] #56 sha256:25b67c8be4d41323ea743f633297edaa69681c0f81db9b51cae97e31890f1371 [2021-06-28T11:08:29.645Z] #56 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-28T11:08:29.645Z] #44 sha256:eb3a5f3de5dfd8ce02e0830d888a6d5bb87b1677f9b1883b0be998869ea0aa6b [2021-06-28T11:08:29.645Z] #44 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-28T11:08:29.645Z] #38 sha256:b7d3872d06d8cc3f7d74dd27d09caa2bdb7affdfd438b8f398f1840f2ff308c2 [2021-06-28T11:08:29.645Z] #38 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-28T11:08:29.645Z] #41 sha256:502ee811dfaf6496ca8d02ef5376e2aa8c48419cab7d9686e2fa05a56ae5e253 [2021-06-28T11:08:29.645Z] #41 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-28T11:08:29.645Z] #16 sha256:2423f7e1c1eecc7dbff690f8296207c2e07d4de5266603141f960c93e9964677 [2021-06-28T11:08:29.645Z] #16 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-28T11:08:29.645Z] #51 sha256:35cd3447dee12377babd728c04eba529b7a644e99ab5f28e4f2af52a3274213a [2021-06-28T11:08:29.645Z] #51 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-28T11:08:29.645Z] #60 sha256:6be7d47b9ab296c1d7f04344415115876fd972dee438737717c2552065672d2a [2021-06-28T11:08:29.645Z] #60 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-28T11:08:29.645Z] #33 sha256:479dcd91018461af6a516a496dfe9ad410264b2f0bc4164653b1e99e6976f905 [2021-06-28T11:08:29.645Z] #33 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-28T11:08:29.645Z] #39 sha256:46ceabd422746e548831f4f3937bb15a3d2775333ac26e1bcb1ad1a73c57c9e2 [2021-06-28T11:08:29.645Z] #39 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-28T11:08:29.645Z] #17 sha256:7376d2481f0d11260306512891ecbcb6fc55fd50fe6cbadb292568170cb49b63 [2021-06-28T11:08:29.645Z] #17 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-28T11:08:29.645Z] #19 sha256:7c299bceed5c315e1a58d8f14a3fbab44829d5c6d8954336726aea8338aecaf3 [2021-06-28T11:08:29.645Z] #19 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-28T11:08:29.645Z] #55 sha256:5ea74ab92ef99bb77c7a48143035f6332064a7a9023cfe072d5f433e1b14ac45 [2021-06-28T11:08:29.645Z] #55 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-28T11:08:29.645Z] #58 sha256:2691431fa2a776f51215ab2fe8bbbfede6b6be6c7a54bfb745845c89af07c838 [2021-06-28T11:08:29.645Z] #58 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-28T11:08:29.645Z] #61 sha256:fb9c793f8994078ecf51e405e0abfeb7b0380e3e645c9d38e3ebba8cee8e0b12 [2021-06-28T11:08:29.645Z] #61 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-28T11:08:29.645Z] #18 sha256:b8f5e75f7412dc23ab1c2f56f31aef0b7d87ec75d59656f9ca4665f578584c76 [2021-06-28T11:08:29.645Z] #18 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-06-28T11:08:29.645Z] #24 sha256:45f0737a90c8232e23ede426f17d2b7b79f62af0ff2ab43821a8efd4c32d9b11 [2021-06-28T11:08:29.645Z] #24 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-06-28T11:08:29.645Z] #54 sha256:fdb66ae9937a2c0c1b353ef32292c1d0da9957d268c86917097d27dda716c5fc [2021-06-28T11:08:29.645Z] #54 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-06-28T11:08:29.645Z] #40 sha256:bf4e5528d4b505ababcc1dad7d944bd65906d909d16432f4d6dae3158ba175c4 [2021-06-28T11:08:29.645Z] #40 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-28T11:08:29.645Z] #34 sha256:56d1a8662f429d1b35ecaf63f812b942731e22c06467d79e402e1b26c12f45ab [2021-06-28T11:08:29.645Z] #34 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-28T11:08:29.645Z] #22 sha256:0888157cc5f1709e3ef2f93bfee4cda18dbd8cd0362b3755c88f4f2918be6b02 [2021-06-28T11:08:29.645Z] #22 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-06-28T11:08:29.645Z] #52 sha256:103e646b52396e599fd9eded0d6a3ced54256bbe0be7bbf13b807d6d60658b2c [2021-06-28T11:08:29.645Z] #52 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:08:29.645Z] #13 sha256:ccbf865ead21b6a658804cd9f4cf30b0d0b9e40b62278a8b6df434f5c83832c4 [2021-06-28T11:08:29.645Z] #13 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-28T11:08:29.645Z] #28 sha256:d98a293730c1b63b4036e38775951209adb6dd42e1a8d3e5af3c1a63031d56ed [2021-06-28T11:08:29.645Z] #28 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #20 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-28T11:08:29.645Z] #20 sha256:7d4d574011578042c48bfea1ee3b91c4afb50752f839c2740724ae9ec7fc223a [2021-06-28T11:08:29.645Z] #20 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-28T11:08:29.645Z] #14 sha256:fb29e0fb3e8ee6f60fac0afe482d7f1d7469d86b5929f5a140667eea52e858ab [2021-06-28T11:08:29.645Z] #14 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-06-28T11:08:29.645Z] #12 sha256:16ac7c95558a7387104eb9d44f58b3e921afad36e819a13d2b4495e5b974d71c [2021-06-28T11:08:29.645Z] #12 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-06-28T11:08:29.645Z] #50 sha256:e003a6a44334da5abd1b838e3ff11aa35f1478ba5845b424c353ed6f3f01c1f4 [2021-06-28T11:08:29.645Z] #50 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-28T11:08:29.645Z] #35 sha256:03c947fe1fc60f12b30c840813872f3e9dcfbc3a5954ed98c4e00bdfb7a46323 [2021-06-28T11:08:29.645Z] #35 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-28T11:08:29.645Z] #36 sha256:3a6ea07bcd2508390278aeb538432f5f077dcebff77eaab966ad8fff56e0372d [2021-06-28T11:08:29.645Z] #36 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-28T11:08:29.645Z] #10 sha256:cc5b56de53bf80b65847cc05de3b686c07a8d42325f7aaa825d1cb68902ddbb8 [2021-06-28T11:08:29.645Z] #10 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-06-28T11:08:29.645Z] #29 sha256:1d42533eb0c1e85eadfcf526c91f753c97419ade4fc4c1fc58b8faec0fe89d47 [2021-06-28T11:08:29.645Z] #29 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-28T11:08:29.645Z] #66 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-06-28T11:08:29.645Z] #66 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #21 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-06-28T11:08:29.645Z] #21 sha256:3eb34235332df01b4a641945331f3be215181608068e5befbd15c23177676d07 [2021-06-28T11:08:29.645Z] #21 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:08:29.645Z] #57 sha256:0eeb6d7b8b8311e39f0db85c0ee8ff143f8e4a17012ee0ecc77c4d278150e033 [2021-06-28T11:08:29.645Z] #57 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-28T11:08:29.645Z] #64 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-06-28T11:08:29.645Z] #64 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-28T11:08:29.645Z] #67 sha256:aa1e94f603cc0937f1d475c6cf80e2af7ba1241ebc1483747cc299d38f91ee53 [2021-06-28T11:08:29.645Z] #67 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-28T11:08:29.645Z] #45 sha256:f6ba0aa641e57c1a49594647e07af435af311abbc0b320dd3545150de2e09741 [2021-06-28T11:08:29.645Z] #45 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-28T11:08:29.645Z] #32 sha256:740836cc56f0da49ac808939c32c35d60536189d373ad08aa5b7ef5ff0975d4c [2021-06-28T11:08:29.645Z] #32 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-06-28T11:08:29.645Z] #46 sha256:656ab04a71df12ed32eeaf3240b45485d52e28fe527705387f9d660ee0f9288a [2021-06-28T11:08:29.645Z] #46 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-06-28T11:08:29.645Z] #48 sha256:3ffff8b497283a6ba3c433dd250a109619df89c2d43a189f59a40f5e62ba499c [2021-06-28T11:08:29.645Z] #48 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-28T11:08:29.645Z] #49 sha256:6a9473bcee5581ab3dae53f3614823d0b5187b5b2653ee38aa29566df349861d [2021-06-28T11:08:29.645Z] #49 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-06-28T11:08:29.645Z] #37 sha256:b0b6b6013989b50179393dda95d02efba4627dd538fb0ca3c818ae74d2d29718 [2021-06-28T11:08:29.645Z] #37 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-28T11:08:29.645Z] #30 sha256:36f9bbb3fea444dc00e8c5e6982b76d9aada368bb2b9f72f6a1a746934564e4a [2021-06-28T11:08:29.645Z] #30 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #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 [2021-06-28T11:08:29.645Z] #11 sha256:b0dbd7742a963b274a4565a35d8d38adfd18d69e83bbc0da3c6e4e3864363d60 [2021-06-28T11:08:29.645Z] #11 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-28T11:08:29.645Z] #25 sha256:7102fae02edbec82aa386f87e5a9b0c022f95aa70927420ba512860473ab74f9 [2021-06-28T11:08:29.645Z] #25 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.645Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-28T11:08:29.645Z] #47 sha256:f973d304418e840e8468921ea69738bd4e61ef59ab17773be01a7c9f8d85d635 [2021-06-28T11:08:29.645Z] #47 CACHED [2021-06-28T11:08:29.645Z] [2021-06-28T11:08:29.646Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-28T11:08:29.646Z] #59 sha256:7cde4a24db473f5e43ddddd051cbb90fb191e6479a890a7f8edf0c78318fc527 [2021-06-28T11:08:29.646Z] #59 CACHED [2021-06-28T11:08:29.646Z] [2021-06-28T11:08:29.646Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-28T11:08:29.646Z] #68 sha256:91e157a55fc068f606763b8d7ef23f7471153f4db71645636e5637475303877f [2021-06-28T11:08:29.646Z] #68 CACHED [2021-06-28T11:08:29.646Z] [2021-06-28T11:08:29.646Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-28T11:08:29.646Z] #69 sha256:7e4bdc304c3dd2c2675dd3375c74da0128a109989fc91748189f94ddd5fb1722 [2021-06-28T11:08:30.036Z] #59 ... [2021-06-28T11:08:30.036Z] [2021-06-28T11:08:30.036Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-06-28T11:08:30.036Z] #24 sha256:59761b5e0528c4d0b2417d1852a7e1c30c781a1413d9527c9efd5a6618ca5f0d [2021-06-28T11:08:30.036Z] #24 1.361 + RM_GOPATH=0 [2021-06-28T11:08:30.036Z] #24 1.362 + TMP_GOPATH= [2021-06-28T11:08:30.036Z] #24 1.365 + : /build [2021-06-28T11:08:30.036Z] #24 1.365 + '[' -z '' ']' [2021-06-28T11:08:30.036Z] #24 1.365 ++ mktemp -d [2021-06-28T11:08:30.036Z] #24 1.365 + export GOPATH=/tmp/tmp.Vzkizt99nC [2021-06-28T11:08:30.036Z] #24 1.365 + GOPATH=/tmp/tmp.Vzkizt99nC [2021-06-28T11:08:30.036Z] #24 1.365 + RM_GOPATH=1 [2021-06-28T11:08:30.036Z] #24 1.365 + case "$(go env GOARCH)" in [2021-06-28T11:08:30.036Z] #24 1.365 ++ go env GOARCH [2021-06-28T11:08:30.036Z] #24 1.389 + export GO_BUILDMODE=-buildmode=pie [2021-06-28T11:08:30.036Z] #24 1.389 + GO_BUILDMODE=-buildmode=pie [2021-06-28T11:08:30.036Z] #24 1.389 ++ dirname /tmp/install/install.sh [2021-06-28T11:08:30.036Z] #24 1.404 + dir=/tmp/install [2021-06-28T11:08:30.036Z] #24 1.404 + bin=dockercli [2021-06-28T11:08:30.036Z] #24 1.404 + shift [2021-06-28T11:08:30.036Z] #24 1.404 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-28T11:08:30.036Z] #24 1.404 + . /tmp/install/dockercli.installer [2021-06-28T11:08:30.036Z] #24 1.404 ++ : stable [2021-06-28T11:08:30.036Z] #24 1.404 ++ : 17.06.2-ce [2021-06-28T11:08:30.036Z] #24 1.404 + install_dockercli [2021-06-28T11:08:30.036Z] #24 1.404 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-28T11:08:30.036Z] #24 1.404 ++ uname -m [2021-06-28T11:08:30.036Z] #24 1.404 Install docker/cli version 17.06.2-ce from stable [2021-06-28T11:08:30.036Z] #24 1.413 + arch=x86_64 [2021-06-28T11:08:30.036Z] #24 1.413 + '[' x86_64 '!=' x86_64 ']' [2021-06-28T11:08:30.036Z] #24 1.413 + url=https://download.docker.com/linux/static [2021-06-28T11:08:30.036Z] #24 1.413 + tar -xz docker/docker [2021-06-28T11:08:30.036Z] #24 1.413 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-28T11:08:30.036Z] #24 4.628 + mkdir -p /build [2021-06-28T11:08:30.036Z] #24 4.636 + mv docker/docker /build/ [2021-06-28T11:08:30.036Z] #24 4.644 + rmdir docker [2021-06-28T11:08:30.036Z] #24 DONE 5.1s [2021-06-28T11:08:30.036Z] [2021-06-28T11:08:30.036Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-28T11:08:30.036Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-28T11:08:30.036Z] #36 2.309 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-28T11:08:30.036Z] #36 2.309 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-28T11:08:30.036Z] #36 2.376 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-28T11:08:30.036Z] #36 3.417 Fetched 65.4 kB in 1s (46.4 kB/s) [2021-06-28T11:08:30.036Z] #36 3.417 Reading package lists... [2021-06-28T11:08:30.036Z] #36 5.596 Reading package lists... [2021-06-28T11:08:30.036Z] #36 7.824 Building dependency tree... [2021-06-28T11:08:30.036Z] #36 8.363 Reading state information... [2021-06-28T11:08:30.036Z] #36 8.776 The following additional packages will be installed: [2021-06-28T11:08:30.036Z] #36 8.777 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-28T11:08:30.036Z] #36 8.777 Suggested packages: [2021-06-28T11:08:30.036Z] #36 8.777 cmake-doc ninja-build lrzip [2021-06-28T11:08:30.036Z] #36 8.777 Recommended packages: [2021-06-28T11:08:30.036Z] #36 8.777 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-28T11:08:30.599Z] #36 9.364 The following NEW packages will be installed: [2021-06-28T11:08:30.599Z] #36 9.364 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-28T11:08:30.599Z] #36 9.364 vim-common xxd [2021-06-28T11:08:30.599Z] #36 ... [2021-06-28T11:08:30.599Z] [2021-06-28T11:08:30.599Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-28T11:08:30.599Z] #59 sha256:f25e7fc6f4f04798df5f86aee3b4a11b17fc84dcff583413b6a74b25591ae691 [2021-06-28T11:08:30.599Z] #59 6.000 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-28T11:08:30.856Z] #59 6.269 go: downloading github.com/google/uuid v1.2.0 [2021-06-28T11:08:31.113Z] #59 6.302 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-28T11:08:31.113Z] #59 6.347 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-28T11:08:31.113Z] #59 6.347 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-28T11:08:31.113Z] #59 6.446 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-28T11:08:31.370Z] Client: [2021-06-28T11:08:31.370Z] Context: default [2021-06-28T11:08:31.370Z] Debug Mode: false [2021-06-28T11:08:31.370Z] Plugins: [2021-06-28T11:08:31.370Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-28T11:08:31.370Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-28T11:08:31.370Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-28T11:08:31.370Z] [2021-06-28T11:08:31.370Z] Server: [2021-06-28T11:08:31.370Z] Containers: 0 [2021-06-28T11:08:31.370Z] Running: 0 [2021-06-28T11:08:31.370Z] Paused: 0 [2021-06-28T11:08:31.370Z] Stopped: 0 [2021-06-28T11:08:31.370Z] Images: 10 [2021-06-28T11:08:31.370Z] Server Version: 20.10.6 [2021-06-28T11:08:31.370Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-28T11:08:31.370Z] Windows: [2021-06-28T11:08:31.370Z] LCOW: [2021-06-28T11:08:31.370Z] Logging Driver: json-file [2021-06-28T11:08:31.370Z] Plugins: [2021-06-28T11:08:31.370Z] Volume: local [2021-06-28T11:08:31.370Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-28T11:08:31.370Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-28T11:08:31.370Z] Swarm: inactive [2021-06-28T11:08:31.370Z] Default Isolation: process [2021-06-28T11:08:31.370Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-06-28T11:08:31.370Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879) [2021-06-28T11:08:31.370Z] OSType: windows [2021-06-28T11:08:31.370Z] Architecture: x86_64 [2021-06-28T11:08:31.370Z] CPUs: 4 [2021-06-28T11:08:31.370Z] Total Memory: 32GiB [2021-06-28T11:08:31.370Z] Name: azwin-2-ae1000 [2021-06-28T11:08:31.370Z] ID: RLME:2MWS:TYGR:XP2V:HYXJ:JAQI:V4NR:BCD6:RTRS:BBVD:TZQ6:Q2X3 [2021-06-28T11:08:31.370Z] Docker Root Dir: D:\docker [2021-06-28T11:08:31.370Z] Debug Mode: false [2021-06-28T11:08:31.370Z] Registry: https://index.docker.io/v1/ [2021-06-28T11:08:31.370Z] Labels: [2021-06-28T11:08:31.370Z] Experimental: true [2021-06-28T11:08:31.370Z] Insecure Registries: [2021-06-28T11:08:31.370Z] 10.0.0.4:5000 [2021-06-28T11:08:31.370Z] 127.0.0.0/8 [2021-06-28T11:08:31.370Z] Registry Mirrors: [2021-06-28T11:08:31.370Z] http://10.0.0.4:5000/ [2021-06-28T11:08:31.370Z] Live Restore Enabled: false [2021-06-28T11:08:31.370Z] Product License: Community Engine [2021-06-28T11:08:31.370Z] [2021-06-28T11:08:31.450Z] #59 6.554 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-28T11:08:31.450Z] #59 ... [2021-06-28T11:08:31.450Z] [2021-06-28T11:08:31.450Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-06-28T11:08:31.450Z] #56 sha256:77d5820b88f812029ca88dee7d0216fa66a29c31926a0ae56a4c2f33461ebf95 [2021-06-28T11:08:31.450Z] #56 2.316 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-28T11:08:31.450Z] #56 2.316 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-28T11:08:31.450Z] #56 2.373 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-28T11:08:31.450Z] #56 3.339 Fetched 65.4 kB in 1s (50.2 kB/s) [2021-06-28T11:08:31.450Z] #56 3.339 Reading package lists... [2021-06-28T11:08:31.450Z] #56 5.712 Reading package lists... [2021-06-28T11:08:31.450Z] #56 8.085 Building dependency tree... [2021-06-28T11:08:31.450Z] #56 8.434 Reading state information... [2021-06-28T11:08:31.450Z] #56 9.164 The following additional packages will be installed: [2021-06-28T11:08:31.450Z] #56 9.164 libbtrfs0 [2021-06-28T11:08:31.450Z] #56 9.298 The following NEW packages will be installed: [2021-06-28T11:08:31.450Z] #56 9.298 libbtrfs-dev libbtrfs0 [2021-06-28T11:08:31.450Z] #56 9.612 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-06-28T11:08:31.450Z] #56 9.612 Need to get 119 kB of archives. [2021-06-28T11:08:31.450Z] #56 9.612 After this operation, 387 kB of additional disk space will be used. [2021-06-28T11:08:31.450Z] #56 9.612 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-28T11:08:31.450Z] #56 9.613 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-06-28T11:08:31.560Z] #69 DONE 2.0s [2021-06-28T11:08:31.560Z] [2021-06-28T11:08:31.560Z] #70 exporting to image [2021-06-28T11:08:31.560Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-28T11:08:31.560Z] #70 exporting layers [2021-06-28T11:08:31.706Z] #56 ... [2021-06-28T11:08:31.706Z] [2021-06-28T11:08:31.706Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-28T11:08:31.706Z] #59 sha256:f25e7fc6f4f04798df5f86aee3b4a11b17fc84dcff583413b6a74b25591ae691 [2021-06-28T11:08:31.706Z] #59 6.813 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-28T11:08:31.706Z] #59 7.048 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-28T11:08:31.963Z] #59 ... [2021-06-28T11:08:31.963Z] [2021-06-28T11:08:31.963Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-06-28T11:08:31.963Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4 [2021-06-28T11:08:31.963Z] #27 CACHED [2021-06-28T11:08:31.963Z] [2021-06-28T11:08:31.963Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-28T11:08:31.963Z] #28 sha256:19e6768f5d9d13193901672754000b4da8c24157d28bf98e24ca3bf93f269356 [2021-06-28T11:08:31.963Z] #28 CACHED [2021-06-28T11:08:31.963Z] [2021-06-28T11:08:31.963Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-06-28T11:08:31.963Z] #29 sha256:23201fb7d278e16a33c5bcd8cbdd9f20b60a1a31ac783fc163bde386de19a41e [2021-06-28T11:08:31.963Z] #29 CACHED [2021-06-28T11:08:31.963Z] [2021-06-28T11:08:31.963Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-28T11:08:31.963Z] #31 sha256:d680f3e1e676523afc8237556ac0aa70f3febe1ea899ec6f46e8537f5e50b54f [2021-06-28T11:08:31.963Z] #31 CACHED [2021-06-28T11:08:31.963Z] [2021-06-28T11:08:31.963Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-28T11:08:31.963Z] #32 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa [2021-06-28T11:08:31.963Z] #32 CACHED [2021-06-28T11:08:31.963Z] [2021-06-28T11:08:31.963Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-28T11:08:31.963Z] #34 sha256:317497a7c687cb17c85b9b4fbc0f0206ed314a4abea48691c1a55989d49d08f2 [2021-06-28T11:08:31.963Z] #34 CACHED [2021-06-28T11:08:31.963Z] [2021-06-28T11:08:31.963Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-06-28T11:08:31.963Z] #56 sha256:77d5820b88f812029ca88dee7d0216fa66a29c31926a0ae56a4c2f33461ebf95 [2021-06-28T11:08:31.963Z] #56 10.34 debconf: delaying package configuration, since apt-utils is not installed [2021-06-28T11:08:31.963Z] #56 10.51 Fetched 119 kB in 0s (446 kB/s) [2021-06-28T11:08:31.963Z] #56 10.63 Selecting previously unselected package libbtrfs0. [2021-06-28T11:08:32.219Z] #56 10.63 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-28T11:08:32.219Z] #56 10.76 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-28T11:08:32.219Z] #56 10.77 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-28T11:08:32.219Z] #56 10.86 Selecting previously unselected package libbtrfs-dev. [2021-06-28T11:08:32.219Z] #56 10.87 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-28T11:08:32.219Z] #56 10.87 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-28T11:08:32.477Z] #56 10.97 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-28T11:08:32.477Z] #56 11.00 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-28T11:08:32.477Z] #56 11.01 Processing triggers for libc-bin (2.28-10) ... [2021-06-28T11:08:32.734Z] #56 DONE 11.3s [2021-06-28T11:08:32.734Z] [2021-06-28T11:08:32.734Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-28T11:08:32.734Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-28T11:08:32.734Z] #36 9.724 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-06-28T11:08:32.734Z] #36 9.724 Need to get 14.9 MB of archives. [2021-06-28T11:08:32.734Z] #36 9.724 After this operation, 61.8 MB of additional disk space will be used. [2021-06-28T11:08:32.734Z] #36 9.724 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-28T11:08:32.734Z] #36 9.724 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-28T11:08:32.734Z] #36 9.724 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-28T11:08:32.734Z] #36 9.824 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-28T11:08:32.734Z] #36 10.39 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB] [2021-06-28T11:08:32.734Z] #36 10.41 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-28T11:08:32.734Z] #36 10.43 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-28T11:08:32.734Z] #36 10.43 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-28T11:08:32.734Z] #36 10.44 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-28T11:08:32.734Z] #36 10.44 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-28T11:08:32.734Z] #36 10.88 debconf: delaying package configuration, since apt-utils is not installed [2021-06-28T11:08:32.734Z] #36 10.93 Fetched 14.9 MB in 1s (12.8 MB/s) [2021-06-28T11:08:32.734Z] #36 11.00 Selecting previously unselected package xxd. [2021-06-28T11:08:32.734Z] #36 11.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-28T11:08:32.734Z] #36 11.03 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-28T11:08:32.734Z] #36 11.03 Unpacking xxd (2:8.1.0875-5) ... [2021-06-28T11:08:32.734Z] #36 11.12 Selecting previously unselected package vim-common. [2021-06-28T11:08:32.734Z] #36 11.12 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-28T11:08:32.734Z] #36 11.15 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-28T11:08:32.734Z] #36 11.29 Selecting previously unselected package cmake-data. [2021-06-28T11:08:32.734Z] #36 11.29 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-28T11:08:32.734Z] #36 11.30 Unpacking cmake-data (3.13.4-1) ... [2021-06-28T11:08:33.297Z] #36 ... [2021-06-28T11:08:33.297Z] [2021-06-28T11:08:33.297Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:08:33.297Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-28T11:08:33.297Z] #13 1.897 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-06-28T11:08:33.297Z] #13 1.912 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-28T11:08:33.297Z] #13 1.924 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-28T11:08:33.297Z] #13 1.931 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-28T11:08:33.297Z] #13 3.567 Fetched 65.4 kB in 2s (34.0 kB/s) [2021-06-28T11:08:33.297Z] #13 3.567 Reading package lists... [2021-06-28T11:08:33.297Z] #13 5.968 Reading package lists... [2021-06-28T11:08:33.297Z] #13 8.639 Building dependency tree... [2021-06-28T11:08:33.297Z] #13 8.941 Reading state information... [2021-06-28T11:08:33.297Z] #13 9.215 The following additional packages will be installed: [2021-06-28T11:08:33.297Z] #13 9.217 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-28T11:08:33.297Z] #13 9.218 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-28T11:08:33.297Z] #13 9.218 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-28T11:08:33.297Z] #13 9.218 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2021-06-28T11:08:33.297Z] #13 9.219 mingw-w64-x86-64-dev [2021-06-28T11:08:33.297Z] #13 9.220 Suggested packages: [2021-06-28T11:08:33.298Z] #13 9.220 gcc-8-locales seccomp wine64 [2021-06-28T11:08:33.298Z] #13 9.471 The following NEW packages will be installed: [2021-06-28T11:08:33.298Z] #13 9.471 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-28T11:08:33.298Z] #13 9.472 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-28T11:08:33.298Z] #13 9.473 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-28T11:08:33.298Z] #13 9.473 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-28T11:08:33.298Z] #13 9.474 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-28T11:08:33.298Z] #13 9.475 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-28T11:08:33.298Z] #13 9.477 The following packages will be upgraded: [2021-06-28T11:08:33.298Z] #13 9.477 libseccomp2 [2021-06-28T11:08:33.298Z] #13 9.774 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2021-06-28T11:08:33.298Z] #13 9.774 Need to get 77.8 MB of archives. [2021-06-28T11:08:33.298Z] #13 9.774 After this operation, 487 MB of additional disk space will be used. [2021-06-28T11:08:33.298Z] #13 9.774 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-06-28T11:08:33.298Z] #13 9.797 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-28T11:08:33.298Z] #13 9.813 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-06-28T11:08:33.298Z] #13 9.876 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-06-28T11:08:33.298Z] #13 9.987 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-06-28T11:08:33.298Z] #13 10.01 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-06-28T11:08:33.298Z] #13 10.02 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-28T11:08:33.298Z] #13 10.02 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-28T11:08:33.298Z] #13 10.17 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-06-28T11:08:33.474Z] #70 exporting layers 1.7s done [2021-06-28T11:08:33.474Z] #70 writing image sha256:46c1e806ee8d44e2d790f476c8b2fddb4af95cf19f62b2afbee7966aeb5525cd [2021-06-28T11:08:33.474Z] #70 writing image sha256:46c1e806ee8d44e2d790f476c8b2fddb4af95cf19f62b2afbee7966aeb5525cd done [2021-06-28T11:08:33.474Z] #70 naming to docker.io/library/docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a done [2021-06-28T11:08:33.474Z] #70 DONE 1.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-06-28T11:08:33.554Z] #17 8.149 Fetched 48.3 MB in 8s (6404 kB/s) [2021-06-28T11:08:33.554Z] #13 10.32 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-06-28T11:08:33.554Z] #13 10.35 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-06-28T11:08:33.554Z] #13 ... [2021-06-28T11:08:33.554Z] [2021-06-28T11:08:33.554Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:08:33.554Z] #57 sha256:da1dd6c401c208cb1495241f06bc8235cad44bfbc03e95808ec6f6583ff3b0b2 [2021-06-28T11:08:33.554Z] #57 0.844 + RM_GOPATH=0 [2021-06-28T11:08:33.554Z] #57 0.844 + TMP_GOPATH= [2021-06-28T11:08:33.554Z] #57 0.844 + : /build [2021-06-28T11:08:33.554Z] #57 0.844 + '[' -z '' ']' [2021-06-28T11:08:33.554Z] #57 0.844 ++ mktemp -d [2021-06-28T11:08:33.554Z] #57 0.845 + export GOPATH=/tmp/tmp.B1mu2sij5O [2021-06-28T11:08:33.554Z] #57 0.845 + GOPATH=/tmp/tmp.B1mu2sij5O [2021-06-28T11:08:33.554Z] #57 0.845 + RM_GOPATH=1 [2021-06-28T11:08:33.554Z] #57 0.845 + case "$(go env GOARCH)" in [2021-06-28T11:08:33.554Z] #57 0.845 ++ go env GOARCH [2021-06-28T11:08:33.554Z] #57 0.850 + export GO_BUILDMODE=-buildmode=pie [2021-06-28T11:08:33.554Z] #57 0.850 + GO_BUILDMODE=-buildmode=pie [2021-06-28T11:08:33.554Z] #57 0.851 ++ dirname /tmp/install/install.sh [2021-06-28T11:08:33.554Z] #57 0.852 + dir=/tmp/install [2021-06-28T11:08:33.554Z] #57 0.852 + bin=containerd [2021-06-28T11:08:33.554Z] #57 0.852 + shift [2021-06-28T11:08:33.554Z] #57 0.852 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-28T11:08:33.554Z] #57 0.852 + . /tmp/install/containerd.installer [2021-06-28T11:08:33.554Z] #57 0.853 ++ set -e [2021-06-28T11:08:33.554Z] #57 0.853 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-28T11:08:33.554Z] #57 0.853 + install_containerd [2021-06-28T11:08:33.554Z] #57 0.854 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-28T11:08:33.554Z] #57 0.854 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-28T11:08:33.554Z] #57 0.854 + git clone https://github.com/containerd/containerd.git /tmp/tmp.B1mu2sij5O/src/github.com/containerd/containerd [2021-06-28T11:08:33.554Z] #57 0.856 Cloning into '/tmp/tmp.B1mu2sij5O/src/github.com/containerd/containerd'... [2021-06-28T11:08:33.821Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-06-28T11:08:34.112Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42572/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a hack/test/unit [2021-06-28T11:08:35.054Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-06-28T11:08:35.054Z] + TESTFLAGS+=' -test.timeout=5m' [2021-06-28T11:08:35.054Z] + TESTDIRS=./... [2021-06-28T11:08:35.054Z] + exclude_paths='/vendor/|/integration' [2021-06-28T11:08:35.054Z] ++ go list ./... [2021-06-28T11:08:35.054Z] ++ grep -vE '(/vendor/|/integration)' [2021-06-28T11:08:36.443Z] + pkg_list='github.com/docker/docker/api [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/backend/build [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/httputils [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/middleware [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/router [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/router/build [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/router/checkpoint [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/router/container [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/router/debug [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/router/distribution [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/router/grpc [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/router/image [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/router/network [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/router/plugin [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/router/session [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/router/swarm [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/router/system [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/server/router/volume [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/backend [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/blkiodev [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/container [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/events [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/filters [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/image [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/mount [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/network [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/plugins/logdriver [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/registry [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/strslice [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/swarm [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/swarm/runtime [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/time [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/versions [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/versions/v1p19 [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/versions/v1p20 [2021-06-28T11:08:36.443Z] github.com/docker/docker/api/types/volume [2021-06-28T11:08:36.443Z] github.com/docker/docker/builder [2021-06-28T11:08:36.443Z] github.com/docker/docker/builder/builder-next [2021-06-28T11:08:36.443Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-06-28T11:08:36.443Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-06-28T11:08:36.443Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-06-28T11:08:36.443Z] github.com/docker/docker/builder/builder-next/exporter [2021-06-28T11:08:36.443Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-06-28T11:08:36.443Z] github.com/docker/docker/builder/builder-next/worker [2021-06-28T11:08:36.443Z] github.com/docker/docker/builder/dockerfile [2021-06-28T11:08:36.443Z] github.com/docker/docker/builder/dockerignore [2021-06-28T11:08:36.443Z] github.com/docker/docker/builder/remotecontext [2021-06-28T11:08:36.443Z] github.com/docker/docker/builder/remotecontext/git [2021-06-28T11:08:36.443Z] github.com/docker/docker/cli [2021-06-28T11:08:36.443Z] github.com/docker/docker/cli/config [2021-06-28T11:08:36.443Z] github.com/docker/docker/cli/debug [2021-06-28T11:08:36.443Z] github.com/docker/docker/client [2021-06-28T11:08:36.443Z] github.com/docker/docker/cmd/docker-proxy [2021-06-28T11:08:36.443Z] github.com/docker/docker/cmd/dockerd [2021-06-28T11:08:36.443Z] github.com/docker/docker/container [2021-06-28T11:08:36.443Z] github.com/docker/docker/container/stream [2021-06-28T11:08:36.443Z] github.com/docker/docker/contrib/apparmor [2021-06-28T11:08:36.443Z] github.com/docker/docker/contrib/docker-device-tool [2021-06-28T11:08:36.443Z] github.com/docker/docker/contrib/httpserver [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/cluster [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/cluster/convert [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/cluster/executor [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/cluster/executor/container [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/cluster/provider [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/config [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/discovery [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/events [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/events/testutils [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/exec [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/graphdriver [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/graphdriver/copy [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/graphdriver/register [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/images [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/initlayer [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/links [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/listeners [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/logger [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/logger/awslogs [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/logger/fluentd [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/logger/gcplogs [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/logger/gelf [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/logger/journald [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/logger/local [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/logger/logentries [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/logger/loggerutils [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/logger/splunk [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/logger/syslog [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/logger/templates [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/names [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/network [2021-06-28T11:08:36.443Z] github.com/docker/docker/daemon/stats [2021-06-28T11:08:36.443Z] github.com/docker/docker/distribution [2021-06-28T11:08:36.443Z] github.com/docker/docker/distribution/metadata [2021-06-28T11:08:36.443Z] github.com/docker/docker/distribution/utils [2021-06-28T11:08:36.443Z] github.com/docker/docker/distribution/xfer [2021-06-28T11:08:36.443Z] github.com/docker/docker/dockerversion [2021-06-28T11:08:36.443Z] github.com/docker/docker/errdefs [2021-06-28T11:08:36.443Z] github.com/docker/docker/image [2021-06-28T11:08:36.443Z] github.com/docker/docker/image/cache [2021-06-28T11:08:36.443Z] github.com/docker/docker/image/tarexport [2021-06-28T11:08:36.443Z] github.com/docker/docker/image/v1 [2021-06-28T11:08:36.443Z] github.com/docker/docker/internal/test/suite [2021-06-28T11:08:36.443Z] github.com/docker/docker/layer [2021-06-28T11:08:36.443Z] github.com/docker/docker/libcontainerd [2021-06-28T11:08:36.443Z] github.com/docker/docker/libcontainerd/queue [2021-06-28T11:08:36.443Z] github.com/docker/docker/libcontainerd/remote [2021-06-28T11:08:36.443Z] github.com/docker/docker/libcontainerd/supervisor [2021-06-28T11:08:36.443Z] github.com/docker/docker/libcontainerd/types [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/api [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/bitseq [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/cluster [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/config [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/datastore [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/diagnostic [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/discoverapi [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/driverapi [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/drivers/host [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/drivers/null [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/drivers/remote [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/drivers/windows [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/drvregistry [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/etchosts [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/idm [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/internal/caller [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/ipam [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/ipamapi [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/ipams/null [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/ipams/remote [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/ipamutils [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/iptables [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/netlabel [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/netutils [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/networkdb [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/ns [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/options [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/osl [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/osl/kernel [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/portallocator [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/portmapper [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/resolvconf [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/testutils [2021-06-28T11:08:36.443Z] github.com/docker/docker/libnetwork/types [2021-06-28T11:08:36.443Z] github.com/docker/docker/oci [2021-06-28T11:08:36.443Z] github.com/docker/docker/oci/caps [2021-06-28T11:08:36.443Z] github.com/docker/docker/opts [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/aaparser [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/archive [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/authorization [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/broadcaster [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/capabilities [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/chrootarchive [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/containerfs [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/devicemapper [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/directory [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/discovery [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/discovery/file [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/discovery/kv [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/discovery/memory [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/discovery/nodes [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/dmesg [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/filenotify [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/fileutils [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/fsutils [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/homedir [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/idtools [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/ioutils [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/jsonmessage [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/locker [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/longpath [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/loopback [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/mount [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/namesgenerator [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/parsers [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/parsers/kernel [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/pidfile [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/platform [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/plugingetter [2021-06-28T11:08:36.443Z] github.com/docker/docker/pkg/plugins [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/plugins/transport [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/pools [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/progress [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/pubsub [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/reexec [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/signal [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/signal/testfiles [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/stdcopy [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/streamformatter [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/stringid [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/symlink [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/sysinfo [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/system [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/tailfile [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/tarsum [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/term [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/term/windows [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/truncindex [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/urlutil [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/useragent [2021-06-28T11:08:36.444Z] github.com/docker/docker/plugin [2021-06-28T11:08:36.444Z] github.com/docker/docker/plugin/executor/containerd [2021-06-28T11:08:36.444Z] github.com/docker/docker/plugin/v2 [2021-06-28T11:08:36.444Z] github.com/docker/docker/profiles/apparmor [2021-06-28T11:08:36.444Z] github.com/docker/docker/profiles/seccomp [2021-06-28T11:08:36.444Z] github.com/docker/docker/quota [2021-06-28T11:08:36.444Z] github.com/docker/docker/reference [2021-06-28T11:08:36.444Z] github.com/docker/docker/registry [2021-06-28T11:08:36.444Z] github.com/docker/docker/registry/resumable [2021-06-28T11:08:36.444Z] github.com/docker/docker/restartmanager [2021-06-28T11:08:36.444Z] github.com/docker/docker/rootless [2021-06-28T11:08:36.444Z] github.com/docker/docker/rootless/specconv [2021-06-28T11:08:36.444Z] github.com/docker/docker/runconfig [2021-06-28T11:08:36.444Z] github.com/docker/docker/runconfig/opts [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/daemon [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/environment [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/fakecontext [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/fakegit [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/fakestorage [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/fixtures/load [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/fixtures/plugin [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/registry [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/request [2021-06-28T11:08:36.444Z] github.com/docker/docker/volume [2021-06-28T11:08:36.444Z] github.com/docker/docker/volume/drivers [2021-06-28T11:08:36.444Z] github.com/docker/docker/volume/local [2021-06-28T11:08:36.444Z] github.com/docker/docker/volume/mounts [2021-06-28T11:08:36.444Z] github.com/docker/docker/volume/service [2021-06-28T11:08:36.444Z] github.com/docker/docker/volume/service/opts [2021-06-28T11:08:36.444Z] github.com/docker/docker/volume/testutils' [2021-06-28T11:08:36.444Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-06-28T11:08:36.444Z] + echo 'github.com/docker/docker/api [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/backend/build [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/httputils [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/middleware [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/router [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/router/build [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/router/checkpoint [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/router/container [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/router/debug [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/router/distribution [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/router/grpc [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/router/image [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/router/network [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/router/plugin [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/router/session [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/router/swarm [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/router/system [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/server/router/volume [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/backend [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/blkiodev [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/container [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/events [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/filters [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/image [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/mount [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/network [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/plugins/logdriver [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/registry [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/strslice [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/swarm [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/swarm/runtime [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/time [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/versions [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/versions/v1p19 [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/versions/v1p20 [2021-06-28T11:08:36.444Z] github.com/docker/docker/api/types/volume [2021-06-28T11:08:36.444Z] github.com/docker/docker/builder [2021-06-28T11:08:36.444Z] github.com/docker/docker/builder/builder-next [2021-06-28T11:08:36.444Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-06-28T11:08:36.444Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-06-28T11:08:36.444Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-06-28T11:08:36.444Z] github.com/docker/docker/builder/builder-next/exporter [2021-06-28T11:08:36.444Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-06-28T11:08:36.444Z] github.com/docker/docker/builder/builder-next/worker [2021-06-28T11:08:36.444Z] github.com/docker/docker/builder/dockerfile [2021-06-28T11:08:36.444Z] github.com/docker/docker/builder/dockerignore [2021-06-28T11:08:36.444Z] github.com/docker/docker/builder/remotecontext [2021-06-28T11:08:36.444Z] github.com/docker/docker/builder/remotecontext/git [2021-06-28T11:08:36.444Z] github.com/docker/docker/cli [2021-06-28T11:08:36.444Z] github.com/docker/docker/cli/config [2021-06-28T11:08:36.444Z] github.com/docker/docker/cli/debug [2021-06-28T11:08:36.444Z] github.com/docker/docker/client [2021-06-28T11:08:36.444Z] github.com/docker/docker/cmd/docker-proxy [2021-06-28T11:08:36.444Z] github.com/docker/docker/cmd/dockerd [2021-06-28T11:08:36.444Z] github.com/docker/docker/container [2021-06-28T11:08:36.444Z] github.com/docker/docker/container/stream [2021-06-28T11:08:36.444Z] github.com/docker/docker/contrib/apparmor [2021-06-28T11:08:36.444Z] github.com/docker/docker/contrib/docker-device-tool [2021-06-28T11:08:36.444Z] github.com/docker/docker/contrib/httpserver [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/cluster [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/cluster/convert [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/cluster/executor [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/cluster/executor/container [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/cluster/provider [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/config [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/discovery [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/events [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/events/testutils [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/exec [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/graphdriver [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/graphdriver/copy [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/graphdriver/register [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/images [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/initlayer [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/links [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/listeners [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/logger [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/logger/awslogs [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/logger/fluentd [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/logger/gcplogs [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/logger/gelf [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/logger/journald [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/logger/local [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/logger/logentries [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/logger/loggerutils [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/logger/splunk [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/logger/syslog [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/logger/templates [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/names [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/network [2021-06-28T11:08:36.444Z] github.com/docker/docker/daemon/stats [2021-06-28T11:08:36.444Z] github.com/docker/docker/distribution [2021-06-28T11:08:36.444Z] github.com/docker/docker/distribution/metadata [2021-06-28T11:08:36.444Z] github.com/docker/docker/distribution/utils [2021-06-28T11:08:36.444Z] github.com/docker/docker/distribution/xfer [2021-06-28T11:08:36.444Z] github.com/docker/docker/dockerversion [2021-06-28T11:08:36.444Z] github.com/docker/docker/errdefs [2021-06-28T11:08:36.444Z] github.com/docker/docker/image [2021-06-28T11:08:36.444Z] github.com/docker/docker/image/cache [2021-06-28T11:08:36.444Z] github.com/docker/docker/image/tarexport [2021-06-28T11:08:36.444Z] github.com/docker/docker/image/v1 [2021-06-28T11:08:36.444Z] github.com/docker/docker/internal/test/suite [2021-06-28T11:08:36.444Z] github.com/docker/docker/layer [2021-06-28T11:08:36.444Z] github.com/docker/docker/libcontainerd [2021-06-28T11:08:36.444Z] github.com/docker/docker/libcontainerd/queue [2021-06-28T11:08:36.444Z] github.com/docker/docker/libcontainerd/remote [2021-06-28T11:08:36.444Z] github.com/docker/docker/libcontainerd/supervisor [2021-06-28T11:08:36.444Z] github.com/docker/docker/libcontainerd/types [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/api [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/bitseq [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/cluster [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/config [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/datastore [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/diagnostic [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/discoverapi [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/driverapi [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/host [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/null [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/remote [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/windows [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drvregistry [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/etchosts [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/idm [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/internal/caller [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/ipam [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/ipamapi [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/ipams/null [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/ipams/remote [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/ipamutils [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/iptables [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/netlabel [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/netutils [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/networkdb [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/ns [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/options [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/osl [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/osl/kernel [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/portallocator [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/portmapper [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/resolvconf [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/testutils [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/types [2021-06-28T11:08:36.444Z] github.com/docker/docker/oci [2021-06-28T11:08:36.444Z] github.com/docker/docker/oci/caps [2021-06-28T11:08:36.444Z] github.com/docker/docker/opts [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/aaparser [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/archive [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/authorization [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/broadcaster [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/capabilities [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/chrootarchive [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/containerfs [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/devicemapper [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/directory [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/discovery [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/discovery/file [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/discovery/kv [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/discovery/memory [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/discovery/nodes [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/dmesg [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/filenotify [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/fileutils [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/fsutils [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/homedir [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/idtools [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/ioutils [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/jsonmessage [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/locker [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/longpath [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/loopback [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/mount [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/namesgenerator [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/parsers [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/parsers/kernel [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/pidfile [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/platform [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/plugingetter [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/plugins [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/plugins/transport [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/pools [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/progress [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/pubsub [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/reexec [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/signal [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/signal/testfiles [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/stdcopy [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/streamformatter [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/stringid [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/symlink [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/sysinfo [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/system [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/tailfile [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/tarsum [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/term [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/term/windows [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/truncindex [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/urlutil [2021-06-28T11:08:36.444Z] github.com/docker/docker/pkg/useragent [2021-06-28T11:08:36.444Z] github.com/docker/docker/plugin [2021-06-28T11:08:36.444Z] github.com/docker/docker/plugin/executor/containerd [2021-06-28T11:08:36.444Z] github.com/docker/docker/plugin/v2 [2021-06-28T11:08:36.444Z] github.com/docker/docker/profiles/apparmor [2021-06-28T11:08:36.444Z] github.com/docker/docker/profiles/seccomp [2021-06-28T11:08:36.444Z] github.com/docker/docker/quota [2021-06-28T11:08:36.444Z] github.com/docker/docker/reference [2021-06-28T11:08:36.444Z] github.com/docker/docker/registry [2021-06-28T11:08:36.444Z] github.com/docker/docker/registry/resumable [2021-06-28T11:08:36.444Z] github.com/docker/docker/restartmanager [2021-06-28T11:08:36.444Z] github.com/docker/docker/rootless [2021-06-28T11:08:36.444Z] github.com/docker/docker/rootless/specconv [2021-06-28T11:08:36.444Z] github.com/docker/docker/runconfig [2021-06-28T11:08:36.444Z] github.com/docker/docker/runconfig/opts [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/daemon [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/environment [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/fakecontext [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/fakegit [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/fakestorage [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/fixtures/load [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/fixtures/plugin [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/registry [2021-06-28T11:08:36.444Z] github.com/docker/docker/testutil/request [2021-06-28T11:08:36.444Z] github.com/docker/docker/volume [2021-06-28T11:08:36.444Z] github.com/docker/docker/volume/drivers [2021-06-28T11:08:36.444Z] github.com/docker/docker/volume/local [2021-06-28T11:08:36.444Z] github.com/docker/docker/volume/mounts [2021-06-28T11:08:36.444Z] github.com/docker/docker/volume/service [2021-06-28T11:08:36.444Z] github.com/docker/docker/volume/service/opts [2021-06-28T11:08:36.444Z] github.com/docker/docker/volume/testutils' [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-28T11:08:36.444Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-28T11:08:36.444Z] + type docker-proxy [2021-06-28T11:08:36.444Z] hack/test/unit: line 22: type: docker-proxy: not found [2021-06-28T11:08:36.445Z] + hack/make.sh binary-proxy install-proxy [2021-06-28T11:08:36.445Z] [2021-06-28T11:08:36.445Z] Removing bundles/ [2021-06-28T11:08:36.445Z] [2021-06-28T11:08:36.707Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-06-28T11:08:36.707Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-06-28T11:08:36.707Z] GOOS="" GOARCH="" GOARM="" [2021-06-28T11:08:36.929Z] #17 8.149 Reading package lists... [2021-06-28T11:08:38.885Z] #57 ... [2021-06-28T11:08:38.886Z] [2021-06-28T11:08:38.886Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:08:38.886Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-28T11:08:38.886Z] #13 11.77 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-06-28T11:08:38.886Z] #13 12.98 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-28T11:08:38.886Z] #13 13.01 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-28T11:08:38.886Z] #13 13.01 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-28T11:08:38.886Z] #13 13.01 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-28T11:08:38.886Z] #13 13.01 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-06-28T11:08:38.886Z] #13 13.02 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-28T11:08:38.886Z] #13 13.02 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-28T11:08:38.886Z] #13 13.03 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-28T11:08:38.886Z] #13 13.04 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-28T11:08:38.886Z] #13 13.04 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-28T11:08:38.886Z] #13 13.05 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-28T11:08:38.886Z] #13 13.07 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-28T11:08:38.886Z] #13 13.08 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-06-28T11:08:38.886Z] #13 13.08 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-28T11:08:38.886Z] #13 13.47 debconf: delaying package configuration, since apt-utils is not installed [2021-06-28T11:08:38.886Z] #13 13.52 Fetched 77.8 MB in 4s (21.8 MB/s) [2021-06-28T11:08:38.886Z] #13 13.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-28T11:08:38.886Z] #13 13.58 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-28T11:08:38.886Z] #13 13.60 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-28T11:08:38.886Z] #13 13.72 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-28T11:08:38.886Z] #13 13.84 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-28T11:08:38.886Z] #13 13.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-28T11:08:38.886Z] #13 13.86 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-28T11:08:38.886Z] #13 13.87 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-28T11:08:38.886Z] #13 14.75 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-28T11:08:38.886Z] #13 14.76 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-28T11:08:38.886Z] #13 14.76 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-28T11:08:40.194Z] #17 11.53 Reading package lists... [2021-06-28T11:08:40.194Z] #17 14.74 Building dependency tree... [2021-06-28T11:08:40.254Z] #13 16.85 Selecting previously unselected package binutils-mingw-w64. [2021-06-28T11:08:40.254Z] #13 16.85 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-28T11:08:40.254Z] #13 16.86 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-28T11:08:40.254Z] #13 17.02 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-28T11:08:40.254Z] #13 17.02 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-28T11:08:40.254Z] #13 ... [2021-06-28T11:08:40.254Z] [2021-06-28T11:08:40.254Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-28T11:08:40.254Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-28T11:08:40.254Z] #36 12.57 Selecting previously unselected package libicu63:amd64. [2021-06-28T11:08:40.254Z] #36 12.57 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-28T11:08:40.254Z] #36 12.58 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-28T11:08:40.254Z] #36 14.92 Selecting previously unselected package libxml2:amd64. [2021-06-28T11:08:40.254Z] #36 14.93 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ... [2021-06-28T11:08:40.254Z] #36 14.93 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-06-28T11:08:40.254Z] #36 15.16 Selecting previously unselected package libarchive13:amd64. [2021-06-28T11:08:40.254Z] #36 15.16 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-28T11:08:40.254Z] #36 15.17 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-28T11:08:40.254Z] #36 15.30 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-28T11:08:40.254Z] #36 15.30 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-28T11:08:40.254Z] #36 15.31 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-28T11:08:40.254Z] #36 15.42 Selecting previously unselected package librhash0:amd64. [2021-06-28T11:08:40.254Z] #36 15.42 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-06-28T11:08:40.254Z] #36 15.43 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-28T11:08:40.254Z] #36 15.56 Selecting previously unselected package libuv1:amd64. [2021-06-28T11:08:40.254Z] #36 15.56 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-06-28T11:08:40.254Z] #36 15.57 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-28T11:08:40.254Z] #36 15.65 Selecting previously unselected package cmake. [2021-06-28T11:08:40.254Z] #36 15.66 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-06-28T11:08:40.254Z] #36 15.67 Unpacking cmake (3.13.4-1) ... [2021-06-28T11:08:40.254Z] #36 16.79 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-28T11:08:40.254Z] #36 16.80 Setting up xxd (2:8.1.0875-5) ... [2021-06-28T11:08:40.254Z] #36 16.82 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-28T11:08:40.254Z] #36 16.83 Setting up vim-common (2:8.1.0875-5) ... [2021-06-28T11:08:40.254Z] #36 16.85 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-28T11:08:40.254Z] #36 16.87 Setting up cmake-data (3.13.4-1) ... [2021-06-28T11:08:40.254Z] #36 16.89 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-06-28T11:08:40.254Z] #36 16.90 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-28T11:08:40.254Z] #36 16.92 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-28T11:08:40.254Z] #36 16.93 Setting up cmake (3.13.4-1) ... [2021-06-28T11:08:40.254Z] #36 16.95 Processing triggers for libc-bin (2.28-10) ... [2021-06-28T11:08:40.254Z] #36 16.98 Processing triggers for mime-support (3.62) ... [2021-06-28T11:08:40.254Z] #36 DONE 18.9s [2021-06-28T11:08:40.254Z] [2021-06-28T11:08:40.254Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:08:40.254Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-28T11:08:40.254Z] #13 17.14 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-28T11:08:40.254Z] #13 ... [2021-06-28T11:08:40.254Z] [2021-06-28T11:08:40.254Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-06-28T11:08:40.254Z] #37 sha256:e1410d35181d12fcbaafb27c2b389a0fb7822e956de92d06fd117e23dc1ddc78 [2021-06-28T11:08:40.756Z] #17 15.83 The following additional packages will be installed: [2021-06-28T11:08:40.756Z] #17 15.83 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2021-06-28T11:08:40.756Z] #17 15.83 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2021-06-28T11:08:40.756Z] #17 15.83 binutils-s390x-linux-gnu bzip2 cpp-8-aarch64-linux-gnu [2021-06-28T11:08:40.756Z] #17 15.83 cpp-8-arm-linux-gnueabi cpp-8-arm-linux-gnueabihf [2021-06-28T11:08:40.756Z] #17 15.83 cpp-8-powerpc64le-linux-gnu cpp-8-s390x-linux-gnu cpp-aarch64-linux-gnu [2021-06-28T11:08:40.756Z] #17 15.83 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2021-06-28T11:08:40.756Z] #17 15.83 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2021-06-28T11:08:40.756Z] #17 15.83 g++-8-aarch64-linux-gnu g++-8-arm-linux-gnueabi g++-8-arm-linux-gnueabihf [2021-06-28T11:08:40.756Z] #17 15.83 g++-8-powerpc64le-linux-gnu g++-8-s390x-linux-gnu g++-aarch64-linux-gnu [2021-06-28T11:08:40.756Z] #17 15.83 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2021-06-28T11:08:40.756Z] #17 15.83 g++-s390x-linux-gnu gcc-8-aarch64-linux-gnu gcc-8-aarch64-linux-gnu-base [2021-06-28T11:08:40.756Z] #17 15.83 gcc-8-arm-linux-gnueabi gcc-8-arm-linux-gnueabi-base [2021-06-28T11:08:40.756Z] #17 15.83 gcc-8-arm-linux-gnueabihf gcc-8-arm-linux-gnueabihf-base gcc-8-cross-base [2021-06-28T11:08:40.756Z] #17 15.83 gcc-8-powerpc64le-linux-gnu gcc-8-powerpc64le-linux-gnu-base [2021-06-28T11:08:40.756Z] #17 15.83 gcc-8-s390x-linux-gnu gcc-8-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2021-06-28T11:08:40.756Z] #17 15.83 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2021-06-28T11:08:40.756Z] #17 15.83 gcc-s390x-linux-gnu libasan5-arm64-cross libasan5-armel-cross [2021-06-28T11:08:40.756Z] #17 15.83 libasan5-armhf-cross libasan5-ppc64el-cross libasan5-s390x-cross [2021-06-28T11:08:40.756Z] #17 15.83 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2021-06-28T11:08:40.756Z] #17 15.83 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2021-06-28T11:08:40.756Z] #17 15.83 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2021-06-28T11:08:40.756Z] #17 15.83 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2021-06-28T11:08:40.756Z] #17 15.83 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2021-06-28T11:08:40.756Z] #17 15.83 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2021-06-28T11:08:40.756Z] #17 15.83 libfile-homedir-perl libfile-which-perl libgcc-8-dev-arm64-cross [2021-06-28T11:08:40.756Z] #17 15.83 libgcc-8-dev-armel-cross libgcc-8-dev-armhf-cross libgcc-8-dev-ppc64el-cross [2021-06-28T11:08:40.756Z] #17 15.83 libgcc-8-dev-s390x-cross libgcc1-arm64-cross libgcc1-armel-cross [2021-06-28T11:08:40.756Z] #17 15.83 libgcc1-armhf-cross libgcc1-ppc64el-cross libgcc1-s390x-cross [2021-06-28T11:08:40.756Z] #17 15.83 libgomp1-arm64-cross libgomp1-armel-cross libgomp1-armhf-cross [2021-06-28T11:08:40.756Z] #17 15.83 libgomp1-ppc64el-cross libgomp1-s390x-cross libicu63 libio-string-perl [2021-06-28T11:08:40.756Z] #17 15.83 libitm1-arm64-cross libitm1-ppc64el-cross libitm1-s390x-cross [2021-06-28T11:08:40.756Z] #17 15.83 liblocale-gettext-perl liblsan0-arm64-cross liblsan0-ppc64el-cross [2021-06-28T11:08:40.756Z] #17 15.83 libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2021-06-28T11:08:40.756Z] #17 15.83 libstdc++-8-dev-arm64-cross libstdc++-8-dev-armel-cross [2021-06-28T11:08:40.757Z] #17 15.83 libstdc++-8-dev-armhf-cross libstdc++-8-dev-ppc64el-cross [2021-06-28T11:08:40.757Z] #17 15.83 libstdc++-8-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2021-06-28T11:08:40.757Z] #17 15.83 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2021-06-28T11:08:40.757Z] #17 15.83 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2021-06-28T11:08:40.757Z] #17 15.83 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2021-06-28T11:08:40.757Z] #17 15.83 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2021-06-28T11:08:40.757Z] #17 15.83 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2021-06-28T11:08:40.757Z] #17 15.83 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2021-06-28T11:08:40.757Z] #17 15.83 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2021-06-28T11:08:40.757Z] #17 15.83 linux-libc-dev-s390x-cross patch xz-utils [2021-06-28T11:08:40.757Z] #17 15.83 Suggested packages: [2021-06-28T11:08:40.757Z] #17 15.83 binutils-doc bzip2-doc gcc-8-locales cpp-doc binutils-multiarch [2021-06-28T11:08:40.757Z] #17 15.83 debian-keyring gcc-8-doc libstdc++6-8-dbg-arm64-cross [2021-06-28T11:08:40.757Z] #17 15.83 libstdc++6-8-dbg-armel-cross libstdc++6-8-dbg-armhf-cross [2021-06-28T11:08:40.757Z] #17 15.83 libstdc++6-8-dbg-ppc64el-cross g++-8-multilib-s390x-linux-gnu [2021-06-28T11:08:40.757Z] #17 15.83 libstdc++6-8-dbg-s390x-cross libgcc1-dbg-arm64-cross [2021-06-28T11:08:40.757Z] #17 15.83 libgomp1-dbg-arm64-cross libitm1-dbg-arm64-cross libatomic1-dbg-arm64-cross [2021-06-28T11:08:40.757Z] #17 15.83 libasan5-dbg-arm64-cross liblsan0-dbg-arm64-cross libtsan0-dbg-arm64-cross [2021-06-28T11:08:40.757Z] #17 15.83 libubsan1-dbg-arm64-cross libmpx2-dbg-arm64-cross [2021-06-28T11:08:40.757Z] #17 15.83 libquadmath0-dbg-arm64-cross libgcc1-dbg-armel-cross [2021-06-28T11:08:40.757Z] #17 15.83 libgomp1-dbg-armel-cross libitm1-dbg-armel-cross libatomic1-dbg-armel-cross [2021-06-28T11:08:40.757Z] #17 15.83 libasan5-dbg-armel-cross liblsan0-dbg-armel-cross libtsan0-dbg-armel-cross [2021-06-28T11:08:40.757Z] #17 15.83 libubsan1-dbg-armel-cross libmpx2-dbg-armel-cross [2021-06-28T11:08:40.757Z] #17 15.83 libquadmath0-dbg-armel-cross libgcc1-dbg-armhf-cross [2021-06-28T11:08:40.757Z] #17 15.83 libgomp1-dbg-armhf-cross libitm1-dbg-armhf-cross libatomic1-dbg-armhf-cross [2021-06-28T11:08:40.757Z] #17 15.83 libasan5-dbg-armhf-cross liblsan0-dbg-armhf-cross libtsan0-dbg-armhf-cross [2021-06-28T11:08:40.757Z] #17 15.83 libubsan1-dbg-armhf-cross libmpx2-dbg-armhf-cross [2021-06-28T11:08:40.757Z] #17 15.83 libquadmath0-dbg-armhf-cross libgcc1-dbg-ppc64el-cross [2021-06-28T11:08:40.757Z] #17 15.83 libgomp1-dbg-ppc64el-cross libitm1-dbg-ppc64el-cross [2021-06-28T11:08:40.757Z] #17 15.83 libatomic1-dbg-ppc64el-cross libasan5-dbg-ppc64el-cross [2021-06-28T11:08:40.757Z] #17 15.83 liblsan0-dbg-ppc64el-cross libtsan0-dbg-ppc64el-cross [2021-06-28T11:08:40.757Z] #17 15.83 libubsan1-dbg-ppc64el-cross libmpx2-dbg-ppc64el-cross [2021-06-28T11:08:40.757Z] #17 15.83 libquadmath0-dbg-ppc64el-cross gcc-8-multilib-s390x-linux-gnu [2021-06-28T11:08:40.757Z] #17 15.83 libgcc1-dbg-s390x-cross libgomp1-dbg-s390x-cross libitm1-dbg-s390x-cross [2021-06-28T11:08:40.757Z] #17 15.83 libatomic1-dbg-s390x-cross libasan5-dbg-s390x-cross liblsan0-dbg-s390x-cross [2021-06-28T11:08:40.757Z] #17 15.83 libtsan0-dbg-s390x-cross libubsan1-dbg-s390x-cross libmpx2-dbg-s390x-cross [2021-06-28T11:08:40.757Z] #17 15.83 libquadmath0-dbg-s390x-cross manpages-dev autoconf automake libtool flex [2021-06-28T11:08:40.757Z] #17 15.83 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2021-06-28T11:08:40.757Z] #17 15.83 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2021-06-28T11:08:40.757Z] #17 15.83 libyaml-shell-perl ed diffutils-doc [2021-06-28T11:08:40.757Z] #17 15.83 Recommended packages: [2021-06-28T11:08:40.757Z] #17 15.83 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2021-06-28T11:08:40.757Z] #17 15.83 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2021-06-28T11:08:41.622Z] #37 1.036 + RM_GOPATH=0 [2021-06-28T11:08:41.622Z] #37 1.036 + TMP_GOPATH= [2021-06-28T11:08:41.622Z] #37 1.036 + : /build [2021-06-28T11:08:41.622Z] #37 1.037 + '[' -z '' ']' [2021-06-28T11:08:41.622Z] #37 1.037 ++ mktemp -d [2021-06-28T11:08:41.622Z] #37 1.039 + export GOPATH=/tmp/tmp.EgQJtii80X [2021-06-28T11:08:41.622Z] #37 1.039 + GOPATH=/tmp/tmp.EgQJtii80X [2021-06-28T11:08:41.622Z] #37 1.039 + RM_GOPATH=1 [2021-06-28T11:08:41.622Z] #37 1.039 + case "$(go env GOARCH)" in [2021-06-28T11:08:41.622Z] #37 1.039 ++ go env GOARCH [2021-06-28T11:08:41.622Z] #37 1.053 + export GO_BUILDMODE=-buildmode=pie [2021-06-28T11:08:41.622Z] #37 1.053 + GO_BUILDMODE=-buildmode=pie [2021-06-28T11:08:41.622Z] #37 1.054 ++ dirname /tmp/install/install.sh [2021-06-28T11:08:41.622Z] #37 1.055 + dir=/tmp/install [2021-06-28T11:08:41.622Z] #37 1.055 + bin=tini [2021-06-28T11:08:41.622Z] #37 1.055 + shift [2021-06-28T11:08:41.622Z] #37 1.056 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-28T11:08:41.622Z] #37 1.056 + . /tmp/install/tini.installer [2021-06-28T11:08:41.622Z] #37 1.056 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-28T11:08:41.622Z] #37 1.056 + install_tini [2021-06-28T11:08:41.622Z] #37 1.057 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-28T11:08:41.622Z] #37 1.057 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-28T11:08:41.622Z] #37 1.057 + git clone https://github.com/krallin/tini.git /tmp/tmp.EgQJtii80X/tini [2021-06-28T11:08:41.622Z] #37 1.059 Cloning into '/tmp/tmp.EgQJtii80X/tini'... [2021-06-28T11:08:41.879Z] #37 1.509 + cd /tmp/tmp.EgQJtii80X/tini [2021-06-28T11:08:41.879Z] #37 1.509 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-28T11:08:41.879Z] #37 1.517 + cmake . [2021-06-28T11:08:42.122Z] #17 17.06 The following NEW packages will be installed: [2021-06-28T11:08:42.122Z] #17 17.06 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2021-06-28T11:08:42.122Z] #17 17.06 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2021-06-28T11:08:42.122Z] #17 17.06 binutils-s390x-linux-gnu bzip2 cpp-8-aarch64-linux-gnu [2021-06-28T11:08:42.122Z] #17 17.06 cpp-8-arm-linux-gnueabi cpp-8-arm-linux-gnueabihf [2021-06-28T11:08:42.122Z] #17 17.06 cpp-8-powerpc64le-linux-gnu cpp-8-s390x-linux-gnu cpp-aarch64-linux-gnu [2021-06-28T11:08:42.122Z] #17 17.06 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2021-06-28T11:08:42.122Z] #17 17.06 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2021-06-28T11:08:42.122Z] #17 17.06 crossbuild-essential-armel crossbuild-essential-armhf [2021-06-28T11:08:42.122Z] #17 17.06 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2021-06-28T11:08:42.122Z] #17 17.06 file g++-8-aarch64-linux-gnu g++-8-arm-linux-gnueabi [2021-06-28T11:08:42.122Z] #17 17.06 g++-8-arm-linux-gnueabihf g++-8-powerpc64le-linux-gnu g++-8-s390x-linux-gnu [2021-06-28T11:08:42.122Z] #17 17.06 g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf [2021-06-28T11:08:42.122Z] #17 17.06 g++-powerpc64le-linux-gnu g++-s390x-linux-gnu gcc-8-aarch64-linux-gnu [2021-06-28T11:08:42.122Z] #17 17.06 gcc-8-aarch64-linux-gnu-base gcc-8-arm-linux-gnueabi [2021-06-28T11:08:42.122Z] #17 17.06 gcc-8-arm-linux-gnueabi-base gcc-8-arm-linux-gnueabihf [2021-06-28T11:08:42.122Z] #17 17.06 gcc-8-arm-linux-gnueabihf-base gcc-8-cross-base gcc-8-powerpc64le-linux-gnu [2021-06-28T11:08:42.122Z] #17 17.06 gcc-8-powerpc64le-linux-gnu-base gcc-8-s390x-linux-gnu [2021-06-28T11:08:42.122Z] #17 17.06 gcc-8-s390x-linux-gnu-base gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi [2021-06-28T11:08:42.122Z] #17 17.07 gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu gcc-s390x-linux-gnu [2021-06-28T11:08:42.122Z] #17 17.07 libasan5-arm64-cross libasan5-armel-cross libasan5-armhf-cross [2021-06-28T11:08:42.122Z] #17 17.07 libasan5-ppc64el-cross libasan5-s390x-cross libatomic1-arm64-cross [2021-06-28T11:08:42.122Z] #17 17.07 libatomic1-armel-cross libatomic1-armhf-cross libatomic1-ppc64el-cross [2021-06-28T11:08:42.122Z] #17 17.07 libatomic1-s390x-cross libc6-arm64-cross libc6-armel-cross libc6-armhf-cross [2021-06-28T11:08:42.122Z] #17 17.07 libc6-dev-arm64-cross libc6-dev-armel-cross libc6-dev-armhf-cross [2021-06-28T11:08:42.122Z] #17 17.07 libc6-dev-ppc64el-cross libc6-dev-s390x-cross libc6-ppc64el-cross [2021-06-28T11:08:42.122Z] #17 17.07 libc6-s390x-cross libconfig-auto-perl libconfig-inifiles-perl [2021-06-28T11:08:42.122Z] #17 17.07 libdebian-dpkgcross-perl libfile-homedir-perl libfile-which-perl [2021-06-28T11:08:42.123Z] #17 17.07 libgcc-8-dev-arm64-cross libgcc-8-dev-armel-cross libgcc-8-dev-armhf-cross [2021-06-28T11:08:42.123Z] #17 17.07 libgcc-8-dev-ppc64el-cross libgcc-8-dev-s390x-cross libgcc1-arm64-cross [2021-06-28T11:08:42.123Z] #17 17.07 libgcc1-armel-cross libgcc1-armhf-cross libgcc1-ppc64el-cross [2021-06-28T11:08:42.123Z] #17 17.07 libgcc1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2021-06-28T11:08:42.123Z] #17 17.07 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu63 [2021-06-28T11:08:42.123Z] #17 17.07 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2021-06-28T11:08:42.123Z] #17 17.07 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2021-06-28T11:08:42.123Z] #17 17.07 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2021-06-28T11:08:42.123Z] #17 17.07 libstdc++-8-dev-arm64-cross libstdc++-8-dev-armel-cross [2021-06-28T11:08:42.123Z] #17 17.07 libstdc++-8-dev-armhf-cross libstdc++-8-dev-ppc64el-cross [2021-06-28T11:08:42.123Z] #17 17.07 libstdc++-8-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2021-06-28T11:08:42.123Z] #17 17.07 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2021-06-28T11:08:42.123Z] #17 17.07 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2021-06-28T11:08:42.123Z] #17 17.07 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2021-06-28T11:08:42.123Z] #17 17.07 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2021-06-28T11:08:42.123Z] #17 17.07 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2021-06-28T11:08:42.123Z] #17 17.07 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2021-06-28T11:08:42.123Z] #17 17.07 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2021-06-28T11:08:42.123Z] #17 17.07 linux-libc-dev-s390x-cross patch xz-utils [2021-06-28T11:08:42.136Z] #37 1.767 -- The C compiler identification is GNU 8.3.0 [2021-06-28T11:08:42.136Z] #37 1.780 -- Check for working C compiler: /usr/bin/cc [2021-06-28T11:08:42.136Z] #37 ... [2021-06-28T11:08:42.136Z] [2021-06-28T11:08:42.136Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-28T11:08:42.136Z] #59 sha256:f25e7fc6f4f04798df5f86aee3b4a11b17fc84dcff583413b6a74b25591ae691 [2021-06-28T11:08:42.136Z] #59 7.456 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-28T11:08:42.136Z] #59 9.120 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-28T11:08:42.378Z] #17 17.37 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2021-06-28T11:08:42.378Z] #17 17.37 Need to get 169 MB of archives. [2021-06-28T11:08:42.378Z] #17 17.37 After this operation, 612 MB of additional disk space will be used. [2021-06-28T11:08:42.378Z] #17 17.37 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblocale-gettext-perl amd64 1.07-3+b4 [18.9 kB] [2021-06-28T11:08:42.378Z] #17 17.37 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-06-28T11:08:42.378Z] #17 17.37 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-4+deb10u2 [242 kB] [2021-06-28T11:08:42.378Z] #17 17.41 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-4+deb10u2 [118 kB] [2021-06-28T11:08:42.378Z] #17 17.45 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 file amd64 1:5.35-4+deb10u2 [66.4 kB] [2021-06-28T11:08:42.378Z] #17 17.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-28T11:08:42.378Z] #17 17.46 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-aarch64-linux-gnu amd64 2.31.1-16 [2905 kB] [2021-06-28T11:08:42.378Z] #17 17.49 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-arm-linux-gnueabi amd64 2.31.1-16 [2832 kB] [2021-06-28T11:08:42.378Z] #17 17.60 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-arm-linux-gnueabihf amd64 2.31.1-16 [2834 kB] [2021-06-28T11:08:42.392Z] #59 ... [2021-06-28T11:08:42.392Z] [2021-06-28T11:08:42.392Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-06-28T11:08:42.392Z] #37 sha256:e1410d35181d12fcbaafb27c2b389a0fb7822e956de92d06fd117e23dc1ddc78 [2021-06-28T11:08:42.392Z] #37 2.104 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-28T11:08:42.392Z] #37 2.106 -- Detecting C compiler ABI info [2021-06-28T11:08:42.634Z] #17 17.86 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-powerpc64le-linux-gnu amd64 2.31.1-16 [2427 kB] [2021-06-28T11:08:42.649Z] #37 2.397 -- Detecting C compiler ABI info - done [2021-06-28T11:08:42.649Z] #37 2.431 -- Detecting C compile features [2021-06-28T11:08:42.890Z] #17 17.95 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-s390x-linux-gnu amd64 2.31.1-16 [2127 kB] [2021-06-28T11:08:42.890Z] #17 17.97 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-aarch64-linux-gnu-base amd64 8.3.0-2cross1 [190 kB] [2021-06-28T11:08:42.890Z] #17 17.97 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6251 kB] [2021-06-28T11:08:42.890Z] #17 18.04 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabi-base amd64 8.3.0-2cross1 [190 kB] [2021-06-28T11:08:42.890Z] #17 18.05 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [6552 kB] [2021-06-28T11:08:42.890Z] #17 18.12 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabihf-base amd64 8.3.0-2cross1 [190 kB] [2021-06-28T11:08:43.146Z] #17 18.12 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [6554 kB] [2021-06-28T11:08:43.146Z] #17 18.19 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-powerpc64le-linux-gnu-base amd64 8.3.0-2cross1 [190 kB] [2021-06-28T11:08:43.146Z] #17 18.20 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-powerpc64le-linux-gnu amd64 8.3.0-2cross1 [6591 kB] [2021-06-28T11:08:43.146Z] #17 18.27 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-s390x-linux-gnu-base amd64 8.3.0-2cross1 [190 kB] [2021-06-28T11:08:43.146Z] #17 18.27 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-s390x-linux-gnu amd64 8.3.0-2cross1 [5937 kB] [2021-06-28T11:08:43.146Z] #17 18.34 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-aarch64-linux-gnu amd64 4:8.3.0-1 [16.5 kB] [2021-06-28T11:08:43.146Z] #17 18.34 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-arm-linux-gnueabi amd64 4:8.3.0-1 [16.5 kB] [2021-06-28T11:08:43.146Z] #17 18.34 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-arm-linux-gnueabihf amd64 4:8.3.0-1 [16.5 kB] [2021-06-28T11:08:43.146Z] #17 18.34 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-powerpc64le-linux-gnu amd64 4:8.3.0-1 [16.5 kB] [2021-06-28T11:08:43.146Z] #17 18.34 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-s390x-linux-gnu amd64 4:8.3.0-1 [16.5 kB] [2021-06-28T11:08:43.146Z] #17 18.34 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cross-config all 2.6.15-3 [39.9 kB] [2021-06-28T11:08:43.146Z] #17 18.34 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-cross-base all 8.3.0-2cross1 [185 kB] [2021-06-28T11:08:43.146Z] #17 18.34 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-arm64-cross all 2.28-7cross1 [1312 kB] [2021-06-28T11:08:43.146Z] #17 18.35 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-arm64-cross all 1:8.3.0-2cross1 [34.2 kB] [2021-06-28T11:08:43.146Z] #17 18.35 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-arm64-cross all 8.3.0-2cross1 [66.3 kB] [2021-06-28T11:08:43.146Z] #17 18.36 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libitm1-arm64-cross all 8.3.0-2cross1 [23.6 kB] [2021-06-28T11:08:43.146Z] #17 18.36 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-arm64-cross all 8.3.0-2cross1 [8620 B] [2021-06-28T11:08:43.146Z] #17 18.36 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-arm64-cross all 8.3.0-2cross1 [325 kB] [2021-06-28T11:08:43.146Z] #17 18.36 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-arm64-cross all 8.3.0-2cross1 [321 kB] [2021-06-28T11:08:43.146Z] #17 18.37 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblsan0-arm64-cross all 8.3.0-2cross1 [117 kB] [2021-06-28T11:08:43.146Z] #17 18.37 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtsan0-arm64-cross all 8.3.0-2cross1 [255 kB] [2021-06-28T11:08:43.403Z] #17 18.37 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-arm64-cross all 8.3.0-2cross1 [110 kB] [2021-06-28T11:08:43.403Z] #17 18.38 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-arm64-cross all 8.3.0-2cross1 [833 kB] [2021-06-28T11:08:43.403Z] #17 18.39 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6681 kB] [2021-06-28T11:08:43.403Z] #17 18.46 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-aarch64-linux-gnu amd64 4:8.3.0-1 [1456 B] [2021-06-28T11:08:43.403Z] #17 18.46 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-arm64-cross all 4.19.20-1cross1 [1209 kB] [2021-06-28T11:08:43.403Z] #17 18.47 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-arm64-cross all 2.28-7cross1 [2322 kB] [2021-06-28T11:08:43.403Z] #17 18.49 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-arm64-cross all 8.3.0-2cross1 [1484 kB] [2021-06-28T11:08:43.403Z] #17 18.51 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6821 kB] [2021-06-28T11:08:43.403Z] #17 18.58 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-aarch64-linux-gnu amd64 4:8.3.0-1 [1176 B] [2021-06-28T11:08:43.403Z] #17 18.58 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-28T11:08:43.403Z] #17 18.58 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB] [2021-06-28T11:08:43.403Z] #17 18.60 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libconfig-inifiles-perl all 3.000001-1 [51.9 kB] [2021-06-28T11:08:43.579Z] #37 3.322 -- Detecting C compile features - done [2021-06-28T11:08:43.579Z] #37 3.339 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-28T11:08:43.579Z] #37 3.465 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-28T11:08:43.659Z] #17 18.60 Get:50 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libio-string-perl all 1.08-3 [12.3 kB] [2021-06-28T11:08:43.659Z] #17 18.60 Get:51 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-28T11:08:43.659Z] #17 18.69 Get:52 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB] [2021-06-28T11:08:43.659Z] #17 18.69 Get:53 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB] [2021-06-28T11:08:43.659Z] #17 18.69 Get:54 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-sax-base-perl all 1.09-1 [20.4 kB] [2021-06-28T11:08:43.659Z] #17 18.69 Get:55 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB] [2021-06-28T11:08:43.659Z] #17 18.69 Get:56 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1 [344 kB] [2021-06-28T11:08:43.659Z] #17 18.70 Get:57 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2021-06-28T11:08:43.659Z] #17 18.70 Get:58 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libyaml-perl all 1.27-1 [66.8 kB] [2021-06-28T11:08:43.659Z] #17 18.70 Get:59 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libconfig-auto-perl all 0.44-1 [19.5 kB] [2021-06-28T11:08:43.659Z] #17 18.70 Get:60 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2021-06-28T11:08:43.659Z] #17 18.70 Get:61 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-homedir-perl all 1.004-1 [42.7 kB] [2021-06-28T11:08:43.659Z] #17 18.70 Get:62 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdebian-dpkgcross-perl all 2.6.15-3 [38.7 kB] [2021-06-28T11:08:43.659Z] #17 18.70 Get:63 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dpkg-cross all 2.6.15-3 [49.3 kB] [2021-06-28T11:08:43.659Z] #17 18.70 Get:64 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-arm64 all 12.6 [6572 B] [2021-06-28T11:08:43.659Z] #17 18.70 Get:65 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-armel-cross all 2.28-7cross1 [1189 kB] [2021-06-28T11:08:43.659Z] #17 18.72 Get:66 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-armel-cross all 1:8.3.0-2cross1 [38.5 kB] [2021-06-28T11:08:43.659Z] #17 18.72 Get:67 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-armel-cross all 8.3.0-2cross1 [65.6 kB] [2021-06-28T11:08:43.659Z] #17 18.72 Get:68 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-armel-cross all 8.3.0-2cross1 [8820 B] [2021-06-28T11:08:43.659Z] #17 18.72 Get:69 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-armel-cross all 8.3.0-2cross1 [288 kB] [2021-06-28T11:08:43.659Z] #17 18.73 Get:70 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-armel-cross all 8.3.0-2cross1 [311 kB] [2021-06-28T11:08:43.659Z] #17 18.73 Get:71 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-armel-cross all 8.3.0-2cross1 [102 kB] [2021-06-28T11:08:43.659Z] #17 18.73 Get:72 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-armel-cross all 8.3.0-2cross1 [601 kB] [2021-06-28T11:08:43.659Z] #17 18.74 Get:73 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [6975 kB] [2021-06-28T11:08:43.659Z] #17 18.82 Get:74 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-arm-linux-gnueabi amd64 4:8.3.0-1 [1460 B] [2021-06-28T11:08:43.836Z] #37 3.544 -- Configuring done [2021-06-28T11:08:43.836Z] #37 3.574 -- Generating done [2021-06-28T11:08:43.836Z] #37 3.578 -- Build files have been written to: /tmp/tmp.EgQJtii80X/tini [2021-06-28T11:08:43.836Z] #37 3.580 + make tini-static [2021-06-28T11:08:43.916Z] #17 18.82 Get:75 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-armel-cross all 4.19.20-1cross1 [1212 kB] [2021-06-28T11:08:43.916Z] #17 18.83 Get:76 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-armel-cross all 2.28-7cross1 [2183 kB] [2021-06-28T11:08:43.916Z] #17 18.86 Get:77 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-armel-cross all 8.3.0-2cross1 [1543 kB] [2021-06-28T11:08:43.916Z] #17 18.88 Get:78 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [7131 kB] [2021-06-28T11:08:43.916Z] #17 18.95 Get:79 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-arm-linux-gnueabi amd64 4:8.3.0-1 [1176 B] [2021-06-28T11:08:43.916Z] #17 18.95 Get:80 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-armel all 12.6 [6568 B] [2021-06-28T11:08:43.916Z] #17 18.95 Get:81 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-armhf-cross all 2.28-7cross1 [1170 kB] [2021-06-28T11:08:43.916Z] #17 18.96 Get:82 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-armhf-cross all 1:8.3.0-2cross1 [37.1 kB] [2021-06-28T11:08:43.916Z] #17 18.96 Get:83 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-armhf-cross all 8.3.0-2cross1 [63.1 kB] [2021-06-28T11:08:43.916Z] #17 18.96 Get:84 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-armhf-cross all 8.3.0-2cross1 [6580 B] [2021-06-28T11:08:43.916Z] #17 18.96 Get:85 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-armhf-cross all 8.3.0-2cross1 [301 kB] [2021-06-28T11:08:43.916Z] #17 18.97 Get:86 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-armhf-cross all 8.3.0-2cross1 [330 kB] [2021-06-28T11:08:43.916Z] #17 18.97 Get:87 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-armhf-cross all 8.3.0-2cross1 [103 kB] [2021-06-28T11:08:43.916Z] #17 18.97 Get:88 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-armhf-cross all 8.3.0-2cross1 [612 kB] [2021-06-28T11:08:43.916Z] #17 18.98 Get:89 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [6974 kB] [2021-06-28T11:08:43.916Z] #17 19.09 Get:90 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-arm-linux-gnueabihf amd64 4:8.3.0-1 [1456 B] [2021-06-28T11:08:44.093Z] #37 3.726 Scanning dependencies of target tini-static [2021-06-28T11:08:44.093Z] #37 3.757 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-28T11:08:44.173Z] #17 19.11 Get:91 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-armhf-cross all 4.19.20-1cross1 [1212 kB] [2021-06-28T11:08:44.173Z] #17 19.13 Get:92 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-armhf-cross all 2.28-7cross1 [2148 kB] [2021-06-28T11:08:44.173Z] #17 19.15 Get:93 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-armhf-cross all 8.3.0-2cross1 [1556 kB] [2021-06-28T11:08:44.173Z] #17 19.17 Get:94 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [7133 kB] [2021-06-28T11:08:44.173Z] #17 19.24 Get:95 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-arm-linux-gnueabihf amd64 4:8.3.0-1 [1180 B] [2021-06-28T11:08:44.173Z] #17 19.24 Get:96 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-armhf all 12.6 [6572 B] [2021-06-28T11:08:44.173Z] #17 19.24 Get:97 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-ppc64el-cross all 2.28-7cross1 [1606 kB] [2021-06-28T11:08:44.173Z] #17 19.26 Get:98 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-ppc64el-cross all 1:8.3.0-2cross1 [30.3 kB] [2021-06-28T11:08:44.173Z] #17 19.26 Get:99 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-ppc64el-cross all 8.3.0-2cross1 [77.5 kB] [2021-06-28T11:08:44.173Z] #17 19.26 Get:100 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libitm1-ppc64el-cross all 8.3.0-2cross1 [29.0 kB] [2021-06-28T11:08:44.173Z] #17 19.26 Get:101 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-ppc64el-cross all 8.3.0-2cross1 [9628 B] [2021-06-28T11:08:44.173Z] #17 19.26 Get:102 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-ppc64el-cross all 8.3.0-2cross1 [400 kB] [2021-06-28T11:08:44.173Z] #17 19.27 Get:103 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-ppc64el-cross all 8.3.0-2cross1 [375 kB] [2021-06-28T11:08:44.173Z] #17 19.27 Get:104 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblsan0-ppc64el-cross all 8.3.0-2cross1 [142 kB] [2021-06-28T11:08:44.173Z] #17 19.27 Get:105 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtsan0-ppc64el-cross all 8.3.0-2cross1 [284 kB] [2021-06-28T11:08:44.173Z] #17 19.28 Get:106 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-ppc64el-cross all 8.3.0-2cross1 [131 kB] [2021-06-28T11:08:44.173Z] #17 19.28 Get:107 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libquadmath0-ppc64el-cross all 8.3.0-2cross1 [136 kB] [2021-06-28T11:08:44.173Z] #17 19.28 Get:108 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-ppc64el-cross all 8.3.0-2cross1 [1187 kB] [2021-06-28T11:08:44.173Z] #17 19.30 Get:109 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-powerpc64le-linux-gnu amd64 8.3.0-2cross1 [7028 kB] [2021-06-28T11:08:44.173Z] #17 19.38 Get:110 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-powerpc64le-linux-gnu amd64 4:8.3.0-1 [1472 B] [2021-06-28T11:08:44.430Z] #17 19.38 Get:111 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-ppc64el-cross all 4.19.20-1cross1 [1223 kB] [2021-06-28T11:08:44.430Z] #17 19.40 Get:112 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-ppc64el-cross all 2.28-7cross1 [2747 kB] [2021-06-28T11:08:44.430Z] #17 19.43 Get:113 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-ppc64el-cross all 8.3.0-2cross1 [1572 kB] [2021-06-28T11:08:44.430Z] #17 19.44 Get:114 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-powerpc64le-linux-gnu amd64 8.3.0-2cross1 [7169 kB] [2021-06-28T11:08:44.430Z] #17 19.52 Get:115 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-powerpc64le-linux-gnu amd64 4:8.3.0-1 [1184 B] [2021-06-28T11:08:44.430Z] #17 19.52 Get:116 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-ppc64el all 12.6 [6580 B] [2021-06-28T11:08:44.430Z] #17 19.52 Get:117 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-s390x-cross all 2.28-7cross1 [1308 kB] [2021-06-28T11:08:44.430Z] #17 19.54 Get:118 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-s390x-cross all 1:8.3.0-2cross1 [24.8 kB] [2021-06-28T11:08:44.430Z] #17 19.54 Get:119 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-s390x-cross all 8.3.0-2cross1 [67.4 kB] [2021-06-28T11:08:44.430Z] #17 19.54 Get:120 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libitm1-s390x-cross all 8.3.0-2cross1 [26.3 kB] [2021-06-28T11:08:44.430Z] #17 19.54 Get:121 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-s390x-cross all 8.3.0-2cross1 [8088 B] [2021-06-28T11:08:44.430Z] #17 19.54 Get:122 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-s390x-cross all 8.3.0-2cross1 [353 kB] [2021-06-28T11:08:44.430Z] #17 19.54 Get:123 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-s390x-cross all 8.3.0-2cross1 [314 kB] [2021-06-28T11:08:44.430Z] #17 19.55 Get:124 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-s390x-cross all 8.3.0-2cross1 [113 kB] [2021-06-28T11:08:44.430Z] #17 19.55 Get:125 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-s390x-cross all 8.3.0-2cross1 [641 kB] [2021-06-28T11:08:44.430Z] #17 19.56 Get:126 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-s390x-linux-gnu amd64 8.3.0-2cross1 [6368 kB] [2021-06-28T11:08:44.430Z] #17 19.63 Get:127 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-s390x-linux-gnu amd64 4:8.3.0-1 [1456 B] [2021-06-28T11:08:44.656Z] #37 4.252 [100%] Linking C executable tini-static [2021-06-28T11:08:44.685Z] #17 19.63 Get:128 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-s390x-cross all 4.19.20-1cross1 [1227 kB] [2021-06-28T11:08:44.685Z] #17 19.64 Get:129 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-s390x-cross all 2.28-7cross1 [2255 kB] [2021-06-28T11:08:44.685Z] #17 19.67 Get:130 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-s390x-cross all 8.3.0-2cross1 [1483 kB] [2021-06-28T11:08:44.685Z] #17 19.68 Get:131 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-s390x-linux-gnu amd64 8.3.0-2cross1 [6515 kB] [2021-06-28T11:08:44.685Z] #17 19.74 Get:132 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-s390x-linux-gnu amd64 4:8.3.0-1 [1176 B] [2021-06-28T11:08:44.685Z] #17 19.75 Get:133 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-s390x all 12.6 [6568 B] [2021-06-28T11:08:44.851Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-06-28T11:08:44.851Z] [2021-06-28T11:08:44.851Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-06-28T11:08:44.851Z] Installing docker-proxy to /usr/local/bin/ [2021-06-28T11:08:44.851Z] [2021-06-28T11:08:44.851Z] + mkdir -p bundles [2021-06-28T11:08:44.851Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-06-28T11:08:44.913Z] #37 4.555 [100%] Built target tini-static [2021-06-28T11:08:44.913Z] #37 4.599 + mkdir -p /build [2021-06-28T11:08:44.913Z] #37 4.601 + cp tini-static /build/docker-init [2021-06-28T11:08:44.941Z] #17 20.02 debconf: delaying package configuration, since apt-utils is not installed [2021-06-28T11:08:44.941Z] #17 20.10 Fetched 169 MB in 3s (64.0 MB/s) [2021-06-28T11:08:44.941Z] #17 20.14 Selecting previously unselected package liblocale-gettext-perl. [2021-06-28T11:08:45.169Z] #37 DONE 4.9s [2021-06-28T11:08:45.169Z] [2021-06-28T11:08:45.169Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:08:45.169Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-28T11:08:45.169Z] #13 17.31 Selecting previously unselected package dmsetup. [2021-06-28T11:08:45.169Z] #13 17.31 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-28T11:08:45.169Z] #13 17.32 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-28T11:08:45.169Z] #13 17.54 Selecting previously unselected package mingw-w64-common. [2021-06-28T11:08:45.169Z] #13 17.54 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-28T11:08:45.169Z] #13 17.55 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-28T11:08:45.169Z] #13 20.09 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-28T11:08:45.169Z] #13 20.10 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-28T11:08:45.169Z] #13 20.10 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-28T11:08:45.196Z] #17 20.14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-28T11:08:45.196Z] #17 20.23 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3+b4_amd64.deb ... [2021-06-28T11:08:45.196Z] #17 20.24 Unpacking liblocale-gettext-perl (1.07-3+b4) ... [2021-06-28T11:08:45.196Z] #17 20.27 Selecting previously unselected package bzip2. [2021-06-28T11:08:45.196Z] #17 20.28 Preparing to unpack .../001-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-28T11:08:45.196Z] #17 20.28 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-28T11:08:45.196Z] #17 20.31 Selecting previously unselected package libmagic-mgc. [2021-06-28T11:08:45.196Z] #17 20.32 Preparing to unpack .../002-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ... [2021-06-28T11:08:45.196Z] #17 20.32 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ... [2021-06-28T11:08:45.426Z] #13 22.42 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-28T11:08:45.426Z] #13 22.43 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-28T11:08:45.426Z] #13 22.43 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-28T11:08:45.452Z] #17 20.39 Selecting previously unselected package libmagic1:amd64. [2021-06-28T11:08:45.452Z] #17 20.40 Preparing to unpack .../003-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ... [2021-06-28T11:08:45.452Z] #17 20.41 Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ... [2021-06-28T11:08:45.452Z] #17 20.45 Selecting previously unselected package file. [2021-06-28T11:08:45.452Z] #17 20.45 Preparing to unpack .../004-file_1%3a5.35-4+deb10u2_amd64.deb ... [2021-06-28T11:08:45.452Z] #17 20.45 Unpacking file (1:5.35-4+deb10u2) ... [2021-06-28T11:08:45.452Z] #17 20.49 Selecting previously unselected package xz-utils. [2021-06-28T11:08:45.452Z] #17 20.49 Preparing to unpack .../005-xz-utils_5.2.4-1_amd64.deb ... [2021-06-28T11:08:45.452Z] #17 20.50 Unpacking xz-utils (5.2.4-1) ... [2021-06-28T11:08:45.452Z] #17 20.56 Selecting previously unselected package binutils-aarch64-linux-gnu. [2021-06-28T11:08:45.452Z] #17 20.56 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.31.1-16_amd64.deb ... [2021-06-28T11:08:45.452Z] #17 20.57 Unpacking binutils-aarch64-linux-gnu (2.31.1-16) ... [2021-06-28T11:08:45.683Z] #13 22.55 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-28T11:08:45.683Z] #13 22.55 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-28T11:08:45.683Z] #13 22.55 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-28T11:08:45.709Z] #17 20.91 Selecting previously unselected package binutils-arm-linux-gnueabi. [2021-06-28T11:08:45.965Z] #17 20.91 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.31.1-16_amd64.deb ... [2021-06-28T11:08:45.965Z] #17 20.92 Unpacking binutils-arm-linux-gnueabi (2.31.1-16) ... [2021-06-28T11:08:46.222Z] #17 21.23 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2021-06-28T11:08:46.222Z] #17 21.23 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.31.1-16_amd64.deb ... [2021-06-28T11:08:46.222Z] #17 21.23 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16) ... [2021-06-28T11:08:46.254Z] #13 ... [2021-06-28T11:08:46.254Z] [2021-06-28T11:08:46.254Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-28T11:08:46.254Z] #39 sha256:31ddbff9f2cf0a02e829f1c81fc8e306bda7e328dbd7ea17fe01a9aa67efdf10 [2021-06-28T11:08:46.254Z] #39 CACHED [2021-06-28T11:08:46.254Z] [2021-06-28T11:08:46.254Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-06-28T11:08:46.254Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-28T11:08:46.254Z] #40 CACHED [2021-06-28T11:08:46.254Z] [2021-06-28T11:08:46.254Z] #43 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-06-28T11:08:46.254Z] #43 sha256:18a6a30518753cc2cf84cb4c9cead93e3b02a5420463ddb3ada6950d03757d94 [2021-06-28T11:08:46.254Z] #43 CACHED [2021-06-28T11:08:46.254Z] [2021-06-28T11:08:46.254Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-28T11:08:46.254Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-28T11:08:46.254Z] #44 CACHED [2021-06-28T11:08:46.254Z] [2021-06-28T11:08:46.254Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-06-28T11:08:46.254Z] #46 sha256:60d36923f8a7e08122905a72af3d6324bfb51ee8be0b283766dcbfd9b9e2008c [2021-06-28T11:08:46.254Z] #46 CACHED [2021-06-28T11:08:46.254Z] [2021-06-28T11:08:46.254Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-06-28T11:08:46.254Z] #48 sha256:92e58e674a096e2b26d6ff9fae3156e0bdf0a3d10b658c56d32e48e9d0493d4b [2021-06-28T11:08:46.254Z] #48 CACHED [2021-06-28T11:08:46.254Z] [2021-06-28T11:08:46.254Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-06-28T11:08:46.254Z] #50 sha256:5feb96a795221b20b57649db9e49198ac34c0e8ba43a8a4ca503ae6e4d0bb0a7 [2021-06-28T11:08:46.254Z] #50 CACHED [2021-06-28T11:08:46.254Z] [2021-06-28T11:08:46.254Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-06-28T11:08:46.254Z] #52 sha256:69970b95b901bdb1bba9f54fa169cedff47cd9daab469a3fe10d8ca22e1b533d [2021-06-28T11:08:46.254Z] #52 CACHED [2021-06-28T11:08:46.478Z] #17 21.54 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2021-06-28T11:08:46.478Z] #17 21.54 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.31.1-16_amd64.deb ... [2021-06-28T11:08:46.478Z] #17 21.54 Unpacking binutils-powerpc64le-linux-gnu (2.31.1-16) ... [2021-06-28T11:08:46.512Z] [2021-06-28T11:08:46.512Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:08:46.512Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-28T11:08:46.734Z] #17 21.83 Selecting previously unselected package binutils-s390x-linux-gnu. [2021-06-28T11:08:46.734Z] #17 21.83 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.31.1-16_amd64.deb ... [2021-06-28T11:08:46.734Z] #17 21.83 Unpacking binutils-s390x-linux-gnu (2.31.1-16) ... [2021-06-28T11:08:46.768Z] ? github.com/docker/docker/api [no test files] [2021-06-28T11:08:46.990Z] #17 22.07 Selecting previously unselected package gcc-8-aarch64-linux-gnu-base:amd64. [2021-06-28T11:08:46.990Z] #17 22.07 Preparing to unpack .../011-gcc-8-aarch64-linux-gnu-base_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:08:46.990Z] #17 22.08 Unpacking gcc-8-aarch64-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-06-28T11:08:46.990Z] #17 22.11 Selecting previously unselected package cpp-8-aarch64-linux-gnu. [2021-06-28T11:08:46.990Z] #17 22.11 Preparing to unpack .../012-cpp-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:08:46.990Z] #17 22.12 Unpacking cpp-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:08:47.919Z] #17 22.67 Selecting previously unselected package gcc-8-arm-linux-gnueabi-base:amd64. [2021-06-28T11:08:47.919Z] #17 22.67 Preparing to unpack .../013-gcc-8-arm-linux-gnueabi-base_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:08:47.919Z] #17 22.68 Unpacking gcc-8-arm-linux-gnueabi-base:amd64 (8.3.0-2cross1) ... [2021-06-28T11:08:47.919Z] #17 22.72 Selecting previously unselected package cpp-8-arm-linux-gnueabi. [2021-06-28T11:08:47.919Z] #17 22.72 Preparing to unpack .../014-cpp-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:08:47.919Z] #17 22.72 Unpacking cpp-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-06-28T11:08:48.406Z] #13 ... [2021-06-28T11:08:48.407Z] [2021-06-28T11:08:48.407Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:08:48.407Z] #57 sha256:da1dd6c401c208cb1495241f06bc8235cad44bfbc03e95808ec6f6583ff3b0b2 [2021-06-28T11:08:48.407Z] #57 15.74 + cd /tmp/tmp.B1mu2sij5O/src/github.com/containerd/containerd [2021-06-28T11:08:48.407Z] #57 15.74 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-28T11:08:48.481Z] #17 23.31 Selecting previously unselected package gcc-8-arm-linux-gnueabihf-base:amd64. [2021-06-28T11:08:48.481Z] #17 23.31 Preparing to unpack .../015-gcc-8-arm-linux-gnueabihf-base_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:08:48.481Z] #17 23.32 Unpacking gcc-8-arm-linux-gnueabihf-base:amd64 (8.3.0-2cross1) ... [2021-06-28T11:08:48.481Z] #17 23.36 Selecting previously unselected package cpp-8-arm-linux-gnueabihf. [2021-06-28T11:08:48.481Z] #17 23.36 Preparing to unpack .../016-cpp-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:08:48.481Z] #17 23.36 Unpacking cpp-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-06-28T11:08:48.970Z] #57 16.27 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-28T11:08:48.970Z] #57 16.27 + BUILDTAGS='netgo osusergo static_build' [2021-06-28T11:08:48.970Z] #57 16.27 + export EXTRA_FLAGS=-buildmode=pie [2021-06-28T11:08:48.970Z] #57 16.27 + EXTRA_FLAGS=-buildmode=pie [2021-06-28T11:08:48.970Z] #57 16.27 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-28T11:08:48.970Z] #57 16.27 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-28T11:08:48.970Z] #57 16.27 + '[' '' = dynamic ']' [2021-06-28T11:08:48.970Z] #57 16.27 + make [2021-06-28T11:08:49.044Z] #17 23.95 Selecting previously unselected package gcc-8-powerpc64le-linux-gnu-base:amd64. [2021-06-28T11:08:49.044Z] #17 23.96 Preparing to unpack .../017-gcc-8-powerpc64le-linux-gnu-base_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:08:49.044Z] #17 23.96 Unpacking gcc-8-powerpc64le-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-06-28T11:08:49.044Z] #17 24.00 Selecting previously unselected package cpp-8-powerpc64le-linux-gnu. [2021-06-28T11:08:49.044Z] #17 24.00 Preparing to unpack .../018-cpp-8-powerpc64le-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:08:49.044Z] #17 24.00 Unpacking cpp-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:08:49.606Z] #17 24.60 Selecting previously unselected package gcc-8-s390x-linux-gnu-base:amd64. [2021-06-28T11:08:49.607Z] #17 24.60 Preparing to unpack .../019-gcc-8-s390x-linux-gnu-base_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:08:49.607Z] #17 24.61 Unpacking gcc-8-s390x-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-06-28T11:08:49.607Z] #17 24.64 Selecting previously unselected package cpp-8-s390x-linux-gnu. [2021-06-28T11:08:49.607Z] #17 24.65 Preparing to unpack .../020-cpp-8-s390x-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:08:49.607Z] #17 24.65 Unpacking cpp-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:08:49.900Z] #57 17.03 + bin/ctr [2021-06-28T11:08:50.169Z] #17 25.19 Selecting previously unselected package cpp-aarch64-linux-gnu. [2021-06-28T11:08:50.169Z] #17 25.19 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-28T11:08:50.169Z] #17 25.19 Unpacking cpp-aarch64-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:08:50.169Z] #17 25.22 Selecting previously unselected package cpp-arm-linux-gnueabi. [2021-06-28T11:08:50.169Z] #17 25.22 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ... [2021-06-28T11:08:50.169Z] #17 25.23 Unpacking cpp-arm-linux-gnueabi (4:8.3.0-1) ... [2021-06-28T11:08:50.169Z] #17 25.25 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2021-06-28T11:08:50.169Z] #17 25.25 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ... [2021-06-28T11:08:50.169Z] #17 25.26 Unpacking cpp-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-06-28T11:08:50.169Z] #17 25.28 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2021-06-28T11:08:50.169Z] #17 25.28 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-28T11:08:50.169Z] #17 25.29 Unpacking cpp-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:08:50.169Z] #17 25.31 Selecting previously unselected package cpp-s390x-linux-gnu. [2021-06-28T11:08:50.169Z] #17 25.32 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-28T11:08:50.169Z] #17 25.32 Unpacking cpp-s390x-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:08:50.169Z] #17 25.35 Selecting previously unselected package cross-config. [2021-06-28T11:08:50.169Z] #17 25.35 Preparing to unpack .../026-cross-config_2.6.15-3_all.deb ... [2021-06-28T11:08:50.169Z] #17 25.36 Unpacking cross-config (2.6.15-3) ... [2021-06-28T11:08:50.169Z] #17 25.39 Selecting previously unselected package gcc-8-cross-base. [2021-06-28T11:08:50.169Z] #17 25.39 Preparing to unpack .../027-gcc-8-cross-base_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:50.425Z] #17 25.39 Unpacking gcc-8-cross-base (8.3.0-2cross1) ... [2021-06-28T11:08:50.425Z] #17 25.43 Selecting previously unselected package libc6-arm64-cross. [2021-06-28T11:08:50.425Z] #17 25.43 Preparing to unpack .../028-libc6-arm64-cross_2.28-7cross1_all.deb ... [2021-06-28T11:08:50.425Z] #17 25.44 Unpacking libc6-arm64-cross (2.28-7cross1) ... [2021-06-28T11:08:50.425Z] #17 25.57 Selecting previously unselected package libgcc1-arm64-cross. [2021-06-28T11:08:50.425Z] #17 25.57 Preparing to unpack .../029-libgcc1-arm64-cross_1%3a8.3.0-2cross1_all.deb ... [2021-06-28T11:08:50.425Z] #17 25.58 Unpacking libgcc1-arm64-cross (1:8.3.0-2cross1) ... [2021-06-28T11:08:50.425Z] #17 25.61 Selecting previously unselected package libgomp1-arm64-cross. [2021-06-28T11:08:50.425Z] #17 25.61 Preparing to unpack .../030-libgomp1-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:50.425Z] #17 25.61 Unpacking libgomp1-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:08:50.425Z] #17 25.65 Selecting previously unselected package libitm1-arm64-cross. [2021-06-28T11:08:50.681Z] #17 25.65 Preparing to unpack .../031-libitm1-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:50.681Z] #17 25.65 Unpacking libitm1-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:08:50.681Z] #17 25.68 Selecting previously unselected package libatomic1-arm64-cross. [2021-06-28T11:08:50.681Z] #17 25.68 Preparing to unpack .../032-libatomic1-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:50.681Z] #17 25.69 Unpacking libatomic1-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:08:50.681Z] #17 25.71 Selecting previously unselected package libstdc++6-arm64-cross. [2021-06-28T11:08:50.681Z] #17 25.71 Preparing to unpack .../033-libstdc++6-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:50.681Z] #17 25.72 Unpacking libstdc++6-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:08:50.681Z] #17 25.78 Selecting previously unselected package libasan5-arm64-cross. [2021-06-28T11:08:50.681Z] #17 25.78 Preparing to unpack .../034-libasan5-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:50.681Z] #17 25.79 Unpacking libasan5-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:08:50.681Z] #17 25.84 Selecting previously unselected package liblsan0-arm64-cross. [2021-06-28T11:08:50.681Z] #17 25.84 Preparing to unpack .../035-liblsan0-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:50.681Z] #17 25.84 Unpacking liblsan0-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:08:50.681Z] #17 25.88 Selecting previously unselected package libtsan0-arm64-cross. [2021-06-28T11:08:50.681Z] #17 25.88 Preparing to unpack .../036-libtsan0-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:50.937Z] #17 25.88 Unpacking libtsan0-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:08:50.937Z] #17 25.94 Selecting previously unselected package libubsan1-arm64-cross. [2021-06-28T11:08:50.937Z] #17 25.94 Preparing to unpack .../037-libubsan1-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:50.937Z] #17 25.94 Unpacking libubsan1-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:08:50.937Z] #17 25.97 Selecting previously unselected package libgcc-8-dev-arm64-cross. [2021-06-28T11:08:50.937Z] #17 25.97 Preparing to unpack .../038-libgcc-8-dev-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:50.937Z] #17 25.98 Unpacking libgcc-8-dev-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:08:51.193Z] #17 26.10 Selecting previously unselected package gcc-8-aarch64-linux-gnu. [2021-06-28T11:08:51.193Z] #17 26.11 Preparing to unpack .../039-gcc-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:08:51.193Z] #17 26.11 Unpacking gcc-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:08:51.268Z] #57 ... [2021-06-28T11:08:51.268Z] [2021-06-28T11:08:51.268Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-28T11:08:51.268Z] #59 sha256:f25e7fc6f4f04798df5f86aee3b4a11b17fc84dcff583413b6a74b25591ae691 [2021-06-28T11:08:51.268Z] #59 23.88 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-28T11:08:51.269Z] #59 23.88 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-28T11:08:51.269Z] #59 DONE 26.4s [2021-06-28T11:08:51.269Z] [2021-06-28T11:08:51.269Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-28T11:08:51.269Z] #60 sha256:605768cb65b5e0d0fdd3688c103b763eb13afb90173fae6223b6df1161cfe03f [2021-06-28T11:08:51.269Z] #60 DONE 0.1s [2021-06-28T11:08:51.269Z] [2021-06-28T11:08:51.269Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-28T11:08:51.269Z] #61 sha256:23c26d9ea7dea75b68b571454716eb8b4b5aab5dbf6c0cbce28875f8eee4bfb7 [2021-06-28T11:08:51.269Z] #61 DONE 0.1s [2021-06-28T11:08:51.269Z] [2021-06-28T11:08:51.269Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:08:51.269Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-28T11:08:51.755Z] #17 26.70 Selecting previously unselected package gcc-aarch64-linux-gnu. [2021-06-28T11:08:51.755Z] #17 26.70 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-28T11:08:51.755Z] #17 26.70 Unpacking gcc-aarch64-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:08:51.755Z] #17 26.73 Selecting previously unselected package linux-libc-dev-arm64-cross. [2021-06-28T11:08:51.755Z] #17 26.73 Preparing to unpack .../041-linux-libc-dev-arm64-cross_4.19.20-1cross1_all.deb ... [2021-06-28T11:08:51.755Z] #17 26.74 Unpacking linux-libc-dev-arm64-cross (4.19.20-1cross1) ... [2021-06-28T11:08:52.011Z] #17 26.89 Selecting previously unselected package libc6-dev-arm64-cross. [2021-06-28T11:08:52.011Z] #17 26.89 Preparing to unpack .../042-libc6-dev-arm64-cross_2.28-7cross1_all.deb ... [2021-06-28T11:08:52.011Z] #17 26.89 Unpacking libc6-dev-arm64-cross (2.28-7cross1) ... [2021-06-28T11:08:52.011Z] #17 27.17 Selecting previously unselected package libstdc++-8-dev-arm64-cross. [2021-06-28T11:08:52.268Z] #17 27.17 Preparing to unpack .../043-libstdc++-8-dev-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:52.268Z] #17 27.18 Unpacking libstdc++-8-dev-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:08:52.268Z] #17 27.40 Selecting previously unselected package g++-8-aarch64-linux-gnu. [2021-06-28T11:08:52.268Z] #17 27.41 Preparing to unpack .../044-g++-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:08:52.268Z] #17 27.41 Unpacking g++-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:08:52.638Z] #13 ... [2021-06-28T11:08:52.638Z] [2021-06-28T11:08:52.638Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-28T11:08:52.638Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-28T11:08:52.638Z] #64 CACHED [2021-06-28T11:08:52.638Z] [2021-06-28T11:08:52.638Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-28T11:08:52.638Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-28T11:08:52.638Z] #66 CACHED [2021-06-28T11:08:52.638Z] [2021-06-28T11:08:52.638Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:08:52.638Z] #57 sha256:da1dd6c401c208cb1495241f06bc8235cad44bfbc03e95808ec6f6583ff3b0b2 [2021-06-28T11:08:52.831Z] #17 28.02 Selecting previously unselected package g++-aarch64-linux-gnu. [2021-06-28T11:08:52.831Z] #17 28.02 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-28T11:08:53.044Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-06-28T11:08:53.044Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-81501297\powershellScript.ps1'; exit $LASTEXITCODE; [2021-06-28T11:08:53.044Z] ---------------------------------------------------------------------------- [2021-06-28T11:08:53.044Z] [2021-06-28T11:08:53.044Z] INFO: executeCI.ps1 starting at Mon Jun 28 11:08:52 CUT 2021 [2021-06-28T11:08:53.044Z] [2021-06-28T11:08:53.044Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-06-28T11:08:53.044Z] INFO: Running git version 2.24.1.windows.2 [2021-06-28T11:08:53.044Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-06-28T11:08:53.044Z] INFO: Environment variables: [2021-06-28T11:08:53.044Z] [2021-06-28T11:08:53.044Z] Name Value [2021-06-28T11:08:53.044Z] ---- ----- [2021-06-28T11:08:53.044Z] ALLUSERSPROFILE C:\ProgramData [2021-06-28T11:08:53.044Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-06-28T11:08:53.044Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-06-28T11:08:53.044Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-06-28T11:08:53.044Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-06-28T11:08:53.044Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-06-28T11:08:53.044Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-06-28T11:08:53.044Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-06-28T11:08:53.044Z] BRANCH_NAME PR-42572 [2021-06-28T11:08:53.044Z] BUILD_DISPLAY_NAME #1 [2021-06-28T11:08:53.044Z] BUILD_ID 1 [2021-06-28T11:08:53.044Z] BUILD_NUMBER 1 [2021-06-28T11:08:53.044Z] BUILD_TAG jenkins-moby-PR-42572-1 [2021-06-28T11:08:53.044Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/1/ [2021-06-28T11:08:53.044Z] CHANGE_AUTHOR thaJeztah [2021-06-28T11:08:53.044Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-06-28T11:08:53.044Z] CHANGE_BRANCH libnetwork_remove_unused_args [2021-06-28T11:08:53.044Z] CHANGE_FORK thaJeztah/docker [2021-06-28T11:08:53.044Z] CHANGE_ID 42572 [2021-06-28T11:08:53.044Z] CHANGE_TARGET master [2021-06-28T11:08:53.044Z] CHANGE_TITLE Libnetwork remove unused args from driver-registry [2021-06-28T11:08:53.044Z] CHANGE_URL https://github.com/moby/moby/pull/42572 [2021-06-28T11:08:53.044Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-28T11:08:53.044Z] CommonProgramFiles C:\Program Files\Common Files [2021-06-28T11:08:53.044Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-06-28T11:08:53.044Z] CommonProgramW6432 C:\Program Files\Common Files [2021-06-28T11:08:53.044Z] COMPUTERNAME azwin-2-ae1000 [2021-06-28T11:08:53.044Z] ComSpec C:\Windows\system32\cmd.exe [2021-06-28T11:08:53.044Z] ConfigSequenceNumber 0 [2021-06-28T11:08:53.044Z] DOCKER_BUILDKIT 0 [2021-06-28T11:08:53.044Z] DOCKER_DUT_DEBUG 1 [2021-06-28T11:08:53.044Z] DOCKER_EXPERIMENTAL 1 [2021-06-28T11:08:53.044Z] DOCKER_GRAPHDRIVER overlay2 [2021-06-28T11:08:53.044Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-06-28T11:08:53.044Z] EXECUTOR_NUMBER 0 [2021-06-28T11:08:53.044Z] FQDN azwin-2-ae1000.westus.cloudapp.azure.com [2021-06-28T11:08:53.044Z] GIT_BRANCH PR-42572 [2021-06-28T11:08:53.044Z] GIT_COMMIT 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:08:53.044Z] GIT_URL https://github.com/moby/moby.git [2021-06-28T11:08:53.044Z] HUDSON_COOKIE 3daf6bb5-bb6f-4b79-993e-021dc8dec57f [2021-06-28T11:08:53.044Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-06-28T11:08:53.044Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-06-28T11:08:53.044Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-06-28T11:08:53.044Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-06-28T11:08:53.044Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-06-28T11:08:53.044Z] JENKINS_NODE_COOKIE d7847ab3-f18b-4ad0-be64-0c31f34aa3d0 [2021-06-28T11:08:53.044Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-06-28T11:08:53.044Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-06-28T11:08:53.044Z] JOB_BASE_NAME PR-42572 [2021-06-28T11:08:53.044Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/display/redirect [2021-06-28T11:08:53.044Z] JOB_NAME moby/PR-42572 [2021-06-28T11:08:53.044Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/ [2021-06-28T11:08:53.044Z] library.jps.version master [2021-06-28T11:08:53.044Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-06-28T11:08:53.044Z] NODE_LABELS amd64 azure azwin-2-ae1000 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-06-28T11:08:53.044Z] NODE_NAME azwin-2-ae1000 [2021-06-28T11:08:53.044Z] NUMBER_OF_PROCESSORS 4 [2021-06-28T11:08:53.044Z] OS Windows_NT [2021-06-28T11:08:53.044Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-06-28T11:08:53.044Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-06-28T11:08:53.044Z] PROCESSOR_ARCHITECTURE AMD64 [2021-06-28T11:08:53.044Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2021-06-28T11:08:53.044Z] PROCESSOR_LEVEL 6 [2021-06-28T11:08:53.044Z] PROCESSOR_REVISION 4f01 [2021-06-28T11:08:53.044Z] ProgramData C:\ProgramData [2021-06-28T11:08:53.044Z] ProgramFiles C:\Program Files [2021-06-28T11:08:53.044Z] ProgramFiles(x86) C:\Program Files (x86) [2021-06-28T11:08:53.044Z] ProgramW6432 C:\Program Files [2021-06-28T11:08:53.044Z] PROMPT $P$G [2021-06-28T11:08:53.044Z] PSExecutionPolicyPreference Bypass [2021-06-28T11:08:53.044Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-06-28T11:08:53.044Z] PUBLIC C:\Users\Public [2021-06-28T11:08:53.044Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/1/display/redirect?page=artif... [2021-06-28T11:08:53.044Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/1/display/redirect?page=changes [2021-06-28T11:08:53.044Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/1/display/redirect [2021-06-28T11:08:53.044Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/1/display/redirect?page=tests [2021-06-28T11:08:53.044Z] SKIP_VALIDATION_TESTS 1 [2021-06-28T11:08:53.044Z] SOURCES_DRIVE d [2021-06-28T11:08:53.044Z] SOURCES_SUBDIR gopath [2021-06-28T11:08:53.044Z] STAGE_NAME Run tests [2021-06-28T11:08:53.044Z] SystemDrive C: [2021-06-28T11:08:53.044Z] SystemRoot C:\Windows [2021-06-28T11:08:53.044Z] TEMP C:\Windows\TEMP [2021-06-28T11:08:53.044Z] TESTDEBUG 0 [2021-06-28T11:08:53.044Z] TESTRUN_DRIVE d [2021-06-28T11:08:53.044Z] TESTRUN_SUBDIR CI [2021-06-28T11:08:53.044Z] TIMEOUT 120m [2021-06-28T11:08:53.044Z] TMP C:\Windows\TEMP [2021-06-28T11:08:53.044Z] USERDOMAIN WORKGROUP [2021-06-28T11:08:53.044Z] USERNAME azwin-2-ae1000$ [2021-06-28T11:08:53.044Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-06-28T11:08:53.044Z] windir C:\Windows [2021-06-28T11:08:53.044Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-06-28T11:08:53.044Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-06-28T11:08:53.044Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-06-28T11:08:53.045Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-06-28T11:08:53.045Z] [2021-06-28T11:08:53.045Z] [2021-06-28T11:08:53.045Z] [2021-06-28T11:08:53.087Z] #17 28.03 Unpacking g++-aarch64-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:08:53.087Z] #17 28.05 Selecting previously unselected package patch. [2021-06-28T11:08:53.087Z] #17 28.05 Preparing to unpack .../046-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-28T11:08:53.087Z] #17 28.06 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-28T11:08:53.087Z] #17 28.10 Selecting previously unselected package dpkg-dev. [2021-06-28T11:08:53.087Z] #17 28.10 Preparing to unpack .../047-dpkg-dev_1.19.7_all.deb ... [2021-06-28T11:08:53.087Z] #17 28.10 Unpacking dpkg-dev (1.19.7) ... [2021-06-28T11:08:53.087Z] #17 28.21 Selecting previously unselected package libconfig-inifiles-perl. [2021-06-28T11:08:53.087Z] #17 28.21 Preparing to unpack .../048-libconfig-inifiles-perl_3.000001-1_all.deb ... [2021-06-28T11:08:53.087Z] #17 28.21 Unpacking libconfig-inifiles-perl (3.000001-1) ... [2021-06-28T11:08:53.087Z] #17 28.24 Selecting previously unselected package libio-string-perl. [2021-06-28T11:08:53.087Z] #17 28.24 Preparing to unpack .../049-libio-string-perl_1.08-3_all.deb ... [2021-06-28T11:08:53.087Z] #17 28.25 Unpacking libio-string-perl (1.08-3) ... [2021-06-28T11:08:53.087Z] #17 28.28 Selecting previously unselected package libicu63:amd64. [2021-06-28T11:08:53.344Z] #17 28.28 Preparing to unpack .../050-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-28T11:08:53.344Z] #17 28.28 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-28T11:08:53.498Z] INFO: Sources under d:\gopath\... [2021-06-28T11:08:53.498Z] INFO: Test run under d:\CI\... [2021-06-28T11:08:53.498Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-06-28T11:08:53.498Z] INFO: docker/docker repository was found [2021-06-28T11:08:53.498Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-06-28T11:08:53.498Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1999' [2021-06-28T11:08:53.498Z] INFO: Docker version of control daemon [2021-06-28T11:08:53.498Z] [2021-06-28T11:08:53.567Z] #57 ... [2021-06-28T11:08:53.567Z] [2021-06-28T11:08:53.567Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:08:53.567Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-28T11:08:53.567Z] #13 29.70 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-28T11:08:53.567Z] #13 29.70 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-28T11:08:53.567Z] #13 29.71 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-28T11:08:53.950Z] Client: [2021-06-28T11:08:53.950Z] Version: 20.10.6 [2021-06-28T11:08:53.950Z] API version: 1.41 [2021-06-28T11:08:53.950Z] Go version: go1.16.3 [2021-06-28T11:08:53.950Z] Git commit: 370c289 [2021-06-28T11:08:53.950Z] Built: Fri Apr 9 22:49:36 2021 [2021-06-28T11:08:53.950Z] OS/Arch: windows/amd64 [2021-06-28T11:08:53.950Z] Context: default [2021-06-28T11:08:53.950Z] Experimental: true [2021-06-28T11:08:53.950Z] [2021-06-28T11:08:53.950Z] Server: Docker Engine - Community [2021-06-28T11:08:53.950Z] Engine: [2021-06-28T11:08:53.950Z] Version: 20.10.6 [2021-06-28T11:08:53.950Z] API version: 1.41 (minimum version 1.24) [2021-06-28T11:08:53.950Z] Go version: go1.13.15 [2021-06-28T11:08:53.950Z] Git commit: 8728dd2 [2021-06-28T11:08:53.950Z] Built: Fri Apr 9 22:45:40 2021 [2021-06-28T11:08:53.950Z] OS/Arch: windows/amd64 [2021-06-28T11:08:53.950Z] Experimental: true [2021-06-28T11:08:53.950Z] [2021-06-28T11:08:53.950Z] INFO: Docker info of control daemon [2021-06-28T11:08:53.950Z] [2021-06-28T11:08:54.272Z] #17 29.08 Selecting previously unselected package libxml2:amd64. [2021-06-28T11:08:54.272Z] #17 29.08 Preparing to unpack .../051-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ... [2021-06-28T11:08:54.272Z] #17 29.09 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-06-28T11:08:54.272Z] #17 29.17 Selecting previously unselected package libxml-namespacesupport-perl. [2021-06-28T11:08:54.272Z] #17 29.17 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1_all.deb ... [2021-06-28T11:08:54.272Z] #17 29.17 Unpacking libxml-namespacesupport-perl (1.12-1) ... [2021-06-28T11:08:54.272Z] #17 29.20 Selecting previously unselected package libxml-sax-base-perl. [2021-06-28T11:08:54.272Z] #17 29.20 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1_all.deb ... [2021-06-28T11:08:54.272Z] #17 29.20 Unpacking libxml-sax-base-perl (1.09-1) ... [2021-06-28T11:08:54.272Z] #17 29.24 Selecting previously unselected package libxml-sax-perl. [2021-06-28T11:08:54.272Z] #17 29.24 Preparing to unpack .../054-libxml-sax-perl_1.00+dfsg-1_all.deb ... [2021-06-28T11:08:54.272Z] #17 29.24 Unpacking libxml-sax-perl (1.00+dfsg-1) ... [2021-06-28T11:08:54.272Z] #17 29.28 Selecting previously unselected package libxml-libxml-perl. [2021-06-28T11:08:54.272Z] #17 29.28 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-1_amd64.deb ... [2021-06-28T11:08:54.272Z] #17 29.29 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ... [2021-06-28T11:08:54.272Z] #17 29.34 Selecting previously unselected package libxml-simple-perl. [2021-06-28T11:08:54.272Z] #17 29.35 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2021-06-28T11:08:54.272Z] #17 29.35 Unpacking libxml-simple-perl (2.25-1) ... [2021-06-28T11:08:54.272Z] #17 29.38 Selecting previously unselected package libyaml-perl. [2021-06-28T11:08:54.272Z] #17 29.38 Preparing to unpack .../057-libyaml-perl_1.27-1_all.deb ... [2021-06-28T11:08:54.272Z] #17 29.38 Unpacking libyaml-perl (1.27-1) ... [2021-06-28T11:08:54.404Z] Client: [2021-06-28T11:08:54.404Z] Context: default [2021-06-28T11:08:54.404Z] Debug Mode: false [2021-06-28T11:08:54.404Z] Plugins: [2021-06-28T11:08:54.404Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-28T11:08:54.404Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-28T11:08:54.404Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-28T11:08:54.404Z] [2021-06-28T11:08:54.404Z] Server: [2021-06-28T11:08:54.404Z] Containers: 0 [2021-06-28T11:08:54.404Z] Running: 0 [2021-06-28T11:08:54.404Z] Paused: 0 [2021-06-28T11:08:54.404Z] Stopped: 0 [2021-06-28T11:08:54.404Z] Images: 10 [2021-06-28T11:08:54.404Z] Server Version: 20.10.6 [2021-06-28T11:08:54.404Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-28T11:08:54.404Z] Windows: [2021-06-28T11:08:54.404Z] LCOW: [2021-06-28T11:08:54.404Z] Logging Driver: json-file [2021-06-28T11:08:54.404Z] Plugins: [2021-06-28T11:08:54.404Z] Volume: local [2021-06-28T11:08:54.404Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-28T11:08:54.404Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-28T11:08:54.404Z] Swarm: inactive [2021-06-28T11:08:54.404Z] Default Isolation: process [2021-06-28T11:08:54.404Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-06-28T11:08:54.404Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879) [2021-06-28T11:08:54.404Z] OSType: windows [2021-06-28T11:08:54.404Z] Architecture: x86_64 [2021-06-28T11:08:54.404Z] CPUs: 4 [2021-06-28T11:08:54.404Z] Total Memory: 32GiB [2021-06-28T11:08:54.404Z] Name: azwin-2-ae1000 [2021-06-28T11:08:54.404Z] ID: RLME:2MWS:TYGR:XP2V:HYXJ:JAQI:V4NR:BCD6:RTRS:BBVD:TZQ6:Q2X3 [2021-06-28T11:08:54.404Z] Docker Root Dir: D:\docker [2021-06-28T11:08:54.404Z] Debug Mode: false [2021-06-28T11:08:54.404Z] Registry: https://index.docker.io/v1/ [2021-06-28T11:08:54.404Z] Labels: [2021-06-28T11:08:54.404Z] Experimental: true [2021-06-28T11:08:54.404Z] Insecure Registries: [2021-06-28T11:08:54.404Z] 10.0.0.4:5000 [2021-06-28T11:08:54.404Z] 127.0.0.0/8 [2021-06-28T11:08:54.404Z] Registry Mirrors: [2021-06-28T11:08:54.404Z] http://10.0.0.4:5000/ [2021-06-28T11:08:54.404Z] Live Restore Enabled: false [2021-06-28T11:08:54.404Z] Product License: Community Engine [2021-06-28T11:08:54.404Z] [2021-06-28T11:08:54.404Z] [2021-06-28T11:08:54.404Z] INFO: Commit hash is 2b3c4ff46a [2021-06-28T11:08:54.404Z] INFO: Nuke-Everything... [2021-06-28T11:08:54.534Z] #17 29.42 Selecting previously unselected package libconfig-auto-perl. [2021-06-28T11:08:54.534Z] #17 29.42 Preparing to unpack .../058-libconfig-auto-perl_0.44-1_all.deb ... [2021-06-28T11:08:54.534Z] #17 29.42 Unpacking libconfig-auto-perl (0.44-1) ... [2021-06-28T11:08:54.534Z] #17 29.44 Selecting previously unselected package libfile-which-perl. [2021-06-28T11:08:54.534Z] #17 29.45 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2021-06-28T11:08:54.534Z] #17 29.45 Unpacking libfile-which-perl (1.23-1) ... [2021-06-28T11:08:54.534Z] #17 29.47 Selecting previously unselected package libfile-homedir-perl. [2021-06-28T11:08:54.534Z] #17 29.48 Preparing to unpack .../060-libfile-homedir-perl_1.004-1_all.deb ... [2021-06-28T11:08:54.534Z] #17 29.48 Unpacking libfile-homedir-perl (1.004-1) ... [2021-06-28T11:08:54.534Z] #17 29.52 Selecting previously unselected package libdebian-dpkgcross-perl. [2021-06-28T11:08:54.534Z] #17 29.52 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.15-3_all.deb ... [2021-06-28T11:08:54.534Z] #17 29.52 Unpacking libdebian-dpkgcross-perl (2.6.15-3) ... [2021-06-28T11:08:54.534Z] #17 29.56 Selecting previously unselected package dpkg-cross. [2021-06-28T11:08:54.534Z] #17 29.56 Preparing to unpack .../062-dpkg-cross_2.6.15-3_all.deb ... [2021-06-28T11:08:54.534Z] #17 29.57 Unpacking dpkg-cross (2.6.15-3) ... [2021-06-28T11:08:54.534Z] #17 29.59 Selecting previously unselected package crossbuild-essential-arm64. [2021-06-28T11:08:54.534Z] #17 29.59 Preparing to unpack .../063-crossbuild-essential-arm64_12.6_all.deb ... [2021-06-28T11:08:54.534Z] #17 29.60 Unpacking crossbuild-essential-arm64 (12.6) ... [2021-06-28T11:08:54.534Z] #17 29.62 Selecting previously unselected package libc6-armel-cross. [2021-06-28T11:08:54.534Z] #17 29.62 Preparing to unpack .../064-libc6-armel-cross_2.28-7cross1_all.deb ... [2021-06-28T11:08:54.534Z] #17 29.63 Unpacking libc6-armel-cross (2.28-7cross1) ... [2021-06-28T11:08:54.534Z] #17 29.75 Selecting previously unselected package libgcc1-armel-cross. [2021-06-28T11:08:54.789Z] #17 29.75 Preparing to unpack .../065-libgcc1-armel-cross_1%3a8.3.0-2cross1_all.deb ... [2021-06-28T11:08:54.789Z] #17 29.75 Unpacking libgcc1-armel-cross (1:8.3.0-2cross1) ... [2021-06-28T11:08:54.789Z] #17 29.78 Selecting previously unselected package libgomp1-armel-cross. [2021-06-28T11:08:54.789Z] #17 29.78 Preparing to unpack .../066-libgomp1-armel-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:54.789Z] #17 29.79 Unpacking libgomp1-armel-cross (8.3.0-2cross1) ... [2021-06-28T11:08:54.789Z] #17 29.82 Selecting previously unselected package libatomic1-armel-cross. [2021-06-28T11:08:54.789Z] #17 29.82 Preparing to unpack .../067-libatomic1-armel-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:54.789Z] #17 29.83 Unpacking libatomic1-armel-cross (8.3.0-2cross1) ... [2021-06-28T11:08:54.789Z] #17 29.85 Selecting previously unselected package libstdc++6-armel-cross. [2021-06-28T11:08:54.789Z] #17 29.85 Preparing to unpack .../068-libstdc++6-armel-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:54.789Z] #17 29.86 Unpacking libstdc++6-armel-cross (8.3.0-2cross1) ... [2021-06-28T11:08:54.789Z] #17 29.91 Selecting previously unselected package libasan5-armel-cross. [2021-06-28T11:08:54.789Z] #17 29.92 Preparing to unpack .../069-libasan5-armel-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:54.790Z] #17 29.94 Unpacking libasan5-armel-cross (8.3.0-2cross1) ... [2021-06-28T11:08:54.790Z] #17 30.00 Selecting previously unselected package libubsan1-armel-cross. [2021-06-28T11:08:54.857Z] INFO: Container count on control daemon to delete is 0 [2021-06-28T11:08:55.046Z] #17 30.00 Preparing to unpack .../070-libubsan1-armel-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:55.046Z] #17 30.01 Unpacking libubsan1-armel-cross (8.3.0-2cross1) ... [2021-06-28T11:08:55.046Z] #17 30.04 Selecting previously unselected package libgcc-8-dev-armel-cross. [2021-06-28T11:08:55.046Z] #17 30.04 Preparing to unpack .../071-libgcc-8-dev-armel-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:55.046Z] #17 30.05 Unpacking libgcc-8-dev-armel-cross (8.3.0-2cross1) ... [2021-06-28T11:08:55.046Z] #17 30.14 Selecting previously unselected package gcc-8-arm-linux-gnueabi. [2021-06-28T11:08:55.302Z] #17 30.14 Preparing to unpack .../072-gcc-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:08:55.302Z] #17 30.15 Unpacking gcc-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-06-28T11:08:55.310Z] INFO: Nuking d:\CI [2021-06-28T11:08:55.310Z] INFO: Zapped successfully [2021-06-28T11:08:55.310Z] INFO: Location for testing is d:\CI\PR-42572\1 [2021-06-28T11:08:55.310Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-06-28T11:08:55.310Z] [2021-06-28T11:08:55.310Z] [2021-06-28T11:08:55.310Z] INFO: Building the image from Dockerfile.windows at 06/28/2021 11:08:54... [2021-06-28T11:08:55.310Z] [2021-06-28T11:08:55.864Z] #17 30.77 Selecting previously unselected package gcc-arm-linux-gnueabi. [2021-06-28T11:08:55.864Z] #17 30.77 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ... [2021-06-28T11:08:55.864Z] #17 30.77 Unpacking gcc-arm-linux-gnueabi (4:8.3.0-1) ... [2021-06-28T11:08:55.864Z] #17 30.80 Selecting previously unselected package linux-libc-dev-armel-cross. [2021-06-28T11:08:55.864Z] #17 30.81 Preparing to unpack .../074-linux-libc-dev-armel-cross_4.19.20-1cross1_all.deb ... [2021-06-28T11:08:55.864Z] #17 30.81 Unpacking linux-libc-dev-armel-cross (4.19.20-1cross1) ... [2021-06-28T11:08:55.864Z] #17 30.96 Selecting previously unselected package libc6-dev-armel-cross. [2021-06-28T11:08:55.864Z] #17 30.96 Preparing to unpack .../075-libc6-dev-armel-cross_2.28-7cross1_all.deb ... [2021-06-28T11:08:55.864Z] #17 30.96 Unpacking libc6-dev-armel-cross (2.28-7cross1) ... [2021-06-28T11:08:56.120Z] #17 31.21 Selecting previously unselected package libstdc++-8-dev-armel-cross. [2021-06-28T11:08:56.120Z] #17 31.22 Preparing to unpack .../076-libstdc++-8-dev-armel-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:56.120Z] #17 31.22 Unpacking libstdc++-8-dev-armel-cross (8.3.0-2cross1) ... [2021-06-28T11:08:56.375Z] #17 31.45 Selecting previously unselected package g++-8-arm-linux-gnueabi. [2021-06-28T11:08:56.375Z] #17 31.45 Preparing to unpack .../077-g++-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:08:56.375Z] #17 31.46 Unpacking g++-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-06-28T11:08:56.837Z] #13 33.64 Selecting previously unselected package libapparmor1:amd64. [2021-06-28T11:08:56.837Z] #13 33.64 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-28T11:08:56.837Z] #13 33.65 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-28T11:08:56.837Z] #13 33.70 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-28T11:08:56.837Z] #13 33.70 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-28T11:08:56.837Z] #13 33.70 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-28T11:08:56.837Z] #13 33.78 Selecting previously unselected package libbtrfs0. [2021-06-28T11:08:56.837Z] #13 33.78 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-28T11:08:56.837Z] #13 33.79 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-28T11:08:56.837Z] #13 33.83 Selecting previously unselected package libbtrfs-dev. [2021-06-28T11:08:56.837Z] #13 33.83 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-28T11:08:56.837Z] #13 33.84 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-28T11:08:56.837Z] #13 33.90 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-28T11:08:57.093Z] #13 33.90 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-28T11:08:57.093Z] #13 33.90 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-28T11:08:57.093Z] #13 33.94 Selecting previously unselected package libudev-dev:amd64. [2021-06-28T11:08:57.093Z] #13 33.95 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-28T11:08:57.093Z] #13 33.96 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-28T11:08:57.093Z] #13 34.02 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-28T11:08:57.093Z] #13 34.02 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-28T11:08:57.093Z] #13 34.02 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-28T11:08:57.304Z] #17 32.08 Selecting previously unselected package g++-arm-linux-gnueabi. [2021-06-28T11:08:57.304Z] #17 32.08 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ... [2021-06-28T11:08:57.304Z] #17 32.08 Unpacking g++-arm-linux-gnueabi (4:8.3.0-1) ... [2021-06-28T11:08:57.304Z] #17 32.11 Selecting previously unselected package crossbuild-essential-armel. [2021-06-28T11:08:57.304Z] #17 32.11 Preparing to unpack .../079-crossbuild-essential-armel_12.6_all.deb ... [2021-06-28T11:08:57.304Z] #17 32.11 Unpacking crossbuild-essential-armel (12.6) ... [2021-06-28T11:08:57.304Z] #17 32.14 Selecting previously unselected package libc6-armhf-cross. [2021-06-28T11:08:57.304Z] #17 32.14 Preparing to unpack .../080-libc6-armhf-cross_2.28-7cross1_all.deb ... [2021-06-28T11:08:57.304Z] #17 32.14 Unpacking libc6-armhf-cross (2.28-7cross1) ... [2021-06-28T11:08:57.304Z] #17 32.26 Selecting previously unselected package libgcc1-armhf-cross. [2021-06-28T11:08:57.304Z] #17 32.26 Preparing to unpack .../081-libgcc1-armhf-cross_1%3a8.3.0-2cross1_all.deb ... [2021-06-28T11:08:57.304Z] #17 32.27 Unpacking libgcc1-armhf-cross (1:8.3.0-2cross1) ... [2021-06-28T11:08:57.304Z] #17 32.30 Selecting previously unselected package libgomp1-armhf-cross. [2021-06-28T11:08:57.304Z] #17 32.30 Preparing to unpack .../082-libgomp1-armhf-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:57.304Z] #17 32.30 Unpacking libgomp1-armhf-cross (8.3.0-2cross1) ... [2021-06-28T11:08:57.304Z] #17 32.33 Selecting previously unselected package libatomic1-armhf-cross. [2021-06-28T11:08:57.304Z] #17 32.33 Preparing to unpack .../083-libatomic1-armhf-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:57.304Z] #17 32.35 Unpacking libatomic1-armhf-cross (8.3.0-2cross1) ... [2021-06-28T11:08:57.304Z] #17 32.38 Selecting previously unselected package libstdc++6-armhf-cross. [2021-06-28T11:08:57.304Z] #17 32.38 Preparing to unpack .../084-libstdc++6-armhf-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:57.304Z] #17 32.38 Unpacking libstdc++6-armhf-cross (8.3.0-2cross1) ... [2021-06-28T11:08:57.304Z] #17 32.43 Selecting previously unselected package libasan5-armhf-cross. [2021-06-28T11:08:57.304Z] #17 32.44 Preparing to unpack .../085-libasan5-armhf-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:57.304Z] #17 32.44 Unpacking libasan5-armhf-cross (8.3.0-2cross1) ... [2021-06-28T11:08:57.304Z] #17 32.50 Selecting previously unselected package libubsan1-armhf-cross. [2021-06-28T11:08:57.304Z] #17 32.50 Preparing to unpack .../086-libubsan1-armhf-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:57.304Z] #17 32.50 Unpacking libubsan1-armhf-cross (8.3.0-2cross1) ... [2021-06-28T11:08:57.304Z] #17 32.53 Selecting previously unselected package libgcc-8-dev-armhf-cross. [2021-06-28T11:08:57.349Z] #13 34.13 Selecting previously unselected package libpcre16-3:amd64. [2021-06-28T11:08:57.349Z] #13 34.13 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-28T11:08:57.349Z] #13 34.14 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-28T11:08:57.349Z] #13 34.21 Selecting previously unselected package libpcre32-3:amd64. [2021-06-28T11:08:57.349Z] #13 34.21 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-28T11:08:57.349Z] #13 34.22 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-28T11:08:57.349Z] #13 34.28 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-28T11:08:57.349Z] #13 34.29 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-28T11:08:57.349Z] #13 34.30 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-28T11:08:57.349Z] #13 34.35 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-28T11:08:57.349Z] #13 34.36 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-28T11:08:57.349Z] #13 34.36 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-28T11:08:57.560Z] #17 32.54 Preparing to unpack .../087-libgcc-8-dev-armhf-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:57.560Z] #17 32.54 Unpacking libgcc-8-dev-armhf-cross (8.3.0-2cross1) ... [2021-06-28T11:08:57.560Z] #17 32.63 Selecting previously unselected package gcc-8-arm-linux-gnueabihf. [2021-06-28T11:08:57.560Z] #17 32.64 Preparing to unpack .../088-gcc-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:08:57.560Z] #17 32.64 Unpacking gcc-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-06-28T11:08:57.606Z] #13 34.52 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-28T11:08:57.606Z] #13 34.52 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-28T11:08:57.606Z] #13 34.53 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-28T11:08:57.862Z] #13 34.62 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-28T11:08:57.862Z] #13 34.62 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-28T11:08:57.862Z] #13 34.63 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-28T11:08:57.862Z] #13 34.66 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-28T11:08:57.862Z] #13 34.67 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-28T11:08:57.862Z] #13 34.67 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-28T11:08:57.862Z] #13 34.72 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-28T11:08:57.862Z] #13 34.73 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-28T11:08:57.862Z] #13 34.73 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-28T11:08:58.119Z] #13 34.91 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-28T11:08:58.119Z] #13 34.93 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-28T11:08:58.119Z] #13 34.94 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-28T11:08:58.119Z] #13 34.95 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-28T11:08:58.119Z] #13 34.96 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-28T11:08:58.119Z] #13 34.98 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-28T11:08:58.119Z] #13 35.00 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-28T11:08:58.119Z] #13 35.01 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-28T11:08:58.119Z] #13 35.02 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-28T11:08:58.119Z] #13 35.03 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-28T11:08:58.119Z] #13 35.06 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-28T11:08:58.119Z] #13 35.08 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-28T11:08:58.119Z] #13 35.09 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-28T11:08:58.120Z] #13 35.10 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-28T11:08:58.120Z] #13 35.11 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-28T11:08:58.120Z] #13 35.13 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-28T11:08:58.120Z] #13 35.14 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-28T11:08:58.120Z] #13 35.16 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-28T11:08:58.120Z] #13 35.18 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-28T11:08:58.387Z] #13 35.19 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-28T11:08:58.387Z] #13 35.20 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-28T11:08:58.387Z] #13 35.21 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-06-28T11:08:58.387Z] #13 35.21 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-06-28T11:08:58.387Z] #13 35.23 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-28T11:08:58.387Z] #13 35.24 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-28T11:08:58.387Z] #13 35.25 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-28T11:08:58.387Z] #13 35.27 Setting up dmsetup (2:1.02.155-3) ... [2021-06-28T11:08:58.387Z] #13 35.28 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-28T11:08:58.387Z] #13 35.30 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-28T11:08:58.387Z] #13 35.32 Processing triggers for libc-bin (2.28-10) ... [2021-06-28T11:08:58.487Z] #17 33.26 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2021-06-28T11:08:58.487Z] #17 33.26 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ... [2021-06-28T11:08:58.487Z] #17 33.27 Unpacking gcc-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-06-28T11:08:58.487Z] #17 33.29 Selecting previously unselected package linux-libc-dev-armhf-cross. [2021-06-28T11:08:58.487Z] #17 33.29 Preparing to unpack .../090-linux-libc-dev-armhf-cross_4.19.20-1cross1_all.deb ... [2021-06-28T11:08:58.487Z] #17 33.30 Unpacking linux-libc-dev-armhf-cross (4.19.20-1cross1) ... [2021-06-28T11:08:58.487Z] #17 33.45 Selecting previously unselected package libc6-dev-armhf-cross. [2021-06-28T11:08:58.487Z] #17 33.46 Preparing to unpack .../091-libc6-dev-armhf-cross_2.28-7cross1_all.deb ... [2021-06-28T11:08:58.487Z] #17 33.46 Unpacking libc6-dev-armhf-cross (2.28-7cross1) ... [2021-06-28T11:08:58.750Z] #17 33.71 Selecting previously unselected package libstdc++-8-dev-armhf-cross. [2021-06-28T11:08:58.750Z] #17 33.71 Preparing to unpack .../092-libstdc++-8-dev-armhf-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:58.750Z] #17 33.71 Unpacking libstdc++-8-dev-armhf-cross (8.3.0-2cross1) ... [2021-06-28T11:08:58.750Z] #17 33.96 Selecting previously unselected package g++-8-arm-linux-gnueabihf. [2021-06-28T11:08:59.006Z] #17 33.96 Preparing to unpack .../093-g++-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:08:59.006Z] #17 33.97 Unpacking g++-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-06-28T11:08:59.317Z] #13 DONE 36.0s [2021-06-28T11:08:59.317Z] [2021-06-28T11:08:59.317Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-28T11:08:59.317Z] #14 sha256:36c49fb902c07c78a3f717333e0b4566bc240c82fb30c553c8f9257633680e0a [2021-06-28T11:08:59.567Z] #17 34.66 Selecting previously unselected package g++-arm-linux-gnueabihf. [2021-06-28T11:08:59.824Z] #17 34.67 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ... [2021-06-28T11:08:59.824Z] #17 34.67 Unpacking g++-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-06-28T11:08:59.824Z] #17 34.70 Selecting previously unselected package crossbuild-essential-armhf. [2021-06-28T11:08:59.824Z] #17 34.70 Preparing to unpack .../095-crossbuild-essential-armhf_12.6_all.deb ... [2021-06-28T11:08:59.824Z] #17 34.70 Unpacking crossbuild-essential-armhf (12.6) ... [2021-06-28T11:08:59.824Z] #17 34.73 Selecting previously unselected package libc6-ppc64el-cross. [2021-06-28T11:08:59.824Z] #17 34.73 Preparing to unpack .../096-libc6-ppc64el-cross_2.28-7cross1_all.deb ... [2021-06-28T11:08:59.824Z] #17 34.74 Unpacking libc6-ppc64el-cross (2.28-7cross1) ... [2021-06-28T11:08:59.824Z] #17 34.90 Selecting previously unselected package libgcc1-ppc64el-cross. [2021-06-28T11:08:59.824Z] #17 34.90 Preparing to unpack .../097-libgcc1-ppc64el-cross_1%3a8.3.0-2cross1_all.deb ... [2021-06-28T11:08:59.824Z] #17 34.91 Unpacking libgcc1-ppc64el-cross (1:8.3.0-2cross1) ... [2021-06-28T11:08:59.824Z] #17 34.94 Selecting previously unselected package libgomp1-ppc64el-cross. [2021-06-28T11:08:59.824Z] #17 34.94 Preparing to unpack .../098-libgomp1-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:59.824Z] #17 34.94 Unpacking libgomp1-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:08:59.824Z] #17 34.97 Selecting previously unselected package libitm1-ppc64el-cross. [2021-06-28T11:08:59.824Z] #17 34.97 Preparing to unpack .../099-libitm1-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:59.824Z] #17 34.98 Unpacking libitm1-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:08:59.824Z] #17 35.00 Selecting previously unselected package libatomic1-ppc64el-cross. [2021-06-28T11:08:59.824Z] #17 35.01 Preparing to unpack .../100-libatomic1-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:08:59.824Z] #17 35.01 Unpacking libatomic1-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:08:59.824Z] #17 35.04 Selecting previously unselected package libstdc++6-ppc64el-cross. [2021-06-28T11:08:59.824Z] #17 35.04 Preparing to unpack .../101-libstdc++6-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:09:00.080Z] #17 35.04 Unpacking libstdc++6-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:00.080Z] #17 35.11 Selecting previously unselected package libasan5-ppc64el-cross. [2021-06-28T11:09:00.080Z] #17 35.11 Preparing to unpack .../102-libasan5-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:09:00.080Z] #17 35.12 Unpacking libasan5-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:00.080Z] #17 35.18 Selecting previously unselected package liblsan0-ppc64el-cross. [2021-06-28T11:09:00.080Z] #17 35.19 Preparing to unpack .../103-liblsan0-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:09:00.080Z] #17 35.19 Unpacking liblsan0-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:00.080Z] #17 35.23 Selecting previously unselected package libtsan0-ppc64el-cross. [2021-06-28T11:09:00.080Z] #17 35.23 Preparing to unpack .../104-libtsan0-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:09:00.080Z] #17 35.24 Unpacking libtsan0-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:00.080Z] #17 35.30 Selecting previously unselected package libubsan1-ppc64el-cross. [2021-06-28T11:09:00.336Z] #17 35.30 Preparing to unpack .../105-libubsan1-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:09:00.336Z] #17 35.30 Unpacking libubsan1-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:00.336Z] #17 35.34 Selecting previously unselected package libquadmath0-ppc64el-cross. [2021-06-28T11:09:00.336Z] #17 35.35 Preparing to unpack .../106-libquadmath0-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:09:00.336Z] #17 35.35 Unpacking libquadmath0-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:00.336Z] #17 35.39 Selecting previously unselected package libgcc-8-dev-ppc64el-cross. [2021-06-28T11:09:00.336Z] #17 35.39 Preparing to unpack .../107-libgcc-8-dev-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:09:00.336Z] #17 35.39 Unpacking libgcc-8-dev-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:00.336Z] #17 35.56 Selecting previously unselected package gcc-8-powerpc64le-linux-gnu. [2021-06-28T11:09:00.593Z] #17 35.56 Preparing to unpack .../108-gcc-8-powerpc64le-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:09:00.593Z] #17 35.57 Unpacking gcc-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:09:00.686Z] #14 DONE 1.5s [2021-06-28T11:09:00.686Z] [2021-06-28T11:09:00.686Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-06-28T11:09:00.686Z] #54 sha256:8bc429b480db14cd5d43db76063ccd139e991c220e282ff69b7f6caea8bbc8cd [2021-06-28T11:09:00.686Z] #54 1.334 + RM_GOPATH=0 [2021-06-28T11:09:00.686Z] #54 1.334 + TMP_GOPATH= [2021-06-28T11:09:00.686Z] #54 1.334 + : /build [2021-06-28T11:09:00.686Z] #54 1.334 + '[' -z '' ']' [2021-06-28T11:09:00.686Z] #54 1.334 ++ mktemp -d [2021-06-28T11:09:00.686Z] #54 1.334 + export GOPATH=/tmp/tmp.Sn2jbPKzO0 [2021-06-28T11:09:00.686Z] #54 1.334 + GOPATH=/tmp/tmp.Sn2jbPKzO0 [2021-06-28T11:09:00.686Z] #54 1.334 + RM_GOPATH=1 [2021-06-28T11:09:00.686Z] #54 1.334 + case "$(go env GOARCH)" in [2021-06-28T11:09:00.686Z] #54 1.334 ++ go env GOARCH [2021-06-28T11:09:00.686Z] #54 1.347 + export GO_BUILDMODE=-buildmode=pie [2021-06-28T11:09:00.686Z] #54 1.348 + GO_BUILDMODE=-buildmode=pie [2021-06-28T11:09:00.686Z] #54 1.351 ++ dirname /tmp/install/install.sh [2021-06-28T11:09:00.686Z] #54 1.360 + dir=/tmp/install [2021-06-28T11:09:00.686Z] #54 1.364 + bin=runc [2021-06-28T11:09:00.686Z] #54 1.364 + shift [2021-06-28T11:09:00.686Z] #54 1.364 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-28T11:09:00.686Z] #54 1.365 + . /tmp/install/runc.installer [2021-06-28T11:09:00.686Z] #54 1.367 ++ : 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-06-28T11:09:00.686Z] #54 1.368 + install_runc [2021-06-28T11:09:00.686Z] #54 1.368 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-28T11:09:00.686Z] #54 1.368 + uname -r [2021-06-28T11:09:00.686Z] #54 1.375 + RUNC_BUILDTAGS='seccomp ' [2021-06-28T11:09:00.686Z] #54 1.376 + echo 'Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )' [2021-06-28T11:09:00.686Z] #54 1.376 Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp ) [2021-06-28T11:09:00.686Z] #54 1.376 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Sn2jbPKzO0/src/github.com/opencontainers/runc [2021-06-28T11:09:00.686Z] #54 1.378 Cloning into '/tmp/tmp.Sn2jbPKzO0/src/github.com/opencontainers/runc'... [2021-06-28T11:09:01.155Z] #17 36.20 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2021-06-28T11:09:01.155Z] #17 36.20 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-28T11:09:01.155Z] #17 36.21 Unpacking gcc-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:09:01.155Z] #17 36.24 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2021-06-28T11:09:01.155Z] #17 36.24 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_4.19.20-1cross1_all.deb ... [2021-06-28T11:09:01.155Z] #17 36.25 Unpacking linux-libc-dev-ppc64el-cross (4.19.20-1cross1) ... [2021-06-28T11:09:01.411Z] #17 36.41 Selecting previously unselected package libc6-dev-ppc64el-cross. [2021-06-28T11:09:01.411Z] #17 36.41 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.28-7cross1_all.deb ... [2021-06-28T11:09:01.411Z] #17 36.41 Unpacking libc6-dev-ppc64el-cross (2.28-7cross1) ... [2021-06-28T11:09:01.627Z] #54 ... [2021-06-28T11:09:01.627Z] [2021-06-28T11:09:01.627Z] #15 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-06-28T11:09:01.627Z] #15 sha256:3a86d1606e676808439c4981a5d96af34a635de25264183a2c8705d6201beccf [2021-06-28T11:09:01.627Z] #15 DONE 1.1s [2021-06-28T11:09:01.668Z] #17 36.73 Selecting previously unselected package libstdc++-8-dev-ppc64el-cross. [2021-06-28T11:09:01.668Z] #17 36.73 Preparing to unpack .../112-libstdc++-8-dev-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:09:01.668Z] #17 36.73 Unpacking libstdc++-8-dev-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:01.884Z] [2021-06-28T11:09:01.884Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-28T11:09:01.884Z] #16 sha256:864b9c7430e2112146aef982e9d643a75220c4e7c9a4b060e235bf5a375fbb0a [2021-06-28T11:09:01.924Z] #17 36.97 Selecting previously unselected package g++-8-powerpc64le-linux-gnu. [2021-06-28T11:09:01.924Z] #17 36.97 Preparing to unpack .../113-g++-8-powerpc64le-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:09:01.924Z] #17 36.98 Unpacking g++-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:09:02.486Z] #17 37.63 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2021-06-28T11:09:02.486Z] #17 37.63 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-28T11:09:02.486Z] #17 37.64 Unpacking g++-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:09:02.486Z] #17 37.68 Selecting previously unselected package crossbuild-essential-ppc64el. [2021-06-28T11:09:02.742Z] #17 37.68 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.6_all.deb ... [2021-06-28T11:09:02.742Z] #17 37.68 Unpacking crossbuild-essential-ppc64el (12.6) ... [2021-06-28T11:09:02.742Z] #17 37.71 Selecting previously unselected package libc6-s390x-cross. [2021-06-28T11:09:02.742Z] #17 37.71 Preparing to unpack .../116-libc6-s390x-cross_2.28-7cross1_all.deb ... [2021-06-28T11:09:02.742Z] #17 37.72 Unpacking libc6-s390x-cross (2.28-7cross1) ... [2021-06-28T11:09:02.742Z] #17 37.86 Selecting previously unselected package libgcc1-s390x-cross. [2021-06-28T11:09:02.742Z] #17 37.86 Preparing to unpack .../117-libgcc1-s390x-cross_1%3a8.3.0-2cross1_all.deb ... [2021-06-28T11:09:02.742Z] #17 37.86 Unpacking libgcc1-s390x-cross (1:8.3.0-2cross1) ... [2021-06-28T11:09:02.742Z] #17 37.90 Selecting previously unselected package libgomp1-s390x-cross. [2021-06-28T11:09:02.742Z] #17 37.90 Preparing to unpack .../118-libgomp1-s390x-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:09:02.742Z] #17 37.90 Unpacking libgomp1-s390x-cross (8.3.0-2cross1) ... [2021-06-28T11:09:02.742Z] #17 37.94 Selecting previously unselected package libitm1-s390x-cross. [2021-06-28T11:09:02.742Z] #17 37.94 Preparing to unpack .../119-libitm1-s390x-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:09:02.813Z] #16 0.953 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-28T11:09:02.813Z] #16 DONE 1.0s [2021-06-28T11:09:02.813Z] [2021-06-28T11:09:02.813Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-28T11:09:02.813Z] #17 sha256:1467fbc48ad14ac7553111828c320388f02e69c9da51832b2ecbdc6994e485f3 [2021-06-28T11:09:02.998Z] #17 37.94 Unpacking libitm1-s390x-cross (8.3.0-2cross1) ... [2021-06-28T11:09:02.998Z] #17 37.97 Selecting previously unselected package libatomic1-s390x-cross. [2021-06-28T11:09:02.998Z] #17 37.98 Preparing to unpack .../120-libatomic1-s390x-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:09:02.998Z] #17 37.98 Unpacking libatomic1-s390x-cross (8.3.0-2cross1) ... [2021-06-28T11:09:02.998Z] #17 38.01 Selecting previously unselected package libstdc++6-s390x-cross. [2021-06-28T11:09:02.998Z] #17 38.01 Preparing to unpack .../121-libstdc++6-s390x-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:09:02.998Z] #17 38.01 Unpacking libstdc++6-s390x-cross (8.3.0-2cross1) ... [2021-06-28T11:09:02.998Z] #17 38.12 Selecting previously unselected package libasan5-s390x-cross. [2021-06-28T11:09:02.998Z] #17 38.12 Preparing to unpack .../122-libasan5-s390x-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:09:02.998Z] #17 38.13 Unpacking libasan5-s390x-cross (8.3.0-2cross1) ... [2021-06-28T11:09:02.998Z] #17 38.19 Selecting previously unselected package libubsan1-s390x-cross. [2021-06-28T11:09:03.254Z] #17 38.19 Preparing to unpack .../123-libubsan1-s390x-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:09:03.254Z] #17 38.19 Unpacking libubsan1-s390x-cross (8.3.0-2cross1) ... [2021-06-28T11:09:03.254Z] #17 38.23 Selecting previously unselected package libgcc-8-dev-s390x-cross. [2021-06-28T11:09:03.254Z] #17 38.24 Preparing to unpack .../124-libgcc-8-dev-s390x-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:09:03.254Z] #17 38.24 Unpacking libgcc-8-dev-s390x-cross (8.3.0-2cross1) ... [2021-06-28T11:09:03.510Z] #17 38.34 Selecting previously unselected package gcc-8-s390x-linux-gnu. [2021-06-28T11:09:03.510Z] #17 38.35 Preparing to unpack .../125-gcc-8-s390x-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:09:03.510Z] #17 38.35 Unpacking gcc-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:09:03.741Z] #17 DONE 1.1s [2021-06-28T11:09:03.742Z] [2021-06-28T11:09:03.742Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-28T11:09:03.742Z] #18 sha256:4a06eb2e6916706953af6d0e20900029c471662c7599357c77f718bd0031b81d [2021-06-28T11:09:03.766Z] #17 38.91 Selecting previously unselected package gcc-s390x-linux-gnu. [2021-06-28T11:09:04.022Z] #17 38.92 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-28T11:09:04.022Z] #17 38.92 Unpacking gcc-s390x-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:09:04.022Z] #17 38.95 Selecting previously unselected package linux-libc-dev-s390x-cross. [2021-06-28T11:09:04.022Z] #17 38.95 Preparing to unpack .../127-linux-libc-dev-s390x-cross_4.19.20-1cross1_all.deb ... [2021-06-28T11:09:04.022Z] #17 38.95 Unpacking linux-libc-dev-s390x-cross (4.19.20-1cross1) ... [2021-06-28T11:09:04.022Z] #17 39.11 Selecting previously unselected package libc6-dev-s390x-cross. [2021-06-28T11:09:04.022Z] #17 39.12 Preparing to unpack .../128-libc6-dev-s390x-cross_2.28-7cross1_all.deb ... [2021-06-28T11:09:04.022Z] #17 39.12 Unpacking libc6-dev-s390x-cross (2.28-7cross1) ... [2021-06-28T11:09:04.584Z] #17 39.39 Selecting previously unselected package libstdc++-8-dev-s390x-cross. [2021-06-28T11:09:04.584Z] #17 39.39 Preparing to unpack .../129-libstdc++-8-dev-s390x-cross_8.3.0-2cross1_all.deb ... [2021-06-28T11:09:04.584Z] #17 39.39 Unpacking libstdc++-8-dev-s390x-cross (8.3.0-2cross1) ... [2021-06-28T11:09:04.584Z] #17 39.63 Selecting previously unselected package g++-8-s390x-linux-gnu. [2021-06-28T11:09:04.584Z] #17 39.63 Preparing to unpack .../130-g++-8-s390x-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-28T11:09:04.584Z] #17 39.63 Unpacking g++-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:09:04.915Z] ok github.com/docker/docker/api/server 0.013s coverage: 9.0% of statements [2021-06-28T11:09:05.113Z] #18 DONE 1.1s [2021-06-28T11:09:05.113Z] [2021-06-28T11:09:05.113Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-06-28T11:09:05.113Z] #54 sha256:8bc429b480db14cd5d43db76063ccd139e991c220e282ff69b7f6caea8bbc8cd [2021-06-28T11:09:05.113Z] #54 5.356 + cd /tmp/tmp.Sn2jbPKzO0/src/github.com/opencontainers/runc [2021-06-28T11:09:05.113Z] #54 5.357 + git checkout -q 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-06-28T11:09:05.113Z] #54 5.583 + '[' -z '' ']' [2021-06-28T11:09:05.113Z] #54 5.583 + target=static [2021-06-28T11:09:05.113Z] #54 5.583 + make 'BUILDTAGS=seccomp ' static [2021-06-28T11:09:05.113Z] #54 5.873 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o runc . [2021-06-28T11:09:05.145Z] #17 40.23 Selecting previously unselected package g++-s390x-linux-gnu. [2021-06-28T11:09:05.145Z] #17 40.23 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-28T11:09:05.145Z] #17 40.24 Unpacking g++-s390x-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:09:05.145Z] #17 40.28 Selecting previously unselected package crossbuild-essential-s390x. [2021-06-28T11:09:05.145Z] #17 40.28 Preparing to unpack .../132-crossbuild-essential-s390x_12.6_all.deb ... [2021-06-28T11:09:05.145Z] #17 40.29 Unpacking crossbuild-essential-s390x (12.6) ... [2021-06-28T11:09:05.145Z] #17 40.34 Setting up libconfig-inifiles-perl (3.000001-1) ... [2021-06-28T11:09:05.401Z] #17 40.35 Setting up libfile-which-perl (1.23-1) ... [2021-06-28T11:09:05.401Z] #17 40.36 Setting up binutils-arm-linux-gnueabi (2.31.1-16) ... [2021-06-28T11:09:05.401Z] #17 40.37 Setting up libc6-armhf-cross (2.28-7cross1) ... [2021-06-28T11:09:05.401Z] #17 40.38 Setting up binutils-s390x-linux-gnu (2.31.1-16) ... [2021-06-28T11:09:05.401Z] #17 40.39 Setting up libmagic-mgc (1:5.35-4+deb10u2) ... [2021-06-28T11:09:05.401Z] #17 40.40 Setting up gcc-8-arm-linux-gnueabi-base:amd64 (8.3.0-2cross1) ... [2021-06-28T11:09:05.401Z] #17 40.41 Setting up gcc-8-cross-base (8.3.0-2cross1) ... [2021-06-28T11:09:05.401Z] #17 40.43 Setting up libc6-ppc64el-cross (2.28-7cross1) ... [2021-06-28T11:09:05.401Z] #17 40.44 Setting up libc6-s390x-cross (2.28-7cross1) ... [2021-06-28T11:09:05.401Z] #17 40.46 Setting up gcc-8-s390x-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-06-28T11:09:05.401Z] #17 40.47 Setting up libatomic1-s390x-cross (8.3.0-2cross1) ... [2021-06-28T11:09:05.401Z] #17 40.48 Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ... [2021-06-28T11:09:05.401Z] #17 40.50 Setting up libxml-namespacesupport-perl (1.12-1) ... [2021-06-28T11:09:05.401Z] #17 40.51 Setting up binutils-aarch64-linux-gnu (2.31.1-16) ... [2021-06-28T11:09:05.401Z] #17 40.52 Setting up file (1:5.35-4+deb10u2) ... [2021-06-28T11:09:05.401Z] #17 40.53 Setting up libatomic1-armhf-cross (8.3.0-2cross1) ... [2021-06-28T11:09:05.401Z] #17 40.54 Setting up libgomp1-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:05.572Z] Sending build context to Docker daemon 60.85MB [2021-06-28T11:09:05.572Z] [2021-06-28T11:09:05.572Z] Step 1/10 : FROM microsoft/windowsservercore [2021-06-28T11:09:05.572Z] ---> 5b60ac4e9e92 [2021-06-28T11:09:05.572Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-06-28T11:09:05.572Z] ---> Using cache [2021-06-28T11:09:05.572Z] ---> d357c2c56280 [2021-06-28T11:09:05.572Z] Step 3/10 : ARG GO_VERSION=1.16.5 [2021-06-28T11:09:05.572Z] ---> Using cache [2021-06-28T11:09:05.572Z] ---> 9c6eee555bdc [2021-06-28T11:09:05.572Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-06-28T11:09:05.572Z] ---> Using cache [2021-06-28T11:09:05.572Z] ---> df59db0e5cc9 [2021-06-28T11:09:05.572Z] 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} [2021-06-28T11:09:05.572Z] ---> Using cache [2021-06-28T11:09:05.572Z] ---> 87aa607dcb21 [2021-06-28T11:09:05.572Z] 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; [2021-06-28T11:09:05.572Z] ---> Using cache [2021-06-28T11:09:05.572Z] ---> d291ef973116 [2021-06-28T11:09:05.572Z] 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 [2021-06-28T11:09:05.572Z] ---> Using cache [2021-06-28T11:09:05.572Z] ---> 9308181aa7ed [2021-06-28T11:09:05.572Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-06-28T11:09:05.572Z] ---> Using cache [2021-06-28T11:09:05.572Z] ---> 9d565de4ecb9 [2021-06-28T11:09:05.572Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-06-28T11:09:05.572Z] ---> Using cache [2021-06-28T11:09:05.572Z] ---> 760138d5ada4 [2021-06-28T11:09:05.572Z] Step 10/10 : COPY . . [2021-06-28T11:09:05.656Z] #17 40.55 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-28T11:09:05.656Z] #17 40.56 Setting up libyaml-perl (1.27-1) ... [2021-06-28T11:09:05.656Z] #17 40.58 Setting up cpp-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-06-28T11:09:05.656Z] #17 40.59 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-28T11:09:05.656Z] #17 40.61 Setting up gcc-8-aarch64-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-06-28T11:09:05.656Z] #17 40.61 Setting up linux-libc-dev-armel-cross (4.19.20-1cross1) ... [2021-06-28T11:09:05.656Z] #17 40.63 Setting up libxml-sax-base-perl (1.09-1) ... [2021-06-28T11:09:05.656Z] #17 40.64 Setting up libio-string-perl (1.08-3) ... [2021-06-28T11:09:05.656Z] #17 40.65 Setting up linux-libc-dev-s390x-cross (4.19.20-1cross1) ... [2021-06-28T11:09:05.656Z] #17 40.67 Setting up cross-config (2.6.15-3) ... [2021-06-28T11:09:05.656Z] #17 40.78 Setting up cpp-arm-linux-gnueabi (4:8.3.0-1) ... [2021-06-28T11:09:05.656Z] #17 40.80 Setting up libgcc1-armhf-cross (1:8.3.0-2cross1) ... [2021-06-28T11:09:05.656Z] #17 40.81 Setting up cpp-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:09:05.656Z] #17 40.82 Setting up gcc-8-arm-linux-gnueabihf-base:amd64 (8.3.0-2cross1) ... [2021-06-28T11:09:05.656Z] #17 40.83 Setting up xz-utils (5.2.4-1) ... [2021-06-28T11:09:05.656Z] #17 40.85 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-28T11:09:05.656Z] #17 40.86 Setting up libc6-arm64-cross (2.28-7cross1) ... [2021-06-28T11:09:05.656Z] #17 40.87 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-28T11:09:05.656Z] #17 40.88 Setting up linux-libc-dev-armhf-cross (4.19.20-1cross1) ... [2021-06-28T11:09:05.656Z] #17 40.89 Setting up cpp-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:09:05.913Z] #17 40.90 Setting up libitm1-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:09:05.913Z] #17 40.91 Setting up libitm1-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:05.913Z] #17 40.92 Setting up linux-libc-dev-arm64-cross (4.19.20-1cross1) ... [2021-06-28T11:09:05.913Z] #17 40.93 Setting up libc6-armel-cross (2.28-7cross1) ... [2021-06-28T11:09:05.913Z] #17 40.94 Setting up libitm1-s390x-cross (8.3.0-2cross1) ... [2021-06-28T11:09:05.913Z] #17 40.95 Setting up libatomic1-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:05.913Z] #17 40.96 Setting up libc6-dev-s390x-cross (2.28-7cross1) ... [2021-06-28T11:09:05.913Z] #17 40.97 Setting up linux-libc-dev-ppc64el-cross (4.19.20-1cross1) ... [2021-06-28T11:09:05.913Z] #17 40.98 Setting up binutils-powerpc64le-linux-gnu (2.31.1-16) ... [2021-06-28T11:09:05.913Z] #17 40.99 Setting up libc6-dev-armel-cross (2.28-7cross1) ... [2021-06-28T11:09:05.913Z] #17 41.00 Setting up libfile-homedir-perl (1.004-1) ... [2021-06-28T11:09:05.913Z] #17 41.01 Setting up binutils-arm-linux-gnueabihf (2.31.1-16) ... [2021-06-28T11:09:05.913Z] #17 41.03 Setting up libgomp1-s390x-cross (8.3.0-2cross1) ... [2021-06-28T11:09:05.913Z] #17 41.04 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-06-28T11:09:05.913Z] #17 41.05 Setting up liblocale-gettext-perl (1.07-3+b4) ... [2021-06-28T11:09:05.914Z] #17 41.06 Setting up gcc-8-powerpc64le-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-06-28T11:09:05.914Z] #17 41.07 Setting up libgcc1-s390x-cross (1:8.3.0-2cross1) ... [2021-06-28T11:09:05.914Z] #17 41.08 Setting up libatomic1-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:09:05.914Z] #17 41.09 Setting up cpp-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-06-28T11:09:05.914Z] #17 41.10 Setting up libgcc1-arm64-cross (1:8.3.0-2cross1) ... [2021-06-28T11:09:06.043Z] #54 ... [2021-06-28T11:09:06.043Z] [2021-06-28T11:09:06.043Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-28T11:09:06.043Z] #19 sha256:5496f0e97ae390c3729965c93383ff2b000402a6445882ae9b4d1818308ae8a2 [2021-06-28T11:09:06.043Z] #19 DONE 1.0s [2021-06-28T11:09:06.043Z] [2021-06-28T11:09:06.043Z] #20 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-28T11:09:06.043Z] #20 sha256:2b7fbe76854f6a5e5bb4fa98268777c5ac0c29bc85fc78f83a27f234c79f9ba6 [2021-06-28T11:09:06.170Z] #17 41.11 Setting up libgomp1-armhf-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.170Z] #17 41.13 Setting up libgcc1-ppc64el-cross (1:8.3.0-2cross1) ... [2021-06-28T11:09:06.170Z] #17 41.14 Setting up libgomp1-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.170Z] #17 41.15 Setting up libgomp1-armel-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.170Z] #17 41.16 Setting up libc6-dev-ppc64el-cross (2.28-7cross1) ... [2021-06-28T11:09:06.170Z] #17 41.17 Setting up cpp-s390x-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:09:06.170Z] #17 41.18 Setting up libquadmath0-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.170Z] #17 41.19 Setting up libstdc++6-s390x-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.170Z] #17 41.20 Setting up libc6-dev-armhf-cross (2.28-7cross1) ... [2021-06-28T11:09:06.170Z] #17 41.21 Setting up cpp-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:09:06.170Z] #17 41.22 Setting up libasan5-s390x-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.170Z] #17 41.23 Setting up libc6-dev-arm64-cross (2.28-7cross1) ... [2021-06-28T11:09:06.170Z] #17 41.25 Setting up libatomic1-armel-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.170Z] #17 41.26 Setting up libxml-sax-perl (1.00+dfsg-1) ... [2021-06-28T11:09:06.170Z] #17 41.33 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2021-06-28T11:09:06.425Z] #17 41.39 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2021-06-28T11:09:06.425Z] #17 41.52 [2021-06-28T11:09:06.425Z] #17 41.52 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2021-06-28T11:09:06.425Z] #17 41.55 Setting up dpkg-dev (1.19.7) ... [2021-06-28T11:09:06.425Z] #17 41.57 Setting up libstdc++6-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.425Z] #17 41.58 Setting up libgcc1-armel-cross (1:8.3.0-2cross1) ... [2021-06-28T11:09:06.681Z] #17 41.60 Setting up cpp-aarch64-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:09:06.681Z] #17 41.62 Setting up libstdc++6-armhf-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.681Z] #17 41.63 Setting up libubsan1-armhf-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.681Z] #17 41.64 Setting up libstdc++6-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.681Z] #17 41.65 Setting up libxml-libxml-perl (2.0134+dfsg-1) ... [2021-06-28T11:09:06.681Z] #17 41.69 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2021-06-28T11:09:06.681Z] #17 41.76 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2021-06-28T11:09:06.681Z] #17 41.82 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2021-06-28T11:09:06.938Z] #17 41.94 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2021-06-28T11:09:06.938Z] #17 41.97 Setting up cpp-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-06-28T11:09:06.938Z] #17 41.98 Setting up cpp-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:09:06.938Z] #17 42.00 Setting up liblsan0-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.938Z] #17 42.01 Setting up libubsan1-s390x-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.938Z] #17 42.02 Setting up libubsan1-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.938Z] #17 42.02 Setting up libasan5-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.938Z] #17 42.04 Setting up libubsan1-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.938Z] #17 42.05 Setting up libtsan0-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.938Z] #17 42.06 Setting up libstdc++6-armel-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.938Z] #17 42.07 Setting up libasan5-armhf-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.938Z] #17 42.08 Setting up liblsan0-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.938Z] #17 42.09 Setting up libasan5-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.938Z] #17 42.10 Setting up libasan5-armel-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.938Z] #17 42.11 Setting up libtsan0-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.938Z] #17 42.12 Setting up libgcc-8-dev-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.938Z] #17 42.13 Setting up libubsan1-armel-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.938Z] #17 42.14 Setting up libxml-simple-perl (2.25-1) ... [2021-06-28T11:09:06.938Z] #17 42.15 Setting up libgcc-8-dev-armhf-cross (8.3.0-2cross1) ... [2021-06-28T11:09:06.974Z] #20 1.178 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-06-28T11:09:07.193Z] #17 42.16 Setting up libgcc-8-dev-s390x-cross (8.3.0-2cross1) ... [2021-06-28T11:09:07.193Z] #17 42.17 Setting up libstdc++-8-dev-armhf-cross (8.3.0-2cross1) ... [2021-06-28T11:09:07.193Z] #17 42.18 Setting up gcc-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-06-28T11:09:07.193Z] #17 42.19 Setting up gcc-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-06-28T11:09:07.193Z] #17 42.20 Setting up libgcc-8-dev-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:07.193Z] #17 42.21 Setting up gcc-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:09:07.193Z] #17 42.22 Setting up libconfig-auto-perl (0.44-1) ... [2021-06-28T11:09:07.193Z] #17 42.23 Setting up g++-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-06-28T11:09:07.193Z] #17 42.24 Setting up libgcc-8-dev-armel-cross (8.3.0-2cross1) ... [2021-06-28T11:09:07.193Z] #17 42.25 Setting up libstdc++-8-dev-arm64-cross (8.3.0-2cross1) ... [2021-06-28T11:09:07.193Z] #17 42.26 Setting up gcc-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:09:07.193Z] #17 42.27 Setting up gcc-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-06-28T11:09:07.193Z] #17 42.28 Setting up libstdc++-8-dev-s390x-cross (8.3.0-2cross1) ... [2021-06-28T11:09:07.193Z] #17 42.29 Setting up g++-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:09:07.193Z] #17 42.30 Setting up libstdc++-8-dev-ppc64el-cross (8.3.0-2cross1) ... [2021-06-28T11:09:07.193Z] #17 42.31 Setting up libdebian-dpkgcross-perl (2.6.15-3) ... [2021-06-28T11:09:07.193Z] #17 42.32 Setting up gcc-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:09:07.193Z] #17 42.33 Setting up g++-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-06-28T11:09:07.193Z] #17 42.34 Setting up gcc-aarch64-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:09:07.193Z] #17 42.35 Setting up g++-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:09:07.193Z] #17 42.36 Setting up libstdc++-8-dev-armel-cross (8.3.0-2cross1) ... [2021-06-28T11:09:07.231Z] #20 1.267 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-28T11:09:07.449Z] #17 42.37 Setting up g++-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-06-28T11:09:07.449Z] #17 42.38 Setting up gcc-s390x-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:09:07.449Z] #17 42.39 Setting up gcc-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:09:07.449Z] #17 42.40 Setting up gcc-arm-linux-gnueabi (4:8.3.0-1) ... [2021-06-28T11:09:07.449Z] #17 42.41 Setting up g++-aarch64-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:09:07.449Z] #17 42.42 Setting up dpkg-cross (2.6.15-3) ... [2021-06-28T11:09:07.449Z] #17 42.46 Setting up g++-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:09:07.449Z] #17 42.47 Setting up g++-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-06-28T11:09:07.449Z] #17 42.48 Setting up g++-s390x-linux-gnu (4:8.3.0-1) ... [2021-06-28T11:09:07.449Z] #17 42.49 Setting up crossbuild-essential-armhf (12.6) ... [2021-06-28T11:09:07.449Z] #17 42.50 Setting up g++-arm-linux-gnueabi (4:8.3.0-1) ... [2021-06-28T11:09:07.449Z] #17 42.51 Setting up crossbuild-essential-arm64 (12.6) ... [2021-06-28T11:09:07.449Z] #17 42.52 Setting up crossbuild-essential-s390x (12.6) ... [2021-06-28T11:09:07.449Z] #17 42.53 Setting up crossbuild-essential-ppc64el (12.6) ... [2021-06-28T11:09:07.449Z] #17 42.54 Setting up crossbuild-essential-armel (12.6) ... [2021-06-28T11:09:07.449Z] #17 42.55 Processing triggers for libc-bin (2.28-10) ... [2021-06-28T11:09:07.488Z] #20 1.352 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-28T11:09:07.488Z] #20 1.358 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-28T11:09:08.051Z] #20 2.121 Fetched 65.4 kB in 1s (54.5 kB/s) [2021-06-28T11:09:09.421Z] #20 2.121 Reading package lists... [2021-06-28T11:09:09.966Z] #17 DONE 45.1s [2021-06-28T11:09:09.984Z] #20 3.463 Reading package lists... [2021-06-28T11:09:09.984Z] #20 ... [2021-06-28T11:09:09.984Z] [2021-06-28T11:09:09.984Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-06-28T11:09:09.984Z] #54 sha256:8bc429b480db14cd5d43db76063ccd139e991c220e282ff69b7f6caea8bbc8cd [2021-06-28T11:09:09.984Z] #54 9.762 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-28T11:09:09.984Z] #54 10.62 + mkdir -p /build [2021-06-28T11:09:09.984Z] #54 10.62 + cp runc /build/runc [2021-06-28T11:09:09.984Z] #54 DONE 10.8s [2021-06-28T11:09:09.984Z] [2021-06-28T11:09:09.984Z] #20 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-28T11:09:09.984Z] #20 sha256:2b7fbe76854f6a5e5bb4fa98268777c5ac0c29bc85fc78f83a27f234c79f9ba6 [2021-06-28T11:09:10.223Z] [2021-06-28T11:09:10.223Z] #43 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-28T11:09:10.223Z] #43 sha256:a2eeaee3fef85b4dba8bec4d232ecf88f48e6abeef0971288a5150b2675ee458 [2021-06-28T11:09:10.915Z] #20 3.463 Reading package lists... [2021-06-28T11:09:11.172Z] #20 4.942 Building dependency tree... [2021-06-28T11:09:11.429Z] #20 5.342 Reading state information... [2021-06-28T11:09:11.686Z] #20 5.679 libcap2-bin is already the newest version (1:2.25-2). [2021-06-28T11:09:11.686Z] #20 5.679 The following additional packages will be installed: [2021-06-28T11:09:11.686Z] #20 5.679 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-28T11:09:11.686Z] #20 5.679 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-28T11:09:11.686Z] #20 5.682 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-28T11:09:11.686Z] #20 5.682 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-28T11:09:11.686Z] #20 5.682 python3.7 python3.7-minimal vim-runtime xxd [2021-06-28T11:09:11.686Z] #20 5.683 Suggested packages: [2021-06-28T11:09:11.686Z] #20 5.683 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-28T11:09:11.686Z] #20 5.683 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-28T11:09:11.686Z] #20 5.683 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-28T11:09:11.686Z] #20 5.683 quota [2021-06-28T11:09:11.686Z] #20 5.683 Recommended packages: [2021-06-28T11:09:11.686Z] #20 5.683 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-28T11:09:11.686Z] #20 5.683 python3-keyrings.alt python3-xdg unzip [2021-06-28T11:09:12.120Z] #43 ... [2021-06-28T11:09:12.120Z] [2021-06-28T11:09:12.120Z] #18 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-06-28T11:09:12.120Z] #18 sha256:4e7dbf64f9af4323142aeb05bf2038563a726837f0159db9cec08890cd2fcf8a [2021-06-28T11:09:12.120Z] #18 DONE 1.7s [2021-06-28T11:09:12.120Z] [2021-06-28T11:09:12.120Z] #66 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-28T11:09:12.120Z] #66 sha256:ea1b5dfb3185e2e36dae193e2cc2c2e558c4d0d36afc25b4af79abaa38f0e0c1 [2021-06-28T11:09:12.120Z] #66 1.664 + RM_GOPATH=0 [2021-06-28T11:09:12.120Z] #66 1.665 + TMP_GOPATH= [2021-06-28T11:09:12.120Z] #66 1.667 + : /build [2021-06-28T11:09:12.120Z] #66 1.667 + '[' -z '' ']' [2021-06-28T11:09:12.120Z] #66 1.667 ++ mktemp -d [2021-06-28T11:09:12.120Z] #66 1.668 + export GOPATH=/tmp/tmp.Std2rLxo18 [2021-06-28T11:09:12.120Z] #66 1.668 + GOPATH=/tmp/tmp.Std2rLxo18 [2021-06-28T11:09:12.120Z] #66 1.668 + RM_GOPATH=1 [2021-06-28T11:09:12.120Z] #66 1.668 + case "$(go env GOARCH)" in [2021-06-28T11:09:12.120Z] #66 1.669 ++ go env GOARCH [2021-06-28T11:09:12.120Z] #66 1.674 + export GO_BUILDMODE=-buildmode=pie [2021-06-28T11:09:12.120Z] #66 1.674 + GO_BUILDMODE=-buildmode=pie [2021-06-28T11:09:12.120Z] #66 1.675 ++ dirname /tmp/install/install.sh [2021-06-28T11:09:12.120Z] #66 1.677 + dir=/tmp/install [2021-06-28T11:09:12.120Z] #66 1.677 + bin=rootlesskit [2021-06-28T11:09:12.120Z] #66 1.677 + shift [2021-06-28T11:09:12.120Z] #66 1.677 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-28T11:09:12.120Z] #66 1.677 + . /tmp/install/rootlesskit.installer [2021-06-28T11:09:12.120Z] #66 1.677 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-28T11:09:12.120Z] #66 1.677 + install_rootlesskit [2021-06-28T11:09:12.120Z] #66 1.677 + case "$1" in [2021-06-28T11:09:12.120Z] #66 1.677 + export CGO_ENABLED=0 [2021-06-28T11:09:12.120Z] #66 1.677 + CGO_ENABLED=0 [2021-06-28T11:09:12.120Z] #66 1.677 + _install_rootlesskit [2021-06-28T11:09:12.120Z] #66 1.678 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-28T11:09:12.120Z] #66 1.678 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-28T11:09:12.120Z] #66 1.678 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.Std2rLxo18/src/github.com/rootless-containers/rootlesskit [2021-06-28T11:09:12.120Z] #66 1.696 Cloning into '/tmp/tmp.Std2rLxo18/src/github.com/rootless-containers/rootlesskit'... [2021-06-28T11:09:12.251Z] #20 6.211 The following NEW packages will be installed: [2021-06-28T11:09:12.251Z] #20 6.212 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-28T11:09:12.251Z] #20 6.212 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-28T11:09:12.251Z] #20 6.213 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-28T11:09:12.251Z] #20 6.213 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-28T11:09:12.251Z] #20 6.213 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-28T11:09:12.251Z] #20 6.213 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-28T11:09:12.251Z] #20 6.213 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-28T11:09:12.251Z] #20 6.214 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-28T11:09:12.251Z] #20 6.214 xz-utils zip [2021-06-28T11:09:12.508Z] #20 6.486 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. [2021-06-28T11:09:12.508Z] #20 6.486 Need to get 28.6 MB of archives. [2021-06-28T11:09:12.508Z] #20 6.486 After this operation, 116 MB of additional disk space will be used. [2021-06-28T11:09:12.508Z] #20 6.486 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-28T11:09:12.508Z] #20 6.489 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-28T11:09:12.508Z] #20 6.500 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-28T11:09:12.508Z] #20 6.527 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-28T11:09:12.508Z] #20 6.528 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-28T11:09:12.508Z] #20 6.530 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-28T11:09:12.508Z] #20 6.555 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-28T11:09:12.508Z] #20 6.560 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-28T11:09:12.508Z] #20 6.561 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-28T11:09:12.508Z] #20 6.562 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-28T11:09:12.508Z] #20 6.564 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-28T11:09:12.508Z] #20 6.565 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-28T11:09:12.508Z] #20 6.566 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-28T11:09:12.508Z] #20 6.567 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-28T11:09:12.508Z] #20 6.568 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-28T11:09:12.508Z] #20 6.570 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-28T11:09:12.508Z] #20 6.580 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-28T11:09:12.508Z] #20 6.583 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-28T11:09:12.508Z] #20 6.586 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-28T11:09:12.508Z] #20 6.591 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-06-28T11:09:12.765Z] #20 6.595 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-28T11:09:12.765Z] #20 6.598 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-28T11:09:12.765Z] #20 6.610 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-28T11:09:12.765Z] #20 6.616 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-28T11:09:12.765Z] #20 6.619 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-28T11:09:12.765Z] #20 6.625 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-28T11:09:12.765Z] #20 6.626 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-28T11:09:12.765Z] #20 6.627 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-28T11:09:12.765Z] #20 6.628 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-28T11:09:12.765Z] #20 6.784 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-28T11:09:12.765Z] #20 6.785 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-28T11:09:12.765Z] #20 6.787 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-28T11:09:12.765Z] #20 6.788 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-28T11:09:12.766Z] #20 6.790 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-28T11:09:12.766Z] #20 6.795 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-28T11:09:12.766Z] #20 6.798 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-28T11:09:12.766Z] #20 6.825 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-28T11:09:12.766Z] #20 6.827 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-28T11:09:12.766Z] #20 6.831 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-28T11:09:12.766Z] #20 6.834 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-28T11:09:12.766Z] #20 6.838 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-28T11:09:12.766Z] #20 6.843 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-28T11:09:12.766Z] #20 6.844 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-28T11:09:12.766Z] #20 6.865 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-06-28T11:09:12.766Z] #20 6.871 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-28T11:09:12.766Z] #20 6.876 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-28T11:09:12.766Z] #20 6.976 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-28T11:09:13.023Z] #20 7.008 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-28T11:09:13.023Z] #20 7.027 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-28T11:09:13.280Z] #20 7.247 debconf: delaying package configuration, since apt-utils is not installed [2021-06-28T11:09:13.280Z] #20 7.287 Fetched 28.6 MB in 1s (35.8 MB/s) [2021-06-28T11:09:13.280Z] #20 7.322 Selecting previously unselected package pigz. [2021-06-28T11:09:13.536Z] #20 7.323 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23446 files and directories currently installed.) [2021-06-28T11:09:13.536Z] #20 7.356 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-28T11:09:13.536Z] #20 7.363 Unpacking pigz (2.4-1) ... [2021-06-28T11:09:13.536Z] #20 7.414 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-28T11:09:13.536Z] #20 7.417 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-28T11:09:13.536Z] #20 7.421 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-28T11:09:13.536Z] #20 7.587 Selecting previously unselected package python3.7-minimal. [2021-06-28T11:09:13.536Z] #20 7.590 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-28T11:09:13.536Z] #20 7.599 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-28T11:09:14.012Z] #66 3.925 + cd /tmp/tmp.Std2rLxo18/src/github.com/rootless-containers/rootlesskit [2021-06-28T11:09:14.012Z] #66 3.926 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-28T11:09:14.012Z] #66 3.946 + export GO111MODULE=on [2021-06-28T11:09:14.012Z] #66 3.959 + GO111MODULE=on [2021-06-28T11:09:14.012Z] #66 3.959 + export GOPROXY=https://proxy.golang.org [2021-06-28T11:09:14.012Z] #66 3.959 + GOPROXY=https://proxy.golang.org [2021-06-28T11:09:14.012Z] #66 3.960 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-28T11:09:14.012Z] #66 3.960 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-28T11:09:14.100Z] #20 7.973 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-28T11:09:14.100Z] #20 7.990 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-28T11:09:14.663Z] #20 8.724 Selecting previously unselected package python3-minimal. [2021-06-28T11:09:14.664Z] #20 8.724 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23695 files and directories currently installed.) [2021-06-28T11:09:14.664Z] #20 8.745 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-28T11:09:14.664Z] #20 8.751 Unpacking python3-minimal (3.7.3-1) ... [2021-06-28T11:09:14.664Z] #20 8.804 Selecting previously unselected package libmpdec2:amd64. [2021-06-28T11:09:14.664Z] #20 8.806 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-28T11:09:14.664Z] #20 8.814 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-28T11:09:14.664Z] #20 8.868 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-28T11:09:14.664Z] #20 8.868 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-28T11:09:14.920Z] #20 8.872 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-28T11:09:15.177Z] #20 9.196 Selecting previously unselected package python3.7. [2021-06-28T11:09:15.177Z] #20 9.198 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-28T11:09:15.177Z] #20 9.205 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-28T11:09:15.177Z] #20 9.271 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-28T11:09:15.378Z] #66 ... [2021-06-28T11:09:15.378Z] [2021-06-28T11:09:15.378Z] #31 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-06-28T11:09:15.378Z] #31 sha256:e3e18b35884186ab7926857c96c6c8aad6252216e793e79b45acec63bcf071ac [2021-06-28T11:09:15.378Z] #31 1.557 + RM_GOPATH=0 [2021-06-28T11:09:15.378Z] #31 1.557 + TMP_GOPATH= [2021-06-28T11:09:15.378Z] #31 1.557 + : /build [2021-06-28T11:09:15.378Z] #31 1.557 + '[' -z '' ']' [2021-06-28T11:09:15.378Z] #31 1.557 ++ mktemp -d [2021-06-28T11:09:15.378Z] #31 1.558 + export GOPATH=/tmp/tmp.bOE0YCASIq [2021-06-28T11:09:15.378Z] #31 1.558 + GOPATH=/tmp/tmp.bOE0YCASIq [2021-06-28T11:09:15.378Z] #31 1.558 + RM_GOPATH=1 [2021-06-28T11:09:15.378Z] #31 1.558 + case "$(go env GOARCH)" in [2021-06-28T11:09:15.378Z] #31 1.563 ++ go env GOARCH [2021-06-28T11:09:15.378Z] #31 1.567 + export GO_BUILDMODE=-buildmode=pie [2021-06-28T11:09:15.378Z] #31 1.567 + GO_BUILDMODE=-buildmode=pie [2021-06-28T11:09:15.378Z] #31 1.567 ++ dirname /tmp/install/install.sh [2021-06-28T11:09:15.378Z] #31 1.571 Install docker/cli version 17.06.2-ce from stable [2021-06-28T11:09:15.378Z] #31 1.571 + dir=/tmp/install [2021-06-28T11:09:15.378Z] #31 1.571 + bin=dockercli [2021-06-28T11:09:15.378Z] #31 1.571 + shift [2021-06-28T11:09:15.378Z] #31 1.571 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-28T11:09:15.378Z] #31 1.571 + . /tmp/install/dockercli.installer [2021-06-28T11:09:15.378Z] #31 1.571 ++ : stable [2021-06-28T11:09:15.378Z] #31 1.571 ++ : 17.06.2-ce [2021-06-28T11:09:15.378Z] #31 1.571 + install_dockercli [2021-06-28T11:09:15.378Z] #31 1.571 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-28T11:09:15.378Z] #31 1.571 ++ uname -m [2021-06-28T11:09:15.378Z] #31 1.575 + arch=x86_64 [2021-06-28T11:09:15.378Z] #31 1.575 + '[' x86_64 '!=' x86_64 ']' [2021-06-28T11:09:15.378Z] #31 1.575 + url=https://download.docker.com/linux/static [2021-06-28T11:09:15.378Z] #31 1.575 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-28T11:09:15.378Z] #31 1.576 + tar -xz docker/docker [2021-06-28T11:09:15.378Z] #31 4.670 + mkdir -p /build [2021-06-28T11:09:15.378Z] #31 4.679 + mv docker/docker /build/ [2021-06-28T11:09:15.378Z] #31 4.690 + rmdir docker [2021-06-28T11:09:15.378Z] #31 DONE 5.4s [2021-06-28T11:09:15.378Z] [2021-06-28T11:09:15.378Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:09:15.378Z] #19 sha256:af564ce2a7d0da0217ff4c9f5f0e177c8c51d9256456d608d66eeb6ccfd312a1 [2021-06-28T11:09:15.378Z] #19 1.448 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-06-28T11:09:15.378Z] #19 1.453 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-28T11:09:15.378Z] #19 1.453 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-28T11:09:15.378Z] #19 1.468 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-28T11:09:15.378Z] #19 1.859 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [478 kB] [2021-06-28T11:09:15.378Z] #19 1.967 Get:6 http://deb.debian.org/debian buster-backports/main armel Packages [451 kB] [2021-06-28T11:09:15.378Z] #19 1.984 Get:7 http://deb.debian.org/debian buster-backports/main s390x Packages [447 kB] [2021-06-28T11:09:15.378Z] #19 2.018 Get:8 http://deb.debian.org/debian buster-backports/main armhf Packages [474 kB] [2021-06-28T11:09:15.378Z] #19 2.072 Get:9 http://deb.debian.org/debian buster-backports/main ppc64el Packages [468 kB] [2021-06-28T11:09:15.378Z] #19 2.956 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB] [2021-06-28T11:09:15.378Z] #19 3.657 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-06-28T11:09:15.434Z] #20 9.280 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-28T11:09:15.434Z] #20 9.284 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-28T11:09:15.434Z] #20 9.341 Setting up python3-minimal (3.7.3-1) ... [2021-06-28T11:09:15.691Z] #20 9.660 Selecting previously unselected package python3. [2021-06-28T11:09:15.691Z] #20 9.660 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24107 files and directories currently installed.) [2021-06-28T11:09:15.691Z] #20 9.698 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-28T11:09:15.691Z] #20 9.708 Unpacking python3 (3.7.3-1) ... [2021-06-28T11:09:15.691Z] #20 9.766 Selecting previously unselected package libip4tc0:amd64. [2021-06-28T11:09:15.691Z] #20 9.776 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-28T11:09:15.691Z] #20 9.780 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-28T11:09:15.691Z] #20 9.837 Selecting previously unselected package libip6tc0:amd64. [2021-06-28T11:09:15.691Z] #20 9.845 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-28T11:09:15.691Z] #20 9.849 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-28T11:09:15.948Z] #20 9.897 Selecting previously unselected package libiptc0:amd64. [2021-06-28T11:09:15.948Z] #20 9.904 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-28T11:09:15.948Z] #20 9.911 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-28T11:09:15.948Z] #20 9.956 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-28T11:09:15.948Z] #20 9.964 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-28T11:09:15.948Z] #20 9.968 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-28T11:09:15.948Z] #20 10.00 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-28T11:09:15.948Z] #20 10.01 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-28T11:09:15.948Z] #20 10.01 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-28T11:09:15.948Z] #20 10.06 Selecting previously unselected package libnftnl11:amd64. [2021-06-28T11:09:15.948Z] #20 10.06 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-28T11:09:15.948Z] #20 10.07 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-28T11:09:15.948Z] #20 10.12 Selecting previously unselected package iptables. [2021-06-28T11:09:16.204Z] #20 10.13 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-28T11:09:16.204Z] #20 10.13 Unpacking iptables (1.8.2-4) ... [2021-06-28T11:09:16.461Z] #20 10.28 Selecting previously unselected package xxd. [2021-06-28T11:09:16.461Z] #20 10.28 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-28T11:09:16.461Z] #20 10.29 Unpacking xxd (2:8.1.0875-5) ... [2021-06-28T11:09:16.461Z] #20 10.35 Selecting previously unselected package vim-common. [2021-06-28T11:09:16.461Z] #20 10.35 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-28T11:09:16.461Z] #20 10.37 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-28T11:09:16.461Z] #20 10.46 Selecting previously unselected package bash-completion. [2021-06-28T11:09:16.461Z] #20 10.47 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-28T11:09:16.748Z] #19 4.910 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-06-28T11:09:17.392Z] #20 11.60 Unpacking bash-completion (1:2.8-6) ... [2021-06-28T11:09:17.678Z] #19 5.785 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-06-28T11:09:17.935Z] #19 ... [2021-06-28T11:09:17.935Z] [2021-06-28T11:09:17.935Z] #66 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-28T11:09:17.935Z] #66 sha256:ea1b5dfb3185e2e36dae193e2cc2c2e558c4d0d36afc25b4af79abaa38f0e0c1 [2021-06-28T11:09:17.935Z] #66 5.485 go: downloading github.com/pkg/errors v0.9.1 [2021-06-28T11:09:17.935Z] #66 5.498 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-28T11:09:17.935Z] #66 5.568 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-28T11:09:17.935Z] #66 5.878 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-28T11:09:17.935Z] #66 7.317 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-28T11:09:17.935Z] #66 7.643 go: downloading github.com/google/uuid v1.2.0 [2021-06-28T11:09:17.935Z] #66 7.677 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-28T11:09:17.935Z] #66 7.684 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-28T11:09:17.935Z] #66 7.744 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-28T11:09:17.935Z] #66 7.801 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-28T11:09:17.935Z] #66 7.985 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-28T11:09:17.955Z] #20 11.78 Selecting previously unselected package bzip2. [2021-06-28T11:09:17.955Z] #20 11.78 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-28T11:09:17.955Z] #20 11.78 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-28T11:09:17.955Z] #20 11.83 Selecting previously unselected package xz-utils. [2021-06-28T11:09:17.955Z] #20 11.83 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-06-28T11:09:17.955Z] #20 11.84 Unpacking xz-utils (5.2.4-1) ... [2021-06-28T11:09:17.955Z] #20 11.93 Selecting previously unselected package apparmor. [2021-06-28T11:09:17.955Z] #20 11.93 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-06-28T11:09:17.956Z] #20 11.97 Unpacking apparmor (2.13.2-10) ... [2021-06-28T11:09:18.212Z] #20 12.12 Selecting previously unselected package aufs-tools. [2021-06-28T11:09:18.212Z] #20 12.13 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-28T11:09:18.212Z] #20 12.13 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-28T11:09:18.212Z] #20 12.21 Selecting previously unselected package libonig5:amd64. [2021-06-28T11:09:18.212Z] #20 12.21 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-06-28T11:09:18.212Z] #20 12.22 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-28T11:09:18.212Z] #20 12.29 Selecting previously unselected package libjq1:amd64. [2021-06-28T11:09:18.212Z] #20 12.30 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-28T11:09:18.212Z] #20 12.30 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-28T11:09:18.469Z] #20 12.36 Selecting previously unselected package jq. [2021-06-28T11:09:18.469Z] #20 12.37 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-28T11:09:18.469Z] #20 12.37 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-28T11:09:18.469Z] #20 12.42 Selecting previously unselected package libaio1:amd64. [2021-06-28T11:09:18.469Z] #20 12.43 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-06-28T11:09:18.469Z] #20 12.43 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-28T11:09:18.469Z] #20 12.48 Selecting previously unselected package libgpm2:amd64. [2021-06-28T11:09:18.469Z] #20 12.48 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-06-28T11:09:18.469Z] #20 12.50 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-28T11:09:18.469Z] #20 12.54 Selecting previously unselected package libicu63:amd64. [2021-06-28T11:09:18.469Z] #20 12.55 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-28T11:09:18.469Z] #20 12.55 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-28T11:09:18.498Z] #66 ... [2021-06-28T11:09:18.498Z] [2021-06-28T11:09:18.498Z] #34 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-06-28T11:09:18.498Z] #34 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4 [2021-06-28T11:09:18.498Z] #34 CACHED [2021-06-28T11:09:18.498Z] [2021-06-28T11:09:18.498Z] #35 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-28T11:09:18.498Z] #35 sha256:ed4452728c22422e072ee38ce69f70932023362433b023397c5fb5f4bb5cc4e8 [2021-06-28T11:09:18.498Z] #35 CACHED [2021-06-28T11:09:18.498Z] [2021-06-28T11:09:18.498Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-06-28T11:09:18.498Z] #36 sha256:b548dbca8a6a6dcab94c1fa6ff78383fd3c4d54fd5048e35d956e506dd2843a7 [2021-06-28T11:09:18.498Z] #36 CACHED [2021-06-28T11:09:18.498Z] [2021-06-28T11:09:18.498Z] #38 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-28T11:09:18.498Z] #38 sha256:d680f3e1e676523afc8237556ac0aa70f3febe1ea899ec6f46e8537f5e50b54f [2021-06-28T11:09:18.498Z] #38 CACHED [2021-06-28T11:09:18.498Z] [2021-06-28T11:09:18.498Z] #39 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-28T11:09:18.498Z] #39 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa [2021-06-28T11:09:18.498Z] #39 CACHED [2021-06-28T11:09:18.498Z] [2021-06-28T11:09:18.498Z] #41 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-28T11:09:18.498Z] #41 sha256:09011f0fd5282a0b7119bc2e6e8ed7cf29c067e0a82a736dfd29ecf62c6807a4 [2021-06-28T11:09:18.498Z] #41 CACHED [2021-06-28T11:09:18.498Z] [2021-06-28T11:09:18.498Z] #66 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-28T11:09:18.498Z] #66 sha256:ea1b5dfb3185e2e36dae193e2cc2c2e558c4d0d36afc25b4af79abaa38f0e0c1 [2021-06-28T11:09:18.498Z] #66 8.369 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-28T11:09:18.755Z] #66 8.533 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-28T11:09:18.755Z] #66 8.716 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-28T11:09:19.838Z] #20 13.73 Selecting previously unselected package libnet1:amd64. [2021-06-28T11:09:19.838Z] #20 13.73 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-28T11:09:19.838Z] #20 13.74 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-28T11:09:19.838Z] #20 13.82 Selecting previously unselected package libnl-3-200:amd64. [2021-06-28T11:09:19.838Z] #20 13.82 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-28T11:09:19.838Z] #20 13.83 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-28T11:09:19.838Z] #20 13.88 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-28T11:09:19.838Z] #20 13.88 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-28T11:09:19.838Z] #20 13.89 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-28T11:09:20.095Z] #20 13.93 Selecting previously unselected package libreadline5:amd64. [2021-06-28T11:09:20.095Z] #20 13.94 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-28T11:09:20.095Z] #20 13.95 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-28T11:09:20.095Z] #20 14.01 Selecting previously unselected package net-tools. [2021-06-28T11:09:20.095Z] #20 14.01 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-28T11:09:20.095Z] #20 14.02 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-28T11:09:20.095Z] #20 14.11 Selecting previously unselected package patch. [2021-06-28T11:09:20.095Z] #20 14.12 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-28T11:09:20.095Z] #20 14.13 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-28T11:09:20.095Z] #20 14.18 Selecting previously unselected package python-pip-whl. [2021-06-28T11:09:20.123Z] #66 ... [2021-06-28T11:09:20.123Z] [2021-06-28T11:09:20.123Z] #63 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-06-28T11:09:20.123Z] #63 sha256:01a5246a62ae10785ee21168e8e15f4c0d406dea03602a11e60f1998dcea226a [2021-06-28T11:09:20.123Z] #63 1.815 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-28T11:09:20.123Z] #63 1.894 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-28T11:09:20.123Z] #63 1.984 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-28T11:09:20.123Z] #63 2.346 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-06-28T11:09:20.123Z] #63 2.849 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-06-28T11:09:20.123Z] #63 3.243 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB] [2021-06-28T11:09:20.123Z] #63 4.259 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB] [2021-06-28T11:09:20.123Z] #63 5.211 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-06-28T11:09:20.123Z] #63 5.791 Get:9 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB] [2021-06-28T11:09:20.123Z] #63 5.824 Get:10 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-06-28T11:09:20.123Z] #63 5.871 Get:11 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [286 kB] [2021-06-28T11:09:20.123Z] #63 5.895 Get:12 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB] [2021-06-28T11:09:20.123Z] #63 5.919 Get:13 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB] [2021-06-28T11:09:20.123Z] #63 5.967 Get:14 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB] [2021-06-28T11:09:20.123Z] #63 5.971 Get:15 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-06-28T11:09:20.123Z] #63 5.971 Get:16 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB] [2021-06-28T11:09:20.123Z] #63 5.972 Get:17 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-06-28T11:09:20.123Z] #63 5.982 Get:18 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB] [2021-06-28T11:09:20.123Z] #63 ... [2021-06-28T11:09:20.123Z] [2021-06-28T11:09:20.123Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:09:20.123Z] #19 sha256:af564ce2a7d0da0217ff4c9f5f0e177c8c51d9256456d608d66eeb6ccfd312a1 [2021-06-28T11:09:20.123Z] #19 6.520 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB] [2021-06-28T11:09:20.123Z] #19 7.055 Get:15 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-06-28T11:09:20.123Z] #19 7.062 Get:16 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB] [2021-06-28T11:09:20.123Z] #19 7.091 Get:17 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB] [2021-06-28T11:09:20.123Z] #19 7.110 Get:18 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB] [2021-06-28T11:09:20.123Z] #19 7.124 Get:19 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [286 kB] [2021-06-28T11:09:20.123Z] #19 7.142 Get:20 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB] [2021-06-28T11:09:20.123Z] #19 7.143 Get:21 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-06-28T11:09:20.123Z] #19 7.158 Get:22 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB] [2021-06-28T11:09:20.123Z] #19 7.158 Get:23 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-06-28T11:09:20.123Z] #19 7.159 Get:24 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB] [2021-06-28T11:09:20.351Z] #20 14.19 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-28T11:09:20.351Z] #20 14.19 Unpacking python-pip-whl (18.1-5) ... [2021-06-28T11:09:20.608Z] #20 14.44 Selecting previously unselected package python3-lib2to3. [2021-06-28T11:09:20.608Z] #20 14.44 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-28T11:09:20.608Z] #20 14.46 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-28T11:09:20.608Z] #20 14.52 Selecting previously unselected package python3-distutils. [2021-06-28T11:09:20.608Z] #20 14.52 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-28T11:09:20.608Z] #20 14.53 Unpacking python3-distutils (3.7.3-1) ... [2021-06-28T11:09:20.608Z] #20 14.59 Selecting previously unselected package python3-pip. [2021-06-28T11:09:20.608Z] #20 14.60 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-28T11:09:20.608Z] #20 14.60 Unpacking python3-pip (18.1-5) ... [2021-06-28T11:09:20.865Z] #20 14.69 Selecting previously unselected package python3-pkg-resources. [2021-06-28T11:09:20.865Z] #20 14.69 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-28T11:09:20.865Z] #20 14.70 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-28T11:09:20.865Z] #20 14.76 Selecting previously unselected package python3-setuptools. [2021-06-28T11:09:20.865Z] #20 14.77 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-28T11:09:20.865Z] #20 14.77 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-28T11:09:20.865Z] #20 14.88 Selecting previously unselected package python3-wheel. [2021-06-28T11:09:20.865Z] #20 14.88 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-28T11:09:20.865Z] #20 14.89 Unpacking python3-wheel (0.32.3-2) ... [2021-06-28T11:09:20.865Z] #20 14.94 Selecting previously unselected package sudo. [2021-06-28T11:09:20.865Z] #20 14.94 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-28T11:09:21.123Z] #20 14.95 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-28T11:09:21.123Z] #20 15.17 Selecting previously unselected package thin-provisioning-tools. [2021-06-28T11:09:21.123Z] #20 15.17 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-28T11:09:21.123Z] #20 15.18 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-28T11:09:21.380Z] #20 15.29 Selecting previously unselected package uidmap. [2021-06-28T11:09:21.380Z] #20 15.30 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-28T11:09:21.380Z] #20 15.30 Unpacking uidmap (1:4.5-1.1) ... [2021-06-28T11:09:21.380Z] #20 15.40 Selecting previously unselected package vim-runtime. [2021-06-28T11:09:21.380Z] #20 15.41 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-28T11:09:21.380Z] #20 15.43 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-06-28T11:09:21.380Z] #20 15.45 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-28T11:09:21.380Z] #20 15.46 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-28T11:09:22.643Z] #19 ... [2021-06-28T11:09:22.643Z] [2021-06-28T11:09:22.643Z] #43 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-28T11:09:22.644Z] #43 sha256:a2eeaee3fef85b4dba8bec4d232ecf88f48e6abeef0971288a5150b2675ee458 [2021-06-28T11:09:22.644Z] #43 2.280 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-28T11:09:22.644Z] #43 2.280 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-28T11:09:22.644Z] #43 2.282 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-28T11:09:22.644Z] #43 2.858 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-06-28T11:09:22.644Z] #43 3.523 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-06-28T11:09:22.644Z] #43 4.339 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-06-28T11:09:22.644Z] #43 5.334 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB] [2021-06-28T11:09:22.644Z] #43 6.096 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB] [2021-06-28T11:09:22.644Z] #43 7.053 Get:9 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB] [2021-06-28T11:09:22.644Z] #43 7.062 Get:10 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB] [2021-06-28T11:09:22.644Z] #43 7.082 Get:11 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-06-28T11:09:22.644Z] #43 7.105 Get:12 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [286 kB] [2021-06-28T11:09:22.644Z] #43 7.121 Get:13 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB] [2021-06-28T11:09:22.644Z] #43 7.144 Get:14 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-06-28T11:09:22.644Z] #43 7.151 Get:15 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB] [2021-06-28T11:09:22.644Z] #43 7.152 Get:16 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB] [2021-06-28T11:09:22.644Z] #43 7.155 Get:17 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-06-28T11:09:22.644Z] #43 7.159 Get:18 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB] [2021-06-28T11:09:22.749Z] #20 16.73 Selecting previously unselected package vim. [2021-06-28T11:09:22.749Z] #20 16.73 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-28T11:09:22.749Z] #20 16.75 Unpacking vim (2:8.1.0875-5) ... [2021-06-28T11:09:23.007Z] #20 16.97 Selecting previously unselected package xfsprogs. [2021-06-28T11:09:23.007Z] #20 16.98 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-28T11:09:23.007Z] #20 16.98 Unpacking xfsprogs (4.20.0-1) ... [2021-06-28T11:09:23.264Z] #20 17.18 Selecting previously unselected package zip. [2021-06-28T11:09:23.264Z] #20 17.18 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-06-28T11:09:23.264Z] #20 17.19 Unpacking zip (3.0-11+b1) ... [2021-06-28T11:09:23.264Z] #20 17.29 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-28T11:09:23.264Z] #20 17.33 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-28T11:09:23.264Z] #20 17.35 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-28T11:09:23.264Z] #20 17.36 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-28T11:09:23.264Z] #20 17.37 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-28T11:09:23.521Z] #20 17.38 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-28T11:09:23.521Z] #20 17.40 Setting up uidmap (1:4.5-1.1) ... [2021-06-28T11:09:23.521Z] #20 17.41 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-28T11:09:23.521Z] #20 17.42 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-28T11:09:23.521Z] #20 17.43 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-28T11:09:23.521Z] #20 17.45 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-28T11:09:23.521Z] #20 17.46 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-28T11:09:23.521Z] #20 17.47 Setting up xxd (2:8.1.0875-5) ... [2021-06-28T11:09:23.521Z] #20 17.48 Setting up zip (3.0-11+b1) ... [2021-06-28T11:09:23.521Z] #20 17.49 Setting up vim-common (2:8.1.0875-5) ... [2021-06-28T11:09:23.521Z] #20 17.51 Setting up bash-completion (1:2.8-6) ... [2021-06-28T11:09:24.889Z] #20 18.73 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-28T11:09:24.889Z] #20 18.74 Setting up xz-utils (5.2.4-1) ... [2021-06-28T11:09:24.889Z] #20 18.76 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-28T11:09:24.889Z] #20 18.76 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-28T11:09:24.889Z] #20 18.78 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-28T11:09:24.889Z] #20 18.83 invoke-rc.d: could not determine current runlevel [2021-06-28T11:09:24.889Z] #20 18.84 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-28T11:09:24.889Z] #20 18.85 Setting up pigz (2.4-1) ... [2021-06-28T11:09:24.889Z] #20 18.86 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-28T11:09:24.889Z] #20 18.87 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-28T11:09:24.889Z] #20 18.89 Setting up python-pip-whl (18.1-5) ... [2021-06-28T11:09:24.889Z] #20 18.91 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-28T11:09:24.889Z] #20 18.92 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-28T11:09:24.889Z] #20 19.07 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-28T11:09:24.889Z] #20 19.08 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-28T11:09:25.146Z] #20 19.10 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-28T11:09:25.146Z] #20 19.11 Setting up vim (2:8.1.0875-5) ... [2021-06-28T11:09:25.146Z] #20 19.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-28T11:09:25.146Z] #20 19.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-28T11:09:25.146Z] #20 19.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-28T11:09:25.146Z] #20 19.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-28T11:09:25.146Z] #20 19.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-28T11:09:25.146Z] #20 19.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-28T11:09:25.146Z] #20 19.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-28T11:09:25.146Z] #20 19.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-28T11:09:25.146Z] #20 19.17 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-28T11:09:25.146Z] #20 19.18 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-28T11:09:25.146Z] #20 19.19 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-28T11:09:25.146Z] #20 19.20 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-28T11:09:25.146Z] #20 19.22 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-28T11:09:25.146Z] #20 19.23 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-28T11:09:26.076Z] #20 20.24 Setting up iptables (1.8.2-4) ... [2021-06-28T11:09:26.333Z] #20 20.26 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-28T11:09:26.333Z] #20 20.26 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-28T11:09:26.333Z] #20 20.27 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-28T11:09:26.333Z] #20 20.27 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-28T11:09:26.333Z] #20 20.28 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-28T11:09:26.333Z] #20 20.28 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-28T11:09:26.333Z] #20 20.29 Setting up python3 (3.7.3-1) ... [2021-06-28T11:09:26.333Z] #20 20.45 Setting up python3-wheel (0.32.3-2) ... [2021-06-28T11:09:26.895Z] #20 20.70 Setting up apparmor (2.13.2-10) ... [2021-06-28T11:09:28.264Z] #20 22.15 Setting up xfsprogs (4.20.0-1) ... [2021-06-28T11:09:28.264Z] #20 22.16 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-28T11:09:28.264Z] #20 22.31 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-28T11:09:28.521Z] #20 22.70 Setting up python3-distutils (3.7.3-1) ... [2021-06-28T11:09:29.084Z] #20 22.89 Setting up python3-setuptools (40.8.0-1) ... [2021-06-28T11:09:29.341Z] #20 23.30 Setting up python3-pip (18.1-5) ... [2021-06-28T11:09:29.598Z] #20 23.68 Processing triggers for libc-bin (2.28-10) ... [2021-06-28T11:09:29.855Z] #20 23.75 Processing triggers for mime-support (3.62) ... [2021-06-28T11:09:30.418Z] #20 DONE 24.4s [2021-06-28T11:09:30.418Z] [2021-06-28T11:09:30.418Z] #21 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-06-28T11:09:30.418Z] #21 sha256:76a9f64f9fb82892ea9968c686b94db27a4b2f619ff7f6fc0ad4059c1753ce94 [2021-06-28T11:09:30.810Z] #43 ... [2021-06-28T11:09:30.810Z] [2021-06-28T11:09:30.810Z] #66 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-28T11:09:30.810Z] #66 sha256:ea1b5dfb3185e2e36dae193e2cc2c2e558c4d0d36afc25b4af79abaa38f0e0c1 [2021-06-28T11:09:30.810Z] #66 10.59 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-28T11:09:31.349Z] #21 0.899 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-28T11:09:31.349Z] #21 0.903 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-28T11:09:31.349Z] #21 0.907 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-28T11:09:31.349Z] #21 DONE 1.0s [2021-06-28T11:09:31.349Z] [2021-06-28T11:09:31.349Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-28T11:09:31.349Z] #22 sha256:d6ab49e3ca9772ebbb053775281336ff2b5a148c315c410d7a0f525f5bfcc5bf [2021-06-28T11:09:32.176Z] #66 ... [2021-06-28T11:09:32.176Z] [2021-06-28T11:09:32.176Z] #63 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-06-28T11:09:32.176Z] #63 sha256:01a5246a62ae10785ee21168e8e15f4c0d406dea03602a11e60f1998dcea226a [2021-06-28T11:09:32.176Z] #63 22.01 Fetched 39.9 MB in 21s (1944 kB/s) [2021-06-28T11:09:33.869Z] #22 2.149 Collecting yamllint==1.26.1 [2021-06-28T11:09:39.150Z] #22 7.387 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-28T11:09:39.150Z] #22 7.793 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-28T11:09:39.150Z] #22 7.816 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-28T11:09:39.150Z] #22 7.834 Collecting pyyaml (from yamllint==1.26.1) [2021-06-28T11:09:39.150Z] #22 7.937 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-28T11:09:39.425Z] #22 8.142 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-28T11:09:39.425Z] #22 8.143 Building wheels for collected packages: yamllint [2021-06-28T11:09:39.425Z] #22 8.149 Running setup.py bdist_wheel for yamllint: started [2021-06-28T11:09:40.005Z] #22 8.594 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-28T11:09:40.005Z] #22 8.595 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-28T11:09:40.005Z] #22 8.620 Successfully built yamllint [2021-06-28T11:09:40.005Z] #22 8.627 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-28T11:09:40.005Z] #22 8.758 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-28T11:09:40.268Z] #63 22.01 Reading package lists... [2021-06-28T11:09:40.268Z] #63 ... [2021-06-28T11:09:40.268Z] [2021-06-28T11:09:40.268Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:09:40.268Z] #19 sha256:af564ce2a7d0da0217ff4c9f5f0e177c8c51d9256456d608d66eeb6ccfd312a1 [2021-06-28T11:09:40.268Z] #19 22.39 Fetched 42.2 MB in 21s (1993 kB/s) [2021-06-28T11:09:40.268Z] #19 22.39 Reading package lists... [2021-06-28T11:09:40.268Z] #19 ... [2021-06-28T11:09:40.268Z] [2021-06-28T11:09:40.268Z] #66 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-28T11:09:40.268Z] #66 sha256:ea1b5dfb3185e2e36dae193e2cc2c2e558c4d0d36afc25b4af79abaa38f0e0c1 [2021-06-28T11:09:40.268Z] #66 29.44 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-28T11:09:40.268Z] #66 29.44 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-28T11:09:40.277Z] #22 DONE 9.0s [2021-06-28T11:09:40.277Z] [2021-06-28T11:09:40.277Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-28T11:09:40.277Z] #25 sha256:fadadec09995b158442cccb3fe77e499b3b5d0792fbc7cd3ab901060520c7740 [2021-06-28T11:09:40.543Z] #25 DONE 0.1s [2021-06-28T11:09:40.543Z] [2021-06-28T11:09:40.543Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-28T11:09:40.543Z] #30 sha256:a3faefe31c31dde5c62ff2b3f3747b7e04bb188163320cca3c408e1ca68233c5 [2021-06-28T11:09:41.159Z] ---> 3638605f69f9 [2021-06-28T11:09:42.120Z] Successfully built 3638605f69f9 [2021-06-28T11:09:42.120Z] Successfully tagged docker:latest [2021-06-28T11:09:42.120Z] INFO: Image build ended at 06/28/2021 11:09:42. Duration:00:00:47.0762659 [2021-06-28T11:09:42.572Z] [2021-06-28T11:09:42.572Z] [2021-06-28T11:09:42.572Z] INFO: Building the test binaries at 06/28/2021 11:09:42... [2021-06-28T11:09:42.788Z] #66 DONE 32.5s [2021-06-28T11:09:42.788Z] [2021-06-28T11:09:42.788Z] #63 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-06-28T11:09:42.788Z] #63 sha256:01a5246a62ae10785ee21168e8e15f4c0d406dea03602a11e60f1998dcea226a [2021-06-28T11:09:42.788Z] #63 22.01 Reading package lists... [2021-06-28T11:09:42.788Z] #63 31.51 Reading package lists... [2021-06-28T11:09:42.788Z] #63 ... [2021-06-28T11:09:42.788Z] [2021-06-28T11:09:42.788Z] #67 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-28T11:09:42.788Z] #67 sha256:005f9b6d3cdbb57a7c5b9300ebbe6fd3ef848138262be701b6f107043ec7f28b [2021-06-28T11:09:42.788Z] #67 DONE 0.0s [2021-06-28T11:09:42.788Z] [2021-06-28T11:09:42.788Z] #68 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-28T11:09:42.788Z] #68 sha256:9bb6e232e12255b0309e3cba6080df3e0c20034767498ae3cc574455cc2d5389 [2021-06-28T11:09:42.788Z] #68 DONE 0.1s [2021-06-28T11:09:42.788Z] [2021-06-28T11:09:42.788Z] #43 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-28T11:09:42.788Z] #43 sha256:a2eeaee3fef85b4dba8bec4d232ecf88f48e6abeef0971288a5150b2675ee458 [2021-06-28T11:09:42.788Z] #43 22.60 Fetched 39.9 MB in 21s (1937 kB/s) [2021-06-28T11:09:42.788Z] #43 22.60 Reading package lists... [2021-06-28T11:09:43.097Z] #30 DONE 2.8s [2021-06-28T11:09:43.097Z] [2021-06-28T11:09:43.097Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-28T11:09:43.097Z] #33 sha256:6821e4e8822ad4544ca380294a300458d284436e4090858ccefc7b6eaed72d96 [2021-06-28T11:09:43.669Z] #33 DONE 0.2s [2021-06-28T11:09:43.669Z] [2021-06-28T11:09:43.669Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-28T11:09:43.669Z] #35 sha256:3ffc20aab99c3a3a6719d4490a82d7e6117b089b95215098f931365391da4d53 [2021-06-28T11:09:43.669Z] #35 DONE 0.1s [2021-06-28T11:09:43.669Z] [2021-06-28T11:09:43.669Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-28T11:09:43.669Z] #38 sha256:f85019091035d39336f3b7a2e7f0ed212d0738a36387d9eacefdbf5ed6a262c0 [2021-06-28T11:09:43.669Z] #38 DONE 0.1s [2021-06-28T11:09:43.669Z] [2021-06-28T11:09:43.669Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:09:43.669Z] #57 sha256:da1dd6c401c208cb1495241f06bc8235cad44bfbc03e95808ec6f6583ff3b0b2 [2021-06-28T11:09:43.669Z] #57 62.21 + bin/containerd [2021-06-28T11:09:43.669Z] #57 ... [2021-06-28T11:09:43.669Z] [2021-06-28T11:09:43.669Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-28T11:09:43.669Z] #41 sha256:6996e9e27e746da3510752b255966553425e0d43b71d5278c18d6058c951e641 [2021-06-28T11:09:43.925Z] #41 DONE 0.3s [2021-06-28T11:09:43.925Z] [2021-06-28T11:09:43.925Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-28T11:09:43.925Z] #45 sha256:6ab4f27e87ddd3012e58ba5e49f71ec09142b2951e90d821a15549b725c7c244 [2021-06-28T11:09:43.925Z] #45 DONE 0.1s [2021-06-28T11:09:43.925Z] [2021-06-28T11:09:43.925Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-28T11:09:43.925Z] #47 sha256:63e4e2e704efc5ddbb2fa949872e7e3dde5901473dfbd32e86f36d271ca6e07c [2021-06-28T11:09:44.157Z] #43 32.17 Reading package lists... [2021-06-28T11:09:44.158Z] #43 ... [2021-06-28T11:09:44.158Z] [2021-06-28T11:09:44.158Z] #71 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-28T11:09:44.158Z] #71 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-28T11:09:44.158Z] #71 CACHED [2021-06-28T11:09:44.158Z] [2021-06-28T11:09:44.158Z] #73 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-28T11:09:44.158Z] #73 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-28T11:09:44.158Z] #73 CACHED [2021-06-28T11:09:44.158Z] [2021-06-28T11:09:44.158Z] #63 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-06-28T11:09:44.158Z] #63 sha256:01a5246a62ae10785ee21168e8e15f4c0d406dea03602a11e60f1998dcea226a [2021-06-28T11:09:44.184Z] #47 DONE 0.1s [2021-06-28T11:09:44.184Z] [2021-06-28T11:09:44.184Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-28T11:09:44.184Z] #49 sha256:58781f987491292876e7ef74ccac2884de1ca41fa0e11398b3f14c8cb08f1031 [2021-06-28T11:09:44.184Z] #49 DONE 0.1s [2021-06-28T11:09:44.184Z] [2021-06-28T11:09:44.184Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:09:44.184Z] #57 sha256:da1dd6c401c208cb1495241f06bc8235cad44bfbc03e95808ec6f6583ff3b0b2 [2021-06-28T11:09:44.184Z] #57 ... [2021-06-28T11:09:44.184Z] [2021-06-28T11:09:44.184Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-28T11:09:44.184Z] #51 sha256:a73e5385f204aa738cf84e2d4dfe875dfe54a883df71f4a0051b128be945b769 [2021-06-28T11:09:44.440Z] #51 DONE 0.2s [2021-06-28T11:09:44.440Z] [2021-06-28T11:09:44.440Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-28T11:09:44.440Z] #53 sha256:23a77fa9f20e9eed9dd09cd3a5084b87982d6792e6bfb2972aba0b7fd34d51b7 [2021-06-28T11:09:44.440Z] #53 DONE 0.1s [2021-06-28T11:09:44.440Z] [2021-06-28T11:09:44.440Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-28T11:09:44.440Z] #55 sha256:99767a1e42e827c9450d62a231b6f1a6fcccc14a5626853c7beeb437a2c7015e [2021-06-28T11:09:44.440Z] #55 DONE 0.1s [2021-06-28T11:09:44.440Z] [2021-06-28T11:09:44.440Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:09:44.440Z] #57 sha256:da1dd6c401c208cb1495241f06bc8235cad44bfbc03e95808ec6f6583ff3b0b2 [2021-06-28T11:09:46.678Z] #63 31.51 Reading package lists... [2021-06-28T11:09:46.678Z] #63 ... [2021-06-28T11:09:46.678Z] [2021-06-28T11:09:46.678Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:09:46.678Z] #19 sha256:af564ce2a7d0da0217ff4c9f5f0e177c8c51d9256456d608d66eeb6ccfd312a1 [2021-06-28T11:09:46.678Z] #19 22.39 Reading package lists... [2021-06-28T11:09:49.949Z] #19 32.66 Reading package lists... [2021-06-28T11:09:49.949Z] #19 ... [2021-06-28T11:09:49.949Z] [2021-06-28T11:09:49.949Z] #43 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-28T11:09:49.949Z] #43 sha256:a2eeaee3fef85b4dba8bec4d232ecf88f48e6abeef0971288a5150b2675ee458 [2021-06-28T11:09:49.949Z] #43 32.17 Reading package lists... [2021-06-28T11:09:51.134Z] INFO: make.ps1 starting at 06/28/2021 11:09:50 [2021-06-28T11:09:51.134Z] INFO: Git commit (2b3c4ff46a) assumed from DOCKER_GITCOMMIT environment variable [2021-06-28T11:09:51.134Z] INFO: Invoking autogen... [2021-06-28T11:09:51.316Z] #43 39.56 Building dependency tree... [2021-06-28T11:09:51.316Z] #43 41.08 Reading state information... [2021-06-28T11:09:52.093Z] INFO: Building daemon... [2021-06-28T11:09:52.245Z] #43 41.97 The following additional packages will be installed: [2021-06-28T11:09:52.245Z] #43 41.98 cmake-data libarchive13 libjsoncpp1 librhash0 libuv1 xxd [2021-06-28T11:09:52.245Z] #43 41.99 Suggested packages: [2021-06-28T11:09:52.245Z] #43 41.99 cmake-doc ninja-build lrzip [2021-06-28T11:09:52.245Z] #43 41.99 Recommended packages: [2021-06-28T11:09:52.245Z] #43 41.99 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-28T11:09:52.501Z] #43 42.48 The following NEW packages will be installed: [2021-06-28T11:09:52.757Z] #43 42.49 cmake cmake-data libarchive13 libjsoncpp1 librhash0 libuv1 vim-common xxd [2021-06-28T11:09:53.322Z] #43 43.13 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2021-06-28T11:09:53.322Z] #43 43.13 Need to get 5913 kB of archives. [2021-06-28T11:09:53.322Z] #43 43.13 After this operation, 27.4 MB of additional disk space will be used. [2021-06-28T11:09:53.322Z] #43 43.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-28T11:09:53.322Z] #43 43.14 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-28T11:09:53.322Z] #43 43.14 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-28T11:09:53.322Z] #43 43.17 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-28T11:09:53.322Z] #43 43.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-28T11:09:53.322Z] #43 43.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-28T11:09:53.322Z] #43 43.18 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-28T11:09:53.322Z] #43 43.18 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-28T11:09:53.645Z] #43 43.65 debconf: delaying package configuration, since apt-utils is not installed [2021-06-28T11:09:53.902Z] #43 43.89 Fetched 5913 kB in 1s (8913 kB/s) [2021-06-28T11:09:53.902Z] #43 43.94 Selecting previously unselected package xxd. [2021-06-28T11:09:54.159Z] #43 43.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29521 files and directories currently installed.) [2021-06-28T11:09:54.159Z] #43 43.98 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-28T11:09:54.159Z] #43 43.98 Unpacking xxd (2:8.1.0875-5) ... [2021-06-28T11:09:54.159Z] #43 44.07 Selecting previously unselected package vim-common. [2021-06-28T11:09:54.159Z] #43 44.07 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-28T11:09:54.159Z] #43 44.09 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-28T11:09:54.416Z] #43 44.23 Selecting previously unselected package cmake-data. [2021-06-28T11:09:54.416Z] #43 44.24 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-28T11:09:54.416Z] #43 44.24 Unpacking cmake-data (3.13.4-1) ... [2021-06-28T11:09:54.673Z] #43 ... [2021-06-28T11:09:54.673Z] [2021-06-28T11:09:54.673Z] #63 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-06-28T11:09:54.673Z] #63 sha256:01a5246a62ae10785ee21168e8e15f4c0d406dea03602a11e60f1998dcea226a [2021-06-28T11:09:54.673Z] #63 31.51 Reading package lists... [2021-06-28T11:09:54.673Z] #63 40.59 Building dependency tree... [2021-06-28T11:09:54.673Z] #63 42.14 Reading state information... [2021-06-28T11:09:54.673Z] #63 42.93 The following additional packages will be installed: [2021-06-28T11:09:54.673Z] #63 42.94 libbtrfs0 [2021-06-28T11:09:54.673Z] #63 43.03 The following NEW packages will be installed: [2021-06-28T11:09:54.673Z] #63 43.04 libbtrfs-dev libbtrfs0 [2021-06-28T11:09:54.673Z] #63 43.36 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-06-28T11:09:54.673Z] #63 43.36 Need to get 119 kB of archives. [2021-06-28T11:09:54.673Z] #63 43.36 After this operation, 387 kB of additional disk space will be used. [2021-06-28T11:09:54.673Z] #63 43.36 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-28T11:09:54.673Z] #63 43.37 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-28T11:09:54.673Z] #63 44.00 debconf: delaying package configuration, since apt-utils is not installed [2021-06-28T11:09:54.673Z] #63 44.15 Fetched 119 kB in 0s (457 kB/s) [2021-06-28T11:09:54.673Z] #63 44.19 Selecting previously unselected package libbtrfs0. [2021-06-28T11:09:54.673Z] #63 44.19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29521 files and directories currently installed.) [2021-06-28T11:09:54.673Z] #63 44.22 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-28T11:09:54.673Z] #63 44.24 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-28T11:09:54.673Z] #63 44.29 Selecting previously unselected package libbtrfs-dev. [2021-06-28T11:09:54.673Z] #63 44.29 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-28T11:09:54.673Z] #63 44.30 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-28T11:09:54.673Z] #63 44.38 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-28T11:09:54.673Z] #63 44.40 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-28T11:09:54.673Z] #63 44.41 Processing triggers for libc-bin (2.28-10) ... [2021-06-28T11:09:54.673Z] #63 DONE 44.6s [2021-06-28T11:09:54.673Z] [2021-06-28T11:09:54.673Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:09:54.673Z] #64 sha256:054e77a0326705e7b582d05fc4d872d65414972fab7c6ee84ce7c1acbd38793d [2021-06-28T11:09:55.602Z] #64 0.904 + RM_GOPATH=0 [2021-06-28T11:09:55.602Z] #64 0.904 + TMP_GOPATH= [2021-06-28T11:09:55.602Z] #64 0.904 + : /build [2021-06-28T11:09:55.602Z] #64 0.904 + '[' -z '' ']' [2021-06-28T11:09:55.602Z] #64 0.904 ++ mktemp -d [2021-06-28T11:09:55.602Z] #64 0.904 + export GOPATH=/tmp/tmp.xrWAG96ghh [2021-06-28T11:09:55.602Z] #64 0.904 + GOPATH=/tmp/tmp.xrWAG96ghh [2021-06-28T11:09:55.602Z] #64 0.904 + RM_GOPATH=1 [2021-06-28T11:09:55.602Z] #64 0.905 + case "$(go env GOARCH)" in [2021-06-28T11:09:55.602Z] #64 0.906 ++ go env GOARCH [2021-06-28T11:09:55.602Z] #64 0.919 + export GO_BUILDMODE=-buildmode=pie [2021-06-28T11:09:55.602Z] #64 0.919 + GO_BUILDMODE=-buildmode=pie [2021-06-28T11:09:55.602Z] #64 0.919 ++ dirname /tmp/install/install.sh [2021-06-28T11:09:55.602Z] #64 0.920 + dir=/tmp/install [2021-06-28T11:09:55.602Z] #64 0.920 + bin=containerd [2021-06-28T11:09:55.602Z] #64 0.921 + shift [2021-06-28T11:09:55.602Z] #64 0.921 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-28T11:09:55.602Z] #64 0.921 + . /tmp/install/containerd.installer [2021-06-28T11:09:55.602Z] #64 0.921 ++ set -e [2021-06-28T11:09:55.602Z] #64 0.921 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-28T11:09:55.602Z] #64 0.922 + install_containerd [2021-06-28T11:09:55.602Z] #64 0.922 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-28T11:09:55.602Z] #64 0.923 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-28T11:09:55.602Z] #64 0.923 + git clone https://github.com/containerd/containerd.git /tmp/tmp.xrWAG96ghh/src/github.com/containerd/containerd [2021-06-28T11:09:55.602Z] #64 0.925 Cloning into '/tmp/tmp.xrWAG96ghh/src/github.com/containerd/containerd'... [2021-06-28T11:09:56.976Z] #64 ... [2021-06-28T11:09:56.976Z] [2021-06-28T11:09:56.976Z] #43 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-28T11:09:56.976Z] #43 sha256:a2eeaee3fef85b4dba8bec4d232ecf88f48e6abeef0971288a5150b2675ee458 [2021-06-28T11:09:56.976Z] #43 45.07 Selecting previously unselected package libarchive13:amd64. [2021-06-28T11:09:56.976Z] #43 45.08 Preparing to unpack .../3-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-28T11:09:56.976Z] #43 45.09 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-28T11:09:56.976Z] #43 45.23 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-28T11:09:56.976Z] #43 45.25 Preparing to unpack .../4-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-28T11:09:56.976Z] #43 45.26 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-28T11:09:56.976Z] #43 45.35 Selecting previously unselected package librhash0:amd64. [2021-06-28T11:09:56.976Z] #43 45.36 Preparing to unpack .../5-librhash0_1.3.8-1_amd64.deb ... [2021-06-28T11:09:56.976Z] #43 45.37 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-28T11:09:56.976Z] #43 45.48 Selecting previously unselected package libuv1:amd64. [2021-06-28T11:09:56.976Z] #43 45.49 Preparing to unpack .../6-libuv1_1.24.1-1_amd64.deb ... [2021-06-28T11:09:56.977Z] #43 45.49 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-28T11:09:56.977Z] #43 45.58 Selecting previously unselected package cmake. [2021-06-28T11:09:56.977Z] #43 45.58 Preparing to unpack .../7-cmake_3.13.4-1_amd64.deb ... [2021-06-28T11:09:56.977Z] #43 45.59 Unpacking cmake (3.13.4-1) ... [2021-06-28T11:09:56.977Z] #43 46.31 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-28T11:09:56.977Z] #43 46.32 Setting up xxd (2:8.1.0875-5) ... [2021-06-28T11:09:56.977Z] #43 46.33 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-28T11:09:56.977Z] #43 46.34 Setting up vim-common (2:8.1.0875-5) ... [2021-06-28T11:09:56.977Z] #43 46.38 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-28T11:09:56.977Z] #43 46.39 Setting up cmake-data (3.13.4-1) ... [2021-06-28T11:09:56.977Z] #43 46.41 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-28T11:09:56.977Z] #43 46.42 Setting up cmake (3.13.4-1) ... [2021-06-28T11:09:56.977Z] #43 46.43 Processing triggers for libc-bin (2.28-10) ... [2021-06-28T11:09:56.977Z] #43 46.46 Processing triggers for mime-support (3.62) ... [2021-06-28T11:09:56.977Z] #43 DONE 46.7s [2021-06-28T11:09:56.977Z] [2021-06-28T11:09:56.977Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:09:56.977Z] #19 sha256:af564ce2a7d0da0217ff4c9f5f0e177c8c51d9256456d608d66eeb6ccfd312a1 [2021-06-28T11:09:56.977Z] #19 32.66 Reading package lists... [2021-06-28T11:09:56.977Z] #19 40.06 Building dependency tree... [2021-06-28T11:09:56.977Z] #19 41.45 Reading state information... [2021-06-28T11:09:56.977Z] #19 42.17 The following additional packages will be installed: [2021-06-28T11:09:56.977Z] #19 42.17 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-28T11:09:56.977Z] #19 42.17 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-28T11:09:56.977Z] #19 42.18 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-28T11:09:56.977Z] #19 42.18 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2021-06-28T11:09:56.977Z] #19 42.18 mingw-w64-x86-64-dev [2021-06-28T11:09:56.977Z] #19 42.19 Suggested packages: [2021-06-28T11:09:56.977Z] #19 42.19 gcc-8-locales seccomp wine64 [2021-06-28T11:09:56.977Z] #19 42.57 The following NEW packages will be installed: [2021-06-28T11:09:56.977Z] #19 42.57 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-28T11:09:56.977Z] #19 42.57 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-28T11:09:56.977Z] #19 42.57 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-28T11:09:56.977Z] #19 42.57 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-28T11:09:56.977Z] #19 42.58 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-28T11:09:56.977Z] #19 42.58 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-28T11:09:56.977Z] #19 42.59 The following packages will be upgraded: [2021-06-28T11:09:56.977Z] #19 42.60 libseccomp2 [2021-06-28T11:09:56.977Z] #19 42.94 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2021-06-28T11:09:56.977Z] #19 42.94 Need to get 77.8 MB of archives. [2021-06-28T11:09:56.977Z] #19 42.94 After this operation, 487 MB of additional disk space will be used. [2021-06-28T11:09:56.977Z] #19 42.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-06-28T11:09:56.977Z] #19 42.95 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-28T11:09:56.977Z] #19 42.96 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-06-28T11:09:56.977Z] #19 43.03 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-06-28T11:09:56.977Z] #19 43.14 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-06-28T11:09:56.977Z] #19 43.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-06-28T11:09:56.977Z] #19 43.14 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-28T11:09:56.977Z] #19 43.15 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-28T11:09:56.977Z] #19 43.25 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-06-28T11:09:56.977Z] #19 43.32 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-06-28T11:09:56.977Z] #19 43.32 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-06-28T11:09:56.977Z] #19 44.02 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-06-28T11:09:56.977Z] #19 44.48 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-28T11:09:56.977Z] #19 44.48 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-28T11:09:56.977Z] #19 44.48 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-28T11:09:56.977Z] #19 44.48 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-28T11:09:56.977Z] #19 44.49 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-06-28T11:09:56.977Z] #19 44.49 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-28T11:09:56.977Z] #19 44.49 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-28T11:09:56.977Z] #19 44.50 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-28T11:09:56.977Z] #19 44.50 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-28T11:09:56.977Z] #19 44.51 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-28T11:09:56.977Z] #19 44.51 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-28T11:09:56.977Z] #19 44.53 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-28T11:09:56.977Z] #19 44.53 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-06-28T11:09:56.977Z] #19 44.53 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-28T11:09:56.977Z] #19 45.09 debconf: delaying package configuration, since apt-utils is not installed [2021-06-28T11:09:56.977Z] #19 45.34 Fetched 77.8 MB in 2s (41.8 MB/s) [2021-06-28T11:09:57.233Z] #19 45.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29521 files and directories currently installed.) [2021-06-28T11:09:57.233Z] #19 45.44 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-28T11:09:57.233Z] #19 45.46 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-28T11:09:57.490Z] #19 45.62 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-28T11:09:57.490Z] #19 45.75 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-28T11:09:57.490Z] #19 45.75 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29521 files and directories currently installed.) [2021-06-28T11:09:57.490Z] #19 45.79 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-28T11:09:57.490Z] #19 45.80 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-28T11:09:58.418Z] #19 46.50 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-28T11:09:58.418Z] #19 46.50 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-28T11:09:58.418Z] #19 46.50 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-28T11:09:58.980Z] #19 47.17 Selecting previously unselected package binutils-mingw-w64. [2021-06-28T11:09:58.980Z] #19 47.17 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-28T11:09:58.980Z] #19 47.17 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-28T11:09:58.980Z] #19 47.24 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-28T11:09:58.980Z] #19 47.24 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-28T11:09:58.980Z] #19 47.24 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-28T11:09:59.236Z] #19 47.32 Selecting previously unselected package dmsetup. [2021-06-28T11:09:59.236Z] #19 47.32 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-28T11:09:59.236Z] #19 47.33 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-28T11:09:59.236Z] #19 47.40 Selecting previously unselected package mingw-w64-common. [2021-06-28T11:09:59.236Z] #19 47.41 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-28T11:09:59.236Z] #19 47.41 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-28T11:10:00.602Z] #19 48.93 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-28T11:10:00.859Z] #19 48.93 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-28T11:10:00.859Z] #19 48.94 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-28T11:10:00.886Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-28T11:10:00.886Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-28T11:10:00.886Z] GOOS="" GOARCH="" GOARM="" [2021-06-28T11:10:00.886Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-28T11:10:00.886Z] [2021-06-28T11:10:00.886Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-28T11:10:00.886Z] DOCKER_SYSTEMD=1 [2021-06-28T11:10:00.886Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-28T11:10:00.886Z] HOSTNAME=6f73a0117474 [2021-06-28T11:10:00.886Z] DEST=bundles/test-integration [2021-06-28T11:10:00.886Z] PWD=/go/src/github.com/docker/docker [2021-06-28T11:10:00.886Z] DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:10:00.886Z] container=docker [2021-06-28T11:10:00.886Z] HOME=/root [2021-06-28T11:10:00.886Z] LANG=C.UTF-8 [2021-06-28T11:10:00.886Z] INVOCATION_ID=ac3bc0b4a884414490dcc3b1dbf1ea33 [2021-06-28T11:10:00.886Z] GOLANG_VERSION=1.16.5 [2021-06-28T11:10:00.886Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-28T11:10:00.886Z] VALIDATE_BRANCH=master [2021-06-28T11:10:00.886Z] TERM=xterm [2021-06-28T11:10:00.886Z] DOCKER_PKG=github.com/docker/docker [2021-06-28T11:10:00.886Z] SHLVL=3 [2021-06-28T11:10:00.886Z] TIMEOUT=120m [2021-06-28T11:10:00.886Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-28T11:10:00.886Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-28T11:10:00.886Z] GO111MODULE=off [2021-06-28T11:10:00.886Z] DOCKER_EXPERIMENTAL=1 [2021-06-28T11:10:00.886Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-28T11:10:00.886Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-28T11:10:00.886Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-28T11:10:00.886Z] GOPATH=/go [2021-06-28T11:10:00.886Z] PKG_CONFIG=pkg-config [2021-06-28T11:10:00.886Z] _=/usr/bin/env [2021-06-28T11:10:00.886Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-28T11:10:01.115Z] #19 ... [2021-06-28T11:10:01.115Z] [2021-06-28T11:10:01.115Z] #44 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-06-28T11:10:01.115Z] #44 sha256:80760a74489c662d498e2be7cf3127001c1ed05cbc8f9c29dd8aecc80fede583 [2021-06-28T11:10:01.115Z] #44 1.344 + RM_GOPATH=0 [2021-06-28T11:10:01.115Z] #44 1.344 + TMP_GOPATH= [2021-06-28T11:10:01.115Z] #44 1.344 + : /build [2021-06-28T11:10:01.115Z] #44 1.344 + '[' -z '' ']' [2021-06-28T11:10:01.115Z] #44 1.345 ++ mktemp -d [2021-06-28T11:10:01.115Z] #44 1.348 + export GOPATH=/tmp/tmp.PmxQ4lecJE [2021-06-28T11:10:01.115Z] #44 1.348 + GOPATH=/tmp/tmp.PmxQ4lecJE [2021-06-28T11:10:01.115Z] #44 1.348 + RM_GOPATH=1 [2021-06-28T11:10:01.115Z] #44 1.348 + case "$(go env GOARCH)" in [2021-06-28T11:10:01.115Z] #44 1.349 ++ go env GOARCH [2021-06-28T11:10:01.115Z] #44 1.356 + export GO_BUILDMODE=-buildmode=pie [2021-06-28T11:10:01.115Z] #44 1.356 + GO_BUILDMODE=-buildmode=pie [2021-06-28T11:10:01.115Z] #44 1.357 ++ dirname /tmp/install/install.sh [2021-06-28T11:10:01.115Z] #44 1.358 + dir=/tmp/install [2021-06-28T11:10:01.115Z] #44 1.358 + bin=tini [2021-06-28T11:10:01.115Z] #44 1.358 + shift [2021-06-28T11:10:01.115Z] #44 1.358 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-28T11:10:01.115Z] #44 1.358 + . /tmp/install/tini.installer [2021-06-28T11:10:01.115Z] #44 1.358 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-28T11:10:01.115Z] #44 1.358 + install_tini [2021-06-28T11:10:01.115Z] #44 1.358 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-28T11:10:01.115Z] #44 1.358 + git clone https://github.com/krallin/tini.git /tmp/tmp.PmxQ4lecJE/tini [2021-06-28T11:10:01.115Z] #44 1.358 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-28T11:10:01.115Z] #44 1.366 Cloning into '/tmp/tmp.PmxQ4lecJE/tini'... [2021-06-28T11:10:01.115Z] #44 1.710 + cd /tmp/tmp.PmxQ4lecJE/tini [2021-06-28T11:10:01.115Z] #44 1.710 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-28T11:10:01.115Z] #44 1.720 + cmake . [2021-06-28T11:10:01.115Z] #44 2.041 -- The C compiler identification is GNU 8.3.0 [2021-06-28T11:10:01.115Z] #44 2.056 -- Check for working C compiler: /usr/bin/cc [2021-06-28T11:10:01.115Z] #44 2.233 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-28T11:10:01.115Z] #44 2.234 -- Detecting C compiler ABI info [2021-06-28T11:10:01.115Z] #44 2.403 -- Detecting C compiler ABI info - done [2021-06-28T11:10:01.115Z] #44 2.423 -- Detecting C compile features [2021-06-28T11:10:01.115Z] #44 2.999 -- Detecting C compile features - done [2021-06-28T11:10:01.115Z] #44 3.017 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-28T11:10:01.115Z] #44 3.099 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-28T11:10:01.115Z] #44 3.156 -- Configuring done [2021-06-28T11:10:01.115Z] #44 3.161 -- Generating done [2021-06-28T11:10:01.115Z] #44 3.170 -- Build files have been written to: /tmp/tmp.PmxQ4lecJE/tini [2021-06-28T11:10:01.115Z] #44 3.179 + make tini-static [2021-06-28T11:10:01.115Z] #44 3.271 Scanning dependencies of target tini-static [2021-06-28T11:10:01.115Z] #44 3.299 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-28T11:10:01.115Z] #44 3.817 [100%] Linking C executable tini-static [2021-06-28T11:10:01.115Z] #44 4.073 [100%] Built target tini-static [2021-06-28T11:10:01.115Z] #44 4.089 + mkdir -p /build [2021-06-28T11:10:01.115Z] #44 4.091 + cp tini-static /build/docker-init [2021-06-28T11:10:01.115Z] #44 DONE 4.4s [2021-06-28T11:10:01.374Z] [2021-06-28T11:10:01.374Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:10:01.374Z] #19 sha256:af564ce2a7d0da0217ff4c9f5f0e177c8c51d9256456d608d66eeb6ccfd312a1 [2021-06-28T11:10:01.477Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-28T11:10:01.477Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-28T11:10:01.477Z] GOOS="" GOARCH="" GOARM="" [2021-06-28T11:10:01.477Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-28T11:10:01.477Z] [2021-06-28T11:10:01.477Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-28T11:10:01.477Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-28T11:10:01.477Z] HOSTNAME=32054ec601b5 [2021-06-28T11:10:01.477Z] DEST=bundles/test-integration [2021-06-28T11:10:01.477Z] PWD=/go/src/github.com/docker/docker [2021-06-28T11:10:01.477Z] DOCKER_ROOTLESS=1 [2021-06-28T11:10:01.477Z] DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:10:01.477Z] container=docker [2021-06-28T11:10:01.477Z] HOME=/root [2021-06-28T11:10:01.477Z] GOLANG_VERSION=1.16.5 [2021-06-28T11:10:01.477Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-28T11:10:01.477Z] VALIDATE_BRANCH=master [2021-06-28T11:10:01.477Z] TERM=xterm [2021-06-28T11:10:01.477Z] DOCKER_PKG=github.com/docker/docker [2021-06-28T11:10:01.477Z] SHLVL=1 [2021-06-28T11:10:01.477Z] TIMEOUT=120m [2021-06-28T11:10:01.477Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-28T11:10:01.477Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-28T11:10:01.477Z] GO111MODULE=off [2021-06-28T11:10:01.477Z] DOCKER_EXPERIMENTAL=1 [2021-06-28T11:10:01.477Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-28T11:10:01.477Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-28T11:10:01.477Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-28T11:10:01.477Z] GOPATH=/go [2021-06-28T11:10:01.477Z] PKG_CONFIG=pkg-config [2021-06-28T11:10:01.477Z] _=/usr/bin/env [2021-06-28T11:10:01.477Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-28T11:10:02.303Z] #19 ... [2021-06-28T11:10:02.303Z] [2021-06-28T11:10:02.303Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-28T11:10:02.303Z] #46 sha256:31ddbff9f2cf0a02e829f1c81fc8e306bda7e328dbd7ea17fe01a9aa67efdf10 [2021-06-28T11:10:02.303Z] #46 CACHED [2021-06-28T11:10:02.303Z] [2021-06-28T11:10:02.303Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-06-28T11:10:02.303Z] #47 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-28T11:10:02.303Z] #47 CACHED [2021-06-28T11:10:02.303Z] [2021-06-28T11:10:02.303Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-06-28T11:10:02.303Z] #50 sha256:18a6a30518753cc2cf84cb4c9cead93e3b02a5420463ddb3ada6950d03757d94 [2021-06-28T11:10:02.303Z] #50 CACHED [2021-06-28T11:10:02.303Z] [2021-06-28T11:10:02.303Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-28T11:10:02.303Z] #51 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-28T11:10:02.303Z] #51 CACHED [2021-06-28T11:10:02.303Z] [2021-06-28T11:10:02.303Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-06-28T11:10:02.303Z] #53 sha256:c9d1d0b06f0cb6afaabb39ac0cc69781e82e4e34a85b0c9d9442f2d711206d9a [2021-06-28T11:10:02.303Z] #53 CACHED [2021-06-28T11:10:02.303Z] [2021-06-28T11:10:02.303Z] #55 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-06-28T11:10:02.303Z] #55 sha256:e40cc24cb1d27f258e2c553f8a306148267a9674cec634195d245c6d71394b02 [2021-06-28T11:10:02.303Z] #55 CACHED [2021-06-28T11:10:02.303Z] [2021-06-28T11:10:02.303Z] #57 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-06-28T11:10:02.303Z] #57 sha256:b62f0108ea2f1f55830b3c20faef9ed761b3d97e3732b278b122193e32eef812 [2021-06-28T11:10:02.303Z] #57 CACHED [2021-06-28T11:10:02.303Z] [2021-06-28T11:10:02.303Z] #59 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-06-28T11:10:02.303Z] #59 sha256:79706cd65ea91ae59872f1b37f1de19515d4d81657bc499af193fe8a875e71b4 [2021-06-28T11:10:02.303Z] #59 CACHED [2021-06-28T11:10:02.560Z] [2021-06-28T11:10:02.560Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:10:02.560Z] #19 sha256:af564ce2a7d0da0217ff4c9f5f0e177c8c51d9256456d608d66eeb6ccfd312a1 [2021-06-28T11:10:02.561Z] #19 50.90 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-28T11:10:02.561Z] #19 50.90 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-28T11:10:02.561Z] #19 50.90 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-28T11:10:02.561Z] #19 50.96 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-28T11:10:02.817Z] #19 50.96 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-28T11:10:02.817Z] #19 50.97 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-28T11:10:06.344Z] #57 93.48 # github.com/containerd/containerd/cmd/containerd [2021-06-28T11:10:06.344Z] #57 93.48 /usr/bin/ld: /tmp/go-link-603227520/000019.o: in function `New': [2021-06-28T11:10:06.344Z] #57 93.48 /tmp/tmp.B1mu2sij5O/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-06-28T11:10:06.344Z] #57 93.54 + bin/containerd-stress [2021-06-28T11:10:07.274Z] #57 94.64 + bin/containerd-shim [2021-06-28T11:10:08.068Z] #19 56.07 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-28T11:10:08.068Z] #19 56.08 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-28T11:10:08.068Z] #19 56.08 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-28T11:10:09.961Z] #19 ... [2021-06-28T11:10:09.961Z] [2021-06-28T11:10:09.961Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:10:09.961Z] #64 sha256:054e77a0326705e7b582d05fc4d872d65414972fab7c6ee84ce7c1acbd38793d [2021-06-28T11:10:09.961Z] #64 11.45 + cd /tmp/tmp.xrWAG96ghh/src/github.com/containerd/containerd [2021-06-28T11:10:09.961Z] #64 11.45 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-28T11:10:09.961Z] #64 12.03 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-28T11:10:09.961Z] #64 12.03 + BUILDTAGS='netgo osusergo static_build' [2021-06-28T11:10:09.961Z] #64 12.03 + export EXTRA_FLAGS=-buildmode=pie [2021-06-28T11:10:09.961Z] #64 12.03 + EXTRA_FLAGS=-buildmode=pie [2021-06-28T11:10:09.961Z] #64 12.03 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-28T11:10:09.961Z] #64 12.03 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-28T11:10:09.961Z] #64 12.03 + '[' '' = dynamic ']' [2021-06-28T11:10:09.961Z] #64 12.03 + make [2021-06-28T11:10:09.961Z] #64 12.60 + bin/ctr [2021-06-28T11:10:11.854Z] #64 ... [2021-06-28T11:10:11.854Z] [2021-06-28T11:10:11.854Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-28T11:10:11.854Z] #19 sha256:af564ce2a7d0da0217ff4c9f5f0e177c8c51d9256456d608d66eeb6ccfd312a1 [2021-06-28T11:10:11.854Z] #19 60.04 Selecting previously unselected package libapparmor1:amd64. [2021-06-28T11:10:11.854Z] #19 60.05 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-28T11:10:11.854Z] #19 60.05 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-28T11:10:11.854Z] #19 60.10 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-28T11:10:11.854Z] #19 60.10 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-28T11:10:11.854Z] #19 60.11 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-28T11:10:11.854Z] #19 60.17 Selecting previously unselected package libbtrfs0. [2021-06-28T11:10:11.854Z] #19 60.18 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-28T11:10:11.854Z] #19 60.18 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-28T11:10:11.854Z] #19 60.22 Selecting previously unselected package libbtrfs-dev. [2021-06-28T11:10:12.110Z] #19 60.23 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-28T11:10:12.110Z] #19 60.23 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-28T11:10:12.110Z] #19 60.29 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-28T11:10:12.110Z] #19 60.30 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-28T11:10:12.110Z] #19 60.30 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-28T11:10:12.110Z] #19 60.35 Selecting previously unselected package libudev-dev:amd64. [2021-06-28T11:10:12.110Z] #19 60.36 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-28T11:10:12.110Z] #19 60.37 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-28T11:10:12.110Z] #19 60.44 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-28T11:10:12.110Z] #19 60.44 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-28T11:10:12.110Z] #19 60.45 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-28T11:10:12.366Z] #19 60.59 Selecting previously unselected package libpcre16-3:amd64. [2021-06-28T11:10:12.366Z] #19 60.59 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-28T11:10:12.366Z] #19 60.60 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-28T11:10:12.366Z] #19 60.67 Selecting previously unselected package libpcre32-3:amd64. [2021-06-28T11:10:12.366Z] #19 60.67 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-28T11:10:12.366Z] #19 60.68 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-28T11:10:12.366Z] #19 60.76 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-28T11:10:12.622Z] #19 60.76 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-28T11:10:12.622Z] #19 60.77 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-28T11:10:12.622Z] #19 60.82 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-28T11:10:12.622Z] #19 60.82 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-28T11:10:12.622Z] #19 60.83 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-28T11:10:12.886Z] #19 60.98 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-28T11:10:12.886Z] #19 60.98 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-28T11:10:12.886Z] #19 60.98 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-28T11:10:12.886Z] #19 61.08 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-28T11:10:12.886Z] #19 61.09 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-28T11:10:12.886Z] #19 61.09 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-28T11:10:12.886Z] #19 61.13 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-28T11:10:12.886Z] #19 61.13 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-28T11:10:12.886Z] #19 61.14 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-28T11:10:13.143Z] #19 61.19 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-28T11:10:13.143Z] #19 61.20 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-28T11:10:13.143Z] #19 61.20 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-28T11:10:13.143Z] #19 61.41 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-28T11:10:13.143Z] #19 61.42 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-28T11:10:13.143Z] #19 61.43 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-28T11:10:13.143Z] #19 61.44 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-28T11:10:13.143Z] #19 61.45 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-28T11:10:13.400Z] #19 61.46 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-28T11:10:13.400Z] #19 61.47 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-28T11:10:13.400Z] #19 61.48 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-28T11:10:13.400Z] #19 61.50 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-28T11:10:13.400Z] #19 61.51 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-28T11:10:13.400Z] #19 61.53 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-28T11:10:13.400Z] #19 61.54 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-28T11:10:13.400Z] #19 61.55 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-28T11:10:13.400Z] #19 61.56 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-28T11:10:13.400Z] #19 61.57 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-28T11:10:13.400Z] #19 61.58 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-28T11:10:13.400Z] #19 61.59 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-28T11:10:13.400Z] #19 61.60 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-28T11:10:13.400Z] #19 61.61 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-28T11:10:13.400Z] #19 61.62 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-28T11:10:13.400Z] #19 61.63 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-28T11:10:13.400Z] #19 61.64 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-06-28T11:10:13.400Z] #19 61.64 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-06-28T11:10:13.400Z] #19 61.65 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-28T11:10:13.400Z] #19 61.66 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-28T11:10:13.400Z] #19 61.67 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-28T11:10:13.400Z] #19 61.68 Setting up dmsetup (2:1.02.155-3) ... [2021-06-28T11:10:13.400Z] #19 61.69 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-28T11:10:13.400Z] #19 61.71 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-28T11:10:13.400Z] #19 61.72 Processing triggers for libc-bin (2.28-10) ... [2021-06-28T11:10:14.364Z] #19 DONE 62.6s [2021-06-28T11:10:14.364Z] [2021-06-28T11:10:14.364Z] #20 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2021-06-28T11:10:14.364Z] #20 sha256:73402ef437df642e8b0e2e2008387bbdf7dd5b0524bc3c40a3cd49672975109c [2021-06-28T11:10:15.368Z] #57 101.5 + bin/containerd-shim-runc-v1 [2021-06-28T11:10:15.764Z] #20 1.409 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-28T11:10:16.020Z] #20 1.499 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-28T11:10:16.020Z] #20 1.636 Get:3 http://deb.debian.org/debian buster-backports/main armel Packages [451 kB] [2021-06-28T11:10:16.020Z] #20 1.672 Hit:4 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-06-28T11:10:16.020Z] #20 1.713 Get:5 http://deb.debian.org/debian buster-backports/main s390x Packages [447 kB] [2021-06-28T11:10:16.020Z] #20 1.733 Get:6 http://deb.debian.org/debian buster-backports/main armhf Packages [474 kB] [2021-06-28T11:10:16.275Z] #20 1.745 Get:7 http://deb.debian.org/debian buster-backports/main ppc64el Packages [468 kB] [2021-06-28T11:10:16.275Z] #20 1.757 Get:8 http://deb.debian.org/debian buster-backports/main arm64 Packages [478 kB] [2021-06-28T11:10:16.275Z] #20 1.777 Get:9 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB] [2021-06-28T11:10:16.275Z] #20 1.845 Hit:10 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-28T11:10:17.202Z] #20 2.741 Fetched 2848 kB in 2s (1801 kB/s) [2021-06-28T11:10:19.541Z] #57 106.3 + bin/containerd-shim-runc-v2 [2021-06-28T11:10:19.541Z] #57 106.9 + binaries [2021-06-28T11:10:19.541Z] #57 106.9 + install -D bin/containerd /build/containerd [2021-06-28T11:10:19.541Z] #57 106.9 + install -D bin/containerd-shim /build/containerd-shim [2021-06-28T11:10:19.541Z] #57 106.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-28T11:10:19.541Z] #57 106.9 + install -D bin/ctr /build/ctr [2021-06-28T11:10:20.103Z] #57 DONE 107.5s [2021-06-28T11:10:21.031Z] [2021-06-28T11:10:21.031Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-28T11:10:21.031Z] #58 sha256:a0326649beee96896a47a44a4129b015b26159b6426634dab3ff8209a3825d7e [2021-06-28T11:10:21.286Z] #58 DONE 0.3s [2021-06-28T11:10:21.286Z] [2021-06-28T11:10:21.286Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-28T11:10:21.286Z] #62 sha256:c957b91ab89a852c2097428a16e7ec4769df3701fe1b2ae89657a173eff592ca [2021-06-28T11:10:21.542Z] #62 DONE 0.2s [2021-06-28T11:10:21.542Z] [2021-06-28T11:10:21.542Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-28T11:10:21.542Z] #67 sha256:7bc5807254c340ba6da28248075b46aa846deb25f94b5bf724fa32805f426ddc [2021-06-28T11:10:22.103Z] #67 DONE 0.6s [2021-06-28T11:10:22.103Z] [2021-06-28T11:10:22.103Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-28T11:10:22.103Z] #68 sha256:c0020cd3d98d15cfb099be2fefc36e86d7ac8f531dce16ab0597c79dba6bf7c9 [2021-06-28T11:10:22.103Z] #68 DONE 0.0s [2021-06-28T11:10:22.103Z] [2021-06-28T11:10:22.103Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-28T11:10:22.103Z] #69 sha256:e99cdf47247b5bdd809a3f54004e55c6d6934c5faa6b01014de7c211e2c2d042 [2021-06-28T11:10:22.447Z] #20 2.741 Reading package lists... [2021-06-28T11:10:23.030Z] #69 DONE 0.9s [2021-06-28T11:10:23.030Z] [2021-06-28T11:10:23.030Z] #70 exporting to image [2021-06-28T11:10:23.030Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-28T11:10:23.030Z] #70 exporting layers [2021-06-28T11:10:26.446Z] ok github.com/docker/docker/api/server/httputils 0.019s coverage: 14.7% of statements [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-28T11:10:26.446Z] ok github.com/docker/docker/api/server/middleware 0.026s coverage: 37.7% of statements [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-28T11:10:26.446Z] ok github.com/docker/docker/api/server/router/swarm 0.018s coverage: 5.7% of statements [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/types [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-28T11:10:26.446Z] ok github.com/docker/docker/api/types/strslice 0.014s coverage: 90.0% of statements [2021-06-28T11:10:26.446Z] ok github.com/docker/docker/api/types/filters 0.027s coverage: 92.2% of statements [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-28T11:10:26.446Z] ok github.com/docker/docker/api/types/versions 0.018s coverage: 75.0% of statements [2021-06-28T11:10:26.446Z] ok github.com/docker/docker/api/types/time 0.024s coverage: 100.0% of statements [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/builder [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-28T11:10:26.446Z] ok github.com/docker/docker/builder/remotecontext 0.218s coverage: 13.7% of statements [2021-06-28T11:10:26.446Z] ok github.com/docker/docker/cli/debug 0.007s coverage: 100.0% of statements [2021-06-28T11:10:26.446Z] ok github.com/docker/docker/builder/dockerfile 0.297s coverage: 48.7% of statements [2021-06-28T11:10:26.446Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-28T11:10:26.446Z] ok github.com/docker/docker/cmd/docker-proxy 0.053s coverage: 67.6% of statements [2021-06-28T11:10:27.020Z] ok github.com/docker/docker/builder/remotecontext/git 4.574s coverage: 86.3% of statements [2021-06-28T11:10:27.020Z] ? github.com/docker/docker/cli [no test files] [2021-06-28T11:10:27.020Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-28T11:10:27.697Z] #20 8.049 Reading package lists... [2021-06-28T11:10:28.882Z] #20 13.44 Building dependency tree... [2021-06-28T11:10:29.138Z] #20 14.58 Reading state information... [2021-06-28T11:10:29.570Z] #70 exporting layers 6.6s done [2021-06-28T11:10:29.570Z] #70 writing image sha256:8ab44d63e9a563a310f2c24be8706c538e29185d0077e67764f51481b6311869 done [2021-06-28T11:10:29.570Z] #70 naming to docker.io/library/docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a done [2021-06-28T11:10:29.570Z] #70 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-06-28T11:10:29.911Z] + trap exit INT TERM [2021-06-28T11:10:29.911Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-06-28T11:10:29.911Z] + CONTAINER_NAME=docker-pr1 [2021-06-28T11:10:29.911Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42572/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42572/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a -e DOCKER_GRAPHDRIVER docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a hack/make.sh dynbinary [2021-06-28T11:10:30.067Z] #20 15.54 The following additional packages will be installed: [2021-06-28T11:10:30.067Z] #20 15.54 gcc-8-base:arm64 gcc-8-base:armel gcc-8-base:armhf gcc-8-base:ppc64el [2021-06-28T11:10:30.067Z] #20 15.54 gcc-8-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2021-06-28T11:10:30.067Z] #20 15.54 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2021-06-28T11:10:30.067Z] #20 15.54 libc6:ppc64el libc6:s390x libgcc1:arm64 libgcc1:armel libgcc1:armhf [2021-06-28T11:10:30.067Z] #20 15.55 libgcc1:ppc64el libgcc1:s390x [2021-06-28T11:10:30.067Z] #20 15.55 Suggested packages: [2021-06-28T11:10:30.067Z] #20 15.55 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2021-06-28T11:10:30.067Z] #20 15.55 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2021-06-28T11:10:30.067Z] #20 15.55 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2021-06-28T11:10:30.067Z] #20 15.55 libc-l10n:s390x locales:s390x [2021-06-28T11:10:30.067Z] #20 15.55 Recommended packages: [2021-06-28T11:10:30.067Z] #20 15.55 libidn2-0:arm64 libidn2-0:armel libidn2-0:armhf libidn2-0:ppc64el [2021-06-28T11:10:30.067Z] #20 15.55 libidn2-0:s390x [2021-06-28T11:10:30.067Z] #20 15.74 The following NEW packages will be installed: [2021-06-28T11:10:30.324Z] #20 15.74 gcc-8-base:arm64 gcc-8-base:armel gcc-8-base:armhf gcc-8-base:ppc64el [2021-06-28T11:10:30.324Z] #20 15.74 gcc-8-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2021-06-28T11:10:30.324Z] #20 15.74 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2021-06-28T11:10:30.324Z] #20 15.74 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2021-06-28T11:10:30.324Z] #20 15.74 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2021-06-28T11:10:30.324Z] #20 15.74 libc6:ppc64el libc6:s390x libgcc1:arm64 libgcc1:armel libgcc1:armhf [2021-06-28T11:10:30.324Z] #20 15.75 libgcc1:ppc64el libgcc1:s390x [2021-06-28T11:10:30.474Z] [2021-06-28T11:10:30.474Z] Removing bundles/ [2021-06-28T11:10:30.474Z] [2021-06-28T11:10:30.474Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-28T11:10:30.474Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-28T11:10:30.474Z] GOOS="" GOARCH="" GOARM="" [2021-06-28T11:10:30.580Z] #20 16.09 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2021-06-28T11:10:30.580Z] #20 16.09 Need to get 15.0 MB of archives. [2021-06-28T11:10:30.580Z] #20 16.09 After this operation, 68.1 MB of additional disk space will be used. [2021-06-28T11:10:30.580Z] #20 16.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main armel gcc-8-base armel 8.3.0-6 [191 kB] [2021-06-28T11:10:30.580Z] #20 16.09 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main armhf gcc-8-base armhf 8.3.0-6 [191 kB] [2021-06-28T11:10:30.580Z] #20 16.10 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-8-base ppc64el 8.3.0-6 [191 kB] [2021-06-28T11:10:30.580Z] #20 16.10 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-8-base s390x 8.3.0-6 [191 kB] [2021-06-28T11:10:30.580Z] #20 16.11 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-8-base arm64 8.3.0-6 [191 kB] [2021-06-28T11:10:30.580Z] #20 16.11 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgcc1 s390x 1:8.3.0-6 [24.8 kB] [2021-06-28T11:10:30.580Z] #20 16.12 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libc6 s390x 2.28-10 [2505 kB] [2021-06-28T11:10:30.580Z] #20 16.16 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2021-06-28T11:10:30.580Z] #20 16.17 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2021-06-28T11:10:30.580Z] #20 16.17 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgcc1 ppc64el 1:8.3.0-6 [30.2 kB] [2021-06-28T11:10:30.580Z] #20 16.17 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libc6 ppc64el 2.28-10 [2887 kB] [2021-06-28T11:10:30.580Z] #20 16.22 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2021-06-28T11:10:30.580Z] #20 16.22 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2021-06-28T11:10:30.580Z] #20 16.22 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main armhf libgcc1 armhf 1:8.3.0-6 [37.2 kB] [2021-06-28T11:10:30.580Z] #20 16.22 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main armhf libc6 armhf 2.28-10 [2390 kB] [2021-06-28T11:10:30.580Z] #20 16.27 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main armhf libapparmor1 armhf 2.13.2-10 [89.6 kB] [2021-06-28T11:10:30.837Z] #20 16.27 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main armhf libapparmor-dev armhf 2.13.2-10 [132 kB] [2021-06-28T11:10:30.837Z] #20 16.27 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main armel libgcc1 armel 1:8.3.0-6 [38.4 kB] [2021-06-28T11:10:30.837Z] #20 16.27 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main armel libc6 armel 2.28-10 [2399 kB] [2021-06-28T11:10:30.837Z] #20 16.31 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main armel libapparmor1 armel 2.13.2-10 [90.3 kB] [2021-06-28T11:10:30.837Z] #20 16.31 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main armel libapparmor-dev armel 2.13.2-10 [133 kB] [2021-06-28T11:10:30.837Z] #20 16.32 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgcc1 arm64 1:8.3.0-6 [34.4 kB] [2021-06-28T11:10:30.837Z] #20 16.32 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libc6 arm64 2.28-10 [2521 kB] [2021-06-28T11:10:30.837Z] #20 16.36 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2021-06-28T11:10:30.837Z] #20 16.36 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2021-06-28T11:10:31.094Z] #20 16.78 debconf: delaying package configuration, since apt-utils is not installed [2021-06-28T11:10:31.241Z] ok github.com/docker/docker/client 0.278s coverage: 75.5% of statements [2021-06-28T11:10:31.350Z] #20 16.94 Fetched 15.0 MB in 1s (27.8 MB/s) [2021-06-28T11:10:31.350Z] #20 16.97 Selecting previously unselected package gcc-8-base:armhf. [2021-06-28T11:10:31.350Z] #20 16.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37546 files and directories currently installed.) [2021-06-28T11:10:31.350Z] #20 17.01 Preparing to unpack .../00-gcc-8-base_8.3.0-6_armhf.deb ... [2021-06-28T11:10:31.350Z] #20 17.01 Unpacking gcc-8-base:armhf (8.3.0-6) ... [2021-06-28T11:10:31.350Z] #20 17.06 Selecting previously unselected package gcc-8-base:ppc64el. [2021-06-28T11:10:31.350Z] #20 17.07 Preparing to unpack .../01-gcc-8-base_8.3.0-6_ppc64el.deb ... [2021-06-28T11:10:31.350Z] #20 17.07 Unpacking gcc-8-base:ppc64el (8.3.0-6) ... [2021-06-28T11:10:31.607Z] #20 17.13 Selecting previously unselected package gcc-8-base:s390x. [2021-06-28T11:10:31.607Z] #20 17.13 Preparing to unpack .../02-gcc-8-base_8.3.0-6_s390x.deb ... [2021-06-28T11:10:31.607Z] #20 17.14 Unpacking gcc-8-base:s390x (8.3.0-6) ... [2021-06-28T11:10:31.607Z] #20 17.20 Selecting previously unselected package gcc-8-base:arm64. [2021-06-28T11:10:31.607Z] #20 17.21 Preparing to unpack .../03-gcc-8-base_8.3.0-6_arm64.deb ... [2021-06-28T11:10:31.607Z] #20 17.22 Unpacking gcc-8-base:arm64 (8.3.0-6) ... [2021-06-28T11:10:31.607Z] #20 17.27 Selecting previously unselected package gcc-8-base:armel. [2021-06-28T11:10:31.607Z] #20 17.27 Preparing to unpack .../04-gcc-8-base_8.3.0-6_armel.deb ... [2021-06-28T11:10:31.607Z] #20 17.28 Unpacking gcc-8-base:armel (8.3.0-6) ... [2021-06-28T11:10:31.607Z] #20 17.33 Selecting previously unselected package libgcc1:arm64. [2021-06-28T11:10:31.607Z] #20 17.34 Preparing to unpack .../05-libgcc1_1%3a8.3.0-6_arm64.deb ... [2021-06-28T11:10:31.607Z] #20 17.35 Unpacking libgcc1:arm64 (1:8.3.0-6) ... [2021-06-28T11:10:31.607Z] #20 17.41 Selecting previously unselected package libc6:arm64. [2021-06-28T11:10:31.864Z] #20 17.42 Preparing to unpack .../06-libc6_2.28-10_arm64.deb ... [2021-06-28T11:10:32.121Z] #20 17.57 Unpacking libc6:arm64 (2.28-10) ... [2021-06-28T11:10:32.377Z] #20 18.01 Selecting previously unselected package libapparmor1:arm64. [2021-06-28T11:10:32.377Z] #20 18.01 Preparing to unpack .../07-libapparmor1_2.13.2-10_arm64.deb ... [2021-06-28T11:10:32.377Z] #20 18.01 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2021-06-28T11:10:32.377Z] #20 18.05 Selecting previously unselected package libapparmor-dev:arm64. [2021-06-28T11:10:32.377Z] #20 18.06 Preparing to unpack .../08-libapparmor-dev_2.13.2-10_arm64.deb ... [2021-06-28T11:10:32.377Z] #20 18.06 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2021-06-28T11:10:32.377Z] #20 18.13 Selecting previously unselected package libgcc1:armel. [2021-06-28T11:10:32.633Z] #20 18.13 Preparing to unpack .../09-libgcc1_1%3a8.3.0-6_armel.deb ... [2021-06-28T11:10:32.633Z] #20 18.14 Unpacking libgcc1:armel (1:8.3.0-6) ... [2021-06-28T11:10:32.633Z] #20 18.21 Selecting previously unselected package libc6:armel. [2021-06-28T11:10:32.633Z] #20 18.22 Preparing to unpack .../10-libc6_2.28-10_armel.deb ... [2021-06-28T11:10:32.633Z] #20 18.35 Unpacking libc6:armel (2.28-10) ... [2021-06-28T11:10:33.196Z] #20 18.77 Selecting previously unselected package libapparmor1:armel. [2021-06-28T11:10:33.196Z] #20 18.77 Preparing to unpack .../11-libapparmor1_2.13.2-10_armel.deb ... [2021-06-28T11:10:33.196Z] #20 18.78 Unpacking libapparmor1:armel (2.13.2-10) ... [2021-06-28T11:10:33.196Z] #20 18.82 Selecting previously unselected package libapparmor-dev:armel. [2021-06-28T11:10:33.196Z] #20 18.83 Preparing to unpack .../12-libapparmor-dev_2.13.2-10_armel.deb ... [2021-06-28T11:10:33.196Z] #20 18.84 Unpacking libapparmor-dev:armel (2.13.2-10) ... [2021-06-28T11:10:33.196Z] #20 18.90 Selecting previously unselected package libgcc1:armhf. [2021-06-28T11:10:33.196Z] #20 18.90 Preparing to unpack .../13-libgcc1_1%3a8.3.0-6_armhf.deb ... [2021-06-28T11:10:33.196Z] #20 18.91 Unpacking libgcc1:armhf (1:8.3.0-6) ... [2021-06-28T11:10:33.196Z] #20 18.98 Selecting previously unselected package libc6:armhf. [2021-06-28T11:10:33.452Z] #20 18.98 Preparing to unpack .../14-libc6_2.28-10_armhf.deb ... [2021-06-28T11:10:33.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-28T11:10:33.708Z] #20 19.15 Unpacking libc6:armhf (2.28-10) ... [2021-06-28T11:10:33.964Z] #20 19.53 Selecting previously unselected package libapparmor1:armhf. [2021-06-28T11:10:33.964Z] #20 19.53 Preparing to unpack .../15-libapparmor1_2.13.2-10_armhf.deb ... [2021-06-28T11:10:33.964Z] #20 19.54 Unpacking libapparmor1:armhf (2.13.2-10) ... [2021-06-28T11:10:33.964Z] #20 19.58 Selecting previously unselected package libapparmor-dev:armhf. [2021-06-28T11:10:33.964Z] #20 19.58 Preparing to unpack .../16-libapparmor-dev_2.13.2-10_armhf.deb ... [2021-06-28T11:10:33.964Z] #20 19.59 Unpacking libapparmor-dev:armhf (2.13.2-10) ... [2021-06-28T11:10:33.964Z] #20 19.65 Selecting previously unselected package libgcc1:ppc64el. [2021-06-28T11:10:34.220Z] #20 19.66 Preparing to unpack .../17-libgcc1_1%3a8.3.0-6_ppc64el.deb ... [2021-06-28T11:10:34.220Z] #20 19.66 Unpacking libgcc1:ppc64el (1:8.3.0-6) ... [2021-06-28T11:10:34.220Z] #20 19.73 Selecting previously unselected package libc6:ppc64el. [2021-06-28T11:10:34.220Z] #20 19.73 Preparing to unpack .../18-libc6_2.28-10_ppc64el.deb ... [2021-06-28T11:10:34.220Z] #20 19.93 Unpacking libc6:ppc64el (2.28-10) ... [2021-06-28T11:10:34.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-28T11:10:34.781Z] #20 20.52 Selecting previously unselected package libapparmor1:ppc64el. [2021-06-28T11:10:35.037Z] #20 20.53 Preparing to unpack .../19-libapparmor1_2.13.2-10_ppc64el.deb ... [2021-06-28T11:10:35.037Z] #20 20.53 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2021-06-28T11:10:35.037Z] #20 20.59 Selecting previously unselected package libapparmor-dev:ppc64el. [2021-06-28T11:10:35.037Z] #20 20.60 Preparing to unpack .../20-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2021-06-28T11:10:35.037Z] #20 20.60 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2021-06-28T11:10:35.037Z] #20 20.67 Selecting previously unselected package libgcc1:s390x. [2021-06-28T11:10:35.037Z] #20 20.68 Preparing to unpack .../21-libgcc1_1%3a8.3.0-6_s390x.deb ... [2021-06-28T11:10:35.037Z] #20 20.68 Unpacking libgcc1:s390x (1:8.3.0-6) ... [2021-06-28T11:10:35.037Z] #20 20.75 Selecting previously unselected package libc6:s390x. [2021-06-28T11:10:35.037Z] #20 20.76 Preparing to unpack .../22-libc6_2.28-10_s390x.deb ... [2021-06-28T11:10:35.293Z] #20 20.92 Unpacking libc6:s390x (2.28-10) ... [2021-06-28T11:10:35.855Z] #20 21.35 Selecting previously unselected package libapparmor1:s390x. [2021-06-28T11:10:35.855Z] #20 21.36 Preparing to unpack .../23-libapparmor1_2.13.2-10_s390x.deb ... [2021-06-28T11:10:35.855Z] #20 21.37 Unpacking libapparmor1:s390x (2.13.2-10) ... [2021-06-28T11:10:35.855Z] #20 21.42 Selecting previously unselected package libapparmor-dev:s390x. [2021-06-28T11:10:35.855Z] #20 21.42 Preparing to unpack .../24-libapparmor-dev_2.13.2-10_s390x.deb ... [2021-06-28T11:10:35.855Z] #20 21.43 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2021-06-28T11:10:35.855Z] #20 21.52 Setting up gcc-8-base:arm64 (8.3.0-6) ... [2021-06-28T11:10:35.855Z] #20 21.53 Setting up gcc-8-base:armel (8.3.0-6) ... [2021-06-28T11:10:35.855Z] #20 21.54 Setting up gcc-8-base:armhf (8.3.0-6) ... [2021-06-28T11:10:35.855Z] #20 21.56 Setting up gcc-8-base:ppc64el (8.3.0-6) ... [2021-06-28T11:10:35.855Z] #20 21.57 Setting up gcc-8-base:s390x (8.3.0-6) ... [2021-06-28T11:10:35.855Z] #20 21.57 Setting up libc6:arm64 (2.28-10) ... [2021-06-28T11:10:37.220Z] #20 22.79 Setting up libc6:armel (2.28-10) ... [2021-06-28T11:10:38.587Z] #20 24.00 Setting up libc6:armhf (2.28-10) ... [2021-06-28T11:10:39.614Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-28T11:10:39.614Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-28T11:10:39.774Z] #20 25.24 Setting up libc6:ppc64el (2.28-10) ... [2021-06-28T11:10:41.143Z] #20 26.46 Setting up libc6:s390x (2.28-10) ... [2021-06-28T11:10:42.073Z] #20 27.67 Setting up libapparmor1:arm64 (2.13.2-10) ... [2021-06-28T11:10:42.073Z] #20 27.68 Setting up libapparmor1:armel (2.13.2-10) ... [2021-06-28T11:10:42.073Z] #20 27.69 Setting up libapparmor1:armhf (2.13.2-10) ... [2021-06-28T11:10:42.073Z] #20 27.70 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2021-06-28T11:10:42.073Z] #20 27.71 Setting up libapparmor1:s390x (2.13.2-10) ... [2021-06-28T11:10:42.073Z] #20 27.72 Setting up libgcc1:arm64 (1:8.3.0-6) ... [2021-06-28T11:10:42.073Z] #20 27.73 Setting up libgcc1:armel (1:8.3.0-6) ... [2021-06-28T11:10:42.073Z] #20 27.74 Setting up libgcc1:armhf (1:8.3.0-6) ... [2021-06-28T11:10:42.330Z] #20 27.76 Setting up libgcc1:ppc64el (1:8.3.0-6) ... [2021-06-28T11:10:42.330Z] #20 27.77 Setting up libgcc1:s390x (1:8.3.0-6) ... [2021-06-28T11:10:42.330Z] #20 27.78 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2021-06-28T11:10:42.330Z] #20 27.80 Setting up libapparmor-dev:armel (2.13.2-10) ... [2021-06-28T11:10:42.330Z] #20 27.81 Setting up libapparmor-dev:armhf (2.13.2-10) ... [2021-06-28T11:10:42.330Z] #20 27.82 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2021-06-28T11:10:42.330Z] #20 27.83 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2021-06-28T11:10:42.330Z] #20 27.84 Processing triggers for libc-bin (2.28-10) ... [2021-06-28T11:10:42.892Z] #20 DONE 28.4s [2021-06-28T11:10:42.892Z] [2021-06-28T11:10:42.892Z] #61 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-06-28T11:10:42.893Z] #61 sha256:72d00b21aab436b8f451c1976fcffbf0a00aa8d55f0a6c8064d24c1bfec50ad2 [2021-06-28T11:10:44.270Z] #61 1.297 + RM_GOPATH=0 [2021-06-28T11:10:44.270Z] #61 1.297 + TMP_GOPATH= [2021-06-28T11:10:44.270Z] #61 1.297 + : /build [2021-06-28T11:10:44.270Z] #61 1.297 + '[' -z '' ']' [2021-06-28T11:10:44.270Z] #61 1.298 ++ mktemp -d [2021-06-28T11:10:44.270Z] #61 1.301 + export GOPATH=/tmp/tmp.vCHX6VQNa0 [2021-06-28T11:10:44.270Z] #61 1.301 + GOPATH=/tmp/tmp.vCHX6VQNa0 [2021-06-28T11:10:44.270Z] #61 1.302 + RM_GOPATH=1 [2021-06-28T11:10:44.270Z] #61 1.302 + case "$(go env GOARCH)" in [2021-06-28T11:10:44.270Z] #61 1.302 ++ go env GOARCH [2021-06-28T11:10:44.270Z] #61 1.317 + export GO_BUILDMODE=-buildmode=pie [2021-06-28T11:10:44.270Z] #61 1.317 + GO_BUILDMODE=-buildmode=pie [2021-06-28T11:10:44.270Z] #61 1.317 ++ dirname /tmp/install/install.sh [2021-06-28T11:10:44.270Z] #61 1.318 + dir=/tmp/install [2021-06-28T11:10:44.270Z] #61 1.318 + bin=runc [2021-06-28T11:10:44.270Z] #61 1.318 + shift [2021-06-28T11:10:44.270Z] #61 1.318 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-28T11:10:44.270Z] #61 1.318 + . /tmp/install/runc.installer [2021-06-28T11:10:44.270Z] #61 1.318 ++ : 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-06-28T11:10:44.270Z] #61 1.319 + install_runc [2021-06-28T11:10:44.270Z] #61 1.319 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-28T11:10:44.270Z] #61 1.319 + uname -r [2021-06-28T11:10:44.270Z] #61 1.325 + RUNC_BUILDTAGS='seccomp ' [2021-06-28T11:10:44.270Z] #61 1.325 + echo 'Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )' [2021-06-28T11:10:44.270Z] #61 1.326 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.vCHX6VQNa0/src/github.com/opencontainers/runc [2021-06-28T11:10:44.270Z] #61 1.326 Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp ) [2021-06-28T11:10:44.270Z] #61 1.327 Cloning into '/tmp/tmp.vCHX6VQNa0/src/github.com/opencontainers/runc'... [2021-06-28T11:10:44.270Z] #61 ... [2021-06-28T11:10:44.270Z] [2021-06-28T11:10:44.270Z] #21 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-28T11:10:44.270Z] #21 sha256:02e11c15e92d1cf902ef14e0bc18d16c35c0dcd601a615f0f9782307a92c6055 [2021-06-28T11:10:44.270Z] #21 DONE 1.5s [2021-06-28T11:10:44.530Z] [2021-06-28T11:10:44.530Z] #22 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-06-28T11:10:44.530Z] #22 sha256:10afe5c81cb7080e90e4669baed8c1aee94fda7524d2d2bc38f75f8a146bbbee [2021-06-28T11:10:45.462Z] #22 DONE 1.1s [2021-06-28T11:10:45.462Z] [2021-06-28T11:10:45.462Z] #23 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-28T11:10:45.462Z] #23 sha256:3080c4eebbe11b6a82d8bbeeab5fbff68c683d4e31ffed64b957bd235379871e [2021-06-28T11:10:46.394Z] #23 0.920 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-28T11:10:46.394Z] #23 DONE 1.0s [2021-06-28T11:10:46.394Z] [2021-06-28T11:10:46.394Z] #24 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-28T11:10:46.394Z] #24 sha256:1952e465261da5f31914a4c8740d03f5a5c8b541f5281d9273ed2e18dd3d0d9e [2021-06-28T11:10:47.324Z] #24 DONE 1.0s [2021-06-28T11:10:47.324Z] [2021-06-28T11:10:47.324Z] #25 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-28T11:10:47.324Z] #25 sha256:45238e52abd8d3b8563241fd9533b311192ac85c1436ffec83faf0338a9c0c2f [2021-06-28T11:10:48.695Z] #25 DONE 1.1s [2021-06-28T11:10:48.695Z] [2021-06-28T11:10:48.696Z] #26 [dev-systemd-false 6/25] RUN ldconfig [2021-06-28T11:10:48.696Z] #26 sha256:ae0db780aaf914d8d5c97fabc00ac54c46b4af1693c0f45229eabc8e7f6fa0b7 [2021-06-28T11:10:49.626Z] #26 DONE 1.0s [2021-06-28T11:10:49.626Z] [2021-06-28T11:10:49.626Z] #27 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-28T11:10:49.626Z] #27 sha256:ba9953951396f4e82697e334984aa0b58ce8c583c4adf8f219234a06976ed067 [2021-06-28T11:10:50.995Z] #27 1.335 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-06-28T11:10:50.995Z] #27 1.337 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-28T11:10:50.995Z] #27 1.337 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-28T11:10:50.995Z] #27 1.344 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-28T11:10:50.995Z] #27 1.595 Get:5 http://deb.debian.org/debian buster-backports/main ppc64el Packages [468 kB] [2021-06-28T11:10:51.252Z] #27 1.638 Get:6 http://deb.debian.org/debian buster-backports/main armhf Packages [474 kB] [2021-06-28T11:10:51.252Z] #27 1.656 Get:7 http://deb.debian.org/debian buster-backports/main arm64 Packages [478 kB] [2021-06-28T11:10:51.252Z] #27 1.668 Get:8 http://deb.debian.org/debian buster-backports/main armel Packages [451 kB] [2021-06-28T11:10:51.252Z] #27 1.710 Get:9 http://deb.debian.org/debian buster-backports/main s390x Packages [447 kB] [2021-06-28T11:10:51.816Z] #27 2.199 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB] [2021-06-28T11:10:52.380Z] #27 2.611 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB] [2021-06-28T11:10:52.636Z] #27 3.059 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-06-28T11:10:52.893Z] #27 3.487 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-06-28T11:10:53.457Z] #27 ... [2021-06-28T11:10:53.457Z] [2021-06-28T11:10:53.457Z] #61 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-06-28T11:10:53.457Z] #61 sha256:72d00b21aab436b8f451c1976fcffbf0a00aa8d55f0a6c8064d24c1bfec50ad2 [2021-06-28T11:10:53.457Z] #61 4.946 + cd /tmp/tmp.vCHX6VQNa0/src/github.com/opencontainers/runc [2021-06-28T11:10:53.457Z] #61 4.946 + git checkout -q 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-06-28T11:10:53.457Z] #61 5.136 + '[' -z '' ']' [2021-06-28T11:10:53.457Z] #61 5.136 + target=static [2021-06-28T11:10:53.457Z] #61 5.137 + make 'BUILDTAGS=seccomp ' static [2021-06-28T11:10:53.457Z] #61 5.531 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o runc . [2021-06-28T11:10:53.458Z] #61 9.519 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-28T11:10:53.458Z] #61 10.47 + mkdir -p /build [2021-06-28T11:10:53.458Z] #61 10.47 + cp runc /build/runc [2021-06-28T11:10:53.458Z] #61 DONE 10.7s [2021-06-28T11:10:53.458Z] [2021-06-28T11:10:53.458Z] #27 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-28T11:10:53.458Z] #27 sha256:ba9953951396f4e82697e334984aa0b58ce8c583c4adf8f219234a06976ed067 [2021-06-28T11:10:53.458Z] #27 3.983 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-06-28T11:10:54.021Z] #27 4.373 Get:15 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB] [2021-06-28T11:10:54.021Z] #27 4.392 Get:16 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB] [2021-06-28T11:10:54.021Z] #27 4.409 Get:17 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB] [2021-06-28T11:10:54.021Z] #27 4.441 Get:18 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [286 kB] [2021-06-28T11:10:54.021Z] #27 4.463 Get:19 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-06-28T11:10:54.021Z] #27 4.519 Get:20 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB] [2021-06-28T11:10:54.021Z] #27 4.531 Get:21 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-06-28T11:10:54.021Z] #27 4.531 Get:22 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB] [2021-06-28T11:10:54.021Z] #27 4.531 Get:23 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-06-28T11:10:54.021Z] #27 4.531 Get:24 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB] [2021-06-28T11:10:58.192Z] #27 ... [2021-06-28T11:10:58.192Z] [2021-06-28T11:10:58.192Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:10:58.192Z] #64 sha256:054e77a0326705e7b582d05fc4d872d65414972fab7c6ee84ce7c1acbd38793d [2021-06-28T11:10:58.192Z] #64 53.44 + bin/containerd [2021-06-28T11:11:01.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-06-28T11:11:01.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-28T11:11:01.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-06-28T11:11:01.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-28T11:11:02.363Z] #64 ... [2021-06-28T11:11:02.363Z] [2021-06-28T11:11:02.363Z] #27 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-28T11:11:02.363Z] #27 sha256:ba9953951396f4e82697e334984aa0b58ce8c583c4adf8f219234a06976ed067 [2021-06-28T11:11:02.363Z] #27 12.67 Fetched 42.2 MB in 12s (3642 kB/s) [2021-06-28T11:11:07.628Z] #27 12.67 Reading package lists... [2021-06-28T11:11:13.311Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-28T11:11:13.311Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-28T11:11:13.311Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-28T11:11:13.881Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-28T11:11:14.141Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-28T11:11:14.502Z] #27 18.21 Reading package lists... [2021-06-28T11:11:14.758Z] #27 24.00 Building dependency tree... [2021-06-28T11:11:14.759Z] #27 25.22 Reading state information... [2021-06-28T11:11:15.524Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-28T11:11:15.689Z] #27 26.19 bzip2 is already the newest version (1.0.6-9.2~deb10u1). [2021-06-28T11:11:15.689Z] #27 26.19 libcap2-bin is already the newest version (1:2.25-2). [2021-06-28T11:11:15.689Z] #27 26.19 patch is already the newest version (2.7.6-3+deb10u1). [2021-06-28T11:11:15.689Z] #27 26.19 xz-utils is already the newest version (5.2.4-1). [2021-06-28T11:11:15.689Z] #27 26.19 The following additional packages will be installed: [2021-06-28T11:11:15.689Z] #27 26.20 libaio1 libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-28T11:11:15.689Z] #27 26.20 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-28T11:11:15.689Z] #27 26.20 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-28T11:11:15.689Z] #27 26.20 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-28T11:11:15.689Z] #27 26.20 python3.7 python3.7-minimal vim-runtime xxd [2021-06-28T11:11:15.689Z] #27 26.21 Suggested packages: [2021-06-28T11:11:15.689Z] #27 26.21 apparmor-profiles-extra apparmor-utils kmod gpm python3-doc python3-tk [2021-06-28T11:11:15.689Z] #27 26.21 python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-06-28T11:11:15.689Z] #27 26.21 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-06-28T11:11:15.689Z] #27 26.21 Recommended packages: [2021-06-28T11:11:15.689Z] #27 26.21 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-28T11:11:15.689Z] #27 26.21 python3-keyrings.alt python3-xdg unzip [2021-06-28T11:11:16.431Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-28T11:11:16.431Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-28T11:11:16.431Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-28T11:11:16.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-28T11:11:16.949Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-28T11:11:17.058Z] #27 27.48 The following NEW packages will be installed: [2021-06-28T11:11:17.058Z] #27 27.49 apparmor aufs-tools bash-completion iptables jq libaio1 libgpm2 libip4tc0 [2021-06-28T11:11:17.058Z] #27 27.49 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 libnetfilter-conntrack3 [2021-06-28T11:11:17.058Z] #27 27.49 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 [2021-06-28T11:11:17.058Z] #27 27.49 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline5 [2021-06-28T11:11:17.058Z] #27 27.49 net-tools pigz python-pip-whl python3 python3-distutils python3-lib2to3 [2021-06-28T11:11:17.058Z] #27 27.49 python3-minimal python3-pip python3-pkg-resources python3-setuptools [2021-06-28T11:11:17.058Z] #27 27.49 python3-wheel python3.7 python3.7-minimal sudo thin-provisioning-tools [2021-06-28T11:11:17.058Z] #27 27.49 uidmap vim vim-common vim-runtime xfsprogs xxd zip [2021-06-28T11:11:17.315Z] #27 27.85 0 upgraded, 45 newly installed, 0 to remove and 0 not upgraded. [2021-06-28T11:11:17.315Z] #27 27.85 Need to get 20.0 MB of archives. [2021-06-28T11:11:17.315Z] #27 27.85 After this operation, 82.5 MB of additional disk space will be used. [2021-06-28T11:11:17.315Z] #27 27.85 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-28T11:11:17.315Z] #27 27.85 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-28T11:11:17.315Z] #27 27.86 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-28T11:11:17.315Z] #27 27.90 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-28T11:11:17.315Z] #27 27.90 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-28T11:11:17.315Z] #27 27.90 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-28T11:11:17.315Z] #27 27.94 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-28T11:11:17.315Z] #27 27.95 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-28T11:11:17.572Z] #27 27.95 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-28T11:11:17.572Z] #27 27.95 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-28T11:11:17.572Z] #27 27.95 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-28T11:11:17.572Z] #27 27.96 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-28T11:11:17.572Z] #27 27.96 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-28T11:11:17.572Z] #27 27.96 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-28T11:11:17.572Z] #27 27.96 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-28T11:11:17.572Z] #27 27.96 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-28T11:11:17.572Z] #27 27.98 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-28T11:11:17.572Z] #27 27.98 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-28T11:11:17.572Z] #27 27.98 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-28T11:11:17.572Z] #27 27.98 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-28T11:11:17.572Z] #27 28.00 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-28T11:11:17.572Z] #27 28.00 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-28T11:11:17.572Z] #27 28.01 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-28T11:11:17.572Z] #27 28.02 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-28T11:11:17.572Z] #27 28.02 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-28T11:11:17.572Z] #27 28.02 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-28T11:11:17.572Z] #27 28.02 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-28T11:11:17.572Z] #27 28.02 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-28T11:11:17.572Z] #27 28.03 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-28T11:11:17.572Z] #27 28.03 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-28T11:11:17.572Z] #27 28.03 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-28T11:11:17.572Z] #27 28.04 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-28T11:11:17.572Z] #27 28.08 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-28T11:11:17.572Z] #27 28.08 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-28T11:11:17.572Z] #27 28.08 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-28T11:11:17.572Z] #27 28.09 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-28T11:11:17.572Z] #27 28.09 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-28T11:11:17.572Z] #27 28.10 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-28T11:11:17.572Z] #27 28.10 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-28T11:11:17.572Z] #27 28.13 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-06-28T11:11:17.572Z] #27 28.13 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-28T11:11:17.572Z] #27 28.14 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-28T11:11:17.829Z] #27 28.25 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-28T11:11:17.829Z] #27 28.28 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-28T11:11:17.829Z] #27 28.30 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-28T11:11:17.994Z] ok github.com/docker/docker/container 0.155s coverage: 34.6% of statements [2021-06-28T11:11:17.994Z] ok github.com/docker/docker/cmd/dockerd 0.201s coverage: 29.1% of statements [2021-06-28T11:11:17.994Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-28T11:11:17.994Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-28T11:11:17.994Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-28T11:11:17.994Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-28T11:11:17.994Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.070s coverage: 65.3% of statements [2021-06-28T11:11:17.994Z] ok github.com/docker/docker/daemon/cluster 0.106s coverage: 0.5% of statements [2021-06-28T11:11:17.994Z] ok github.com/docker/docker/daemon/cluster/convert 0.025s coverage: 35.9% of statements [2021-06-28T11:11:18.066Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-28T11:11:18.335Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-28T11:11:18.392Z] #27 28.80 debconf: delaying package configuration, since apt-utils is not installed [2021-06-28T11:11:18.649Z] #27 29.01 Fetched 20.0 MB in 1s (27.7 MB/s) [2021-06-28T11:11:18.649Z] #27 29.06 Selecting previously unselected package pigz. [2021-06-28T11:11:18.649Z] #27 29.06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 39111 files and directories currently installed.) [2021-06-28T11:11:18.649Z] #27 29.10 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-28T11:11:18.649Z] #27 29.11 Unpacking pigz (2.4-1) ... [2021-06-28T11:11:18.649Z] #27 29.16 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-28T11:11:18.649Z] #27 29.17 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-28T11:11:18.905Z] #27 29.17 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-28T11:11:18.905Z] #27 29.39 Selecting previously unselected package python3.7-minimal. [2021-06-28T11:11:18.905Z] #27 29.40 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-28T11:11:18.905Z] #27 29.41 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-28T11:11:19.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-28T11:11:19.468Z] #27 29.79 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-28T11:11:19.468Z] #27 29.80 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-28T11:11:19.916Z] ok github.com/docker/docker/daemon/config 0.104s coverage: 81.4% of statements [2021-06-28T11:11:19.945Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-28T11:11:20.031Z] #27 30.63 Selecting previously unselected package python3-minimal. [2021-06-28T11:11:20.179Z] ok github.com/docker/docker/daemon/discovery 0.013s coverage: 30.0% of statements [2021-06-28T11:11:20.287Z] #27 30.63 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 39360 files and directories currently installed.) [2021-06-28T11:11:20.287Z] #27 30.67 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-28T11:11:20.287Z] #27 30.68 Unpacking python3-minimal (3.7.3-1) ... [2021-06-28T11:11:20.287Z] #27 30.72 Selecting previously unselected package libmpdec2:amd64. [2021-06-28T11:11:20.287Z] #27 30.73 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-28T11:11:20.287Z] #27 30.74 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-28T11:11:20.287Z] #27 30.79 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-28T11:11:20.287Z] #27 30.79 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-28T11:11:20.287Z] #27 30.80 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-28T11:11:20.515Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-28T11:11:20.798Z] #27 31.16 Selecting previously unselected package python3.7. [2021-06-28T11:11:20.799Z] #27 31.17 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-28T11:11:20.799Z] #27 31.18 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-28T11:11:20.799Z] #27 31.25 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-28T11:11:20.799Z] #27 31.26 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-28T11:11:20.799Z] #27 31.26 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-28T11:11:20.799Z] #27 31.34 Setting up python3-minimal (3.7.3-1) ... [2021-06-28T11:11:20.871Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-28T11:11:21.055Z] #27 31.69 Selecting previously unselected package python3. [2021-06-28T11:11:21.085Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-28T11:11:21.140Z] ok github.com/docker/docker/daemon/events 0.105s coverage: 50.0% of statements [2021-06-28T11:11:21.312Z] #27 31.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 39772 files and directories currently installed.) [2021-06-28T11:11:21.312Z] #27 31.72 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-28T11:11:21.312Z] #27 31.73 Unpacking python3 (3.7.3-1) ... [2021-06-28T11:11:21.312Z] #27 31.79 Selecting previously unselected package libip4tc0:amd64. [2021-06-28T11:11:21.312Z] #27 31.80 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-28T11:11:21.312Z] #27 31.80 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-28T11:11:21.312Z] #27 31.86 Selecting previously unselected package libip6tc0:amd64. [2021-06-28T11:11:21.312Z] #27 31.86 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-28T11:11:21.312Z] #27 31.87 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-28T11:11:21.312Z] #27 31.92 Selecting previously unselected package libiptc0:amd64. [2021-06-28T11:11:21.568Z] #27 31.92 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-28T11:11:21.568Z] #27 31.93 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-28T11:11:21.568Z] #27 31.98 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-28T11:11:21.568Z] #27 31.99 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-28T11:11:21.568Z] #27 31.99 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-28T11:11:21.568Z] #27 32.03 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-28T11:11:21.568Z] #27 32.04 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-28T11:11:21.568Z] #27 32.05 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-28T11:11:21.568Z] #27 32.09 Selecting previously unselected package libnftnl11:amd64. [2021-06-28T11:11:21.568Z] #27 32.09 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-28T11:11:21.568Z] #27 32.10 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-28T11:11:21.824Z] #27 32.15 Selecting previously unselected package iptables. [2021-06-28T11:11:21.824Z] #27 32.15 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-28T11:11:21.824Z] #27 32.16 Unpacking iptables (1.8.2-4) ... [2021-06-28T11:11:21.824Z] #27 32.30 Selecting previously unselected package xxd. [2021-06-28T11:11:21.824Z] #27 32.31 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-28T11:11:21.824Z] #27 32.32 Unpacking xxd (2:8.1.0875-5) ... [2021-06-28T11:11:21.824Z] #27 32.37 Selecting previously unselected package vim-common. [2021-06-28T11:11:21.824Z] #27 32.38 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-28T11:11:22.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-28T11:11:22.081Z] #27 32.40 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-28T11:11:22.081Z] #27 32.48 Selecting previously unselected package bash-completion. [2021-06-28T11:11:22.081Z] #27 32.49 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-28T11:11:22.083Z] ok github.com/docker/docker/daemon/graphdriver 0.008s coverage: 2.2% of statements [2021-06-28T11:11:22.248Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-28T11:11:22.963Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-28T11:11:23.184Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-28T11:11:23.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-28T11:11:23.451Z] #27 33.76 Unpacking bash-completion (1:2.8-6) ... [2021-06-28T11:11:23.452Z] #27 33.93 Selecting previously unselected package apparmor. [2021-06-28T11:11:23.452Z] #27 33.94 Preparing to unpack .../11-apparmor_2.13.2-10_amd64.deb ... [2021-06-28T11:11:23.452Z] #27 33.98 Unpacking apparmor (2.13.2-10) ... [2021-06-28T11:11:23.708Z] #27 34.15 Selecting previously unselected package aufs-tools. [2021-06-28T11:11:23.708Z] #27 34.15 Preparing to unpack .../12-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-28T11:11:23.708Z] #27 34.16 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-28T11:11:23.708Z] #27 34.23 Selecting previously unselected package libonig5:amd64. [2021-06-28T11:11:23.708Z] #27 34.23 Preparing to unpack .../13-libonig5_6.9.1-1_amd64.deb ... [2021-06-28T11:11:23.708Z] #27 34.24 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-28T11:11:23.903Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-28T11:11:23.964Z] #27 34.31 Selecting previously unselected package libjq1:amd64. [2021-06-28T11:11:23.964Z] #27 34.32 Preparing to unpack .../14-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-28T11:11:23.964Z] #27 34.32 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-28T11:11:23.964Z] #27 34.38 Selecting previously unselected package jq. [2021-06-28T11:11:23.964Z] #27 34.39 Preparing to unpack .../15-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-28T11:11:23.964Z] #27 34.40 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-28T11:11:23.964Z] #27 34.45 Selecting previously unselected package libaio1:amd64. [2021-06-28T11:11:23.964Z] #27 34.46 Preparing to unpack .../16-libaio1_0.3.112-3_amd64.deb ... [2021-06-28T11:11:23.964Z] #27 34.46 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-28T11:11:23.964Z] #27 34.51 Selecting previously unselected package libgpm2:amd64. [2021-06-28T11:11:23.964Z] #27 34.51 Preparing to unpack .../17-libgpm2_1.20.7-5_amd64.deb ... [2021-06-28T11:11:23.964Z] #27 34.52 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-28T11:11:23.964Z] #27 34.56 Selecting previously unselected package libnet1:amd64. [2021-06-28T11:11:24.220Z] #27 34.57 Preparing to unpack .../18-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-28T11:11:24.220Z] #27 34.57 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-28T11:11:24.220Z] #27 34.62 Selecting previously unselected package libnl-3-200:amd64. [2021-06-28T11:11:24.220Z] #27 34.63 Preparing to unpack .../19-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-28T11:11:24.220Z] #27 34.64 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-28T11:11:24.220Z] #27 34.70 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-28T11:11:24.220Z] #27 34.70 Preparing to unpack .../20-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-28T11:11:24.220Z] #27 34.71 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-28T11:11:24.220Z] #27 34.75 Selecting previously unselected package libreadline5:amd64. [2021-06-28T11:11:24.220Z] #27 34.76 Preparing to unpack .../21-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-28T11:11:24.220Z] #27 34.76 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-28T11:11:24.378Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-28T11:11:24.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-28T11:11:24.476Z] #27 34.82 Selecting previously unselected package net-tools. [2021-06-28T11:11:24.476Z] #27 34.83 Preparing to unpack .../22-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-28T11:11:24.476Z] #27 34.84 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-28T11:11:24.476Z] #27 34.92 Selecting previously unselected package python-pip-whl. [2021-06-28T11:11:24.476Z] #27 34.93 Preparing to unpack .../23-python-pip-whl_18.1-5_all.deb ... [2021-06-28T11:11:24.476Z] #27 34.93 Unpacking python-pip-whl (18.1-5) ... [2021-06-28T11:11:24.633Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.522s coverage: 13.7% of statements [2021-06-28T11:11:24.732Z] #27 35.19 Selecting previously unselected package python3-lib2to3. [2021-06-28T11:11:24.732Z] #27 35.19 Preparing to unpack .../24-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-28T11:11:24.732Z] #27 35.19 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-28T11:11:24.732Z] #27 35.26 Selecting previously unselected package python3-distutils. [2021-06-28T11:11:24.732Z] #27 35.27 Preparing to unpack .../25-python3-distutils_3.7.3-1_all.deb ... [2021-06-28T11:11:24.732Z] #27 35.28 Unpacking python3-distutils (3.7.3-1) ... [2021-06-28T11:11:24.946Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-28T11:11:24.988Z] #27 35.34 Selecting previously unselected package python3-pip. [2021-06-28T11:11:24.988Z] #27 35.35 Preparing to unpack .../26-python3-pip_18.1-5_all.deb ... [2021-06-28T11:11:24.988Z] #27 35.35 Unpacking python3-pip (18.1-5) ... [2021-06-28T11:11:24.988Z] #27 35.43 Selecting previously unselected package python3-pkg-resources. [2021-06-28T11:11:24.988Z] #27 35.44 Preparing to unpack .../27-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-28T11:11:24.988Z] #27 35.44 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-28T11:11:24.988Z] #27 35.50 Selecting previously unselected package python3-setuptools. [2021-06-28T11:11:24.988Z] #27 35.51 Preparing to unpack .../28-python3-setuptools_40.8.0-1_all.deb ... [2021-06-28T11:11:24.988Z] #27 35.51 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-28T11:11:25.244Z] #27 35.61 Selecting previously unselected package python3-wheel. [2021-06-28T11:11:25.244Z] #27 35.61 Preparing to unpack .../29-python3-wheel_0.32.3-2_all.deb ... [2021-06-28T11:11:25.244Z] #27 35.62 Unpacking python3-wheel (0.32.3-2) ... [2021-06-28T11:11:25.244Z] #27 35.68 Selecting previously unselected package sudo. [2021-06-28T11:11:25.244Z] #27 35.68 Preparing to unpack .../30-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-28T11:11:25.244Z] #27 35.69 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-28T11:11:25.413Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-28T11:11:25.413Z] Using test binary docker [2021-06-28T11:11:25.413Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-28T11:11:25.413Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-28T11:11:25.413Z] INFO: Waiting for daemon to start... [2021-06-28T11:11:25.413Z] Starting dockerd [2021-06-28T11:11:25.501Z] #27 35.89 Selecting previously unselected package thin-provisioning-tools. [2021-06-28T11:11:25.501Z] #27 35.90 Preparing to unpack .../31-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-28T11:11:25.501Z] #27 35.91 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-28T11:11:25.501Z] #27 36.03 Selecting previously unselected package uidmap. [2021-06-28T11:11:25.501Z] #27 36.03 Preparing to unpack .../32-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-28T11:11:25.501Z] #27 36.04 Unpacking uidmap (1:4.5-1.1) ... [2021-06-28T11:11:25.757Z] #27 36.10 Selecting previously unselected package vim-runtime. [2021-06-28T11:11:25.757Z] #27 36.11 Preparing to unpack .../33-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-28T11:11:25.757Z] #27 36.13 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-06-28T11:11:25.757Z] #27 36.17 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-28T11:11:25.757Z] #27 36.23 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-28T11:11:25.886Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-28T11:11:26.022Z] ok github.com/docker/docker/daemon/graphdriver/aufs 3.078s coverage: 73.3% of statements [2021-06-28T11:11:26.022Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.025s coverage: 3.1% of statements [2021-06-28T11:11:26.285Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.762s coverage: 56.2% of statements [2021-06-28T11:11:26.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-28T11:11:27.125Z] #27 37.29 Selecting previously unselected package vim. [2021-06-28T11:11:27.125Z] #27 37.29 Preparing to unpack .../34-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-28T11:11:27.125Z] #27 37.31 Unpacking vim (2:8.1.0875-5) ... [2021-06-28T11:11:27.125Z] #27 37.53 Selecting previously unselected package xfsprogs. [2021-06-28T11:11:27.125Z] #27 37.53 Preparing to unpack .../35-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-28T11:11:27.125Z] #27 37.54 Unpacking xfsprogs (4.20.0-1) ... [2021-06-28T11:11:27.328Z] . [2021-06-28T11:11:27.328Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-28T11:11:27.382Z] #27 37.72 Selecting previously unselected package zip. [2021-06-28T11:11:27.382Z] #27 37.72 Preparing to unpack .../36-zip_3.0-11+b1_amd64.deb ... [2021-06-28T11:11:27.382Z] #27 37.73 Unpacking zip (3.0-11+b1) ... [2021-06-28T11:11:27.382Z] #27 37.84 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-28T11:11:27.382Z] #27 37.85 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-28T11:11:27.382Z] #27 37.86 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-28T11:11:27.382Z] #27 37.87 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-28T11:11:27.382Z] #27 37.88 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-28T11:11:27.382Z] #27 37.89 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-28T11:11:27.382Z] #27 37.90 Setting up uidmap (1:4.5-1.1) ... [2021-06-28T11:11:27.382Z] #27 37.91 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-28T11:11:27.382Z] #27 37.92 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-28T11:11:27.382Z] #27 37.94 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-28T11:11:27.391Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-28T11:11:27.587Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-28T11:11:27.587Z] Error: No such image: emptyfs [2021-06-28T11:11:27.587Z] Running integration-test (iteration 1) [2021-06-28T11:11:27.587Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-28T11:11:27.639Z] #27 37.95 Setting up xxd (2:8.1.0875-5) ... [2021-06-28T11:11:27.639Z] #27 37.96 Setting up zip (3.0-11+b1) ... [2021-06-28T11:11:27.639Z] #27 37.97 Setting up vim-common (2:8.1.0875-5) ... [2021-06-28T11:11:27.639Z] #27 37.99 Setting up bash-completion (1:2.8-6) ... [2021-06-28T11:11:27.680Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.021s coverage: 1.9% of statements [2021-06-28T11:11:28.327Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-28T11:11:28.327Z] Using test binary docker [2021-06-28T11:11:28.327Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-28T11:11:28.327Z] Starting apparmor (via systemctl): apparmor.service. [2021-06-28T11:11:28.327Z] INFO: Waiting for daemon to start... [2021-06-28T11:11:28.327Z] Starting dockerd [2021-06-28T11:11:29.007Z] #27 39.31 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-28T11:11:29.007Z] #27 39.32 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-28T11:11:29.007Z] #27 39.37 invoke-rc.d: could not determine current runlevel [2021-06-28T11:11:29.007Z] #27 39.38 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-28T11:11:29.007Z] #27 39.38 Setting up pigz (2.4-1) ... [2021-06-28T11:11:29.007Z] #27 39.39 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-28T11:11:29.007Z] #27 39.40 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-28T11:11:29.007Z] #27 39.42 Setting up python-pip-whl (18.1-5) ... [2021-06-28T11:11:29.007Z] #27 39.43 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-28T11:11:29.007Z] #27 39.44 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-28T11:11:29.264Z] #27 39.65 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-28T11:11:29.264Z] #27 39.66 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-28T11:11:29.264Z] #27 39.67 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-28T11:11:29.264Z] #27 39.69 Setting up vim (2:8.1.0875-5) ... [2021-06-28T11:11:29.264Z] #27 39.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-28T11:11:29.264Z] #27 39.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-28T11:11:29.264Z] #27 39.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-28T11:11:29.264Z] #27 39.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-28T11:11:29.264Z] #27 39.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-28T11:11:29.264Z] #27 39.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-28T11:11:29.264Z] #27 39.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-28T11:11:29.264Z] #27 39.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-28T11:11:29.264Z] #27 39.76 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-28T11:11:29.264Z] #27 39.78 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-28T11:11:29.264Z] #27 39.79 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-28T11:11:29.264Z] #27 39.80 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-28T11:11:29.264Z] #27 39.81 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-28T11:11:29.264Z] #27 39.82 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-28T11:11:30.194Z] #27 40.75 Setting up iptables (1.8.2-4) ... [2021-06-28T11:11:30.235Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.728s coverage: 49.4% of statements [2021-06-28T11:11:30.451Z] #27 40.77 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-28T11:11:30.451Z] #27 40.77 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-28T11:11:30.451Z] #27 40.78 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-28T11:11:30.451Z] #27 40.78 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-28T11:11:30.451Z] #27 40.79 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-28T11:11:30.451Z] #27 40.79 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-28T11:11:30.451Z] #27 40.80 Setting up python3 (3.7.3-1) ... [2021-06-28T11:11:30.451Z] #27 40.96 Setting up python3-wheel (0.32.3-2) ... [2021-06-28T11:11:30.857Z] . [2021-06-28T11:11:30.857Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-28T11:11:30.857Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-28T11:11:30.857Z] Error: No such image: emptyfs [2021-06-28T11:11:30.857Z] Running integration-test (iteration 1) [2021-06-28T11:11:30.857Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-28T11:11:31.014Z] #27 41.38 Setting up apparmor (2.13.2-10) ... [2021-06-28T11:11:31.180Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.022s coverage: 57.5% of statements [2021-06-28T11:11:31.445Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.331s coverage: 57.7% of statements [2021-06-28T11:11:31.943Z] #27 42.45 Setting up xfsprogs (4.20.0-1) ... [2021-06-28T11:11:31.943Z] #27 42.46 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-28T11:11:32.020Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.959s coverage: 46.2% of statements [2021-06-28T11:11:32.199Z] #27 42.64 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-28T11:11:32.456Z] #27 43.01 Setting up python3-distutils (3.7.3-1) ... [2021-06-28T11:11:32.713Z] #27 43.17 Setting up python3-setuptools (40.8.0-1) ... [2021-06-28T11:11:32.968Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.022s coverage: 3.0% of statements [2021-06-28T11:11:33.230Z] ok github.com/docker/docker/daemon/links 0.020s coverage: 93.0% of statements [2021-06-28T11:11:33.230Z] ok github.com/docker/docker/daemon 12.263s coverage: 17.4% of statements [2021-06-28T11:11:33.230Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-28T11:11:33.230Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-28T11:11:33.230Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-28T11:11:33.230Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-28T11:11:33.230Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-28T11:11:33.230Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-06-28T11:11:33.230Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-28T11:11:33.275Z] #27 43.67 Setting up python3-pip (18.1-5) ... [2021-06-28T11:11:33.376Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-06-28T11:11:33.376Z] [2021-06-28T11:11:33.376Z] ________ ____ __. [2021-06-28T11:11:33.376Z] \_____ \ | |/ _| [2021-06-28T11:11:33.376Z] / | \| < [2021-06-28T11:11:33.376Z] / | \ | \ [2021-06-28T11:11:33.376Z] \_______ /____|__ \ [2021-06-28T11:11:33.376Z] \/ \/ [2021-06-28T11:11:33.376Z] [2021-06-28T11:11:33.376Z] INFO: make.ps1 ended at 06/28/2021 11:11:27 [2021-06-28T11:11:33.376Z] INFO: Binaries build ended at 06/28/2021 11:11:29. Duration:00:01:47.5246909 [2021-06-28T11:11:33.376Z] INFO: Copying the built daemon binary to d:\CI\PR-42572\1\binary\dockerd-2b3c4ff46a.exe... [2021-06-28T11:11:33.376Z] INFO: Copying the built client binary to d:\CI\PR-42572\1\binary\docker-2b3c4ff46a.exe... [2021-06-28T11:11:33.376Z] INFO: Copying dockerversion from the container... [2021-06-28T11:11:33.376Z] INFO: Copying the golang package from the container to d:\CI\PR-42572\1\installer\go.zip... [2021-06-28T11:11:33.376Z] INFO: Extracting go.zip to d:\CI\PR-42572\1\go [2021-06-28T11:11:33.532Z] #27 44.05 Processing triggers for libc-bin (2.28-10) ... [2021-06-28T11:11:33.788Z] #27 44.08 Processing triggers for mime-support (3.62) ... [2021-06-28T11:11:34.196Z] ok github.com/docker/docker/daemon/images 0.062s coverage: 6.7% of statements [2021-06-28T11:11:34.196Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-28T11:11:34.196Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-28T11:11:35.143Z] ok github.com/docker/docker/daemon/logger/gelf 0.027s coverage: 67.0% of statements [2021-06-28T11:11:35.154Z] #27 DONE 45.6s [2021-06-28T11:11:35.154Z] [2021-06-28T11:11:35.154Z] #28 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-06-28T11:11:35.154Z] #28 sha256:9a5262c8b60d656939dbd31ac6ada084fe57ab2b26d512ef0a756b2ae3f56878 [2021-06-28T11:11:35.717Z] ok github.com/docker/docker/daemon/logger 0.249s coverage: 43.5% of statements [2021-06-28T11:11:35.717Z] ok github.com/docker/docker/daemon/logger/awslogs 0.329s coverage: 77.4% of statements [2021-06-28T11:11:35.717Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-28T11:11:35.717Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-28T11:11:35.717Z] ok github.com/docker/docker/daemon/logger/journald 0.020s coverage: 23.9% of statements [2021-06-28T11:11:36.082Z] #28 0.891 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-28T11:11:36.082Z] #28 0.894 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-28T11:11:36.082Z] #28 0.897 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-28T11:11:36.082Z] #28 DONE 1.0s [2021-06-28T11:11:36.082Z] [2021-06-28T11:11:36.082Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:11:36.082Z] #64 sha256:054e77a0326705e7b582d05fc4d872d65414972fab7c6ee84ce7c1acbd38793d [2021-06-28T11:11:36.292Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.038s coverage: 87.2% of statements [2021-06-28T11:11:36.292Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.020s coverage: 69.9% of statements [2021-06-28T11:11:36.338Z] #64 ... [2021-06-28T11:11:36.338Z] [2021-06-28T11:11:36.338Z] #29 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-28T11:11:36.338Z] #29 sha256:bf9aa37e25bcefddd61296816f6f03f52b245c07e8f5abc5af8206e1bd6e6f74 [2021-06-28T11:11:36.867Z] ok github.com/docker/docker/daemon/logger/local 0.049s coverage: 75.2% of statements [2021-06-28T11:11:36.867Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-28T11:11:37.442Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.021s coverage: 31.5% of statements [2021-06-28T11:11:37.704Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.069s coverage: 56.8% of statements [2021-06-28T11:11:38.651Z] ok github.com/docker/docker/daemon/logger/templates 0.044s coverage: 8.3% of statements [2021-06-28T11:11:38.651Z] ok github.com/docker/docker/daemon/logger/syslog 0.033s coverage: 46.8% of statements [2021-06-28T11:11:38.856Z] #29 2.434 Collecting yamllint==1.26.1 [2021-06-28T11:11:39.599Z] ok github.com/docker/docker/daemon/network 0.043s coverage: 63.8% of statements [2021-06-28T11:11:40.173Z] ok github.com/docker/docker/distribution/metadata 0.074s coverage: 48.2% of statements [2021-06-28T11:11:40.437Z] ok github.com/docker/docker/daemon/logger/splunk 1.912s coverage: 82.5% of statements [2021-06-28T11:11:40.437Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-28T11:11:40.437Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-28T11:11:41.374Z] #29 ... [2021-06-28T11:11:41.374Z] [2021-06-28T11:11:41.374Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:11:41.374Z] #64 sha256:054e77a0326705e7b582d05fc4d872d65414972fab7c6ee84ce7c1acbd38793d [2021-06-28T11:11:41.374Z] #64 106.4 # github.com/containerd/containerd/cmd/containerd [2021-06-28T11:11:41.374Z] #64 106.4 /usr/bin/ld: /tmp/go-link-730619893/000019.o: in function `New': [2021-06-28T11:11:41.374Z] #64 106.4 /tmp/tmp.xrWAG96ghh/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-06-28T11:11:41.374Z] #64 106.5 + bin/containerd-stress [2021-06-28T11:11:41.385Z] ok github.com/docker/docker/distribution 0.254s coverage: 25.4% of statements [2021-06-28T11:11:41.385Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-28T11:11:41.648Z] ok github.com/docker/docker/errdefs 0.023s coverage: 53.1% of statements [2021-06-28T11:11:42.224Z] ok github.com/docker/docker/image 0.039s coverage: 86.6% of statements [2021-06-28T11:11:42.303Z] #64 107.6 + bin/containerd-shim [2021-06-28T11:11:42.486Z] ok github.com/docker/docker/image/cache 0.016s coverage: 19.2% of statements [2021-06-28T11:11:42.750Z] ok github.com/docker/docker/distribution/xfer 1.838s coverage: 85.1% of statements [2021-06-28T11:11:42.750Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-28T11:11:43.012Z] ok github.com/docker/docker/image/v1 0.025s coverage: 25.0% of statements [2021-06-28T11:11:43.275Z] ok github.com/docker/docker/image/tarexport 0.017s coverage: 0.7% of statements [2021-06-28T11:11:43.275Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-28T11:11:43.538Z] ok github.com/docker/docker/libcontainerd/queue 0.033s coverage: 100.0% of statements [2021-06-28T11:11:45.571Z] #64 ... [2021-06-28T11:11:45.571Z] [2021-06-28T11:11:45.571Z] #29 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-28T11:11:45.571Z] #29 sha256:bf9aa37e25bcefddd61296816f6f03f52b245c07e8f5abc5af8206e1bd6e6f74 [2021-06-28T11:11:45.571Z] #29 7.697 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-28T11:11:45.571Z] #29 8.165 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-28T11:11:45.571Z] #29 8.187 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-28T11:11:45.571Z] #29 8.217 Collecting pyyaml (from yamllint==1.26.1) [2021-06-28T11:11:45.571Z] #29 8.308 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-28T11:11:45.571Z] #29 8.418 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-28T11:11:45.571Z] #29 8.419 Building wheels for collected packages: yamllint [2021-06-28T11:11:45.571Z] #29 8.419 Running setup.py bdist_wheel for yamllint: started [2021-06-28T11:11:45.571Z] #29 8.835 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-28T11:11:45.571Z] #29 8.835 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-28T11:11:45.571Z] #29 8.861 Successfully built yamllint [2021-06-28T11:11:45.571Z] #29 8.868 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-28T11:11:45.571Z] #29 9.021 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-28T11:11:45.571Z] #29 DONE 9.3s [2021-06-28T11:11:45.571Z] [2021-06-28T11:11:45.572Z] #32 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-28T11:11:45.572Z] #32 sha256:d5bfd6a83a062eb995d0a2933141740a635a625b23dd929c0e979e03c26edb47 [2021-06-28T11:11:45.572Z] #32 DONE 0.1s [2021-06-28T11:11:45.572Z] [2021-06-28T11:11:45.572Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:11:45.572Z] #64 sha256:054e77a0326705e7b582d05fc4d872d65414972fab7c6ee84ce7c1acbd38793d [2021-06-28T11:11:45.689Z] Loaded image: buildpack-deps:buster [2021-06-28T11:11:45.689Z] Loaded image: busybox:latest [2021-06-28T11:11:45.689Z] Loaded image: busybox:glibc [2021-06-28T11:11:45.689Z] Loaded image: debian:bullseye [2021-06-28T11:11:45.689Z] Loaded image: hello-world:latest [2021-06-28T11:11:45.689Z] Loaded image: arm32v7/hello-world:latest [2021-06-28T11:11:45.689Z] INFO: Testing against a local daemon [2021-06-28T11:11:45.689Z] === RUN TestCgroupNamespacesBuild [2021-06-28T11:11:45.735Z] Loaded image: buildpack-deps:buster [2021-06-28T11:11:45.735Z] Loaded image: busybox:latest [2021-06-28T11:11:45.735Z] Loaded image: busybox:glibc [2021-06-28T11:11:45.994Z] Loaded image: debian:bullseye [2021-06-28T11:11:45.994Z] Loaded image: hello-world:latest [2021-06-28T11:11:46.133Z] #64 ... [2021-06-28T11:11:46.133Z] [2021-06-28T11:11:46.133Z] #37 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-28T11:11:46.133Z] #37 sha256:aaa52db17c5cb7eed38748c57a2c0fd52748246d9940c1bb09ab09d99f146b56 [2021-06-28T11:11:46.252Z] Loaded image: arm32v7/hello-world:latest [2021-06-28T11:11:46.252Z] INFO: Testing against a local daemon [2021-06-28T11:11:46.252Z] === RUN TestCgroupNamespacesBuild [2021-06-28T11:11:47.070Z] --- PASS: TestCgroupNamespacesBuild (1.35s) [2021-06-28T11:11:47.070Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-28T11:11:47.777Z] ok github.com/docker/docker/libnetwork/bitseq 0.451s coverage: 84.4% of statements [2021-06-28T11:11:48.029Z] #37 DONE 2.1s [2021-06-28T11:11:48.029Z] [2021-06-28T11:11:48.029Z] #40 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-28T11:11:48.029Z] #40 sha256:d0b0cc16ebc435ec5f9ff67928f914d324061bd3904943e7bb56d8a5e119e24e [2021-06-28T11:11:48.029Z] #40 DONE 0.2s [2021-06-28T11:11:48.029Z] [2021-06-28T11:11:48.029Z] #42 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-28T11:11:48.029Z] #42 sha256:439aa7e0d9336770d815b71ca0a810d2c059cba0625a844cf43ccf5fcedc09be [2021-06-28T11:11:48.029Z] #42 DONE 0.1s [2021-06-28T11:11:48.029Z] [2021-06-28T11:11:48.029Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:11:48.029Z] #64 sha256:054e77a0326705e7b582d05fc4d872d65414972fab7c6ee84ce7c1acbd38793d [2021-06-28T11:11:48.029Z] #64 ... [2021-06-28T11:11:48.029Z] [2021-06-28T11:11:48.029Z] #45 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-28T11:11:48.029Z] #45 sha256:bb7d2dedfdc9402ba7afa4b9e0744e73e9766e2fcc054c2061fe156a7a2f5255 [2021-06-28T11:11:48.029Z] #45 DONE 0.1s [2021-06-28T11:11:48.029Z] [2021-06-28T11:11:48.029Z] #48 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-28T11:11:48.029Z] #48 sha256:691fee82c098b11b1f2385d880bf531364c4851a5c37cdf57558cfe26b073ba2 [2021-06-28T11:11:48.041Z] ok github.com/docker/docker/libnetwork/api 2.002s coverage: 83.2% of statements [2021-06-28T11:11:48.286Z] #48 DONE 0.3s [2021-06-28T11:11:48.286Z] [2021-06-28T11:11:48.286Z] #52 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-28T11:11:48.286Z] #52 sha256:e2e620d926bb0171fed7dbb7c6efc8c6cdfd4aeece5939c954da8ee356d5d92e [2021-06-28T11:11:48.286Z] #52 DONE 0.1s [2021-06-28T11:11:48.286Z] [2021-06-28T11:11:48.286Z] #54 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-28T11:11:48.286Z] #54 sha256:b13e97ccc1bc0c7825f01bcbdc3acd8d5a8cc56a402d5a408d46cad5bc490938 [2021-06-28T11:11:48.286Z] #54 DONE 0.1s [2021-06-28T11:11:48.286Z] [2021-06-28T11:11:48.286Z] #56 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-28T11:11:48.286Z] #56 sha256:b7a166d989d0c963a47708102470d07abaf605404de5f78a5c1e80a9b23425c0 [2021-06-28T11:11:48.286Z] #56 DONE 0.1s [2021-06-28T11:11:48.286Z] [2021-06-28T11:11:48.286Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:11:48.286Z] #64 sha256:054e77a0326705e7b582d05fc4d872d65414972fab7c6ee84ce7c1acbd38793d [2021-06-28T11:11:48.452Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.33s) [2021-06-28T11:11:48.452Z] === RUN TestBuildWithSession [2021-06-28T11:11:48.452Z] build_session_test.go:25: TODO: BuildKit [2021-06-28T11:11:48.452Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-28T11:11:48.452Z] === RUN TestBuildSquashParent [2021-06-28T11:11:48.543Z] #64 ... [2021-06-28T11:11:48.543Z] [2021-06-28T11:11:48.543Z] #58 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-28T11:11:48.543Z] #58 sha256:d4267c9edd48bfd8ce6921dc95148ddf33d327b1bc6054e66fd4eae612095d9f [2021-06-28T11:11:48.800Z] #58 DONE 0.2s [2021-06-28T11:11:48.800Z] [2021-06-28T11:11:48.800Z] #60 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-28T11:11:48.800Z] #60 sha256:de306af7dc9cacaff118d23c598806f2fffbebbc98c82a2cf949e13b6f6c65a8 [2021-06-28T11:11:48.800Z] #60 DONE 0.1s [2021-06-28T11:11:48.800Z] [2021-06-28T11:11:48.800Z] #62 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-28T11:11:48.800Z] #62 sha256:282d72a58bf34cd01198284def51cf707a2a7ec64ec96c7dfac42a876b0bd66a [2021-06-28T11:11:48.800Z] #62 DONE 0.1s [2021-06-28T11:11:48.800Z] [2021-06-28T11:11:48.800Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-28T11:11:48.800Z] #64 sha256:054e77a0326705e7b582d05fc4d872d65414972fab7c6ee84ce7c1acbd38793d [2021-06-28T11:11:49.558Z] --- PASS: TestCgroupNamespacesBuild (2.79s) [2021-06-28T11:11:49.558Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-28T11:11:50.495Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.48s) [2021-06-28T11:11:50.495Z] === RUN TestBuildWithSession [2021-06-28T11:11:50.495Z] build_session_test.go:25: TODO: BuildKit [2021-06-28T11:11:50.495Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-28T11:11:50.495Z] === RUN TestBuildSquashParent [2021-06-28T11:11:51.318Z] #64 116.2 + bin/containerd-shim-runc-v1 [2021-06-28T11:11:51.359Z] ok github.com/docker/docker/libnetwork/config 0.123s coverage: 24.0% of statements [2021-06-28T11:11:51.933Z] ok github.com/docker/docker/libnetwork/driverapi 0.008s coverage: 68.9% of statements [2021-06-28T11:11:51.933Z] ok github.com/docker/docker/libnetwork/datastore 0.007s coverage: 21.9% of statements [2021-06-28T11:11:52.195Z] ok github.com/docker/docker/libnetwork/drivers/host 0.004s coverage: 34.8% of statements [2021-06-28T11:11:54.115Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.059s coverage: 4.0% of statements [2021-06-28T11:11:54.115Z] ok github.com/docker/docker/layer 7.966s coverage: 68.8% of statements [2021-06-28T11:11:54.115Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-28T11:11:54.115Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-28T11:11:54.115Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-28T11:11:54.115Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-28T11:11:55.061Z] ok github.com/docker/docker/libnetwork/drivers/null 0.011s coverage: 34.8% of statements [2021-06-28T11:11:55.325Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.030s coverage: 4.5% of statements [2021-06-28T11:11:55.762Z] --- PASS: TestBuildSquashParent (5.33s) [2021-06-28T11:11:55.762Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-28T11:11:55.762Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:11:55.762Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:11:55.762Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:11:55.762Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:11:55.762Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:11:55.762Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:11:55.762Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:11:55.762Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:11:55.762Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:11:55.763Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:11:55.763Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:11:55.763Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:11:55.763Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:11:55.763Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:11:56.575Z] --- PASS: TestBuildSquashParent (7.39s) [2021-06-28T11:11:56.575Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-28T11:11:56.575Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:11:56.575Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:11:56.575Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:11:56.575Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:11:56.575Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:11:56.575Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:11:56.575Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:11:56.575Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:11:56.575Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:11:56.575Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:11:56.575Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:11:56.575Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:11:56.575Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:11:56.575Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:11:56.591Z] #64 121.3 + bin/containerd-shim-runc-v2 [2021-06-28T11:11:56.591Z] #64 122.0 + binaries [2021-06-28T11:11:56.591Z] #64 122.0 + install -D bin/containerd /build/containerd [2021-06-28T11:11:56.591Z] #64 122.0 + install -D bin/containerd-shim /build/containerd-shim [2021-06-28T11:11:56.591Z] #64 122.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-28T11:11:56.846Z] #64 122.0 + install -D bin/ctr /build/ctr [2021-06-28T11:11:56.846Z] #64 DONE 122.2s [2021-06-28T11:11:57.249Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.005s coverage: 63.6% of statements [2021-06-28T11:11:58.212Z] [2021-06-28T11:11:58.212Z] #65 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-28T11:11:58.212Z] #65 sha256:5f4eb45ae0e1693934994218531390270cd2e92855a3938b14fd62295f63a985 [2021-06-28T11:11:58.297Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:11:58.297Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:11:58.468Z] #65 DONE 0.2s [2021-06-28T11:11:58.468Z] [2021-06-28T11:11:58.468Z] #69 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-28T11:11:58.468Z] #69 sha256:783280de7d1aa344c5cf489cd3787bef54c51ca21e686016f1d5d798f8cc8337 [2021-06-28T11:11:58.468Z] #69 DONE 0.1s [2021-06-28T11:11:58.468Z] [2021-06-28T11:11:58.468Z] #74 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-28T11:11:58.468Z] #74 sha256:e3c878155d96abd91ac6ea9e088a31989a3c420c2d8e3373b9d778e75b126ee0 [2021-06-28T11:11:58.535Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:11:58.535Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:11:58.723Z] #74 DONE 0.4s [2021-06-28T11:11:58.723Z] [2021-06-28T11:11:58.723Z] #75 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-28T11:11:58.723Z] #75 sha256:64095207e68793c0654cc5c48e025d8026b15693f83a3e9a1a34c66d99e09014 [2021-06-28T11:11:58.723Z] #75 DONE 0.0s [2021-06-28T11:11:58.979Z] [2021-06-28T11:11:58.979Z] #76 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-28T11:11:58.979Z] #76 sha256:d0ea4c79ab1ec68c6e85182e22e94d0f13c39cd37a087e2847929d5a88a66841 [2021-06-28T11:11:59.907Z] #76 DONE 0.8s [2021-06-28T11:11:59.907Z] [2021-06-28T11:11:59.907Z] #77 exporting to image [2021-06-28T11:11:59.907Z] #77 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-28T11:11:59.907Z] #77 exporting layers [2021-06-28T11:11:59.922Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:12:00.204Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:12:00.463Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:12:00.554Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.023s coverage: 57.4% of statements [2021-06-28T11:12:00.861Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:12:01.512Z] ok github.com/docker/docker/libnetwork/drivers/bridge 7.127s coverage: 59.9% of statements [2021-06-28T11:12:01.778Z] ok github.com/docker/docker/libnetwork/drvregistry 0.031s coverage: 82.4% of statements [2021-06-28T11:12:02.039Z] ok github.com/docker/docker/libnetwork/etchosts 0.038s coverage: 81.2% of statements [2021-06-28T11:12:02.367Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-28T11:12:02.367Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.13s) [2021-06-28T11:12:02.367Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.33s) [2021-06-28T11:12:02.367Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.09s) [2021-06-28T11:12:02.367Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.24s) [2021-06-28T11:12:02.367Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.04s) [2021-06-28T11:12:02.367Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.05s) [2021-06-28T11:12:02.367Z] === RUN TestBuildMultiStageCopy [2021-06-28T11:12:02.367Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-28T11:12:02.770Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-28T11:12:02.770Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.51s) [2021-06-28T11:12:02.770Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.55s) [2021-06-28T11:12:02.770Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.60s) [2021-06-28T11:12:02.770Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.68s) [2021-06-28T11:12:02.770Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.13s) [2021-06-28T11:12:02.770Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.81s) [2021-06-28T11:12:02.770Z] === RUN TestBuildMultiStageCopy [2021-06-28T11:12:02.770Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-28T11:12:03.428Z] ok github.com/docker/docker/libnetwork/idm 0.009s coverage: 87.5% of statements [2021-06-28T11:12:04.269Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-28T11:12:04.373Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.006s coverage: 48.1% of statements [2021-06-28T11:12:04.373Z] ok github.com/docker/docker/libnetwork/internal/caller 0.006s coverage: 100.0% of statements [2021-06-28T11:12:04.373Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.166s coverage: 7.3% of statements [2021-06-28T11:12:04.527Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-28T11:12:04.785Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-28T11:12:05.044Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-28T11:12:05.044Z] --- PASS: TestBuildMultiStageCopy (2.66s) [2021-06-28T11:12:05.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.87s) [2021-06-28T11:12:05.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s) [2021-06-28T11:12:05.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2021-06-28T11:12:05.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2021-06-28T11:12:05.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s) [2021-06-28T11:12:05.044Z] === RUN TestBuildMultiStageParentConfig [2021-06-28T11:12:05.321Z] ok github.com/docker/docker/libnetwork/ipams/null 0.014s coverage: 57.1% of statements [2021-06-28T11:12:05.611Z] --- PASS: TestBuildMultiStageParentConfig (0.58s) [2021-06-28T11:12:05.611Z] === RUN TestBuildLabelWithTargets [2021-06-28T11:12:06.065Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-28T11:12:06.547Z] --- PASS: TestBuildLabelWithTargets (0.90s) [2021-06-28T11:12:06.547Z] === RUN TestBuildWithEmptyLayers [2021-06-28T11:12:06.866Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-28T11:12:06.866Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-28T11:12:06.866Z] GOOS="" GOARCH="" GOARM="" [2021-06-28T11:12:06.866Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-28T11:12:06.866Z] [2021-06-28T11:12:06.866Z] + TEST_INTEGRATION_DEST=2 [2021-06-28T11:12:06.866Z] + CONTAINER_NAME=docker-pr1-2 [2021-06-28T11:12:06.866Z] + TEST_SKIP_INTEGRATION=1 [2021-06-28T11:12:06.866Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-06-28T11:12:06.866Z] + run_tests [2021-06-28T11:12:06.866Z] + c=0 [2021-06-28T11:12:06.866Z] + '[' -n 0 ']' [2021-06-28T11:12:06.866Z] + rm= [2021-06-28T11:12:06.866Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42572/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42572/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42572/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a hack/make.sh '' test-integration [2021-06-28T11:12:06.866Z] ++ jobs -p [2021-06-28T11:12:06.866Z] + TEST_INTEGRATION_DEST=3 [2021-06-28T11:12:06.866Z] + CONTAINER_NAME=docker-pr1-3 [2021-06-28T11:12:06.866Z] + TEST_SKIP_INTEGRATION=1 [2021-06-28T11:12:06.866Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-06-28T11:12:06.866Z] + run_tests [2021-06-28T11:12:06.866Z] + for job in $(jobs -p) [2021-06-28T11:12:06.866Z] + '[' -n 0 ']' [2021-06-28T11:12:06.866Z] + rm= [2021-06-28T11:12:06.866Z] + wait 26221 [2021-06-28T11:12:06.866Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42572/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42572/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42572/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a hack/make.sh '' test-integration [2021-06-28T11:12:06.866Z] + TEST_INTEGRATION_DEST=1 [2021-06-28T11:12:06.866Z] + CONTAINER_NAME=docker-pr1-1 [2021-06-28T11:12:06.866Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-06-28T11:12:06.866Z] + run_tests test-integration-flaky [2021-06-28T11:12:06.866Z] + '[' -n 0 ']' [2021-06-28T11:12:06.866Z] + rm= [2021-06-28T11:12:06.866Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42572/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42572/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42572/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a hack/make.sh test-integration-flaky test-integration [2021-06-28T11:12:06.866Z] [2021-06-28T11:12:06.866Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-06-28T11:12:06.866Z] [2021-06-28T11:12:06.866Z] [2021-06-28T11:12:06.866Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-28T11:12:06.866Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-28T11:12:06.866Z] HOSTNAME=ddd81f992836 [2021-06-28T11:12:06.866Z] TEST_SKIP_INTEGRATION=1 [2021-06-28T11:12:06.866Z] TESTDEBUG=0 [2021-06-28T11:12:06.866Z] DEST=bundles/test-integration [2021-06-28T11:12:06.866Z] PWD=/go/src/github.com/docker/docker [2021-06-28T11:12:06.866Z] KEEPBUNDLE=1 [2021-06-28T11:12:06.866Z] DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:12:06.866Z] container=docker [2021-06-28T11:12:06.866Z] HOME=/root [2021-06-28T11:12:06.866Z] GOLANG_VERSION=1.16.5 [2021-06-28T11:12:06.866Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-28T11:12:06.866Z] VALIDATE_BRANCH=master [2021-06-28T11:12:06.866Z] TERM=xterm [2021-06-28T11:12:06.866Z] DOCKER_PKG=github.com/docker/docker [2021-06-28T11:12:06.866Z] SHLVL=1 [2021-06-28T11:12:06.866Z] TIMEOUT=120m [2021-06-28T11:12:06.866Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-28T11:12:06.866Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-28T11:12:06.866Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-06-28T11:12:06.866Z] GO111MODULE=off [2021-06-28T11:12:06.866Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-28T11:12:06.866Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-28T11:12:06.866Z] GOPATH=/go [2021-06-28T11:12:06.866Z] PKG_CONFIG=pkg-config [2021-06-28T11:12:06.866Z] _=/usr/bin/env [2021-06-28T11:12:06.866Z] Building test suite binary ./integration-cli/test.main [2021-06-28T11:12:06.866Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-28T11:12:06.866Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-28T11:12:06.866Z] HOSTNAME=185d1b45c054 [2021-06-28T11:12:06.866Z] TEST_SKIP_INTEGRATION=1 [2021-06-28T11:12:06.866Z] TESTDEBUG=0 [2021-06-28T11:12:06.866Z] DEST=bundles/test-integration [2021-06-28T11:12:06.866Z] PWD=/go/src/github.com/docker/docker [2021-06-28T11:12:06.866Z] KEEPBUNDLE=1 [2021-06-28T11:12:06.866Z] DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:12:06.866Z] container=docker [2021-06-28T11:12:06.866Z] HOME=/root [2021-06-28T11:12:06.866Z] GOLANG_VERSION=1.16.5 [2021-06-28T11:12:06.866Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-28T11:12:06.866Z] VALIDATE_BRANCH=master [2021-06-28T11:12:06.866Z] TERM=xterm [2021-06-28T11:12:06.866Z] DOCKER_PKG=github.com/docker/docker [2021-06-28T11:12:06.866Z] SHLVL=1 [2021-06-28T11:12:06.866Z] TIMEOUT=120m [2021-06-28T11:12:06.866Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-28T11:12:06.866Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-28T11:12:06.866Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-06-28T11:12:06.866Z] GO111MODULE=off [2021-06-28T11:12:06.866Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-28T11:12:06.866Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-28T11:12:06.866Z] GOPATH=/go [2021-06-28T11:12:06.866Z] PKG_CONFIG=pkg-config [2021-06-28T11:12:06.866Z] _=/usr/bin/env [2021-06-28T11:12:06.866Z] Building test suite binary ./integration-cli/test.main [2021-06-28T11:12:06.866Z] No new tests added to integration. [2021-06-28T11:12:06.866Z] [2021-06-28T11:12:06.866Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-28T11:12:06.866Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-28T11:12:06.866Z] HOSTNAME=f4af1fe6228c [2021-06-28T11:12:06.866Z] TESTDEBUG=0 [2021-06-28T11:12:06.866Z] DEST=bundles/test-integration [2021-06-28T11:12:06.866Z] PWD=/go/src/github.com/docker/docker [2021-06-28T11:12:06.866Z] KEEPBUNDLE=1 [2021-06-28T11:12:06.866Z] DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:12:06.866Z] container=docker [2021-06-28T11:12:06.866Z] HOME=/root [2021-06-28T11:12:06.866Z] GOLANG_VERSION=1.16.5 [2021-06-28T11:12:06.866Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-28T11:12:06.866Z] VALIDATE_BRANCH=master [2021-06-28T11:12:06.866Z] TERM=xterm [2021-06-28T11:12:06.866Z] DOCKER_PKG=github.com/docker/docker [2021-06-28T11:12:06.866Z] SHLVL=1 [2021-06-28T11:12:06.866Z] TIMEOUT=120m [2021-06-28T11:12:06.866Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-28T11:12:06.866Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-28T11:12:06.866Z] GO111MODULE=off [2021-06-28T11:12:06.866Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-28T11:12:06.866Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-28T11:12:06.866Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-28T11:12:06.866Z] GOPATH=/go [2021-06-28T11:12:06.866Z] PKG_CONFIG=pkg-config [2021-06-28T11:12:06.866Z] _=/usr/bin/env [2021-06-28T11:12:06.866Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-28T11:12:07.116Z] --- PASS: TestBuildWithEmptyLayers (0.40s) [2021-06-28T11:12:07.116Z] === RUN TestBuildMultiStageOnBuild [2021-06-28T11:12:07.239Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.027s coverage: 47.4% of statements [2021-06-28T11:12:07.443Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-28T11:12:07.501Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.012s coverage: 71.4% of statements [2021-06-28T11:12:08.383Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-28T11:12:08.889Z] ok github.com/docker/docker/libnetwork/ipamutils 0.596s coverage: 74.0% of statements [2021-06-28T11:12:08.956Z] INFO: Extraction ended at 06/28/2021 11:12:03. Duration:00:00:31.1540585 [2021-06-28T11:12:08.956Z] INFO: Updating the golang and path environment variables [2021-06-28T11:12:08.956Z] INFO: GOPATH=d:\gopath [2021-06-28T11:12:08.956Z] INFO: go version go1.16.5 windows/amd64 [2021-06-28T11:12:08.956Z] INFO: Running the daemon under test in debug mode [2021-06-28T11:12:08.956Z] INFO: Starting a daemon under test... [2021-06-28T11:12:08.956Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42572\1\daemon --pidfile d:\CI\PR-42572\1\docker.pid -D [2021-06-28T11:12:08.956Z] INFO: Process started successfully. [2021-06-28T11:12:08.956Z] INFO: Start tailing logs of the daemon under tests [2021-06-28T11:12:08.956Z] INFO: Waiting for the daemon under test to start... [2021-06-28T11:12:09.019Z] --- PASS: TestBuildMultiStageOnBuild (2.10s) [2021-06-28T11:12:09.019Z] === RUN TestBuildUncleanTarFilenames [2021-06-28T11:12:09.320Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-28T11:12:09.587Z] --- PASS: TestBuildUncleanTarFilenames (0.56s) [2021-06-28T11:12:09.587Z] === RUN TestBuildMultiStageLayerLeak [2021-06-28T11:12:09.854Z] #77 exporting layers 10.2s done [2021-06-28T11:12:09.854Z] #77 writing image sha256:8d9d5606aae2576968995c59eba0280fb109c73ee6147924916f1be6c0cd44f5 done [2021-06-28T11:12:09.854Z] #77 naming to docker.io/library/docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a done [2021-06-28T11:12:09.854Z] #77 DONE 10.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-06-28T11:12:10.181Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42572/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42572/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a hack/validate/default [2021-06-28T11:12:10.258Z] --- PASS: TestBuildMultiStageCopy (7.45s) [2021-06-28T11:12:10.258Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.45s) [2021-06-28T11:12:10.258Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-06-28T11:12:10.258Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-06-28T11:12:10.258Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-06-28T11:12:10.258Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-06-28T11:12:10.258Z] === RUN TestBuildMultiStageParentConfig [2021-06-28T11:12:10.808Z] ok github.com/docker/docker/libnetwork/iptables 0.549s coverage: 45.1% of statements [2021-06-28T11:12:10.808Z] ok github.com/docker/docker/libnetwork/netlabel 0.028s coverage: 60.0% of statements [2021-06-28T11:12:11.110Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-06-28T11:12:11.110Z] No api/types/ or api/swagger.yaml changes in diff. [2021-06-28T11:12:11.110Z] Congratulations! All TOML source files changed here have valid syntax. [2021-06-28T11:12:11.110Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-06-28T11:12:11.110Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-06-28T11:12:11.110Z] Congratulations! No new tests were added to integration-cli. [2021-06-28T11:12:11.110Z] [2021-06-28T11:12:11.110Z] INFO Start validation with golang-ci-lint [2021-06-28T11:12:11.110Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-06-28T11:12:11.110Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-06-28T11:12:11.110Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-06-28T11:12:12.120Z] --- PASS: TestBuildMultiStageLayerLeak (2.09s) [2021-06-28T11:12:12.120Z] === RUN TestBuildWithHugeFile [2021-06-28T11:12:12.198Z] ok github.com/docker/docker/libnetwork/netutils 0.043s coverage: 44.1% of statements [2021-06-28T11:12:14.763Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.021s coverage: 100.0% of statements [2021-06-28T11:12:15.029Z] ok github.com/docker/docker/libnetwork/options 0.005s coverage: 100.0% of statements [2021-06-28T11:12:15.533Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2021-06-28T11:12:15.533Z] === RUN TestBuildLabelWithTargets [2021-06-28T11:12:23.174Z] ok github.com/docker/docker/libnetwork/osl 4.550s coverage: 39.7% of statements [2021-06-28T11:12:23.656Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-06-28T11:12:23.657Z] === RUN TestBuildWithEmptyLayers [2021-06-28T11:12:23.683Z] .....INFO: Daemon under test started and replied! [2021-06-28T11:12:23.683Z] INFO: Docker version of the daemon under test [2021-06-28T11:12:23.683Z] [2021-06-28T11:12:23.683Z] Client: [2021-06-28T11:12:23.683Z] Version: 17.06.2-ce [2021-06-28T11:12:23.683Z] API version: 1.30 [2021-06-28T11:12:23.683Z] Go version: go1.8.3 [2021-06-28T11:12:23.683Z] Git commit: cec0b72 [2021-06-28T11:12:23.683Z] Built: Tue Sep 5 19:57:19 2017 [2021-06-28T11:12:23.683Z] OS/Arch: windows/amd64 [2021-06-28T11:12:23.683Z] [2021-06-28T11:12:23.683Z] Server: [2021-06-28T11:12:23.683Z] Version: 0.0.0-dev [2021-06-28T11:12:23.683Z] API version: 1.41 (minimum version 1.24) [2021-06-28T11:12:23.683Z] Go version: go1.16.5 [2021-06-28T11:12:23.683Z] Git commit: 2b3c4ff46a [2021-06-28T11:12:23.683Z] Built: 06/28/2021 11:09:50 [2021-06-28T11:12:23.683Z] OS/Arch: windows/amd64 [2021-06-28T11:12:23.683Z] Experimental: false [2021-06-28T11:12:23.683Z] [2021-06-28T11:12:23.683Z] INFO: Docker info of the daemon under test [2021-06-28T11:12:23.683Z] [2021-06-28T11:12:23.683Z] Containers: 0 [2021-06-28T11:12:23.683Z] Running: 0 [2021-06-28T11:12:23.683Z] Paused: 0 [2021-06-28T11:12:23.683Z] Stopped: 0 [2021-06-28T11:12:23.683Z] Images: 0 [2021-06-28T11:12:23.683Z] Server Version: 0.0.0-dev [2021-06-28T11:12:23.683Z] Storage Driver: windowsfilter [2021-06-28T11:12:23.683Z] Windows: [2021-06-28T11:12:23.683Z] Logging Driver: json-file [2021-06-28T11:12:23.683Z] Plugins: [2021-06-28T11:12:23.683Z] Volume: local [2021-06-28T11:12:23.683Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-28T11:12:23.683Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-28T11:12:23.683Z] Swarm: inactive [2021-06-28T11:12:23.683Z] Default Isolation: process [2021-06-28T11:12:23.683Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-06-28T11:12:23.683Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879) [2021-06-28T11:12:23.683Z] OSType: windows [2021-06-28T11:12:23.683Z] Architecture: x86_64 [2021-06-28T11:12:23.683Z] CPUs: 4 [2021-06-28T11:12:23.683Z] Total Memory: 32GiB [2021-06-28T11:12:23.683Z] Name: azwin-2-ae1000 [2021-06-28T11:12:23.683Z] ID: JUQH:H4ZF:2TUH:CXR2:WFPX:EUPJ:2EKF:OBSE:4YWB:IPXF:OSRW:NSTN [2021-06-28T11:12:23.683Z] Docker Root Dir: D:\CI\PR-42572\1\daemon [2021-06-28T11:12:23.683Z] Debug Mode (client): false [2021-06-28T11:12:23.683Z] Debug Mode (server): true [2021-06-28T11:12:23.683Z] File Descriptors: -1 [2021-06-28T11:12:23.683Z] Goroutines: 16 [2021-06-28T11:12:23.683Z] System Time: 2021-06-28T11:12:23.1994358Z [2021-06-28T11:12:23.683Z] EventsListeners: 0 [2021-06-28T11:12:23.683Z] Registry: https://index.docker.io/v1/ [2021-06-28T11:12:23.683Z] Labels: [2021-06-28T11:12:23.683Z] Experimental: false [2021-06-28T11:12:23.683Z] Insecure Registries: [2021-06-28T11:12:23.683Z] 127.0.0.0/8 [2021-06-28T11:12:23.683Z] Live Restore Enabled: false [2021-06-28T11:12:23.683Z] [2021-06-28T11:12:23.683Z] [2021-06-28T11:12:23.683Z] INFO: Docker images of the daemon under test [2021-06-28T11:12:23.683Z] [2021-06-28T11:12:23.683Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-28T11:12:23.683Z] [2021-06-28T11:12:23.683Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-06-28T11:12:23.683Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-06-28T11:12:23.683Z] ltsc2019: Pulling from windows/servercore [2021-06-28T11:12:23.747Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.004s coverage: 20.0% of statements [2021-06-28T11:12:24.134Z] 4612f6d0b889: Pulling fs layer [2021-06-28T11:12:24.134Z] 639bb6bb2beb: Pulling fs layer [2021-06-28T11:12:24.692Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 86.1% of statements [2021-06-28T11:12:26.193Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2021-06-28T11:12:26.194Z] === RUN TestBuildMultiStageOnBuild [2021-06-28T11:12:26.608Z] ok github.com/docker/docker/libnetwork/portmapper 0.604s coverage: 49.5% of statements [2021-06-28T11:12:27.183Z] ok github.com/docker/docker/libnetwork/resolvconf 0.011s coverage: 70.5% of statements [2021-06-28T11:12:28.571Z] ok github.com/docker/docker/libnetwork/types 0.008s coverage: 47.9% of statements [2021-06-28T11:12:31.471Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-06-28T11:12:31.471Z] === RUN TestBuildUncleanTarFilenames [2021-06-28T11:12:32.040Z] --- PASS: TestBuildUncleanTarFilenames (0.72s) [2021-06-28T11:12:32.040Z] === RUN TestBuildMultiStageLayerLeak [2021-06-28T11:12:33.867Z] ok github.com/docker/docker/oci 0.012s coverage: 45.2% of statements [2021-06-28T11:12:35.789Z] ok github.com/docker/docker/opts 0.039s coverage: 67.1% of statements [2021-06-28T11:12:36.050Z] ok github.com/docker/docker/pkg/aaparser 0.009s coverage: 52.9% of statements [2021-06-28T11:12:36.235Z] --- PASS: TestBuildMultiStageLayerLeak (4.28s) [2021-06-28T11:12:36.235Z] === RUN TestBuildWithHugeFile [2021-06-28T11:12:36.433Z] 639bb6bb2beb: Verifying Checksum [2021-06-28T11:12:36.433Z] 639bb6bb2beb: Download complete [2021-06-28T11:12:38.606Z] ok github.com/docker/docker/libnetwork/ipam 33.171s coverage: 85.3% of statements [2021-06-28T11:12:39.553Z] ok github.com/docker/docker/pkg/archive 1.133s coverage: 82.3% of statements [2021-06-28T11:12:40.127Z] ok github.com/docker/docker/pkg/broadcaster 0.022s coverage: 100.0% of statements [2021-06-28T11:12:40.390Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2021-06-28T11:12:42.309Z] ok github.com/docker/docker/pkg/authorization 1.731s coverage: 68.3% of statements [2021-06-28T11:12:43.440Z] 4612f6d0b889: Verifying Checksum [2021-06-28T11:12:43.440Z] 4612f6d0b889: Download complete [2021-06-28T11:12:44.228Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements [2021-06-28T11:12:45.278Z] ok github.com/docker/docker/pkg/chrootarchive 3.004s coverage: 43.2% of statements [2021-06-28T11:12:45.540Z] ok github.com/docker/docker/pkg/discovery 0.019s coverage: 58.3% of statements [2021-06-28T11:12:45.540Z] ok github.com/docker/docker/pkg/discovery/file 0.012s coverage: 97.6% of statements [2021-06-28T11:12:46.113Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2021-06-28T11:12:46.686Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2021-06-28T11:12:49.235Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2021-06-28T11:12:49.235Z] ok github.com/docker/docker/pkg/discovery/kv 3.066s coverage: 84.1% of statements [2021-06-28T11:12:50.623Z] ok github.com/docker/docker/pkg/fileutils 0.014s coverage: 86.3% of statements [2021-06-28T11:12:50.884Z] ok github.com/docker/docker/pkg/filenotify 0.605s coverage: 67.0% of statements [2021-06-28T11:12:51.460Z] ok github.com/docker/docker/pkg/fsutils 0.213s coverage: 85.1% of statements [2021-06-28T11:12:51.460Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 11.4% of statements [2021-06-28T11:12:51.460Z] ok github.com/docker/docker/libnetwork 62.435s coverage: 41.0% of statements [2021-06-28T11:12:51.460Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-06-28T11:12:51.460Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-06-28T11:12:51.722Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-06-28T11:12:52.667Z] ok github.com/docker/docker/pkg/jsonmessage 0.011s coverage: 91.7% of statements [2021-06-28T11:12:52.667Z] ok github.com/docker/docker/pkg/idtools 0.520s coverage: 69.5% of statements [2021-06-28T11:12:52.930Z] ok github.com/docker/docker/pkg/longpath 0.017s coverage: 100.0% of statements [2021-06-28T11:12:52.930Z] ok github.com/docker/docker/pkg/ioutils 0.621s coverage: 70.6% of statements [2021-06-28T11:12:53.192Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2021-06-28T11:12:53.455Z] ok github.com/docker/docker/pkg/parsers 0.009s coverage: 97.0% of statements [2021-06-28T11:12:53.455Z] ok github.com/docker/docker/pkg/parsers/kernel 0.008s coverage: 60.0% of statements [2021-06-28T11:12:54.030Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.032s coverage: 86.7% of statements [2021-06-28T11:12:54.030Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 82.4% of statements [2021-06-28T11:12:55.421Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.012s coverage: 56.8% of statements [2021-06-28T11:12:55.682Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [2021-06-28T11:12:55.682Z] ok github.com/docker/docker/pkg/pools 0.004s coverage: 88.2% of statements [2021-06-28T11:12:56.256Z] ok github.com/docker/docker/pkg/progress 0.004s coverage: 75.9% of statements [2021-06-28T11:12:57.199Z] ok github.com/docker/docker/pkg/pubsub 1.074s coverage: 75.0% of statements [2021-06-28T11:12:58.143Z] ok github.com/docker/docker/pkg/reexec 0.021s coverage: 82.4% of statements [2021-06-28T11:12:59.087Z] ok github.com/docker/docker/pkg/stdcopy 0.007s coverage: 100.0% of statements [2021-06-28T11:12:59.661Z] ok github.com/docker/docker/pkg/streamformatter 0.007s coverage: 66.2% of statements [2021-06-28T11:13:00.233Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2021-06-28T11:13:02.158Z] ok github.com/docker/docker/pkg/signal 3.535s coverage: 62.3% of statements [2021-06-28T11:13:04.708Z] ok github.com/docker/docker/pkg/sysinfo 0.010s coverage: 52.9% of statements [2021-06-28T11:13:05.282Z] ok github.com/docker/docker/pkg/system 0.007s coverage: 39.9% of statements [2021-06-28T11:13:05.282Z] ok github.com/docker/docker/pkg/tailfile 0.089s coverage: 88.6% of statements [2021-06-28T11:13:05.856Z] testing: warning: no tests to run [2021-06-28T11:13:05.856Z] coverage: [no statements] [2021-06-28T11:13:05.856Z] ok github.com/docker/docker/pkg/term/windows 0.004s coverage: [no statements] [no tests to run] [2021-06-28T11:13:06.428Z] ok github.com/docker/docker/pkg/truncindex 0.104s coverage: 91.5% of statements [2021-06-28T11:13:07.001Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2021-06-28T11:13:07.264Z] ok github.com/docker/docker/pkg/useragent 0.009s coverage: 88.9% of statements [2021-06-28T11:13:08.209Z] ok github.com/docker/docker/pkg/tarsum 0.146s coverage: 89.3% of statements [2021-06-28T11:13:08.355Z] --- PASS: TestBuildWithHugeFile (50.66s) [2021-06-28T11:13:08.355Z] === RUN TestBuildWCOWSandboxSize [2021-06-28T11:13:08.355Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-28T11:13:08.355Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-06-28T11:13:08.355Z] === RUN TestBuildWithEmptyDockerfile [2021-06-28T11:13:08.355Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T11:13:08.355Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T11:13:08.355Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T11:13:08.355Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T11:13:08.355Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T11:13:08.355Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T11:13:08.355Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T11:13:08.355Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T11:13:08.355Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T11:13:08.355Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s) [2021-06-28T11:13:08.355Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2021-06-28T11:13:08.355Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2021-06-28T11:13:08.355Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2021-06-28T11:13:08.355Z] === RUN TestBuildPreserveOwnership [2021-06-28T11:13:08.355Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-28T11:13:08.355Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-28T11:13:08.355Z] --- PASS: TestBuildPreserveOwnership (4.37s) [2021-06-28T11:13:08.355Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.06s) [2021-06-28T11:13:08.355Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.30s) [2021-06-28T11:13:08.355Z] === RUN TestBuildPlatformInvalid [2021-06-28T11:13:08.355Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-06-28T11:13:08.355Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-28T11:13:10.761Z] ok github.com/docker/docker/plugin 0.533s coverage: 23.2% of statements [2021-06-28T11:13:14.973Z] ok github.com/docker/docker/profiles/seccomp 0.022s coverage: 85.4% of statements [2021-06-28T11:13:14.973Z] ok github.com/docker/docker/plugin/v2 0.006s coverage: 14.4% of statements [2021-06-28T11:13:16.911Z] ok github.com/docker/docker/reference 0.018s coverage: 84.4% of statements [2021-06-28T11:13:17.864Z] ok github.com/docker/docker/quota 0.426s coverage: 71.4% of statements [2021-06-28T11:13:19.782Z] ok github.com/docker/docker/registry/resumable 0.022s coverage: 100.0% of statements [2021-06-28T11:13:20.045Z] ok github.com/docker/docker/registry 0.123s coverage: 58.8% of statements [2021-06-28T11:13:20.307Z] ok github.com/docker/docker/restartmanager 0.004s coverage: 45.3% of statements [2021-06-28T11:13:21.253Z] ok github.com/docker/docker/testutil 0.005s coverage: 62.5% of statements [2021-06-28T11:13:21.516Z] ok github.com/docker/docker/runconfig 0.016s coverage: 66.1% of statements [2021-06-28T11:13:23.236Z] Loaded image: buildpack-deps:buster [2021-06-28T11:13:23.236Z] Loaded image: busybox:latest [2021-06-28T11:13:23.236Z] Loaded image: busybox:glibc [2021-06-28T11:13:23.495Z] Loaded image: debian:bullseye [2021-06-28T11:13:23.495Z] Loaded image: hello-world:latest [2021-06-28T11:13:23.495Z] Loaded image: arm32v7/hello-world:latest [2021-06-28T11:13:29.669Z] ok github.com/docker/docker/volume/drivers 0.009s coverage: 36.1% of statements [2021-06-28T11:13:29.669Z] ok github.com/docker/docker/pkg/plugins 33.646s coverage: 76.6% of statements [2021-06-28T11:13:30.244Z] ok github.com/docker/docker/volume/mounts 0.061s coverage: 67.0% of statements [2021-06-28T11:13:30.244Z] ok github.com/docker/docker/volume/local 0.169s coverage: 76.4% of statements [2021-06-28T11:13:31.611Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.85s) [2021-06-28T11:13:31.611Z] PASS [2021-06-28T11:13:31.611Z] [2021-06-28T11:13:31.611Z] === Skipped [2021-06-28T11:13:31.611Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-28T11:13:31.611Z] build_session_test.go:25: TODO: BuildKit [2021-06-28T11:13:31.611Z] [2021-06-28T11:13:31.611Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-06-28T11:13:31.611Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-28T11:13:31.611Z] [2021-06-28T11:13:31.611Z] [2021-06-28T11:13:31.611Z] DONE 34 tests, 2 skipped in 120.414s [2021-06-28T11:13:31.611Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-28T11:13:31.612Z] INFO: Testing against a local daemon [2021-06-28T11:13:31.612Z] === RUN TestConfigInspect [2021-06-28T11:13:31.631Z] ok github.com/docker/docker/volume/service 0.021s coverage: 72.3% of statements [2021-06-28T11:13:32.486Z] --- PASS: TestBuildWithHugeFile (50.35s) [2021-06-28T11:13:32.486Z] === RUN TestBuildWCOWSandboxSize [2021-06-28T11:13:32.486Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-28T11:13:32.486Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-06-28T11:13:32.486Z] === RUN TestBuildWithEmptyDockerfile [2021-06-28T11:13:32.486Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T11:13:32.486Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T11:13:32.486Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T11:13:32.486Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T11:13:32.486Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T11:13:32.486Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T11:13:32.486Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T11:13:32.486Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T11:13:32.486Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T11:13:32.486Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s) [2021-06-28T11:13:32.486Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s) [2021-06-28T11:13:32.486Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2021-06-28T11:13:32.486Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-06-28T11:13:32.486Z] === RUN TestBuildPreserveOwnership [2021-06-28T11:13:32.486Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-28T11:13:33.055Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-28T11:13:33.514Z] --- PASS: TestConfigInspect (2.14s) [2021-06-28T11:13:33.514Z] === RUN TestConfigList [2021-06-28T11:13:35.415Z] --- PASS: TestConfigList (2.13s) [2021-06-28T11:13:35.415Z] === RUN TestConfigsCreateAndDelete [2021-06-28T11:13:37.249Z] --- PASS: TestBuildPreserveOwnership (10.36s) [2021-06-28T11:13:37.249Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.36s) [2021-06-28T11:13:37.249Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-06-28T11:13:37.249Z] === RUN TestBuildPlatformInvalid [2021-06-28T11:13:37.249Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-06-28T11:13:37.249Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-28T11:13:37.249Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-06-28T11:13:37.249Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-06-28T11:13:37.249Z] PASS [2021-06-28T11:13:37.249Z] [2021-06-28T11:13:37.249Z] === Skipped [2021-06-28T11:13:37.249Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-28T11:13:37.249Z] build_session_test.go:25: TODO: BuildKit [2021-06-28T11:13:37.249Z] [2021-06-28T11:13:37.249Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-06-28T11:13:37.249Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-28T11:13:37.249Z] [2021-06-28T11:13:37.249Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-06-28T11:13:37.249Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-06-28T11:13:37.249Z] [2021-06-28T11:13:37.249Z] [2021-06-28T11:13:37.249Z] DONE 34 tests, 3 skipped in 129.628s [2021-06-28T11:13:37.249Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-28T11:13:37.249Z] INFO: Testing against a local daemon [2021-06-28T11:13:37.249Z] === RUN TestConfigInspect [2021-06-28T11:13:37.249Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:13:37.509Z] --- SKIP: TestConfigInspect (0.02s) [2021-06-28T11:13:37.509Z] === RUN TestConfigList [2021-06-28T11:13:37.509Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:13:37.509Z] --- SKIP: TestConfigList (0.01s) [2021-06-28T11:13:37.509Z] === RUN TestConfigsCreateAndDelete [2021-06-28T11:13:37.509Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:13:37.509Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-06-28T11:13:37.509Z] === RUN TestConfigsUpdate [2021-06-28T11:13:37.509Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:13:37.509Z] --- SKIP: TestConfigsUpdate (0.02s) [2021-06-28T11:13:37.509Z] === RUN TestTemplatedConfig [2021-06-28T11:13:37.509Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:13:37.509Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-06-28T11:13:37.509Z] === RUN TestConfigCreateResolve [2021-06-28T11:13:37.509Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:13:37.509Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-06-28T11:13:37.509Z] PASS [2021-06-28T11:13:37.509Z] [2021-06-28T11:13:37.509Z] === Skipped [2021-06-28T11:13:37.509Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-06-28T11:13:37.509Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:13:37.509Z] [2021-06-28T11:13:37.509Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-06-28T11:13:37.509Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:13:37.509Z] [2021-06-28T11:13:37.509Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-06-28T11:13:37.509Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:13:37.509Z] [2021-06-28T11:13:37.509Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2021-06-28T11:13:37.509Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:13:37.509Z] [2021-06-28T11:13:37.509Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-06-28T11:13:37.509Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:13:37.509Z] [2021-06-28T11:13:37.509Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-06-28T11:13:37.509Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:13:37.509Z] [2021-06-28T11:13:37.509Z] [2021-06-28T11:13:37.509Z] DONE 6 tests, 6 skipped in 0.168s [2021-06-28T11:13:37.509Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-28T11:13:37.509Z] INFO: Testing against a local daemon [2021-06-28T11:13:37.509Z] === RUN TestCheckpoint [2021-06-28T11:13:37.509Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-28T11:13:37.509Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-28T11:13:37.509Z] === RUN TestContainerInvalidJSON [2021-06-28T11:13:37.509Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T11:13:37.509Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T11:13:37.509Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T11:13:37.509Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T11:13:37.509Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-28T11:13:37.509Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-28T11:13:37.509Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T11:13:37.509Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-28T11:13:37.509Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T11:13:37.509Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-06-28T11:13:37.509Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-28T11:13:37.509Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-28T11:13:37.509Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-28T11:13:37.509Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-28T11:13:37.769Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2021-06-28T11:13:37.769Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-28T11:13:37.769Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-06-28T11:13:37.769Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-28T11:13:37.769Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2021-06-28T11:13:37.769Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-28T11:13:37.769Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-06-28T11:13:37.769Z] === RUN TestCopyFromContainer [2021-06-28T11:13:37.944Z] --- PASS: TestConfigsCreateAndDelete (2.17s) [2021-06-28T11:13:37.944Z] === RUN TestConfigsUpdate [2021-06-28T11:13:39.852Z] --- PASS: TestConfigsUpdate (2.21s) [2021-06-28T11:13:39.852Z] === RUN TestTemplatedConfig [2021-06-28T11:13:41.063Z] === RUN TestCopyFromContainer// [2021-06-28T11:13:41.323Z] === RUN TestCopyFromContainer//bar/root [2021-06-28T11:13:41.323Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-28T11:13:41.323Z] === RUN TestCopyFromContainer/bar/quux [2021-06-28T11:13:41.323Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-28T11:13:41.323Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-28T11:13:41.583Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-28T11:13:41.583Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-28T11:13:41.583Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-28T11:13:41.583Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-28T11:13:41.583Z] --- PASS: TestCopyFromContainer (3.91s) [2021-06-28T11:13:41.583Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-06-28T11:13:41.583Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2021-06-28T11:13:41.583Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-06-28T11:13:41.583Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2021-06-28T11:13:41.583Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-06-28T11:13:41.583Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-06-28T11:13:41.583Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-06-28T11:13:41.583Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-06-28T11:13:41.583Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-06-28T11:13:41.583Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-06-28T11:13:41.583Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-28T11:13:41.583Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T11:13:41.583Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T11:13:41.583Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T11:13:41.583Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T11:13:41.583Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T11:13:41.583Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T11:13:41.583Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T11:13:41.583Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T11:13:41.583Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T11:13:41.583Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-06-28T11:13:41.583Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-28T11:13:41.583Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-28T11:13:41.583Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-28T11:13:41.583Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-28T11:13:41.843Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-06-28T11:13:41.843Z] === RUN TestCreateWithInvalidEnv [2021-06-28T11:13:41.843Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-28T11:13:41.843Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-28T11:13:41.843Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-28T11:13:41.843Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-28T11:13:41.843Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-28T11:13:41.843Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-28T11:13:41.843Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-28T11:13:41.843Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-28T11:13:41.843Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-28T11:13:41.843Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-06-28T11:13:41.843Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-28T11:13:41.843Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-28T11:13:41.843Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-28T11:13:41.843Z] === RUN TestCreateTmpfsMountsTarget [2021-06-28T11:13:41.843Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-06-28T11:13:41.843Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-28T11:13:43.137Z] --- PASS: TestTemplatedConfig (3.41s) [2021-06-28T11:13:43.137Z] === RUN TestConfigCreateResolve [2021-06-28T11:13:43.752Z] --- PASS: TestCreateWithCustomMaskedPaths (1.82s) [2021-06-28T11:13:43.752Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-28T11:13:45.659Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.80s) [2021-06-28T11:13:45.659Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-28T11:13:45.659Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T11:13:45.659Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T11:13:45.659Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T11:13:45.659Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T11:13:45.659Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T11:13:45.659Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T11:13:45.660Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T11:13:45.660Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T11:13:45.660Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T11:13:45.660Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T11:13:45.660Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T11:13:45.660Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T11:13:45.660Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T11:13:45.660Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T11:13:45.660Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T11:13:45.660Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-06-28T11:13:45.660Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-28T11:13:45.660Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-28T11:13:45.660Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-28T11:13:45.660Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-28T11:13:45.660Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-28T11:13:45.660Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-28T11:13:45.668Z] --- PASS: TestConfigCreateResolve (2.14s) [2021-06-28T11:13:45.668Z] PASS [2021-06-28T11:13:45.668Z] [2021-06-28T11:13:45.668Z] DONE 6 tests in 14.226s [2021-06-28T11:13:45.668Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-28T11:13:45.668Z] INFO: Testing against a local daemon [2021-06-28T11:13:45.668Z] === RUN TestCheckpoint [2021-06-28T11:13:45.668Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-28T11:13:45.668Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-28T11:13:45.668Z] === RUN TestContainerInvalidJSON [2021-06-28T11:13:45.668Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T11:13:45.668Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T11:13:45.668Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T11:13:45.668Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T11:13:45.668Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-28T11:13:45.668Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-28T11:13:45.668Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T11:13:45.668Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-28T11:13:45.668Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T11:13:45.668Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-06-28T11:13:45.668Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-28T11:13:45.668Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-28T11:13:45.668Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-28T11:13:45.668Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-28T11:13:45.668Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-06-28T11:13:45.668Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-28T11:13:45.668Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-06-28T11:13:45.668Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-28T11:13:45.668Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-06-28T11:13:45.668Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-28T11:13:45.668Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-06-28T11:13:45.668Z] === RUN TestCopyFromContainer [2021-06-28T11:13:45.920Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.62s) [2021-06-28T11:13:45.920Z] === RUN TestCreateDifferentPlatform [2021-06-28T11:13:45.920Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-28T11:13:45.920Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-28T11:13:46.180Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-06-28T11:13:46.180Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-28T11:13:46.180Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-28T11:13:46.180Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-28T11:13:46.180Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-06-28T11:13:46.180Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-28T11:13:46.180Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-06-28T11:13:46.180Z] === RUN TestContainerStartOnDaemonRestart [2021-06-28T11:13:46.180Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-06-28T11:13:46.180Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-06-28T11:13:46.180Z] === RUN TestDaemonRestartIpcMode [2021-06-28T11:13:46.180Z] === PAUSE TestDaemonRestartIpcMode [2021-06-28T11:13:46.180Z] === RUN TestDaemonHostGatewayIP [2021-06-28T11:13:46.180Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:13:46.180Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-06-28T11:13:46.180Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-28T11:13:46.180Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-28T11:13:46.180Z] === RUN TestContainerKillOnDaemonStart [2021-06-28T11:13:46.180Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-06-28T11:13:46.180Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-06-28T11:13:46.180Z] === RUN TestDiff [2021-06-28T11:13:46.749Z] --- PASS: TestDiff (0.63s) [2021-06-28T11:13:46.749Z] === RUN TestExecWithCloseStdin [2021-06-28T11:13:47.043Z] === RUN TestCopyFromContainer// [2021-06-28T11:13:47.043Z] === RUN TestCopyFromContainer//bar/root [2021-06-28T11:13:47.043Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-28T11:13:47.043Z] === RUN TestCopyFromContainer/bar/quux [2021-06-28T11:13:47.043Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-28T11:13:47.043Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-28T11:13:47.043Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-28T11:13:47.043Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-28T11:13:47.302Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-28T11:13:47.302Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-28T11:13:47.302Z] --- PASS: TestCopyFromContainer (1.82s) [2021-06-28T11:13:47.302Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-06-28T11:13:47.302Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-06-28T11:13:47.302Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-06-28T11:13:47.302Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2021-06-28T11:13:47.302Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-06-28T11:13:47.302Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-06-28T11:13:47.302Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-06-28T11:13:47.302Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-06-28T11:13:47.302Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-06-28T11:13:47.302Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-06-28T11:13:47.302Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-28T11:13:47.302Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T11:13:47.302Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T11:13:47.302Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T11:13:47.302Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T11:13:47.302Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T11:13:47.302Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T11:13:47.302Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T11:13:47.302Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T11:13:47.302Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T11:13:47.302Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-06-28T11:13:47.302Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-28T11:13:47.302Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-28T11:13:47.302Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-28T11:13:47.302Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-28T11:13:47.302Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-06-28T11:13:47.302Z] === RUN TestCreateWithInvalidEnv [2021-06-28T11:13:47.302Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-28T11:13:47.302Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-28T11:13:47.302Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-28T11:13:47.302Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-28T11:13:47.302Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-28T11:13:47.302Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-28T11:13:47.302Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-28T11:13:47.302Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-28T11:13:47.302Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-28T11:13:47.302Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-06-28T11:13:47.302Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-28T11:13:47.302Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-28T11:13:47.302Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-28T11:13:47.302Z] === RUN TestCreateTmpfsMountsTarget [2021-06-28T11:13:47.302Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-06-28T11:13:47.302Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-28T11:13:47.688Z] --- PASS: TestExecWithCloseStdin (0.88s) [2021-06-28T11:13:47.688Z] === RUN TestExec [2021-06-28T11:13:48.627Z] --- PASS: TestExec (0.88s) [2021-06-28T11:13:48.627Z] === RUN TestExecUser [2021-06-28T11:13:49.567Z] --- PASS: TestExecUser (0.90s) [2021-06-28T11:13:49.567Z] === RUN TestExportContainerAndImportImage [2021-06-28T11:13:49.832Z] --- PASS: TestCreateWithCustomMaskedPaths (2.31s) [2021-06-28T11:13:49.832Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-28T11:13:50.136Z] --- PASS: TestExportContainerAndImportImage (0.75s) [2021-06-28T11:13:50.136Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-28T11:13:51.516Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2021-06-28T11:13:51.516Z] === RUN TestHealthCheckWorkdir [2021-06-28T11:13:52.366Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.28s) [2021-06-28T11:13:52.366Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-28T11:13:52.366Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T11:13:52.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T11:13:52.366Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T11:13:52.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T11:13:52.366Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T11:13:52.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T11:13:52.366Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T11:13:52.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T11:13:52.366Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T11:13:52.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T11:13:52.366Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T11:13:52.366Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T11:13:52.366Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T11:13:52.366Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T11:13:52.366Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T11:13:52.366Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-06-28T11:13:52.366Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-28T11:13:52.366Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-28T11:13:52.366Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-28T11:13:52.366Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-28T11:13:52.366Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-28T11:13:52.366Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-28T11:13:52.897Z] --- PASS: TestHealthCheckWorkdir (1.30s) [2021-06-28T11:13:52.897Z] === RUN TestHealthKillContainer [2021-06-28T11:13:52.934Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.84s) [2021-06-28T11:13:52.934Z] === RUN TestCreateDifferentPlatform [2021-06-28T11:13:52.934Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-28T11:13:52.934Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-28T11:13:52.934Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-06-28T11:13:52.934Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-28T11:13:52.934Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-28T11:13:52.934Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-28T11:13:52.934Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-06-28T11:13:52.934Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-28T11:13:52.934Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-06-28T11:13:52.934Z] === RUN TestContainerStartOnDaemonRestart [2021-06-28T11:13:52.934Z] === PAUSE TestContainerStartOnDaemonRestart [2021-06-28T11:13:52.934Z] === RUN TestDaemonRestartIpcMode [2021-06-28T11:13:52.934Z] === PAUSE TestDaemonRestartIpcMode [2021-06-28T11:13:52.934Z] === RUN TestDaemonHostGatewayIP [2021-06-28T11:13:52.934Z] === PAUSE TestDaemonHostGatewayIP [2021-06-28T11:13:52.934Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-28T11:13:52.934Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-28T11:13:52.934Z] === RUN TestContainerKillOnDaemonStart [2021-06-28T11:13:52.934Z] === PAUSE TestContainerKillOnDaemonStart [2021-06-28T11:13:52.935Z] === RUN TestDiff [2021-06-28T11:13:53.870Z] --- PASS: TestDiff (0.75s) [2021-06-28T11:13:53.870Z] === RUN TestExecWithCloseStdin [2021-06-28T11:13:54.807Z] --- PASS: TestExecWithCloseStdin (1.07s) [2021-06-28T11:13:54.807Z] === RUN TestExec [2021-06-28T11:13:56.183Z] --- PASS: TestExec (1.09s) [2021-06-28T11:13:56.183Z] === RUN TestExecUser [2021-06-28T11:13:56.239Z] --- PASS: TestHealthKillContainer (2.93s) [2021-06-28T11:13:56.239Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-28T11:13:56.239Z] --- PASS: TestInspectCpusetInConfigPre120 (0.62s) [2021-06-28T11:13:56.239Z] === RUN TestIpcModeNone [2021-06-28T11:13:57.118Z] --- PASS: TestExecUser (1.08s) [2021-06-28T11:13:57.118Z] === RUN TestExportContainerAndImportImage [2021-06-28T11:13:57.180Z] --- PASS: TestIpcModeNone (0.85s) [2021-06-28T11:13:57.180Z] === RUN TestIpcModePrivate [2021-06-28T11:13:57.749Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2021-06-28T11:13:58.009Z] --- PASS: TestIpcModePrivate (0.89s) [2021-06-28T11:13:58.009Z] === RUN TestIpcModeShareable [2021-06-28T11:13:58.009Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-28T11:13:58.009Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-06-28T11:13:58.009Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-28T11:13:58.053Z] --- PASS: TestExportContainerAndImportImage (0.93s) [2021-06-28T11:13:58.054Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-28T11:13:59.431Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2021-06-28T11:13:59.431Z] === RUN TestHealthCheckWorkdir [2021-06-28T11:14:00.547Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.46s) [2021-06-28T11:14:00.547Z] === RUN TestAPIIpcModeHost [2021-06-28T11:14:00.547Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-28T11:14:00.547Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-06-28T11:14:00.547Z] === RUN TestDaemonIpcModeShareable [2021-06-28T11:14:00.547Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-28T11:14:00.547Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-06-28T11:14:00.547Z] === RUN TestDaemonIpcModePrivate [2021-06-28T11:14:00.805Z] --- PASS: TestHealthCheckWorkdir (1.52s) [2021-06-28T11:14:00.805Z] === RUN TestHealthKillContainer [2021-06-28T11:14:01.928Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2021-06-28T11:14:01.928Z] --- PASS: TestDaemonIpcModePrivate (1.58s) [2021-06-28T11:14:01.928Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-28T11:14:01.928Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-28T11:14:01.928Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-06-28T11:14:01.928Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-28T11:14:01.928Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-28T11:14:01.928Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-06-28T11:14:01.928Z] === RUN TestIpcModeOlderClient [2021-06-28T11:14:02.189Z] === PAUSE TestIpcModeOlderClient [2021-06-28T11:14:02.189Z] === RUN TestKillContainerInvalidSignal [2021-06-28T11:14:02.758Z] --- PASS: TestKillContainerInvalidSignal (0.65s) [2021-06-28T11:14:02.758Z] === RUN TestKillContainer [2021-06-28T11:14:02.758Z] === RUN TestKillContainer/no_signal [2021-06-28T11:14:03.328Z] === RUN TestKillContainer/non_killing_signal [2021-06-28T11:14:03.898Z] === RUN TestKillContainer/killing_signal [2021-06-28T11:14:04.095Z] --- PASS: TestHealthKillContainer (3.07s) [2021-06-28T11:14:04.095Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-28T11:14:04.467Z] --- PASS: TestKillContainer (1.87s) [2021-06-28T11:14:04.467Z] --- PASS: TestKillContainer/no_signal (0.59s) [2021-06-28T11:14:04.467Z] --- PASS: TestKillContainer/non_killing_signal (0.51s) [2021-06-28T11:14:04.467Z] --- PASS: TestKillContainer/killing_signal (0.61s) [2021-06-28T11:14:04.467Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-28T11:14:04.467Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-28T11:14:04.661Z] --- PASS: TestInspectCpusetInConfigPre120 (0.82s) [2021-06-28T11:14:04.662Z] === RUN TestIpcModeNone [2021-06-28T11:14:05.406Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-28T11:14:05.597Z] --- PASS: TestIpcModeNone (1.10s) [2021-06-28T11:14:05.597Z] === RUN TestIpcModePrivate [2021-06-28T11:14:05.978Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.23s) [2021-06-28T11:14:05.979Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.62s) [2021-06-28T11:14:05.979Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.46s) [2021-06-28T11:14:05.979Z] === RUN TestKillStoppedContainer [2021-06-28T11:14:05.979Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-06-28T11:14:05.979Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-28T11:14:05.979Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-06-28T11:14:05.979Z] === RUN TestKillDifferentUserContainer [2021-06-28T11:14:06.532Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-06-28T11:14:06.550Z] --- PASS: TestKillDifferentUserContainer (0.63s) [2021-06-28T11:14:06.550Z] === RUN TestInspectOomKilledTrue [2021-06-28T11:14:06.550Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-28T11:14:06.550Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-28T11:14:06.550Z] === RUN TestInspectOomKilledFalse [2021-06-28T11:14:06.550Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-28T11:14:06.550Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-28T11:14:06.550Z] === RUN TestLinksEtcHostsContentMatch [2021-06-28T11:14:06.550Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-06-28T11:14:06.550Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-06-28T11:14:06.550Z] === RUN TestLinksContainerNames [2021-06-28T11:14:06.792Z] --- PASS: TestIpcModePrivate (1.08s) [2021-06-28T11:14:06.792Z] === RUN TestIpcModeShareable [2021-06-28T11:14:07.728Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-06-28T11:14:07.728Z] --- PASS: TestIpcModeShareable (1.07s) [2021-06-28T11:14:07.728Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-28T11:14:07.933Z] --- PASS: TestLinksContainerNames (1.25s) [2021-06-28T11:14:07.933Z] === RUN TestLogsFollowTailEmpty [2021-06-28T11:14:08.501Z] --- PASS: TestLogsFollowTailEmpty (0.63s) [2021-06-28T11:14:08.501Z] === RUN TestContainerNetworkMountsNoChown [2021-06-28T11:14:09.070Z] --- PASS: TestContainerNetworkMountsNoChown (0.57s) [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/default [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/default [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/private [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/private [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/rprivate [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/slave [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/slave [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/rslave [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/shared [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/shared [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/rshared [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-28T11:14:09.070Z] === CONT TestMountDaemonRoot/default [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-28T11:14:09.070Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-28T11:14:09.070Z] === CONT TestMountDaemonRoot/rshared [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-28T11:14:09.070Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-28T11:14:09.070Z] === CONT TestMountDaemonRoot/shared [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-28T11:14:09.070Z] === CONT TestMountDaemonRoot/rslave [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-28T11:14:09.070Z] === CONT TestMountDaemonRoot/slave [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-28T11:14:09.070Z] === CONT TestMountDaemonRoot/rprivate [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-28T11:14:09.070Z] === CONT TestMountDaemonRoot/private [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-28T11:14:09.070Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-28T11:14:09.070Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-28T11:14:09.070Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-28T11:14:09.070Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-28T11:14:09.070Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-28T11:14:09.070Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-28T11:14:09.070Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-28T11:14:09.070Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-28T11:14:09.071Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-28T11:14:09.071Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-28T11:14:09.071Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-28T11:14:09.071Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-28T11:14:09.071Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-28T11:14:09.071Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-28T11:14:09.071Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-28T11:14:09.330Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-28T11:14:09.330Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-28T11:14:09.330Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-28T11:14:09.330Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-28T11:14:09.330Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-28T11:14:09.330Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-28T11:14:09.330Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-28T11:14:09.330Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-28T11:14:09.330Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-28T11:14:09.330Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-28T11:14:09.330Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-28T11:14:09.330Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-28T11:14:09.330Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.03s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.01s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.01s) [2021-06-28T11:14:09.330Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.01s) [2021-06-28T11:14:09.330Z] === RUN TestContainerBindMountNonRecursive [2021-06-28T11:14:09.330Z] 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) [2021-06-28T11:14:09.330Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-06-28T11:14:09.330Z] === RUN TestContainerVolumesMountedAsShared [2021-06-28T11:14:09.330Z] 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) [2021-06-28T11:14:09.330Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-06-28T11:14:09.330Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-28T11:14:09.330Z] 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) [2021-06-28T11:14:09.330Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-06-28T11:14:09.330Z] === RUN TestNetworkNat [2021-06-28T11:14:10.269Z] --- PASS: TestNetworkNat (0.69s) [2021-06-28T11:14:10.269Z] === RUN TestNetworkLocalhostTCPNat [2021-06-28T11:14:10.838Z] --- PASS: TestNetworkLocalhostTCPNat (0.65s) [2021-06-28T11:14:10.838Z] === RUN TestNetworkLoopbackNat [2021-06-28T11:14:11.014Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.91s) [2021-06-28T11:14:11.014Z] === RUN TestAPIIpcModeHost [2021-06-28T11:14:11.951Z] --- PASS: TestAPIIpcModeHost (1.11s) [2021-06-28T11:14:11.951Z] === RUN TestDaemonIpcModeShareable [2021-06-28T11:14:13.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-28T11:14:13.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-28T11:14:13.327Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-06-28T11:14:13.586Z] --- PASS: TestDaemonIpcModeShareable (1.69s) [2021-06-28T11:14:13.586Z] === RUN TestDaemonIpcModePrivate [2021-06-28T11:14:14.131Z] --- PASS: TestNetworkLoopbackNat (2.94s) [2021-06-28T11:14:14.132Z] === RUN TestPause [2021-06-28T11:14:14.132Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-28T11:14:14.132Z] --- SKIP: TestPause (0.00s) [2021-06-28T11:14:14.132Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-28T11:14:14.132Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-28T11:14:14.132Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-28T11:14:14.132Z] === RUN TestPauseStopPausedContainer [2021-06-28T11:14:14.132Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-28T11:14:14.132Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-06-28T11:14:14.132Z] === RUN TestPidHost [2021-06-28T11:14:14.963Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-06-28T11:14:15.222Z] --- PASS: TestDaemonIpcModePrivate (1.63s) [2021-06-28T11:14:15.222Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-28T11:14:15.513Z] --- PASS: TestPidHost (1.74s) [2021-06-28T11:14:15.513Z] === RUN TestPsFilter [2021-06-28T11:14:15.513Z] --- PASS: TestPsFilter (0.09s) [2021-06-28T11:14:15.513Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-28T11:14:16.083Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.59s) [2021-06-28T11:14:16.083Z] === RUN TestRemoveContainerWithVolume [2021-06-28T11:14:16.597Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-06-28T11:14:16.653Z] --- PASS: TestRemoveContainerWithVolume (0.60s) [2021-06-28T11:14:16.653Z] === RUN TestRemoveContainerRunning [2021-06-28T11:14:16.856Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.65s) [2021-06-28T11:14:16.856Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-28T11:14:17.222Z] --- PASS: TestRemoveContainerRunning (0.63s) [2021-06-28T11:14:17.222Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-28T11:14:18.162Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.62s) [2021-06-28T11:14:18.162Z] === RUN TestRemoveInvalidContainer [2021-06-28T11:14:18.162Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-06-28T11:14:18.162Z] === RUN TestRenameLinkedContainer [2021-06-28T11:14:18.231Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-06-28T11:14:18.490Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.67s) [2021-06-28T11:14:18.490Z] === RUN TestIpcModeOlderClient [2021-06-28T11:14:18.490Z] === PAUSE TestIpcModeOlderClient [2021-06-28T11:14:18.490Z] === RUN TestKillContainerInvalidSignal [2021-06-28T11:14:19.426Z] --- PASS: TestKillContainerInvalidSignal (0.69s) [2021-06-28T11:14:19.426Z] === RUN TestKillContainer [2021-06-28T11:14:19.426Z] === RUN TestKillContainer/no_signal [2021-06-28T11:14:19.993Z] === RUN TestKillContainer/non_killing_signal [2021-06-28T11:14:20.560Z] === RUN TestKillContainer/killing_signal [2021-06-28T11:14:20.700Z] --- PASS: TestRenameLinkedContainer (2.44s) [2021-06-28T11:14:20.700Z] === RUN TestRenameStoppedContainer [2021-06-28T11:14:20.959Z] --- PASS: TestRenameStoppedContainer (0.62s) [2021-06-28T11:14:20.959Z] === RUN TestRenameRunningContainerAndReuse [2021-06-28T11:14:21.126Z] --- PASS: TestKillContainer (2.05s) [2021-06-28T11:14:21.126Z] --- PASS: TestKillContainer/no_signal (0.65s) [2021-06-28T11:14:21.126Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2021-06-28T11:14:21.126Z] --- PASS: TestKillContainer/killing_signal (0.69s) [2021-06-28T11:14:21.126Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-28T11:14:21.126Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-28T11:14:22.062Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-28T11:14:22.338Z] --- PASS: TestRenameRunningContainerAndReuse (1.24s) [2021-06-28T11:14:22.338Z] === RUN TestRenameInvalidName [2021-06-28T11:14:22.629Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.33s) [2021-06-28T11:14:22.629Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.66s) [2021-06-28T11:14:22.629Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2021-06-28T11:14:22.629Z] === RUN TestKillStoppedContainer [2021-06-28T11:14:22.629Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-06-28T11:14:22.629Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-28T11:14:22.629Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-06-28T11:14:22.629Z] === RUN TestKillDifferentUserContainer [2021-06-28T11:14:22.907Z] --- PASS: TestRenameInvalidName (0.63s) [2021-06-28T11:14:22.907Z] === RUN TestRenameAnonymousContainer [2021-06-28T11:14:23.565Z] --- PASS: TestKillDifferentUserContainer (0.68s) [2021-06-28T11:14:23.565Z] === RUN TestInspectOomKilledTrue [2021-06-28T11:14:23.565Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-06-28T11:14:23.565Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-28T11:14:23.565Z] === RUN TestInspectOomKilledFalse [2021-06-28T11:14:24.136Z] --- PASS: TestInspectOomKilledFalse (0.68s) [2021-06-28T11:14:24.136Z] === RUN TestLinksEtcHostsContentMatch [2021-06-28T11:14:24.816Z] --- PASS: TestRenameAnonymousContainer (2.04s) [2021-06-28T11:14:24.816Z] === RUN TestRenameContainerWithSameName [2021-06-28T11:14:25.080Z] --- PASS: TestLinksEtcHostsContentMatch (0.87s) [2021-06-28T11:14:25.080Z] === RUN TestLinksContainerNames [2021-06-28T11:14:25.757Z] --- PASS: TestRenameContainerWithSameName (0.61s) [2021-06-28T11:14:25.757Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-28T11:14:26.456Z] --- PASS: TestLinksContainerNames (1.34s) [2021-06-28T11:14:26.456Z] === RUN TestLogsFollowTailEmpty [2021-06-28T11:14:26.696Z] --- PASS: TestRenameContainerWithLinkedContainer (1.24s) [2021-06-28T11:14:26.696Z] === RUN TestResize [2021-06-28T11:14:27.023Z] --- PASS: TestLogsFollowTailEmpty (0.66s) [2021-06-28T11:14:27.023Z] === RUN TestContainerNetworkMountsNoChown [2021-06-28T11:14:27.266Z] --- PASS: TestResize (0.63s) [2021-06-28T11:14:27.267Z] === RUN TestResizeWithInvalidSize [2021-06-28T11:14:27.591Z] --- PASS: TestContainerNetworkMountsNoChown (0.67s) [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/default [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/default [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/private [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/private [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/rprivate [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/slave [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/slave [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/rslave [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/shared [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/shared [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/rshared [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-28T11:14:27.591Z] === CONT TestMountDaemonRoot/default [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-28T11:14:27.591Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-28T11:14:27.591Z] === CONT TestMountDaemonRoot/rprivate [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-28T11:14:27.591Z] === CONT TestMountDaemonRoot/private [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-28T11:14:27.591Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-28T11:14:27.591Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-28T11:14:27.591Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-28T11:14:27.591Z] === CONT TestMountDaemonRoot/shared [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-28T11:14:27.591Z] === CONT TestMountDaemonRoot/rshared [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-28T11:14:27.591Z] === CONT TestMountDaemonRoot/rslave [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-28T11:14:27.591Z] === CONT TestMountDaemonRoot/slave [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-28T11:14:27.591Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-28T11:14:27.591Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-28T11:14:27.591Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-28T11:14:27.591Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-28T11:14:27.591Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-28T11:14:27.591Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-28T11:14:27.850Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-28T11:14:27.850Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-28T11:14:27.850Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-28T11:14:27.850Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-28T11:14:27.850Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-28T11:14:27.850Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-28T11:14:27.850Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-28T11:14:27.850Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-28T11:14:27.850Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-28T11:14:27.850Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-28T11:14:27.850Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-28T11:14:27.850Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-28T11:14:27.850Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-28T11:14:27.851Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-28T11:14:27.851Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-28T11:14:27.851Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-28T11:14:27.851Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-28T11:14:28.111Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-28T11:14:28.111Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-28T11:14:28.111Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.01s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-06-28T11:14:28.111Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-06-28T11:14:28.111Z] === RUN TestContainerBindMountNonRecursive [2021-06-28T11:14:28.206Z] --- PASS: TestResizeWithInvalidSize (0.61s) [2021-06-28T11:14:28.206Z] === RUN TestResizeWhenContainerNotStarted [2021-06-28T11:14:28.466Z] --- PASS: TestResizeWhenContainerNotStarted (0.59s) [2021-06-28T11:14:28.466Z] === RUN TestDaemonRestartKillContainers [2021-06-28T11:14:28.466Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-06-28T11:14:28.466Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-06-28T11:14:28.466Z] === RUN TestCgroupNamespacesRun [2021-06-28T11:14:30.015Z] --- PASS: TestContainerBindMountNonRecursive (1.95s) [2021-06-28T11:14:30.015Z] === RUN TestContainerVolumesMountedAsShared [2021-06-28T11:14:30.374Z] --- PASS: TestCgroupNamespacesRun (1.54s) [2021-06-28T11:14:30.374Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-28T11:14:30.583Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s) [2021-06-28T11:14:30.583Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-28T11:14:31.150Z] --- PASS: TestContainerVolumesMountedAsSlave (0.80s) [2021-06-28T11:14:31.150Z] === RUN TestNetworkNat [2021-06-28T11:14:31.312Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.06s) [2021-06-28T11:14:31.313Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-28T11:14:32.085Z] --- PASS: TestNetworkNat (0.74s) [2021-06-28T11:14:32.085Z] === RUN TestNetworkLocalhostTCPNat [2021-06-28T11:14:32.520Z] INFO [loader] Go packages loading at mode 575 (deps|name|types_sizes|compiled_files|exports_file|files|imports) took 2m13.426768082s [2021-06-28T11:14:32.520Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 525.436182ms [2021-06-28T11:14:32.695Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.56s) [2021-06-28T11:14:32.695Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-28T11:14:33.021Z] --- PASS: TestNetworkLocalhostTCPNat (0.82s) [2021-06-28T11:14:33.021Z] === RUN TestNetworkLoopbackNat [2021-06-28T11:14:34.603Z] --- PASS: TestCgroupNamespacesRunHostMode (1.54s) [2021-06-28T11:14:34.603Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-28T11:14:35.985Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.54s) [2021-06-28T11:14:35.985Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-28T11:14:36.303Z] --- PASS: TestNetworkLoopbackNat (3.12s) [2021-06-28T11:14:36.303Z] === RUN TestPause [2021-06-28T11:14:36.562Z] --- PASS: TestPause (0.69s) [2021-06-28T11:14:36.562Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-28T11:14:36.562Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-28T11:14:36.562Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-28T11:14:36.562Z] === RUN TestPauseStopPausedContainer [2021-06-28T11:14:36.923Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.05s) [2021-06-28T11:14:36.923Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-28T11:14:37.492Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2021-06-28T11:14:37.492Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-28T11:14:37.497Z] --- PASS: TestPauseStopPausedContainer (0.70s) [2021-06-28T11:14:37.497Z] === RUN TestPidHost [2021-06-28T11:14:39.399Z] --- PASS: TestPidHost (1.93s) [2021-06-28T11:14:39.399Z] === RUN TestPsFilter [2021-06-28T11:14:39.399Z] --- PASS: TestPsFilter (0.10s) [2021-06-28T11:14:39.399Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-28T11:14:39.402Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.58s) [2021-06-28T11:14:39.402Z] === RUN TestNISDomainname [2021-06-28T11:14:39.402Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-06-28T11:14:39.402Z] --- SKIP: TestNISDomainname (0.01s) [2021-06-28T11:14:39.402Z] === RUN TestHostnameDnsResolution [2021-06-28T11:14:39.965Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.69s) [2021-06-28T11:14:39.966Z] === RUN TestRemoveContainerWithVolume [2021-06-28T11:14:40.347Z] --- PASS: TestHostnameDnsResolution (1.06s) [2021-06-28T11:14:40.347Z] === RUN TestStats [2021-06-28T11:14:40.347Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-28T11:14:40.347Z] --- SKIP: TestStats (0.00s) [2021-06-28T11:14:40.347Z] === RUN TestStopContainerWithTimeout [2021-06-28T11:14:40.347Z] === RUN TestStopContainerWithTimeout/0 [2021-06-28T11:14:40.347Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-28T11:14:40.347Z] === RUN TestStopContainerWithTimeout/1 [2021-06-28T11:14:40.347Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-28T11:14:40.347Z] === RUN TestStopContainerWithTimeout/3 [2021-06-28T11:14:40.347Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-28T11:14:40.347Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-28T11:14:40.347Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-28T11:14:40.347Z] === CONT TestStopContainerWithTimeout/0 [2021-06-28T11:14:40.347Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-28T11:14:40.900Z] --- PASS: TestRemoveContainerWithVolume (0.68s) [2021-06-28T11:14:40.900Z] === RUN TestRemoveContainerRunning [2021-06-28T11:14:41.288Z] === CONT TestStopContainerWithTimeout/3 [2021-06-28T11:14:41.466Z] --- PASS: TestRemoveContainerRunning (0.68s) [2021-06-28T11:14:41.466Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-28T11:14:42.034Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.66s) [2021-06-28T11:14:42.034Z] === RUN TestRemoveInvalidContainer [2021-06-28T11:14:42.034Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-06-28T11:14:42.034Z] === RUN TestRenameLinkedContainer [2021-06-28T11:14:43.193Z] === CONT TestStopContainerWithTimeout/1 [2021-06-28T11:14:45.100Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-06-28T11:14:45.101Z] --- PASS: TestStopContainerWithTimeout/0 (0.99s) [2021-06-28T11:14:45.101Z] --- PASS: TestStopContainerWithTimeout/-1 (3.01s) [2021-06-28T11:14:45.101Z] --- PASS: TestStopContainerWithTimeout/3 (2.59s) [2021-06-28T11:14:45.101Z] --- PASS: TestStopContainerWithTimeout/1 (1.64s) [2021-06-28T11:14:45.101Z] === RUN TestDeleteDevicemapper [2021-06-28T11:14:45.101Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-28T11:14:45.101Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-28T11:14:45.101Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-28T11:14:45.320Z] --- PASS: TestRenameLinkedContainer (2.75s) [2021-06-28T11:14:45.320Z] === RUN TestRenameStoppedContainer [2021-06-28T11:14:45.579Z] --- PASS: TestRenameStoppedContainer (0.67s) [2021-06-28T11:14:45.579Z] === RUN TestRenameRunningContainerAndReuse [2021-06-28T11:14:46.967Z] --- PASS: TestRenameRunningContainerAndReuse (1.37s) [2021-06-28T11:14:46.967Z] === RUN TestRenameInvalidName [2021-06-28T11:14:47.009Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.99s) [2021-06-28T11:14:47.009Z] === RUN TestUpdateMemory [2021-06-28T11:14:47.009Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-28T11:14:47.009Z] --- SKIP: TestUpdateMemory (0.00s) [2021-06-28T11:14:47.009Z] === RUN TestUpdateCPUQuota [2021-06-28T11:14:47.009Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-28T11:14:47.009Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-06-28T11:14:47.009Z] === RUN TestUpdatePidsLimit [2021-06-28T11:14:47.009Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-28T11:14:47.009Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-06-28T11:14:47.009Z] === RUN TestUpdateRestartPolicy [2021-06-28T11:14:47.533Z] --- PASS: TestRenameInvalidName (0.70s) [2021-06-28T11:14:47.534Z] === RUN TestRenameAnonymousContainer [2021-06-28T11:14:50.066Z] --- PASS: TestRenameAnonymousContainer (2.37s) [2021-06-28T11:14:50.066Z] === RUN TestRenameContainerWithSameName [2021-06-28T11:14:50.572Z] INFO [runner/unused/goanalysis] analyzers took 33.985504654s with top 10 stages: buildssa: 29.488999691s, U1000: 4.496504963s [2021-06-28T11:14:50.634Z] --- PASS: TestRenameContainerWithSameName (0.68s) [2021-06-28T11:14:50.634Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-28T11:14:52.009Z] --- PASS: TestRenameContainerWithLinkedContainer (1.38s) [2021-06-28T11:14:52.009Z] === RUN TestResize [2021-06-28T11:14:52.577Z] --- PASS: TestResize (0.65s) [2021-06-28T11:14:52.577Z] === RUN TestResizeWithInvalidSize [2021-06-28T11:14:53.512Z] --- PASS: TestResizeWithInvalidSize (0.69s) [2021-06-28T11:14:53.512Z] === RUN TestResizeWhenContainerNotStarted [2021-06-28T11:14:54.079Z] --- PASS: TestResizeWhenContainerNotStarted (0.70s) [2021-06-28T11:14:54.079Z] === RUN TestDaemonRestartKillContainers [2021-06-28T11:14:54.079Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-28T11:14:54.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-28T11:14:54.079Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-28T11:14:54.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-28T11:14:54.079Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-28T11:14:54.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-28T11:14:54.079Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-28T11:14:54.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-28T11:14:54.079Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-28T11:14:54.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-28T11:14:54.079Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-28T11:14:54.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-28T11:14:54.079Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-28T11:14:54.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-28T11:14:54.079Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-28T11:14:54.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-28T11:14:54.079Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:14:54.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:14:54.079Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:14:54.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:14:54.079Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:14:54.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:14:54.079Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:14:54.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:14:54.079Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-28T11:14:54.079Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:14:55.456Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-28T11:14:56.023Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:14:57.400Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:14:57.967Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:14:58.534Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-28T11:14:59.101Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-28T11:14:59.223Z] --- PASS: TestUpdateRestartPolicy (12.17s) [2021-06-28T11:14:59.223Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-28T11:14:59.792Z] --- PASS: TestUpdateRestartWithAutoRemove (0.63s) [2021-06-28T11:14:59.792Z] === RUN TestWaitNonBlocked [2021-06-28T11:14:59.792Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T11:14:59.792Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T11:14:59.792Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T11:14:59.792Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T11:14:59.792Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T11:14:59.792Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T11:15:00.732Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-06-28T11:15:00.732Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.90s) [2021-06-28T11:15:00.732Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.96s) [2021-06-28T11:15:00.732Z] === RUN TestWaitBlocked [2021-06-28T11:15:00.732Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-28T11:15:00.732Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-28T11:15:00.732Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-28T11:15:00.732Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-28T11:15:00.732Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-28T11:15:00.732Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-28T11:15:01.007Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-28T11:15:01.266Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-28T11:15:01.692Z] --- PASS: TestWaitBlocked (0.01s) [2021-06-28T11:15:01.692Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.08s) [2021-06-28T11:15:01.692Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.11s) [2021-06-28T11:15:01.692Z] === CONT TestDaemonRestartIpcMode [2021-06-28T11:15:01.692Z] === CONT TestIpcModeOlderClient [2021-06-28T11:15:01.692Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-06-28T11:15:01.692Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-28T11:15:03.172Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-28T11:15:04.107Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-28T11:15:05.023Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.03s) [2021-06-28T11:15:05.283Z] --- PASS: TestDaemonRestartIpcMode (3.45s) [2021-06-28T11:15:05.283Z] PASS [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === Skipped [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-28T11:15:05.283Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-06-28T11:15:05.283Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-06-28T11:15:05.283Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-06-28T11:15:05.283Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-06-28T11:15:05.283Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-06-28T11:15:05.283Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-06-28T11:15:05.283Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-06-28T11:15:05.283Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-06-28T11:15:05.283Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-28T11:15:05.283Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-06-28T11:15:05.283Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-06-28T11:15:05.283Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-06-28T11:15:05.283Z] 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) [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-06-28T11:15:05.283Z] 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) [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-06-28T11:15:05.283Z] 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) [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-06-28T11:15:05.283Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-28T11:15:05.283Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-06-28T11:15:05.283Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-06-28T11:15:05.283Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-06-28T11:15:05.283Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-06-28T11:15:05.283Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-28T11:15:05.283Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-06-28T11:15:05.283Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-06-28T11:15:05.283Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-06-28T11:15:05.283Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] [2021-06-28T11:15:05.283Z] DONE 177 tests, 25 skipped in 87.751s [2021-06-28T11:15:05.283Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-06-28T11:15:05.283Z] === RUN TestConfigDaemonLibtrustID [2021-06-28T11:15:05.852Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-06-28T11:15:05.852Z] === RUN TestDaemonConfigValidation [2021-06-28T11:15:05.852Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-06-28T11:15:05.852Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-06-28T11:15:05.852Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-06-28T11:15:05.852Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-06-28T11:15:05.852Z] === RUN TestDaemonConfigValidation/invalid_config [2021-06-28T11:15:05.852Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-06-28T11:15:05.852Z] === RUN TestDaemonConfigValidation/malformed_config [2021-06-28T11:15:05.852Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-06-28T11:15:05.852Z] === RUN TestDaemonConfigValidation/valid_config [2021-06-28T11:15:05.852Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-06-28T11:15:05.852Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-06-28T11:15:05.852Z] === CONT TestDaemonConfigValidation/malformed_config [2021-06-28T11:15:05.852Z] === CONT TestDaemonConfigValidation/valid_config [2021-06-28T11:15:05.852Z] === CONT TestDaemonConfigValidation/invalid_config [2021-06-28T11:15:05.852Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-06-28T11:15:06.009Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-06-28T11:15:06.009Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.35s) [2021-06-28T11:15:06.009Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.99s) [2021-06-28T11:15:06.009Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.37s) [2021-06-28T11:15:06.009Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.46s) [2021-06-28T11:15:06.009Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.28s) [2021-06-28T11:15:06.009Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.23s) [2021-06-28T11:15:06.009Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.07s) [2021-06-28T11:15:06.009Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.14s) [2021-06-28T11:15:06.009Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.20s) [2021-06-28T11:15:06.009Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.76s) [2021-06-28T11:15:06.009Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.19s) [2021-06-28T11:15:06.009Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.93s) [2021-06-28T11:15:06.009Z] === RUN TestCgroupNamespacesRun [2021-06-28T11:15:06.113Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-06-28T11:15:06.113Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2021-06-28T11:15:06.113Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2021-06-28T11:15:06.113Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2021-06-28T11:15:06.113Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2021-06-28T11:15:06.113Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2021-06-28T11:15:06.113Z] PASS [2021-06-28T11:15:06.113Z] [2021-06-28T11:15:06.113Z] DONE 7 tests in 0.795s [2021-06-28T11:15:06.113Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-28T11:15:06.113Z] INFO: Testing against a local daemon [2021-06-28T11:15:06.113Z] === RUN TestCommitInheritsEnv [2021-06-28T11:15:07.932Z] --- PASS: TestCgroupNamespacesRun (1.68s) [2021-06-28T11:15:07.932Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-28T11:15:07.932Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-06-28T11:15:07.932Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-06-28T11:15:07.932Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-28T11:15:08.120Z] ok github.com/docker/docker/libnetwork/networkdb 160.151s coverage: 60.5% of statements [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/rootless [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/volume [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-28T11:15:08.120Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === Skipped [2021-06-28T11:15:08.120Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-06-28T11:15:08.120Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-06-28T11:15:08.120Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-06-28T11:15:08.120Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-06-28T11:15:08.120Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-06-28T11:15:08.120Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:15:08.120Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-06-28T11:15:08.120Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:15:08.120Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-06-28T11:15:08.120Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:15:08.120Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-06-28T11:15:08.120Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:15:08.120Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-06-28T11:15:08.120Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:15:08.120Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-06-28T11:15:08.120Z] graphtest_unix.go:73: No driver to put! [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-06-28T11:15:08.120Z] time="2021-06-28T11:11:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-28T11:15:08.120Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-28T11:15:08.120Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-06-28T11:15:08.120Z] time="2021-06-28T11:11:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-28T11:15:08.120Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-28T11:15:08.120Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-06-28T11:15:08.120Z] time="2021-06-28T11:11:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-28T11:15:08.120Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-28T11:15:08.120Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-06-28T11:15:08.120Z] time="2021-06-28T11:11:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-28T11:15:08.120Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-28T11:15:08.120Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-06-28T11:15:08.120Z] time="2021-06-28T11:11:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-28T11:15:08.120Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-28T11:15:08.120Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-06-28T11:15:08.120Z] graphtest_unix.go:73: No driver to put! [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-06-28T11:15:08.120Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-06-28T11:15:08.120Z] overlay_test.go:49: Fails to compute changes intermittently [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-06-28T11:15:08.120Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-06-28T11:15:08.120Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-06-28T11:15:08.120Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:15:08.120Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-06-28T11:15:08.120Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:15:08.120Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-06-28T11:15:08.120Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:15:08.120Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-06-28T11:15:08.120Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:15:08.120Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-06-28T11:15:08.120Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:15:08.120Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-06-28T11:15:08.120Z] graphtest_unix.go:73: No driver to put! [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: libnetwork/api TestJoinLeave (0.00s) [2021-06-28T11:15:08.120Z] api_linux_test.go:1247: This test fails on arm64 foor some reason... this need to be fixed [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-06-28T11:15:08.120Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-06-28T11:15:08.120Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-06-28T11:15:08.120Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-06-28T11:15:08.120Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-06-28T11:15:08.120Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-06-28T11:15:08.120Z] firewalld_test.go:13: firewalld is not running [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-06-28T11:15:08.120Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-06-28T11:15:08.120Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] [2021-06-28T11:15:08.120Z] DONE 2627 tests, 35 skipped in 371.053s Post stage [Pipeline] junit [2021-06-28T11:15:08.136Z] Recording test results [2021-06-28T11:15:08.245Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-28T11:15:08.605Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42572/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a -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:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a hack/make.sh dynbinary test-integration [2021-06-28T11:15:08.648Z] --- PASS: TestCommitInheritsEnv (2.01s) [2021-06-28T11:15:08.649Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-28T11:15:08.649Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-28T11:15:08.649Z] === RUN TestImagesFilterMultiReference [2021-06-28T11:15:08.649Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2021-06-28T11:15:08.649Z] === RUN TestImagePullPlatformInvalid [2021-06-28T11:15:08.649Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-06-28T11:15:08.649Z] === RUN TestRemoveImageOrphaning [2021-06-28T11:15:09.308Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.69s) [2021-06-28T11:15:09.308Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-28T11:15:09.549Z] [2021-06-28T11:15:09.549Z] Removing bundles/ [2021-06-28T11:15:09.549Z] [2021-06-28T11:15:09.549Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-28T11:15:09.549Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-28T11:15:09.549Z] GOOS="" GOARCH="" GOARM="" [2021-06-28T11:15:10.555Z] --- PASS: TestRemoveImageOrphaning (1.94s) [2021-06-28T11:15:10.555Z] === RUN TestRemoveImageGarbageCollector [2021-06-28T11:15:10.555Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-06-28T11:15:10.555Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-06-28T11:15:10.555Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-28T11:15:10.555Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-06-28T11:15:10.555Z] === RUN TestTagInvalidReference [2021-06-28T11:15:10.555Z] --- PASS: TestTagInvalidReference (0.01s) [2021-06-28T11:15:10.555Z] === RUN TestTagValidPrefixedRepo [2021-06-28T11:15:10.555Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-06-28T11:15:10.555Z] === RUN TestTagExistedNameWithoutForce [2021-06-28T11:15:10.555Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-06-28T11:15:10.555Z] === RUN TestTagOfficialNames [2021-06-28T11:15:10.555Z] --- PASS: TestTagOfficialNames (0.04s) [2021-06-28T11:15:10.555Z] === RUN TestTagMatchesDigest [2021-06-28T11:15:10.555Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-06-28T11:15:10.555Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-28T11:15:11.209Z] --- PASS: TestCgroupNamespacesRunHostMode (1.61s) [2021-06-28T11:15:11.209Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-28T11:15:12.586Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.66s) [2021-06-28T11:15:12.586Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-28T11:15:13.963Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2021-06-28T11:15:13.963Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-28T11:15:14.221Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2021-06-28T11:15:14.221Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-28T11:15:16.124Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.65s) [2021-06-28T11:15:16.124Z] === RUN TestNISDomainname [2021-06-28T11:15:17.499Z] --- PASS: TestNISDomainname (1.28s) [2021-06-28T11:15:17.499Z] === RUN TestHostnameDnsResolution [2021-06-28T11:15:18.435Z] --- PASS: TestHostnameDnsResolution (1.26s) [2021-06-28T11:15:18.435Z] === RUN TestStats [2021-06-28T11:15:21.718Z] --- PASS: TestStats (2.71s) [2021-06-28T11:15:21.718Z] === RUN TestStopContainerWithTimeout [2021-06-28T11:15:21.718Z] === RUN TestStopContainerWithTimeout/0 [2021-06-28T11:15:21.718Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-28T11:15:21.718Z] === RUN TestStopContainerWithTimeout/1 [2021-06-28T11:15:21.718Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-28T11:15:21.718Z] === RUN TestStopContainerWithTimeout/3 [2021-06-28T11:15:21.718Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-28T11:15:21.718Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-28T11:15:21.718Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-28T11:15:21.718Z] === CONT TestStopContainerWithTimeout/0 [2021-06-28T11:15:21.718Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-28T11:15:22.286Z] === CONT TestStopContainerWithTimeout/3 [2021-06-28T11:15:24.817Z] === CONT TestStopContainerWithTimeout/1 [2021-06-28T11:15:25.323Z] 4612f6d0b889: Pull complete [2021-06-28T11:15:26.192Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-06-28T11:15:26.192Z] --- PASS: TestStopContainerWithTimeout/0 (1.09s) [2021-06-28T11:15:26.192Z] --- PASS: TestStopContainerWithTimeout/-1 (3.13s) [2021-06-28T11:15:26.192Z] --- PASS: TestStopContainerWithTimeout/3 (2.67s) [2021-06-28T11:15:26.192Z] --- PASS: TestStopContainerWithTimeout/1 (1.77s) [2021-06-28T11:15:26.192Z] === RUN TestDeleteDevicemapper [2021-06-28T11:15:26.192Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-28T11:15:26.192Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-28T11:15:26.192Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-28T11:15:28.727Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.13s) [2021-06-28T11:15:28.727Z] === RUN TestUpdateMemory [2021-06-28T11:15:29.661Z] --- PASS: TestUpdateMemory (1.26s) [2021-06-28T11:15:29.661Z] === RUN TestUpdateCPUQuota [2021-06-28T11:15:34.670Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-06-28T11:15:34.670Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-28T11:15:36.234Z] --- PASS: TestUpdateCPUQuota (6.43s) [2021-06-28T11:15:36.235Z] === RUN TestUpdatePidsLimit [2021-06-28T11:15:36.235Z] === RUN TestUpdatePidsLimit/update_from_none [2021-06-28T11:15:36.801Z] === RUN TestUpdatePidsLimit/no_change [2021-06-28T11:15:37.367Z] === RUN TestUpdatePidsLimit/update_lower [2021-06-28T11:15:37.935Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-06-28T11:15:38.869Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-06-28T11:15:39.435Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-06-28T11:15:40.002Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-06-28T11:15:41.378Z] --- PASS: TestUpdatePidsLimit (5.35s) [2021-06-28T11:15:41.378Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.69s) [2021-06-28T11:15:41.378Z] --- PASS: TestUpdatePidsLimit/no_change (0.69s) [2021-06-28T11:15:41.378Z] --- PASS: TestUpdatePidsLimit/update_lower (0.68s) [2021-06-28T11:15:41.378Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.69s) [2021-06-28T11:15:41.378Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.67s) [2021-06-28T11:15:41.378Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.67s) [2021-06-28T11:15:41.378Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.67s) [2021-06-28T11:15:41.378Z] === RUN TestUpdateRestartPolicy [2021-06-28T11:15:56.253Z] --- PASS: TestUpdateRestartPolicy (12.58s) [2021-06-28T11:15:56.253Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-28T11:15:56.253Z] --- PASS: TestUpdateRestartWithAutoRemove (0.69s) [2021-06-28T11:15:56.253Z] === RUN TestWaitNonBlocked [2021-06-28T11:15:56.253Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T11:15:56.253Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T11:15:56.253Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T11:15:56.253Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T11:15:56.253Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T11:15:56.253Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T11:15:56.253Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-06-28T11:15:56.253Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.05s) [2021-06-28T11:15:56.253Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.10s) [2021-06-28T11:15:56.253Z] === RUN TestWaitBlocked [2021-06-28T11:15:56.253Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-28T11:15:56.253Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-28T11:15:56.253Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-28T11:15:56.253Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-28T11:15:56.253Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-28T11:15:56.253Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-28T11:15:56.820Z] --- PASS: TestWaitBlocked (0.01s) [2021-06-28T11:15:56.820Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.02s) [2021-06-28T11:15:56.820Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.05s) [2021-06-28T11:15:56.820Z] === CONT TestContainerStartOnDaemonRestart [2021-06-28T11:15:56.820Z] === CONT TestContainerKillOnDaemonStart [2021-06-28T11:16:00.108Z] --- PASS: TestContainerStartOnDaemonRestart (2.76s) [2021-06-28T11:16:00.108Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-28T11:16:02.012Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.23s) [2021-06-28T11:16:02.012Z] === CONT TestDaemonHostGatewayIP [2021-06-28T11:16:05.302Z] --- PASS: TestDaemonHostGatewayIP (3.22s) [2021-06-28T11:16:05.302Z] === CONT TestDaemonRestartIpcMode [2021-06-28T11:16:07.852Z] --- PASS: TestDaemonRestartIpcMode (2.86s) [2021-06-28T11:16:07.852Z] === CONT TestIpcModeOlderClient [2021-06-28T11:16:07.852Z] --- PASS: TestIpcModeOlderClient (0.05s) [2021-06-28T11:16:09.228Z] --- PASS: TestContainerKillOnDaemonStart (12.23s) [2021-06-28T11:16:09.228Z] PASS [2021-06-28T11:16:09.228Z] [2021-06-28T11:16:09.228Z] === Skipped [2021-06-28T11:16:09.228Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-28T11:16:09.228Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-28T11:16:09.228Z] [2021-06-28T11:16:09.228Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-28T11:16:09.228Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-06-28T11:16:09.228Z] [2021-06-28T11:16:09.228Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-28T11:16:09.228Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-28T11:16:09.228Z] [2021-06-28T11:16:09.228Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-06-28T11:16:09.228Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-06-28T11:16:09.228Z] [2021-06-28T11:16:09.228Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-28T11:16:09.229Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-28T11:16:09.229Z] [2021-06-28T11:16:09.229Z] [2021-06-28T11:16:09.229Z] DONE 196 tests, 5 skipped in 143.696s [2021-06-28T11:16:09.229Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-06-28T11:16:09.229Z] === RUN TestConfigDaemonLibtrustID [2021-06-28T11:16:09.487Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2021-06-28T11:16:09.487Z] === RUN TestDaemonConfigValidation [2021-06-28T11:16:09.487Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-06-28T11:16:09.487Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-06-28T11:16:09.487Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-06-28T11:16:09.487Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-06-28T11:16:09.487Z] === RUN TestDaemonConfigValidation/invalid_config [2021-06-28T11:16:09.487Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-06-28T11:16:09.487Z] === RUN TestDaemonConfigValidation/malformed_config [2021-06-28T11:16:09.487Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-06-28T11:16:09.487Z] === RUN TestDaemonConfigValidation/valid_config [2021-06-28T11:16:09.487Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-06-28T11:16:09.487Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-06-28T11:16:09.487Z] === CONT TestDaemonConfigValidation/malformed_config [2021-06-28T11:16:09.747Z] === CONT TestDaemonConfigValidation/invalid_config [2021-06-28T11:16:09.747Z] === CONT TestDaemonConfigValidation/valid_config [2021-06-28T11:16:09.747Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-06-28T11:16:09.747Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-06-28T11:16:09.747Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2021-06-28T11:16:09.747Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2021-06-28T11:16:09.747Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2021-06-28T11:16:09.747Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.10s) [2021-06-28T11:16:09.747Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2021-06-28T11:16:09.747Z] PASS [2021-06-28T11:16:09.747Z] [2021-06-28T11:16:09.747Z] DONE 7 tests in 0.752s [2021-06-28T11:16:09.747Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-28T11:16:09.747Z] INFO: Testing against a local daemon [2021-06-28T11:16:09.747Z] === RUN TestCommitInheritsEnv [2021-06-28T11:16:10.006Z] --- PASS: TestCommitInheritsEnv (0.28s) [2021-06-28T11:16:10.006Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-28T11:16:10.006Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-28T11:16:10.006Z] === RUN TestImagesFilterMultiReference [2021-06-28T11:16:10.006Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-06-28T11:16:10.006Z] === RUN TestImagePullPlatformInvalid [2021-06-28T11:16:10.266Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-06-28T11:16:10.266Z] === RUN TestRemoveImageOrphaning [2021-06-28T11:16:10.266Z] --- PASS: TestRemoveImageOrphaning (0.24s) [2021-06-28T11:16:10.266Z] === RUN TestRemoveImageGarbageCollector [2021-06-28T11:16:12.168Z] --- PASS: TestRemoveImageGarbageCollector (1.84s) [2021-06-28T11:16:12.168Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-28T11:16:12.168Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-06-28T11:16:12.168Z] === RUN TestTagInvalidReference [2021-06-28T11:16:12.168Z] --- PASS: TestTagInvalidReference (0.01s) [2021-06-28T11:16:12.168Z] === RUN TestTagValidPrefixedRepo [2021-06-28T11:16:12.427Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-06-28T11:16:12.427Z] === RUN TestTagExistedNameWithoutForce [2021-06-28T11:16:12.427Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-06-28T11:16:12.427Z] === RUN TestTagOfficialNames [2021-06-28T11:16:12.427Z] --- PASS: TestTagOfficialNames (0.05s) [2021-06-28T11:16:12.427Z] === RUN TestTagMatchesDigest [2021-06-28T11:16:12.427Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-06-28T11:16:12.427Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-28T11:16:13.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-28T11:16:13.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-28T11:16:16.709Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-28T11:16:18.603Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-28T11:16:19.167Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-28T11:16:23.342Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-28T11:16:26.956Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m29.047781521s with top 10 stages: buildssa: 1m48.269789512s, goimports: 24.969982265s, unconvert: 14.526689534s, gosec: 11.458692483s, golint: 7.51883847s, ineffassign: 4.598436189s, misspell: 4.569638401s, vrp: 4.051236058s, inspect: 4.002015063s, printf: 1.975404175s [2021-06-28T11:16:26.956Z] INFO [runner] Issues before processing: 2865, after processing: 0 [2021-06-28T11:16:26.956Z] INFO [runner] Processors filtering stat (out/in): cgo: 2290/2865, filename_unadjuster: 2290/2290, path_prettifier: 2290/2290, skip_files: 2290/2290, identifier_marker: 1901/1901, nolint: 0/78, exclude: 1901/1901, exclude-rules: 78/1901, skip_dirs: 2290/2290, autogenerated_exclude: 1901/2290 [2021-06-28T11:16:26.956Z] INFO [runner] processing took 87.762279ms with stages: identifier_marker: 31.283684ms, nolint: 27.940769ms, path_prettifier: 14.292454ms, autogenerated_exclude: 6.568022ms, exclude-rules: 3.670858ms, skip_dirs: 2.732979ms, cgo: 1.060819ms, filename_unadjuster: 208.217µs, max_same_issues: 1.533µs, diff: 540ns, uniq_by_line: 526ns, exclude: 453ns, skip_files: 390ns, max_from_linter: 297ns, path_shortener: 289ns, source_code: 272ns, max_per_file_from_linter: 177ns [2021-06-28T11:16:26.956Z] INFO [runner] linters took 1m49.87719881s with stages: goanalysis_metalinter: 1m24.637954779s, unused: 25.151331758s [2021-06-28T11:16:26.956Z] INFO File cache stats: 1687 entries of total size 8.5MiB [2021-06-28T11:16:26.956Z] INFO Memory: 2440 samples, avg is 1980.1MB, max is 4976.0MB [2021-06-28T11:16:26.956Z] INFO Execution took 4m3.840156889s [2021-06-28T11:16:26.956Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-06-28T11:16:27.287Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42572/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a hack/make.sh dynbinary test-docker-py [2021-06-28T11:16:27.849Z] [2021-06-28T11:16:28.105Z] Removing bundles/ [2021-06-28T11:16:28.105Z] [2021-06-28T11:16:28.105Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-28T11:16:28.105Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-28T11:16:28.105Z] GOOS="" GOARCH="" GOARM="" [2021-06-28T11:16:31.075Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-28T11:16:31.075Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-28T11:16:31.075Z] GOOS="" GOARCH="" GOARM="" [2021-06-28T11:16:31.075Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-28T11:16:31.075Z] [2021-06-28T11:16:31.075Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-28T11:16:31.075Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-28T11:16:31.075Z] HOSTNAME=88dfc2205c5c [2021-06-28T11:16:31.075Z] TESTDEBUG=0 [2021-06-28T11:16:31.075Z] DEST=bundles/test-integration [2021-06-28T11:16:31.075Z] PWD=/go/src/github.com/docker/docker [2021-06-28T11:16:31.075Z] DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:16:31.075Z] container=docker [2021-06-28T11:16:31.075Z] HOME=/root [2021-06-28T11:16:31.075Z] GOLANG_VERSION=1.16.5 [2021-06-28T11:16:31.075Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-28T11:16:31.075Z] VALIDATE_BRANCH=master [2021-06-28T11:16:31.075Z] TERM=xterm [2021-06-28T11:16:31.075Z] DOCKER_PKG=github.com/docker/docker [2021-06-28T11:16:31.075Z] SHLVL=1 [2021-06-28T11:16:31.075Z] TIMEOUT=120m [2021-06-28T11:16:31.075Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-28T11:16:31.075Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-28T11:16:31.075Z] GO111MODULE=off [2021-06-28T11:16:31.075Z] DOCKER_EXPERIMENTAL=1 [2021-06-28T11:16:31.075Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-28T11:16:31.075Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-28T11:16:31.075Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-28T11:16:31.075Z] GOPATH=/go [2021-06-28T11:16:31.075Z] PKG_CONFIG=pkg-config [2021-06-28T11:16:31.075Z] _=/usr/bin/env [2021-06-28T11:16:31.075Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-28T11:16:33.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-28T11:16:35.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-28T11:16:38.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-28T11:16:39.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-28T11:16:41.915Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-28T11:16:44.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-28T11:16:47.024Z] --- PASS: TestImportExtremelyLargeImageWorks (90.97s) [2021-06-28T11:16:47.024Z] PASS [2021-06-28T11:16:47.024Z] [2021-06-28T11:16:47.024Z] === Skipped [2021-06-28T11:16:47.024Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-06-28T11:16:47.024Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-06-28T11:16:47.024Z] [2021-06-28T11:16:47.024Z] [2021-06-28T11:16:47.024Z] DONE 12 tests, 1 skipped in 95.271s [2021-06-28T11:16:47.024Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-28T11:16:47.024Z] INFO: Testing against a local daemon [2021-06-28T11:16:47.024Z] === RUN TestNetworkCreateDelete [2021-06-28T11:16:47.024Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-06-28T11:16:47.024Z] === RUN TestDockerNetworkDeletePreferID [2021-06-28T11:16:47.024Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2021-06-28T11:16:47.024Z] === RUN TestDaemonDNSFallback [2021-06-28T11:16:47.710Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-28T11:16:48.404Z] --- PASS: TestDaemonDNSFallback (6.48s) [2021-06-28T11:16:48.404Z] === RUN TestInspectNetwork [2021-06-28T11:16:48.404Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:16:48.404Z] --- SKIP: TestInspectNetwork (0.00s) [2021-06-28T11:16:48.404Z] === RUN TestRunContainerWithBridgeNone [2021-06-28T11:16:48.404Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.404Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-06-28T11:16:48.404Z] === RUN TestNetworkInvalidJSON [2021-06-28T11:16:48.404Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-28T11:16:48.404Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-28T11:16:48.404Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T11:16:48.404Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T11:16:48.404Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T11:16:48.404Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T11:16:48.404Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T11:16:48.404Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-28T11:16:48.404Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T11:16:48.404Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-06-28T11:16:48.404Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-28T11:16:48.404Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-28T11:16:48.404Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-28T11:16:48.404Z] === RUN TestNetworkList [2021-06-28T11:16:48.404Z] === RUN TestNetworkList//networks [2021-06-28T11:16:48.404Z] === PAUSE TestNetworkList//networks [2021-06-28T11:16:48.404Z] === RUN TestNetworkList//networks/ [2021-06-28T11:16:48.404Z] === PAUSE TestNetworkList//networks/ [2021-06-28T11:16:48.404Z] === CONT TestNetworkList//networks [2021-06-28T11:16:48.404Z] === CONT TestNetworkList//networks/ [2021-06-28T11:16:48.404Z] --- PASS: TestNetworkList (0.01s) [2021-06-28T11:16:48.404Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-28T11:16:48.404Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-28T11:16:48.404Z] === RUN TestHostIPv4BridgeLabel [2021-06-28T11:16:48.404Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.404Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-06-28T11:16:48.404Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-28T11:16:48.404Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.404Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-06-28T11:16:48.404Z] === RUN TestDaemonDefaultNetworkPools [2021-06-28T11:16:48.404Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.404Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-06-28T11:16:48.404Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-28T11:16:48.404Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.404Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-28T11:16:48.404Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-28T11:16:48.404Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.404Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-28T11:16:48.404Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-28T11:16:48.404Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.404Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-28T11:16:48.404Z] === RUN TestServiceWithPredefinedNetwork [2021-06-28T11:16:48.404Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:16:48.404Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-06-28T11:16:48.404Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-28T11:16:48.404Z] service_test.go:242: FLAKY_TEST [2021-06-28T11:16:48.404Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-28T11:16:48.404Z] === RUN TestServiceWithDataPathPortInit [2021-06-28T11:16:48.404Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:16:48.404Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-06-28T11:16:48.404Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-28T11:16:48.404Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:16:48.404Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-28T11:16:48.404Z] PASS [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] === Skipped [2021-06-28T11:16:48.404Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-06-28T11:16:48.404Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-06-28T11:16:48.404Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-06-28T11:16:48.404Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-06-28T11:16:48.404Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2021-06-28T11:16:48.404Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-28T11:16:48.404Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-28T11:16:48.404Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-28T11:16:48.404Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-06-28T11:16:48.404Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-28T11:16:48.404Z] service_test.go:242: FLAKY_TEST [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2021-06-28T11:16:48.404Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-28T11:16:48.404Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] DONE 22 tests, 12 skipped in 7.112s [2021-06-28T11:16:48.404Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-28T11:16:48.404Z] INFO: Testing against a local daemon [2021-06-28T11:16:48.404Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-28T11:16:48.404Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-28T11:16:48.404Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-28T11:16:48.404Z] === RUN TestDockerNetworkIpvlan [2021-06-28T11:16:48.404Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-28T11:16:48.404Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-28T11:16:48.404Z] PASS [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] === Skipped [2021-06-28T11:16:48.404Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-28T11:16:48.404Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-28T11:16:48.404Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] [2021-06-28T11:16:48.404Z] DONE 2 tests, 2 skipped in 0.102s [2021-06-28T11:16:48.664Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-28T11:16:48.664Z] INFO: Testing against a local daemon [2021-06-28T11:16:48.664Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-28T11:16:48.664Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.664Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-06-28T11:16:48.664Z] === RUN TestDockerNetworkMacvlan [2021-06-28T11:16:48.664Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.664Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-06-28T11:16:48.664Z] PASS [2021-06-28T11:16:48.664Z] [2021-06-28T11:16:48.664Z] === Skipped [2021-06-28T11:16:48.664Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-06-28T11:16:48.664Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.664Z] [2021-06-28T11:16:48.664Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-06-28T11:16:48.664Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:16:48.664Z] [2021-06-28T11:16:48.664Z] [2021-06-28T11:16:48.664Z] DONE 2 tests, 2 skipped in 0.097s [2021-06-28T11:16:48.664Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-28T11:16:48.664Z] testing: warning: no tests to run [2021-06-28T11:16:48.664Z] PASS [2021-06-28T11:16:48.664Z] [2021-06-28T11:16:48.664Z] DONE 0 tests in 0.023s [2021-06-28T11:16:48.664Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-28T11:16:48.664Z] INFO: Testing against a local daemon [2021-06-28T11:16:48.664Z] === RUN TestAuthZPluginAllowRequest [2021-06-28T11:16:48.664Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.664Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-06-28T11:16:48.664Z] === RUN TestAuthZPluginTLS [2021-06-28T11:16:48.664Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.664Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-06-28T11:16:48.664Z] === RUN TestAuthZPluginDenyRequest [2021-06-28T11:16:48.664Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.664Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-06-28T11:16:48.664Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-28T11:16:48.664Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.664Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-06-28T11:16:48.664Z] === RUN TestAuthZPluginDenyResponse [2021-06-28T11:16:48.664Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.664Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-06-28T11:16:48.664Z] === RUN TestAuthZPluginAllowEventStream [2021-06-28T11:16:48.664Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.664Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-06-28T11:16:48.664Z] === RUN TestAuthZPluginErrorResponse [2021-06-28T11:16:48.664Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.664Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-06-28T11:16:48.664Z] === RUN TestAuthZPluginErrorRequest [2021-06-28T11:16:48.664Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.664Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-06-28T11:16:48.664Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-28T11:16:48.664Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.664Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-06-28T11:16:48.664Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-28T11:16:48.664Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.664Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-06-28T11:16:48.664Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-28T11:16:48.664Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.664Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-06-28T11:16:48.664Z] === RUN TestAuthZPluginHeader [2021-06-28T11:16:48.664Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.664Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-06-28T11:16:48.664Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.13s) [2021-06-28T11:16:48.924Z] === RUN TestAuthZPluginV2Disable [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2021-06-28T11:16:48.924Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-06-28T11:16:48.924Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-06-28T11:16:48.924Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-06-28T11:16:48.924Z] PASS [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === Skipped [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.13s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-06-28T11:16:48.924Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] [2021-06-28T11:16:48.924Z] DONE 17 tests, 17 skipped in 0.299s [2021-06-28T11:16:48.924Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-28T11:16:49.184Z] INFO: Testing against a local daemon [2021-06-28T11:16:49.184Z] === RUN TestPluginInvalidJSON [2021-06-28T11:16:49.184Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T11:16:49.184Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T11:16:49.184Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T11:16:49.184Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-06-28T11:16:49.184Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-28T11:16:49.184Z] === RUN TestPluginInstall [2021-06-28T11:16:49.184Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:49.184Z] --- SKIP: TestPluginInstall (0.00s) [2021-06-28T11:16:49.184Z] === RUN TestPluginsWithRuntimes [2021-06-28T11:16:49.184Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-06-28T11:16:49.184Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-06-28T11:16:49.184Z] === RUN TestPluginBackCompatMediaTypes [2021-06-28T11:16:49.184Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-06-28T11:16:49.184Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-06-28T11:16:49.184Z] PASS [2021-06-28T11:16:49.184Z] [2021-06-28T11:16:49.184Z] === Skipped [2021-06-28T11:16:49.184Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-06-28T11:16:49.184Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-28T11:16:49.184Z] [2021-06-28T11:16:49.184Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-06-28T11:16:49.184Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-06-28T11:16:49.184Z] [2021-06-28T11:16:49.184Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-06-28T11:16:49.184Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-06-28T11:16:49.184Z] [2021-06-28T11:16:49.184Z] [2021-06-28T11:16:49.184Z] DONE 5 tests, 3 skipped in 0.112s [2021-06-28T11:16:49.184Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-28T11:16:49.184Z] INFO: Testing against a local daemon [2021-06-28T11:16:49.184Z] === RUN TestExternalGraphDriver [2021-06-28T11:16:49.184Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-06-28T11:16:49.184Z] --- SKIP: TestExternalGraphDriver (0.05s) [2021-06-28T11:16:49.184Z] === RUN TestGraphdriverPluginV2 [2021-06-28T11:16:50.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-28T11:16:52.754Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-28T11:16:53.379Z] --- PASS: TestGraphdriverPluginV2 (3.77s) [2021-06-28T11:16:53.379Z] PASS [2021-06-28T11:16:53.379Z] [2021-06-28T11:16:53.379Z] === Skipped [2021-06-28T11:16:53.379Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.05s) [2021-06-28T11:16:53.379Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-06-28T11:16:53.379Z] [2021-06-28T11:16:53.379Z] [2021-06-28T11:16:53.379Z] DONE 2 tests, 1 skipped in 3.920s [2021-06-28T11:16:53.379Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-28T11:16:53.379Z] INFO: Testing against a local daemon [2021-06-28T11:16:53.379Z] === RUN TestContinueAfterPluginCrash [2021-06-28T11:16:53.379Z] === PAUSE TestContinueAfterPluginCrash [2021-06-28T11:16:53.379Z] === RUN TestReadPluginNoRead [2021-06-28T11:16:53.379Z] === PAUSE TestReadPluginNoRead [2021-06-28T11:16:53.379Z] === RUN TestDaemonStartWithLogOpt [2021-06-28T11:16:53.379Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-28T11:16:53.379Z] === CONT TestContinueAfterPluginCrash [2021-06-28T11:16:53.379Z] === CONT TestDaemonStartWithLogOpt [2021-06-28T11:16:55.278Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-28T11:16:55.278Z] Using test binary docker [2021-06-28T11:16:55.278Z] +++ /etc/init.d/apparmor start [2021-06-28T11:16:55.278Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-28T11:16:55.278Z] Starting dockerd [2021-06-28T11:16:55.278Z] INFO: Waiting for daemon to start... [2021-06-28T11:16:55.278Z] +++ 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 [2021-06-28T11:16:57.579Z] --- PASS: TestDaemonStartWithLogOpt (3.80s) [2021-06-28T11:16:57.579Z] === CONT TestReadPluginNoRead [2021-06-28T11:16:57.794Z] . [2021-06-28T11:16:57.794Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-28T11:16:57.794Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-28T11:16:57.794Z] Error: No such image: emptyfs [2021-06-28T11:16:57.795Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-28T11:16:57.795Z] ++++ docker load [2021-06-28T11:16:57.795Z] Running integration-test (iteration 1) [2021-06-28T11:16:57.795Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-28T11:16:57.795Z] ++ 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 [2021-06-28T11:16:57.795Z] ++ set -e [2021-06-28T11:16:57.795Z] ++ '[' -n 0 ']' [2021-06-28T11:16:57.795Z] ++ set -x [2021-06-28T11:16:57.795Z] ++ 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 [2021-06-28T11:16:59.061Z] === RUN TestReadPluginNoRead/default [2021-06-28T11:17:00.440Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-28T11:17:01.818Z] --- PASS: TestContinueAfterPluginCrash (8.63s) [2021-06-28T11:17:02.078Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-28T11:17:03.460Z] === CONT TestReadPluginNoRead [2021-06-28T11:17:03.460Z] read_test.go:92: [d17a62df3b6c3] daemon is not started [2021-06-28T11:17:03.460Z] --- PASS: TestReadPluginNoRead (6.50s) [2021-06-28T11:17:03.460Z] --- PASS: TestReadPluginNoRead/default (1.43s) [2021-06-28T11:17:03.460Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.48s) [2021-06-28T11:17:03.460Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.43s) [2021-06-28T11:17:03.460Z] PASS [2021-06-28T11:17:03.460Z] [2021-06-28T11:17:03.460Z] DONE 6 tests in 10.401s [2021-06-28T11:17:03.460Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-06-28T11:17:03.460Z] testing: warning: no tests to run [2021-06-28T11:17:03.460Z] PASS [2021-06-28T11:17:03.460Z] [2021-06-28T11:17:03.460Z] DONE 0 tests in 0.031s [2021-06-28T11:17:03.460Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-28T11:17:03.720Z] INFO: Testing against a local daemon [2021-06-28T11:17:03.720Z] === RUN TestPluginWithDevMounts [2021-06-28T11:17:03.720Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-06-28T11:17:03.720Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-06-28T11:17:03.720Z] PASS [2021-06-28T11:17:03.720Z] [2021-06-28T11:17:03.720Z] === Skipped [2021-06-28T11:17:03.720Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-06-28T11:17:03.720Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-06-28T11:17:03.720Z] [2021-06-28T11:17:03.720Z] [2021-06-28T11:17:03.720Z] DONE 1 tests, 1 skipped in 0.093s [2021-06-28T11:17:03.720Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-28T11:17:03.720Z] INFO: Testing against a local daemon [2021-06-28T11:17:03.720Z] === RUN TestSecretInspect [2021-06-28T11:17:03.720Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.720Z] --- SKIP: TestSecretInspect (0.01s) [2021-06-28T11:17:03.720Z] === RUN TestSecretList [2021-06-28T11:17:03.720Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.720Z] --- SKIP: TestSecretList (0.01s) [2021-06-28T11:17:03.720Z] === RUN TestSecretsCreateAndDelete [2021-06-28T11:17:03.720Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.720Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2021-06-28T11:17:03.720Z] === RUN TestSecretsUpdate [2021-06-28T11:17:03.720Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.720Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-06-28T11:17:03.720Z] === RUN TestTemplatedSecret [2021-06-28T11:17:03.720Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.720Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-06-28T11:17:03.720Z] === RUN TestSecretCreateResolve [2021-06-28T11:17:03.720Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.720Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-06-28T11:17:03.720Z] PASS [2021-06-28T11:17:03.720Z] [2021-06-28T11:17:03.720Z] === Skipped [2021-06-28T11:17:03.720Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-06-28T11:17:03.720Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.720Z] [2021-06-28T11:17:03.720Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-06-28T11:17:03.720Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.720Z] [2021-06-28T11:17:03.720Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2021-06-28T11:17:03.720Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.720Z] [2021-06-28T11:17:03.720Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-06-28T11:17:03.720Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.720Z] [2021-06-28T11:17:03.720Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-06-28T11:17:03.720Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.720Z] [2021-06-28T11:17:03.720Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-06-28T11:17:03.720Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.720Z] [2021-06-28T11:17:03.720Z] [2021-06-28T11:17:03.720Z] DONE 6 tests, 6 skipped in 0.160s [2021-06-28T11:17:03.720Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-28T11:17:03.980Z] INFO: Testing against a local daemon [2021-06-28T11:17:03.980Z] === RUN TestServiceCreateInit [2021-06-28T11:17:03.980Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-28T11:17:03.980Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.980Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-28T11:17:03.980Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.980Z] --- PASS: TestServiceCreateInit (0.01s) [2021-06-28T11:17:03.980Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-28T11:17:03.980Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-28T11:17:03.980Z] === RUN TestCreateServiceMultipleTimes [2021-06-28T11:17:03.980Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.980Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-06-28T11:17:03.980Z] === RUN TestCreateServiceConflict [2021-06-28T11:17:03.980Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.980Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-06-28T11:17:03.980Z] === RUN TestCreateServiceMaxReplicas [2021-06-28T11:17:03.980Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.980Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-06-28T11:17:03.980Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-28T11:17:03.980Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.980Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s) [2021-06-28T11:17:03.980Z] === RUN TestCreateServiceSecretFileMode [2021-06-28T11:17:03.980Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.980Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-06-28T11:17:03.980Z] === RUN TestCreateServiceConfigFileMode [2021-06-28T11:17:03.980Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.980Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-06-28T11:17:03.980Z] === RUN TestCreateServiceSysctls [2021-06-28T11:17:03.980Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.980Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-06-28T11:17:03.980Z] === RUN TestCreateServiceCapabilities [2021-06-28T11:17:03.980Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.980Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-06-28T11:17:03.980Z] === RUN TestInspect [2021-06-28T11:17:03.980Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.980Z] --- SKIP: TestInspect (0.01s) [2021-06-28T11:17:03.980Z] === RUN TestCreateJob [2021-06-28T11:17:03.980Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.980Z] --- SKIP: TestCreateJob (0.01s) [2021-06-28T11:17:03.980Z] === RUN TestReplicatedJob [2021-06-28T11:17:03.980Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.980Z] --- SKIP: TestReplicatedJob (0.01s) [2021-06-28T11:17:03.980Z] === RUN TestUpdateReplicatedJob [2021-06-28T11:17:03.980Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.980Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-06-28T11:17:03.980Z] === RUN TestServiceListWithStatuses [2021-06-28T11:17:03.980Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-28T11:17:03.980Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-28T11:17:03.980Z] === RUN TestDockerNetworkConnectAlias [2021-06-28T11:17:03.980Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.980Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s) [2021-06-28T11:17:03.980Z] === RUN TestDockerNetworkReConnect [2021-06-28T11:17:03.980Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:03.980Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2021-06-28T11:17:03.980Z] === RUN TestServicePlugin [2021-06-28T11:17:05.892Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:05.892Z] --- SKIP: TestServicePlugin (1.92s) [2021-06-28T11:17:05.892Z] === RUN TestServiceUpdateLabel [2021-06-28T11:17:05.892Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:05.892Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-06-28T11:17:05.892Z] === RUN TestServiceUpdateSecrets [2021-06-28T11:17:05.892Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.151Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-06-28T11:17:06.151Z] === RUN TestServiceUpdateConfigs [2021-06-28T11:17:06.151Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.151Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-06-28T11:17:06.151Z] === RUN TestServiceUpdateNetwork [2021-06-28T11:17:06.151Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-06-28T11:17:06.152Z] === RUN TestServiceUpdatePidsLimit [2021-06-28T11:17:06.152Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-06-28T11:17:06.152Z] PASS [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === Skipped [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-28T11:17:06.152Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-28T11:17:06.152Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-06-28T11:17:06.152Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-06-28T11:17:06.152Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-06-28T11:17:06.152Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s) [2021-06-28T11:17:06.152Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-06-28T11:17:06.152Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-06-28T11:17:06.152Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-06-28T11:17:06.152Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-06-28T11:17:06.152Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-06-28T11:17:06.152Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-06-28T11:17:06.152Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-06-28T11:17:06.152Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-06-28T11:17:06.152Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-28T11:17:06.152Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s) [2021-06-28T11:17:06.152Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2021-06-28T11:17:06.152Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestServicePlugin (1.92s) [2021-06-28T11:17:06.152Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-06-28T11:17:06.152Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-06-28T11:17:06.152Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-06-28T11:17:06.152Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-06-28T11:17:06.152Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-06-28T11:17:06.152Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] DONE 24 tests, 23 skipped in 2.293s [2021-06-28T11:17:06.152Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-28T11:17:06.152Z] INFO: Testing against a local daemon [2021-06-28T11:17:06.152Z] === RUN TestSessionCreate [2021-06-28T11:17:06.152Z] --- PASS: TestSessionCreate (0.02s) [2021-06-28T11:17:06.152Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-28T11:17:06.152Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-06-28T11:17:06.152Z] PASS [2021-06-28T11:17:06.152Z] [2021-06-28T11:17:06.152Z] DONE 2 tests in 0.125s [2021-06-28T11:17:06.152Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-28T11:17:06.411Z] INFO: Testing against a local daemon [2021-06-28T11:17:06.411Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-28T11:17:06.411Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-28T11:17:06.411Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-28T11:17:06.411Z] === RUN TestEventsExecDie [2021-06-28T11:17:07.350Z] --- PASS: TestEventsExecDie (0.91s) [2021-06-28T11:17:07.350Z] === RUN TestEventsBackwardsCompatible [2021-06-28T11:17:07.350Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2021-06-28T11:17:07.350Z] === RUN TestEventsVolumeCreate [2021-06-28T11:17:07.350Z] --- PASS: TestEventsVolumeCreate (0.04s) [2021-06-28T11:17:07.350Z] === RUN TestInfoBinaryCommits [2021-06-28T11:17:07.350Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-06-28T11:17:07.350Z] === RUN TestInfoAPIVersioned [2021-06-28T11:17:07.350Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-28T11:17:07.350Z] === RUN TestInfoDiscoveryBackend [2021-06-28T11:17:07.920Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-06-28T11:17:07.920Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-28T11:17:11.209Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.35s) [2021-06-28T11:17:11.209Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-28T11:17:11.209Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:17:11.209Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-06-28T11:17:11.209Z] === RUN TestInfoAPI [2021-06-28T11:17:11.209Z] --- PASS: TestInfoAPI (0.02s) [2021-06-28T11:17:11.209Z] === RUN TestInfoAPIWarnings [2021-06-28T11:17:29.311Z] --- PASS: TestInfoAPIWarnings (16.33s) [2021-06-28T11:17:29.311Z] === RUN TestInfoDebug [2021-06-28T11:17:29.311Z] --- PASS: TestInfoDebug (0.52s) [2021-06-28T11:17:29.311Z] === RUN TestInfoInsecureRegistries [2021-06-28T11:17:29.311Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-06-28T11:17:29.311Z] === RUN TestInfoRegistryMirrors [2021-06-28T11:17:29.311Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-06-28T11:17:29.311Z] === RUN TestLoginFailsWithBadCredentials [2021-06-28T11:17:29.311Z] --- PASS: TestLoginFailsWithBadCredentials (0.14s) [2021-06-28T11:17:29.311Z] === RUN TestPingCacheHeaders [2021-06-28T11:17:29.311Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-06-28T11:17:29.311Z] === RUN TestPingGet [2021-06-28T11:17:29.311Z] --- PASS: TestPingGet (0.01s) [2021-06-28T11:17:29.311Z] === RUN TestPingHead [2021-06-28T11:17:29.311Z] --- PASS: TestPingHead (0.02s) [2021-06-28T11:17:29.311Z] === RUN TestVersion [2021-06-28T11:17:29.311Z] --- PASS: TestVersion (0.02s) [2021-06-28T11:17:29.311Z] PASS [2021-06-28T11:17:29.311Z] [2021-06-28T11:17:29.311Z] === Skipped [2021-06-28T11:17:29.311Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-28T11:17:29.311Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-28T11:17:29.311Z] [2021-06-28T11:17:29.311Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-06-28T11:17:29.311Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-28T11:17:29.311Z] [2021-06-28T11:17:29.311Z] [2021-06-28T11:17:29.311Z] DONE 19 tests, 2 skipped in 23.115s [2021-06-28T11:17:29.311Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-28T11:17:29.311Z] INFO: Testing against a local daemon [2021-06-28T11:17:29.311Z] === RUN TestVolumesCreateAndList [2021-06-28T11:17:29.572Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-06-28T11:17:29.572Z] === RUN TestVolumesRemove [2021-06-28T11:17:29.572Z] --- PASS: TestVolumesRemove (0.04s) [2021-06-28T11:17:29.572Z] === RUN TestVolumesInspect [2021-06-28T11:17:29.572Z] --- PASS: TestVolumesInspect (0.01s) [2021-06-28T11:17:29.572Z] === RUN TestVolumesInvalidJSON [2021-06-28T11:17:29.572Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-28T11:17:29.572Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-28T11:17:29.572Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-28T11:17:29.572Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-06-28T11:17:29.572Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-28T11:17:29.572Z] PASS [2021-06-28T11:17:29.572Z] [2021-06-28T11:17:29.572Z] DONE 5 tests in 0.185s [2021-06-28T11:17:29.572Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-28T11:17:29.572Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12559 is not a child of this shell [2021-06-28T11:17:29.572Z] warning: PID 12559 from bundles/test-integration/docker.pid had a nonzero exit code [2021-06-28T11:17:29.572Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-28T11:17:29.572Z] [2021-06-28T11:17:29.572Z] Unloading profiles will leave already running processes permanently [2021-06-28T11:17:29.572Z] unconfined, which can lead to unexpected situations. [2021-06-28T11:17:29.572Z] [2021-06-28T11:17:29.572Z] To set a process to complain mode, use the command line tool [2021-06-28T11:17:29.572Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-28T11:17:29.572Z] Removing test suite binaries [2021-06-28T11:17:29.572Z] exiting test-integration [2021-06-28T11:17:29.572Z] ++ exit 0 [2021-06-28T11:17:29.572Z] Post stage [Pipeline] junit [2021-06-28T11:17:32.131Z] Recording test results [2021-06-28T11:17:32.520Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-28T11:17:32.883Z] + echo Ensuring container killed. [2021-06-28T11:17:32.883Z] Ensuring container killed. [2021-06-28T11:17:32.883Z] + docker rm -vf docker-pr1 [2021-06-28T11:17:32.883Z] Error: No such container: docker-pr1 [Pipeline] sh [2021-06-28T11:17:33.189Z] + echo Chowning /workspace to jenkins user [2021-06-28T11:17:33.189Z] Chowning /workspace to jenkins user [2021-06-28T11:17:33.189Z] + id -u [2021-06-28T11:17:33.189Z] + id -g [2021-06-28T11:17:33.189Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42572:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-28T11:17:34.866Z] + bundleName=amd64-rootless [2021-06-28T11:17:34.866Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-06-28T11:17:34.866Z] Creating amd64-rootless-bundles.tar.gz [2021-06-28T11:17:34.866Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-06-28T11:17:34.866Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2021-06-28T11:17:34.879Z] Archiving artifacts [2021-06-28T11:17:35.129Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42572/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-28T11:17:35.439Z] + make clean [2021-06-28T11:17:35.439Z] docker volume rm -f docker-dev-cache [2021-06-28T11:17:35.698Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-28T11:17:44.427Z] Loaded image: buildpack-deps:buster [2021-06-28T11:17:44.427Z] Loaded image: busybox:latest [2021-06-28T11:17:44.427Z] Loaded image: busybox:glibc [2021-06-28T11:17:48.601Z] Loaded image: debian:bullseye [2021-06-28T11:17:48.601Z] Loaded image: hello-world:latest [2021-06-28T11:17:48.859Z] Loaded image: arm32v7/hello-world:latest [2021-06-28T11:17:48.859Z] INFO: Testing against a local daemon [2021-06-28T11:17:48.859Z] === RUN TestCgroupNamespacesBuild [2021-06-28T11:17:48.867Z] --- PASS: TestImportExtremelyLargeImageWorks (92.20s) [2021-06-28T11:17:48.868Z] PASS [2021-06-28T11:17:48.868Z] [2021-06-28T11:17:48.868Z] DONE 12 tests in 94.827s [2021-06-28T11:17:48.868Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-28T11:17:48.868Z] INFO: Testing against a local daemon [2021-06-28T11:17:48.868Z] === RUN TestNetworkCreateDelete [2021-06-28T11:17:48.868Z] --- PASS: TestNetworkCreateDelete (0.12s) [2021-06-28T11:17:48.868Z] === RUN TestDockerNetworkDeletePreferID [2021-06-28T11:17:48.868Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2021-06-28T11:17:48.868Z] === RUN TestDaemonDNSFallback [2021-06-28T11:17:52.149Z] --- PASS: TestDaemonDNSFallback (6.58s) [2021-06-28T11:17:52.149Z] === RUN TestInspectNetwork [2021-06-28T11:17:53.041Z] --- PASS: TestCgroupNamespacesBuild (3.45s) [2021-06-28T11:17:53.041Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-28T11:17:54.940Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.57s) [2021-06-28T11:17:54.940Z] === RUN TestBuildWithSession [2021-06-28T11:17:54.940Z] build_session_test.go:25: TODO: BuildKit [2021-06-28T11:17:54.940Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-28T11:17:54.940Z] === RUN TestBuildSquashParent [2021-06-28T11:17:55.434Z] === RUN TestInspectNetwork/full_network_id [2021-06-28T11:17:55.434Z] === RUN TestInspectNetwork/partial_network_id [2021-06-28T11:17:55.434Z] === RUN TestInspectNetwork/network_name [2021-06-28T11:17:55.434Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-06-28T11:17:59.621Z] --- PASS: TestInspectNetwork (7.60s) [2021-06-28T11:17:59.621Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-06-28T11:17:59.621Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-06-28T11:17:59.621Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-06-28T11:17:59.621Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-06-28T11:17:59.621Z] === RUN TestRunContainerWithBridgeNone [2021-06-28T11:18:02.922Z] --- PASS: TestRunContainerWithBridgeNone (3.14s) [2021-06-28T11:18:02.922Z] === RUN TestNetworkInvalidJSON [2021-06-28T11:18:02.922Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-28T11:18:02.922Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-28T11:18:02.922Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T11:18:02.922Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T11:18:02.922Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T11:18:02.922Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T11:18:02.922Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-28T11:18:02.922Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T11:18:02.922Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T11:18:02.922Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-06-28T11:18:02.922Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-28T11:18:02.922Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-28T11:18:02.922Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-28T11:18:02.922Z] === RUN TestNetworkList [2021-06-28T11:18:02.922Z] === RUN TestNetworkList//networks [2021-06-28T11:18:02.922Z] === PAUSE TestNetworkList//networks [2021-06-28T11:18:02.922Z] === RUN TestNetworkList//networks/ [2021-06-28T11:18:02.922Z] === PAUSE TestNetworkList//networks/ [2021-06-28T11:18:02.922Z] === CONT TestNetworkList//networks [2021-06-28T11:18:02.922Z] === CONT TestNetworkList//networks/ [2021-06-28T11:18:02.922Z] --- PASS: TestNetworkList (0.01s) [2021-06-28T11:18:02.922Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-28T11:18:02.922Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-28T11:18:02.922Z] === RUN TestHostIPv4BridgeLabel [2021-06-28T11:18:02.922Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) [2021-06-28T11:18:02.922Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-28T11:18:04.298Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2021-06-28T11:18:04.298Z] === RUN TestDaemonDefaultNetworkPools [2021-06-28T11:18:04.522Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-28T11:18:04.522Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-28T11:18:04.522Z] GOOS="" GOARCH="" GOARM="" [2021-06-28T11:18:04.522Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-28T11:18:04.522Z] [2021-06-28T11:18:04.522Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-06-28T11:18:04.522Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-06-28T11:18:04.522Z] Using test binary docker [2021-06-28T11:18:04.522Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-28T11:18:04.522Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-28T11:18:04.522Z] INFO: Waiting for daemon to start... [2021-06-28T11:18:04.522Z] Starting dockerd [2021-06-28T11:18:04.522Z] . [2021-06-28T11:18:04.522Z] INFO: Building docker-sdk-python3:5.0.0... [2021-06-28T11:18:04.865Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2021-06-28T11:18:04.865Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-28T11:18:06.241Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2021-06-28T11:18:06.241Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-28T11:18:07.128Z] --- PASS: TestBuildSquashParent (11.94s) [2021-06-28T11:18:07.128Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-28T11:18:07.128Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:18:07.129Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:18:07.129Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:18:07.129Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:18:07.129Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:18:07.129Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:18:07.129Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:18:07.129Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:18:07.129Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:18:07.129Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:18:07.129Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:18:07.129Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:18:07.129Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:18:07.129Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:18:07.175Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2021-06-28T11:18:07.175Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-28T11:18:07.597Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-28T11:18:07.597Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-28T11:18:07.741Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-06-28T11:18:07.741Z] === RUN TestServiceWithPredefinedNetwork [2021-06-28T11:18:10.271Z] --- PASS: TestServiceWithPredefinedNetwork (2.50s) [2021-06-28T11:18:10.271Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-28T11:18:10.271Z] service_test.go:242: FLAKY_TEST [2021-06-28T11:18:10.271Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-28T11:18:10.271Z] === RUN TestServiceWithDataPathPortInit [2021-06-28T11:18:12.385Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:18:12.385Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:18:17.637Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:18:17.893Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:18:23.142Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-28T11:18:23.142Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.05s) [2021-06-28T11:18:23.142Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.23s) [2021-06-28T11:18:23.142Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.68s) [2021-06-28T11:18:23.142Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.69s) [2021-06-28T11:18:23.142Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.19s) [2021-06-28T11:18:23.142Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.13s) [2021-06-28T11:18:23.142Z] === RUN TestBuildMultiStageCopy [2021-06-28T11:18:23.142Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-28T11:18:25.145Z] --- PASS: TestServiceWithDataPathPortInit (14.40s) [2021-06-28T11:18:25.145Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-28T11:18:26.416Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-28T11:18:26.988Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-28T11:18:27.244Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-28T11:18:27.676Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:6ofzlip7p66zbsanse53q9x7p Created:2021-06-28 11:18:25.930454911 +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[6e11d7f2be06a45dea312647e5162680291eb9728d6b57108bdb371eaf5a657b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.oiiq664ggb35h19tzzcld5lv5 EndpointID:9a70635048959dc175f69b57853e864b1e7cb485773e4e7de84f494c86bb0e93 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:dea1ac80a096bf579b4e39696b0fa3d8207b10bf5b406f9191db4946851ff854 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:45b694b1f4e3 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.oiiq664ggb35h19tzzcld5lv5 EndpointID:9a70635048959dc175f69b57853e864b1e7cb485773e4e7de84f494c86bb0e93 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-06-28T11:18:27.806Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-28T11:18:28.370Z] --- PASS: TestBuildMultiStageCopy (5.35s) [2021-06-28T11:18:28.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.37s) [2021-06-28T11:18:28.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.46s) [2021-06-28T11:18:28.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.44s) [2021-06-28T11:18:28.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.57s) [2021-06-28T11:18:28.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.51s) [2021-06-28T11:18:28.370Z] === RUN TestBuildMultiStageParentConfig [2021-06-28T11:18:29.739Z] --- PASS: TestBuildMultiStageParentConfig (1.27s) [2021-06-28T11:18:29.739Z] === RUN TestBuildLabelWithTargets [2021-06-28T11:18:31.632Z] --- PASS: TestBuildLabelWithTargets (1.99s) [2021-06-28T11:18:31.632Z] === RUN TestBuildWithEmptyLayers [2021-06-28T11:18:31.862Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.21s) [2021-06-28T11:18:31.862Z] PASS [2021-06-28T11:18:31.862Z] [2021-06-28T11:18:31.862Z] === Skipped [2021-06-28T11:18:31.862Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-28T11:18:31.862Z] service_test.go:242: FLAKY_TEST [2021-06-28T11:18:31.862Z] [2021-06-28T11:18:31.862Z] [2021-06-28T11:18:31.862Z] DONE 26 tests, 1 skipped in 47.241s [2021-06-28T11:18:31.862Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-28T11:18:31.862Z] INFO: Testing against a local daemon [2021-06-28T11:18:31.862Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-28T11:18:31.862Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-28T11:18:31.862Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-28T11:18:31.862Z] === RUN TestDockerNetworkIpvlan [2021-06-28T11:18:31.862Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-28T11:18:31.863Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-28T11:18:31.863Z] PASS [2021-06-28T11:18:31.863Z] [2021-06-28T11:18:31.863Z] === Skipped [2021-06-28T11:18:31.863Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-28T11:18:31.863Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-28T11:18:31.863Z] [2021-06-28T11:18:31.863Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-28T11:18:31.863Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-28T11:18:31.863Z] [2021-06-28T11:18:31.863Z] [2021-06-28T11:18:31.863Z] DONE 2 tests, 2 skipped in 0.038s [2021-06-28T11:18:31.863Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-28T11:18:31.863Z] INFO: Testing against a local daemon [2021-06-28T11:18:31.863Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-28T11:18:32.562Z] --- PASS: TestBuildWithEmptyLayers (1.04s) [2021-06-28T11:18:32.562Z] === RUN TestBuildMultiStageOnBuild [2021-06-28T11:18:33.238Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.24s) [2021-06-28T11:18:33.238Z] === RUN TestDockerNetworkMacvlan [2021-06-28T11:18:33.806Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-06-28T11:18:34.770Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-06-28T11:18:35.337Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-06-28T11:18:36.802Z] --- PASS: TestBuildMultiStageOnBuild (4.25s) [2021-06-28T11:18:36.802Z] === RUN TestBuildUncleanTarFilenames [2021-06-28T11:18:37.611Z] 639bb6bb2beb: Pull complete [2021-06-28T11:18:37.611Z] Digest: sha256:3458c7dbc9ee16016170ecce85bee03b0e7f13744809d67fc881ec8d2086f5ef [2021-06-28T11:18:37.611Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-28T11:18:37.611Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-06-28T11:18:37.611Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-06-28T11:18:37.611Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1999' [2021-06-28T11:18:37.611Z] WARN: Skipping validation tests [2021-06-28T11:18:37.611Z] INFO: Running unit tests at 06/28/2021 11:18:23... [2021-06-28T11:18:37.611Z] INFO: make.ps1 starting at 06/28/2021 11:18:30 [2021-06-28T11:18:37.611Z] INFO: Git commit (2b3c4ff46a) assumed from DOCKER_GITCOMMIT environment variable [2021-06-28T11:18:37.611Z] INFO: Invoking autogen... [2021-06-28T11:18:37.611Z] INFO: Running unit tests... [2021-06-28T11:18:37.870Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-06-28T11:18:38.699Z] --- PASS: TestBuildUncleanTarFilenames (1.79s) [2021-06-28T11:18:38.699Z] === RUN TestBuildMultiStageLayerLeak [2021-06-28T11:18:41.157Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-06-28T11:18:43.355Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-06-28T11:18:43.949Z] --- PASS: TestBuildMultiStageLayerLeak (4.31s) [2021-06-28T11:18:43.949Z] === RUN TestBuildWithHugeFile [2021-06-28T11:18:46.429Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-06-28T11:18:47.366Z] --- PASS: TestDockerNetworkMacvlan (14.21s) [2021-06-28T11:18:47.366Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2021-06-28T11:18:47.366Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2021-06-28T11:18:47.366Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.52s) [2021-06-28T11:18:47.366Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.92s) [2021-06-28T11:18:47.366Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.90s) [2021-06-28T11:18:47.366Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.31s) [2021-06-28T11:18:47.366Z] PASS [2021-06-28T11:18:47.366Z] [2021-06-28T11:18:47.366Z] DONE 8 tests in 15.486s [2021-06-28T11:18:47.366Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-28T11:18:47.366Z] testing: warning: no tests to run [2021-06-28T11:18:47.366Z] PASS [2021-06-28T11:18:47.366Z] [2021-06-28T11:18:47.366Z] DONE 0 tests in 0.007s [2021-06-28T11:18:47.366Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-28T11:18:47.366Z] INFO: Testing against a local daemon [2021-06-28T11:18:47.367Z] === RUN TestAuthZPluginAllowRequest [2021-06-28T11:18:48.742Z] --- PASS: TestAuthZPluginAllowRequest (1.42s) [2021-06-28T11:18:48.742Z] === RUN TestAuthZPluginTLS [2021-06-28T11:18:49.310Z] --- PASS: TestAuthZPluginTLS (0.55s) [2021-06-28T11:18:49.310Z] === RUN TestAuthZPluginDenyRequest [2021-06-28T11:18:49.877Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-06-28T11:18:49.877Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-28T11:18:50.444Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-06-28T11:18:50.444Z] === RUN TestAuthZPluginDenyResponse [2021-06-28T11:18:51.010Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-06-28T11:18:51.010Z] === RUN TestAuthZPluginAllowEventStream [2021-06-28T11:18:51.197Z] sha256:468d6091c23226e303507565668f9b5962724705a430c8e6eaf8b4df326fd599 [2021-06-28T11:18:51.197Z] INFO: Starting docker-py tests... [2021-06-28T11:18:51.197Z] ============================= test session starts ============================== [2021-06-28T11:18:51.197Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-06-28T11:18:51.197Z] rootdir: /src, inifile: pytest.ini [2021-06-28T11:18:51.197Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-06-28T11:18:51.197Z] collected 390 items / 1 deselected / 389 selected [2021-06-28T11:18:51.197Z] [2021-06-28T11:18:52.388Z] --- PASS: TestAuthZPluginAllowEventStream (1.41s) [2021-06-28T11:18:52.388Z] === RUN TestAuthZPluginErrorResponse [2021-06-28T11:18:52.954Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-06-28T11:18:52.954Z] === RUN TestAuthZPluginErrorRequest [2021-06-28T11:18:53.521Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-06-28T11:18:53.521Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-28T11:18:54.088Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2021-06-28T11:18:54.088Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-28T11:18:55.989Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.62s) [2021-06-28T11:18:55.989Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-28T11:18:57.366Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.69s) [2021-06-28T11:18:57.366Z] === RUN TestAuthZPluginHeader [2021-06-28T11:18:57.942Z] --- PASS: TestAuthZPluginHeader (0.70s) [2021-06-28T11:18:57.942Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-28T11:18:58.082Z] ? github.com/docker/docker/api [no test files] [2021-06-28T11:19:02.146Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.67s) [2021-06-28T11:19:02.146Z] === RUN TestAuthZPluginV2Disable [2021-06-28T11:19:04.678Z] --- PASS: TestAuthZPluginV2Disable (2.95s) [2021-06-28T11:19:04.678Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-28T11:19:06.261Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-06-28T11:19:06.825Z] tests/integration/api_client_test.py ..... [ 7%] [2021-06-28T11:19:07.213Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.66s) [2021-06-28T11:19:07.213Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-28T11:19:08.574Z] tests/integration/api_config_test.py ..... [ 8%] [2021-06-28T11:19:17.185Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.66s) [2021-06-28T11:19:17.185Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-28T11:19:19.071Z] === RUN TestMiddlewares [2021-06-28T11:19:19.071Z] --- PASS: TestMiddlewares (0.00s) [2021-06-28T11:19:19.071Z] PASS [2021-06-28T11:19:19.071Z] coverage: 9.0% of statements [2021-06-28T11:19:19.071Z] ok github.com/docker/docker/api/server 0.121s coverage: 9.0% of statements [2021-06-28T11:19:29.107Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-06-28T11:19:29.679Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-28T11:19:30.579Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-28T11:19:30.579Z] Using test binary docker [2021-06-28T11:19:30.579Z] +++ /etc/init.d/apparmor start [2021-06-28T11:19:30.579Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-28T11:19:30.579Z] Starting dockerd [2021-06-28T11:19:30.579Z] INFO: Waiting for daemon to start... [2021-06-28T11:19:30.579Z] +++ 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 [2021-06-28T11:19:30.579Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-28T11:19:30.579Z] Using test binary docker [2021-06-28T11:19:30.579Z] +++ /etc/init.d/apparmor start [2021-06-28T11:19:30.579Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-28T11:19:30.579Z] INFO: Waiting for daemon to start... [2021-06-28T11:19:30.579Z] Starting dockerd [2021-06-28T11:19:30.579Z] +++ 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 [2021-06-28T11:19:31.945Z] . [2021-06-28T11:19:31.945Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-28T11:19:31.945Z] [2021-06-28T11:19:31.945Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-28T11:19:31.945Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-28T11:19:31.945Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-28T11:19:31.945Z] Error: No such image: emptyfs [2021-06-28T11:19:31.945Z] Error: No such image: emptyfs [2021-06-28T11:19:31.945Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-28T11:19:31.945Z] ++++ docker load [2021-06-28T11:19:31.945Z] ++++ docker load [2021-06-28T11:19:31.945Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-28T11:19:32.202Z] Running integration-test (iteration 1) [2021-06-28T11:19:32.202Z] Running integration-test (iteration 1) [2021-06-28T11:19:32.202Z] 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)/ [2021-06-28T11:19:32.202Z] ++ 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)/' [2021-06-28T11:19:32.202Z] ++ set -e [2021-06-28T11:19:32.202Z] ++ '[' -n 0 ']' [2021-06-28T11:19:32.202Z] ++ set -x [2021-06-28T11:19:32.202Z] ++ 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)/' [2021-06-28T11:19:32.202Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-06-28T11:19:32.202Z] ++ 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)/' [2021-06-28T11:19:32.202Z] ++ set -e [2021-06-28T11:19:32.202Z] ++ '[' -n 0 ']' [2021-06-28T11:19:32.202Z] ++ set -x [2021-06-28T11:19:32.202Z] ++ 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)/' [2021-06-28T11:19:35.261Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2021-06-28T11:19:35.261Z] PASS [2021-06-28T11:19:35.261Z] [2021-06-28T11:19:35.261Z] DONE 17 tests in 46.141s [2021-06-28T11:19:35.261Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-28T11:19:35.261Z] INFO: Testing against a local daemon [2021-06-28T11:19:35.261Z] === RUN TestPluginInvalidJSON [2021-06-28T11:19:35.261Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T11:19:35.261Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T11:19:35.261Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T11:19:35.261Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-06-28T11:19:35.261Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-28T11:19:35.261Z] === RUN TestPluginInstall [2021-06-28T11:19:35.261Z] === RUN TestPluginInstall/no_auth [2021-06-28T11:19:35.261Z] time="2021-06-28T11:19:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:19:35.261Z] time="2021-06-28T11:19:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b8f4296f5638f6fd6906d158aa8e531f8de364688c870e01da8c4b34ba5ee546" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:19:35.261Z] time="2021-06-28T11:19:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:19:35.261Z] time="2021-06-28T11:19:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b8f4296f5638f6fd6906d158aa8e531f8de364688c870e01da8c4b34ba5ee546" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:19:35.261Z] === RUN TestPluginInstall/with_htpasswd [2021-06-28T11:19:35.828Z] time="2021-06-28T11:19:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:19:35.828Z] time="2021-06-28T11:19:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6bada299002f389abdf09b9509fc852a4bc868dd06b980b4817cec8a9086e799" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:19:35.828Z] time="2021-06-28T11:19:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:19:35.828Z] time="2021-06-28T11:19:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6bada299002f389abdf09b9509fc852a4bc868dd06b980b4817cec8a9086e799" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:19:36.087Z] === RUN TestPluginInstall/with_insecure [2021-06-28T11:19:37.022Z] time="2021-06-28T11:19:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:19:37.022Z] time="2021-06-28T11:19:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:618482504dd999c983129fb982e89ee9c157a06efe126f6105445999a35131b7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:19:37.022Z] time="2021-06-28T11:19:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:19:37.022Z] time="2021-06-28T11:19:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:618482504dd999c983129fb982e89ee9c157a06efe126f6105445999a35131b7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:19:37.022Z] plugin_test.go:165: [de5d6d56370c0] daemon is not started [2021-06-28T11:19:37.022Z] --- PASS: TestPluginInstall (3.49s) [2021-06-28T11:19:37.022Z] --- PASS: TestPluginInstall/no_auth (1.71s) [2021-06-28T11:19:37.022Z] --- PASS: TestPluginInstall/with_htpasswd (0.66s) [2021-06-28T11:19:37.022Z] --- PASS: TestPluginInstall/with_insecure (1.12s) [2021-06-28T11:19:37.022Z] === RUN TestPluginsWithRuntimes [2021-06-28T11:19:38.923Z] === RUN TestPluginsWithRuntimes/No_Args [2021-06-28T11:19:39.863Z] === RUN TestPluginsWithRuntimes/With_Args [2021-06-28T11:19:40.811Z] --- PASS: TestPluginsWithRuntimes (3.56s) [2021-06-28T11:19:40.811Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.94s) [2021-06-28T11:19:40.811Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.94s) [2021-06-28T11:19:40.811Z] === RUN TestPluginBackCompatMediaTypes [2021-06-28T11:19:41.384Z] --- PASS: TestPluginBackCompatMediaTypes (0.62s) [2021-06-28T11:19:41.384Z] PASS [2021-06-28T11:19:41.384Z] [2021-06-28T11:19:41.384Z] DONE 10 tests in 7.722s [2021-06-28T11:19:41.384Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-28T11:19:41.384Z] INFO: Testing against a local daemon [2021-06-28T11:19:41.385Z] === RUN TestExternalGraphDriver [2021-06-28T11:19:41.385Z] === RUN TestExternalGraphDriver/json [2021-06-28T11:19:43.288Z] === RUN TestExternalGraphDriver/spec [2021-06-28T11:19:45.124Z] tests/integration/api_container_test.py ....x...........x............... [ 16%] [2021-06-28T11:19:45.190Z] === RUN TestExternalGraphDriver/pull [2021-06-28T11:19:47.092Z] --- PASS: TestExternalGraphDriver (5.57s) [2021-06-28T11:19:47.092Z] --- PASS: TestExternalGraphDriver/json (1.87s) [2021-06-28T11:19:47.092Z] --- PASS: TestExternalGraphDriver/spec (1.89s) [2021-06-28T11:19:47.092Z] --- PASS: TestExternalGraphDriver/pull (1.68s) [2021-06-28T11:19:47.092Z] === RUN TestGraphdriverPluginV2 [2021-06-28T11:19:51.278Z] --- PASS: TestGraphdriverPluginV2 (3.69s) [2021-06-28T11:19:51.278Z] PASS [2021-06-28T11:19:51.278Z] [2021-06-28T11:19:51.278Z] DONE 5 tests in 9.289s [2021-06-28T11:19:51.278Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-28T11:19:51.278Z] INFO: Testing against a local daemon [2021-06-28T11:19:51.278Z] === RUN TestContinueAfterPluginCrash [2021-06-28T11:19:51.278Z] === PAUSE TestContinueAfterPluginCrash [2021-06-28T11:19:51.278Z] === RUN TestReadPluginNoRead [2021-06-28T11:19:51.278Z] === PAUSE TestReadPluginNoRead [2021-06-28T11:19:51.278Z] === RUN TestDaemonStartWithLogOpt [2021-06-28T11:19:51.278Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-28T11:19:51.278Z] === CONT TestContinueAfterPluginCrash [2021-06-28T11:19:51.278Z] === CONT TestDaemonStartWithLogOpt [2021-06-28T11:19:54.565Z] --- PASS: TestDaemonStartWithLogOpt (3.58s) [2021-06-28T11:19:54.565Z] === CONT TestReadPluginNoRead [2021-06-28T11:19:56.469Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-28T11:19:58.373Z] === RUN TestReadPluginNoRead/default [2021-06-28T11:19:59.308Z] --- PASS: TestContinueAfterPluginCrash (8.75s) [2021-06-28T11:19:59.568Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-28T11:20:01.470Z] === CONT TestReadPluginNoRead [2021-06-28T11:20:01.470Z] read_test.go:92: [d03818f824a44] daemon is not started [2021-06-28T11:20:01.470Z] --- PASS: TestReadPluginNoRead (6.89s) [2021-06-28T11:20:01.470Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.52s) [2021-06-28T11:20:01.470Z] --- PASS: TestReadPluginNoRead/default (1.60s) [2021-06-28T11:20:01.470Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.50s) [2021-06-28T11:20:01.470Z] PASS [2021-06-28T11:20:01.470Z] [2021-06-28T11:20:01.470Z] DONE 6 tests in 10.533s [2021-06-28T11:20:01.470Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-06-28T11:20:01.470Z] testing: warning: no tests to run [2021-06-28T11:20:01.470Z] PASS [2021-06-28T11:20:01.470Z] [2021-06-28T11:20:01.470Z] DONE 0 tests in 0.008s [2021-06-28T11:20:01.470Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-28T11:20:01.470Z] INFO: Testing against a local daemon [2021-06-28T11:20:01.470Z] === RUN TestPluginWithDevMounts [2021-06-28T11:20:01.470Z] === PAUSE TestPluginWithDevMounts [2021-06-28T11:20:01.470Z] === CONT TestPluginWithDevMounts [2021-06-28T11:20:02.848Z] --- PASS: TestPluginWithDevMounts (1.62s) [2021-06-28T11:20:02.848Z] PASS [2021-06-28T11:20:02.848Z] [2021-06-28T11:20:02.848Z] DONE 1 tests in 1.670s [2021-06-28T11:20:02.848Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-28T11:20:02.848Z] INFO: Testing against a local daemon [2021-06-28T11:20:02.848Z] === RUN TestSecretInspect [2021-06-28T11:20:05.380Z] --- PASS: TestSecretInspect (2.20s) [2021-06-28T11:20:05.380Z] === RUN TestSecretList [2021-06-28T11:20:07.286Z] --- PASS: TestSecretList (2.17s) [2021-06-28T11:20:07.286Z] === RUN TestSecretsCreateAndDelete [2021-06-28T11:20:09.816Z] --- PASS: TestSecretsCreateAndDelete (2.15s) [2021-06-28T11:20:09.816Z] === RUN TestSecretsUpdate [2021-06-28T11:20:11.716Z] --- PASS: TestSecretsUpdate (2.18s) [2021-06-28T11:20:11.716Z] === RUN TestTemplatedSecret [2021-06-28T11:20:15.000Z] --- PASS: TestTemplatedSecret (3.24s) [2021-06-28T11:20:15.000Z] === RUN TestSecretCreateResolve [2021-06-28T11:20:17.532Z] --- PASS: TestSecretCreateResolve (2.21s) [2021-06-28T11:20:17.532Z] PASS [2021-06-28T11:20:17.532Z] [2021-06-28T11:20:17.532Z] DONE 6 tests in 14.172s [2021-06-28T11:20:17.532Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-28T11:20:17.532Z] INFO: Testing against a local daemon [2021-06-28T11:20:17.532Z] === RUN TestServiceCreateInit [2021-06-28T11:20:17.532Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-28T11:20:18.837Z] Loaded image: buildpack-deps:buster [2021-06-28T11:20:18.837Z] Loaded image: busybox:latest [2021-06-28T11:20:18.837Z] Loaded image: busybox:glibc [2021-06-28T11:20:18.837Z] Loaded image: buildpack-deps:buster [2021-06-28T11:20:18.837Z] Loaded image: busybox:latest [2021-06-28T11:20:18.837Z] Loaded image: busybox:glibc [2021-06-28T11:20:21.718Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-28T11:20:22.107Z] Loaded image: debian:bullseye [2021-06-28T11:20:22.107Z] Loaded image: hello-world:latest [2021-06-28T11:20:22.364Z] Loaded image: arm32v7/hello-world:latest [2021-06-28T11:20:22.364Z] INFO: Testing against a local daemon [2021-06-28T11:20:22.364Z] === RUN TestDockerSuite [2021-06-28T11:20:22.364Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-06-28T11:20:22.364Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-06-28T11:20:22.621Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-06-28T11:20:22.621Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-06-28T11:20:22.621Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-06-28T11:20:22.621Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-06-28T11:20:22.621Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-06-28T11:20:22.621Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-06-28T11:20:24.516Z] Loaded image: debian:bullseye [2021-06-28T11:20:24.516Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-06-28T11:20:24.516Z] Loaded image: hello-world:latest [2021-06-28T11:20:24.516Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-06-28T11:20:24.516Z] Loaded image: arm32v7/hello-world:latest [2021-06-28T11:20:24.516Z] INFO: Testing against a local daemon [2021-06-28T11:20:24.516Z] === RUN TestDockerDaemonSuite [2021-06-28T11:20:24.516Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-06-28T11:20:25.079Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-06-28T11:20:25.079Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-06-28T11:20:25.642Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-06-28T11:20:25.898Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-06-28T11:20:25.898Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-06-28T11:20:26.986Z] --- PASS: TestServiceCreateInit (9.11s) [2021-06-28T11:20:26.986Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.57s) [2021-06-28T11:20:26.986Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.52s) [2021-06-28T11:20:26.986Z] === RUN TestCreateServiceMultipleTimes [2021-06-28T11:20:31.151Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-06-28T11:20:31.151Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-06-28T11:20:31.151Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-06-28T11:20:31.151Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-06-28T11:20:32.079Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-06-28T11:20:33.445Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-06-28T11:20:33.445Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-06-28T11:20:33.445Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-06-28T11:20:33.445Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-06-28T11:20:34.374Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-06-28T11:20:36.893Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-06-28T11:20:37.435Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-28T11:20:38.261Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-06-28T11:20:40.152Z] --- PASS: TestBuildWithHugeFile (116.89s) [2021-06-28T11:20:40.152Z] === RUN TestBuildWCOWSandboxSize [2021-06-28T11:20:40.152Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-28T11:20:40.152Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-06-28T11:20:40.152Z] === RUN TestBuildWithEmptyDockerfile [2021-06-28T11:20:40.152Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T11:20:40.152Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T11:20:40.152Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T11:20:40.152Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T11:20:40.152Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T11:20:40.152Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T11:20:40.152Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T11:20:40.152Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T11:20:40.152Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T11:20:40.152Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2021-06-28T11:20:40.152Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2021-06-28T11:20:40.152Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2021-06-28T11:20:40.152Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-06-28T11:20:40.152Z] === RUN TestBuildPreserveOwnership [2021-06-28T11:20:40.153Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-28T11:20:40.715Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-06-28T11:20:43.235Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-06-28T11:20:43.235Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-28T11:20:44.031Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-28T11:20:44.604Z] --- PASS: TestBuildPreserveOwnership (4.67s) [2021-06-28T11:20:44.604Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.14s) [2021-06-28T11:20:44.604Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.52s) [2021-06-28T11:20:44.604Z] === RUN TestBuildPlatformInvalid [2021-06-28T11:20:44.861Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2021-06-28T11:20:44.861Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-28T11:20:44.951Z] === RUN TestBoolValue [2021-06-28T11:20:44.951Z] --- PASS: TestBoolValue (0.00s) [2021-06-28T11:20:44.951Z] === RUN TestBoolValueOrDefault [2021-06-28T11:20:44.951Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-06-28T11:20:44.951Z] === RUN TestInt64ValueOrZero [2021-06-28T11:20:44.951Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-06-28T11:20:44.951Z] === RUN TestInt64ValueOrDefault [2021-06-28T11:20:44.951Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-06-28T11:20:44.951Z] === RUN TestInt64ValueOrDefaultWithError [2021-06-28T11:20:44.951Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-06-28T11:20:44.951Z] === RUN TestJsonContentType [2021-06-28T11:20:44.951Z] --- PASS: TestJsonContentType (0.00s) [2021-06-28T11:20:44.951Z] PASS [2021-06-28T11:20:44.951Z] coverage: 14.7% of statements [2021-06-28T11:20:44.951Z] ok github.com/docker/docker/api/server/httputils 0.102s coverage: 14.7% of statements [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-28T11:20:44.951Z] === RUN TestMaskSecretKeys [2021-06-28T11:20:44.951Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-06-28T11:20:44.951Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-06-28T11:20:44.951Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-06-28T11:20:44.951Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-06-28T11:20:44.951Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-06-28T11:20:44.951Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-06-28T11:20:44.951Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-06-28T11:20:44.951Z] === RUN TestVersionMiddlewareVersion [2021-06-28T11:20:44.951Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-06-28T11:20:44.951Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-06-28T11:20:44.951Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-06-28T11:20:44.951Z] PASS [2021-06-28T11:20:44.951Z] coverage: 37.7% of statements [2021-06-28T11:20:44.951Z] ok github.com/docker/docker/api/server/middleware 0.061s coverage: 37.7% of statements [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-28T11:20:44.951Z] === RUN TestAdjustForAPIVersion [2021-06-28T11:20:44.951Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-06-28T11:20:44.951Z] PASS [2021-06-28T11:20:44.951Z] coverage: 5.7% of statements [2021-06-28T11:20:44.951Z] ok github.com/docker/docker/api/server/router/swarm 0.073s coverage: 5.7% of statements [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/types [no test files] [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-28T11:20:44.951Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-28T11:20:44.951Z] === RUN TestToJSON [2021-06-28T11:20:44.951Z] --- PASS: TestToJSON (0.00s) [2021-06-28T11:20:44.951Z] === RUN TestToParamWithVersion [2021-06-28T11:20:44.951Z] --- PASS: TestToParamWithVersion (0.00s) [2021-06-28T11:20:44.951Z] === RUN TestFromJSON [2021-06-28T11:20:44.951Z] --- PASS: TestFromJSON (0.00s) [2021-06-28T11:20:44.951Z] === RUN TestEmpty [2021-06-28T11:20:44.951Z] --- PASS: TestEmpty (0.00s) [2021-06-28T11:20:44.951Z] === RUN TestArgsMatchKVListEmptySources [2021-06-28T11:20:44.952Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-06-28T11:20:44.952Z] === RUN TestArgsMatchKVList [2021-06-28T11:20:44.952Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-06-28T11:20:44.952Z] === RUN TestArgsMatch [2021-06-28T11:20:44.952Z] --- PASS: TestArgsMatch (0.00s) [2021-06-28T11:20:44.952Z] === RUN TestAdd [2021-06-28T11:20:44.952Z] --- PASS: TestAdd (0.00s) [2021-06-28T11:20:44.952Z] === RUN TestDel [2021-06-28T11:20:44.952Z] --- PASS: TestDel (0.00s) [2021-06-28T11:20:44.952Z] === RUN TestLen [2021-06-28T11:20:44.952Z] --- PASS: TestLen (0.00s) [2021-06-28T11:20:44.952Z] === RUN TestExactMatch [2021-06-28T11:20:44.952Z] --- PASS: TestExactMatch (0.00s) [2021-06-28T11:20:44.952Z] === RUN TestOnlyOneExactMatch [2021-06-28T11:20:44.952Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-06-28T11:20:44.952Z] === RUN TestContains [2021-06-28T11:20:44.952Z] --- PASS: TestContains (0.00s) [2021-06-28T11:20:44.952Z] === RUN TestValidate [2021-06-28T11:20:44.952Z] --- PASS: TestValidate (0.00s) [2021-06-28T11:20:44.952Z] === RUN TestWalkValues [2021-06-28T11:20:44.952Z] --- PASS: TestWalkValues (0.00s) [2021-06-28T11:20:44.952Z] === RUN TestFuzzyMatch [2021-06-28T11:20:44.952Z] --- PASS: TestFuzzyMatch (0.00s) [2021-06-28T11:20:44.952Z] === RUN TestClone [2021-06-28T11:20:44.952Z] --- PASS: TestClone (0.00s) [2021-06-28T11:20:44.952Z] PASS [2021-06-28T11:20:44.952Z] coverage: 92.2% of statements [2021-06-28T11:20:44.952Z] ok github.com/docker/docker/api/types/filters 0.072s coverage: 92.2% of statements [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-28T11:20:44.952Z] === RUN TestStrSliceMarshalJSON [2021-06-28T11:20:44.952Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-06-28T11:20:44.952Z] === RUN TestStrSliceUnmarshalJSON [2021-06-28T11:20:44.952Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-06-28T11:20:44.952Z] === RUN TestStrSliceUnmarshalString [2021-06-28T11:20:44.952Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-06-28T11:20:44.952Z] === RUN TestStrSliceUnmarshalSlice [2021-06-28T11:20:44.952Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-06-28T11:20:44.952Z] PASS [2021-06-28T11:20:44.952Z] coverage: 90.0% of statements [2021-06-28T11:20:44.952Z] ok github.com/docker/docker/api/types/strslice 0.061s coverage: 90.0% of statements [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-28T11:20:44.952Z] === RUN TestDurationToSecondsString [2021-06-28T11:20:44.952Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-06-28T11:20:44.952Z] === RUN TestGetTimestamp [2021-06-28T11:20:44.952Z] --- PASS: TestGetTimestamp (0.21s) [2021-06-28T11:20:44.952Z] === RUN TestParseTimestamps [2021-06-28T11:20:44.952Z] --- PASS: TestParseTimestamps (0.00s) [2021-06-28T11:20:44.952Z] PASS [2021-06-28T11:20:44.952Z] coverage: 100.0% of statements [2021-06-28T11:20:44.952Z] ok github.com/docker/docker/api/types/time 0.270s coverage: 100.0% of statements [2021-06-28T11:20:44.952Z] === RUN TestCompareVersion [2021-06-28T11:20:44.952Z] --- PASS: TestCompareVersion (0.00s) [2021-06-28T11:20:44.952Z] PASS [2021-06-28T11:20:44.952Z] coverage: 75.0% of statements [2021-06-28T11:20:44.952Z] ok github.com/docker/docker/api/types/versions 0.047s coverage: 75.0% of statements [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/builder [no test files] [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-28T11:20:44.952Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-28T11:20:45.069Z] --- PASS: TestCreateServiceMultipleTimes (17.03s) [2021-06-28T11:20:45.070Z] === RUN TestCreateServiceConflict [2021-06-28T11:20:45.117Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-06-28T11:20:45.328Z] --- PASS: TestCreateServiceConflict (2.19s) [2021-06-28T11:20:45.328Z] === RUN TestCreateServiceMaxReplicas [2021-06-28T11:20:45.407Z] === RUN TestParseRemoteURL [2021-06-28T11:20:45.407Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-06-28T11:20:45.407Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-06-28T11:20:45.407Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-06-28T11:20:45.407Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-06-28T11:20:45.407Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-06-28T11:20:45.407Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-06-28T11:20:45.407Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-06-28T11:20:45.407Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-06-28T11:20:45.407Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-06-28T11:20:45.407Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-06-28T11:20:45.407Z] --- PASS: TestParseRemoteURL (0.00s) [2021-06-28T11:20:45.407Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-06-28T11:20:45.407Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-06-28T11:20:45.407Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-06-28T11:20:45.407Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-06-28T11:20:45.408Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-06-28T11:20:45.408Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-06-28T11:20:45.408Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-06-28T11:20:45.408Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-06-28T11:20:45.408Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-06-28T11:20:45.408Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-06-28T11:20:45.408Z] === RUN TestCloneArgsSmartHttp [2021-06-28T11:20:45.408Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-06-28T11:20:45.408Z] === RUN TestCloneArgsDumbHttp [2021-06-28T11:20:45.408Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-06-28T11:20:45.408Z] === RUN TestCloneArgsGit [2021-06-28T11:20:45.408Z] --- PASS: TestCloneArgsGit (0.00s) [2021-06-28T11:20:45.408Z] === RUN TestCheckoutGit [2021-06-28T11:20:46.484Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-06-28T11:20:47.557Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-06-28T11:20:47.557Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-06-28T11:20:47.557Z] === RUN TestProcessNoDockerignore [2021-06-28T11:20:47.557Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-06-28T11:20:47.557Z] === RUN TestProcessShouldLeaveAllFiles [2021-06-28T11:20:47.557Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-06-28T11:20:47.557Z] === RUN TestDetectContentType [2021-06-28T11:20:47.557Z] --- PASS: TestDetectContentType (0.00s) [2021-06-28T11:20:47.557Z] === RUN TestSelectAcceptableMIME [2021-06-28T11:20:47.557Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-06-28T11:20:47.557Z] === RUN TestInspectEmptyResponse [2021-06-28T11:20:47.557Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-06-28T11:20:47.557Z] === RUN TestInspectResponseBinary [2021-06-28T11:20:47.557Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-06-28T11:20:47.557Z] === RUN TestResponseUnsupportedContentType [2021-06-28T11:20:47.557Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-06-28T11:20:47.557Z] === RUN TestInspectResponseTextSimple [2021-06-28T11:20:47.557Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-06-28T11:20:47.557Z] === RUN TestInspectResponseEmptyContentType [2021-06-28T11:20:47.557Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-06-28T11:20:47.557Z] === RUN TestUnknownContentLength [2021-06-28T11:20:47.557Z] --- PASS: TestUnknownContentLength (0.00s) [2021-06-28T11:20:47.557Z] === RUN TestDownloadRemote [2021-06-28T11:20:47.557Z] --- PASS: TestDownloadRemote (0.11s) [2021-06-28T11:20:47.557Z] === RUN TestGetWithStatusError [2021-06-28T11:20:47.557Z] --- PASS: TestGetWithStatusError (0.00s) [2021-06-28T11:20:47.557Z] === RUN TestCloseRootDirectory [2021-06-28T11:20:47.557Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:20:47.557Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-06-28T11:20:47.557Z] === RUN TestHashFile [2021-06-28T11:20:47.557Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:20:47.557Z] --- SKIP: TestHashFile (0.01s) [2021-06-28T11:20:47.557Z] === RUN TestHashSubdir [2021-06-28T11:20:47.557Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:20:47.557Z] --- SKIP: TestHashSubdir (0.01s) [2021-06-28T11:20:47.557Z] === RUN TestRemoveDirectory [2021-06-28T11:20:47.557Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:20:47.557Z] --- SKIP: TestRemoveDirectory (0.01s) [2021-06-28T11:20:47.557Z] PASS [2021-06-28T11:20:47.557Z] coverage: 9.3% of statements [2021-06-28T11:20:47.557Z] ok github.com/docker/docker/builder/remotecontext 0.330s coverage: 9.3% of statements [2021-06-28T11:20:47.851Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-06-28T11:20:48.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-28T11:20:48.513Z] === RUN TestGetAllAllowed [2021-06-28T11:20:48.513Z] --- PASS: TestGetAllAllowed (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestGetAllMeta [2021-06-28T11:20:48.513Z] --- PASS: TestGetAllMeta (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestWarnOnUnusedBuildArgs [2021-06-28T11:20:48.513Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestIsUnreferencedBuiltin [2021-06-28T11:20:48.513Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestIsExistingDirectory [2021-06-28T11:20:48.513Z] --- PASS: TestIsExistingDirectory (0.01s) [2021-06-28T11:20:48.513Z] === RUN TestGetFilenameForDownload [2021-06-28T11:20:48.513Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestEnv2Variables [2021-06-28T11:20:48.513Z] --- PASS: TestEnv2Variables (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-06-28T11:20:48.513Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestMaintainer [2021-06-28T11:20:48.513Z] --- PASS: TestMaintainer (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestLabel [2021-06-28T11:20:48.513Z] --- PASS: TestLabel (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestFromScratch [2021-06-28T11:20:48.513Z] --- PASS: TestFromScratch (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestFromWithArg [2021-06-28T11:20:48.513Z] --- PASS: TestFromWithArg (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-06-28T11:20:48.513Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestFromWithUndefinedArg [2021-06-28T11:20:48.513Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestFromMultiStageWithNamedStage [2021-06-28T11:20:48.513Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestOnbuild [2021-06-28T11:20:48.513Z] --- PASS: TestOnbuild (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestWorkdir [2021-06-28T11:20:48.513Z] --- PASS: TestWorkdir (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestCmd [2021-06-28T11:20:48.513Z] --- PASS: TestCmd (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestHealthcheckNone [2021-06-28T11:20:48.513Z] --- PASS: TestHealthcheckNone (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestHealthcheckCmd [2021-06-28T11:20:48.513Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestEntrypoint [2021-06-28T11:20:48.513Z] --- PASS: TestEntrypoint (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestExpose [2021-06-28T11:20:48.513Z] --- PASS: TestExpose (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestUser [2021-06-28T11:20:48.513Z] --- PASS: TestUser (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestVolume [2021-06-28T11:20:48.513Z] --- PASS: TestVolume (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestStopSignal [2021-06-28T11:20:48.513Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-28T11:20:48.513Z] --- SKIP: TestStopSignal (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestArg [2021-06-28T11:20:48.513Z] --- PASS: TestArg (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestShell [2021-06-28T11:20:48.513Z] --- PASS: TestShell (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestPrependEnvOnCmd [2021-06-28T11:20:48.513Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestRunWithBuildArgs [2021-06-28T11:20:48.513Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestRunIgnoresHealthcheck [2021-06-28T11:20:48.513Z] --- PASS: TestRunIgnoresHealthcheck (0.01s) [2021-06-28T11:20:48.513Z] === RUN TestDispatchUnsupportedOptions [2021-06-28T11:20:48.513Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-06-28T11:20:48.513Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-06-28T11:20:48.513Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-06-28T11:20:48.513Z] --- PASS: TestDispatchUnsupportedOptions (0.01s) [2021-06-28T11:20:48.513Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-06-28T11:20:48.513Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-06-28T11:20:48.513Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestNormalizeWorkdir [2021-06-28T11:20:48.513Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestDispatch [2021-06-28T11:20:48.513Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-06-28T11:20:48.513Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-06-28T11:20:48.513Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-06-28T11:20:48.513Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-06-28T11:20:48.513Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-06-28T11:20:48.513Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-06-28T11:20:48.513Z] === RUN TestDispatch/COPY_url [2021-06-28T11:20:48.513Z] --- PASS: TestDispatch (0.09s) [2021-06-28T11:20:48.513Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-06-28T11:20:48.513Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2021-06-28T11:20:48.513Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2021-06-28T11:20:48.513Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-06-28T11:20:48.513Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-06-28T11:20:48.513Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-06-28T11:20:48.513Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestAddScratchImageAddsToMounts [2021-06-28T11:20:48.513Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestAddFromScratchPopulatesPlatform [2021-06-28T11:20:48.513Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-06-28T11:20:48.513Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-06-28T11:20:48.513Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestImageSourceGetAddsToMounts [2021-06-28T11:20:48.513Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestEmptyDockerfile [2021-06-28T11:20:48.513Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestSymlinkDockerfile [2021-06-28T11:20:48.513Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-06-28T11:20:48.513Z] === RUN TestDockerfileOutsideTheBuildContext [2021-06-28T11:20:48.513Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestNonExistingDockerfile [2021-06-28T11:20:48.513Z] --- PASS: TestNonExistingDockerfile (0.01s) [2021-06-28T11:20:48.513Z] === RUN TestCopyRunConfig [2021-06-28T11:20:48.513Z] --- PASS: TestCopyRunConfig (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestDeepCopyRunConfig [2021-06-28T11:20:48.513Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestExportImage [2021-06-28T11:20:48.513Z] --- PASS: TestExportImage (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestNormalizeDest [2021-06-28T11:20:48.513Z] --- PASS: TestNormalizeDest (0.00s) [2021-06-28T11:20:48.513Z] PASS [2021-06-28T11:20:48.513Z] coverage: 47.0% of statements [2021-06-28T11:20:48.513Z] ok github.com/docker/docker/builder/dockerfile 0.267s coverage: 47.0% of statements [2021-06-28T11:20:48.513Z] === RUN TestEnable [2021-06-28T11:20:48.513Z] --- PASS: TestEnable (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestDisable [2021-06-28T11:20:48.513Z] --- PASS: TestDisable (0.00s) [2021-06-28T11:20:48.513Z] === RUN TestEnabled [2021-06-28T11:20:48.513Z] --- PASS: TestEnabled (0.00s) [2021-06-28T11:20:48.513Z] PASS [2021-06-28T11:20:48.513Z] coverage: 100.0% of statements [2021-06-28T11:20:48.513Z] ok github.com/docker/docker/cli/debug 0.047s coverage: 100.0% of statements [2021-06-28T11:20:48.621Z] --- PASS: TestCreateServiceMaxReplicas (3.28s) [2021-06-28T11:20:48.621Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-28T11:20:48.782Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-06-28T11:20:48.965Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-28T11:20:50.151Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-06-28T11:20:50.484Z] === RUN TestTCP4Proxy [2021-06-28T11:20:50.484Z] --- PASS: TestTCP4Proxy (0.01s) [2021-06-28T11:20:50.484Z] === RUN TestTCP4ProxyHalfClose [2021-06-28T11:20:50.484Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-06-28T11:20:50.484Z] === RUN TestTCP6Proxy [2021-06-28T11:20:50.484Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-28T11:20:50.484Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-06-28T11:20:50.484Z] === RUN TestTCPDualStackProxy [2021-06-28T11:20:50.484Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-28T11:20:50.484Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-06-28T11:20:50.484Z] === RUN TestUDP4Proxy [2021-06-28T11:20:50.484Z] --- PASS: TestUDP4Proxy (0.00s) [2021-06-28T11:20:50.484Z] === RUN TestUDP6Proxy [2021-06-28T11:20:50.484Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-28T11:20:50.484Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-06-28T11:20:50.484Z] === RUN TestUDPWriteError [2021-06-28T11:20:50.484Z] --- PASS: TestUDPWriteError (0.00s) [2021-06-28T11:20:50.484Z] === RUN TestSCTP4Proxy [2021-06-28T11:20:50.484Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-06-28T11:20:50.484Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-06-28T11:20:50.484Z] === RUN TestSCTP6Proxy [2021-06-28T11:20:50.484Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-28T11:20:50.484Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-06-28T11:20:50.484Z] PASS [2021-06-28T11:20:50.484Z] coverage: 49.4% of statements [2021-06-28T11:20:50.484Z] ok github.com/docker/docker/cmd/docker-proxy 0.088s coverage: 49.4% of statements [2021-06-28T11:20:51.908Z] ..........................xx.................... [ 29%] [2021-06-28T11:20:52.459Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-28T11:20:52.668Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-06-28T11:20:52.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-28T11:20:52.924Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-06-28T11:20:54.815Z] === RUN TestDockerSuite/TestAttachDetach [2021-06-28T11:20:54.815Z] docker_cli_daemon_test.go:1455: [d75c4188b4798] daemon is not started [2021-06-28T11:20:55.743Z] check_test.go:309: [d6d3ddea0d47f] daemon is not started [2021-06-28T11:20:55.743Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-06-28T11:20:56.306Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-06-28T11:20:57.673Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-06-28T11:20:58.602Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-06-28T11:20:59.970Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-06-28T11:21:00.900Z] check_test.go:309: [dc7ab559c2fa6] daemon is not started [2021-06-28T11:21:00.900Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-06-28T11:21:01.157Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-06-28T11:21:02.524Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-06-28T11:21:03.498Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.30s) [2021-06-28T11:21:03.498Z] === RUN TestCreateServiceSecretFileMode [2021-06-28T11:21:03.922Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-06-28T11:21:04.872Z] --- PASS: TestCreateServiceSecretFileMode (2.64s) [2021-06-28T11:21:04.873Z] === RUN TestCreateServiceConfigFileMode [2021-06-28T11:21:05.198Z] === RUN TestCheckpointCreateError [2021-06-28T11:21:05.198Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestCheckpointCreate [2021-06-28T11:21:05.198Z] --- PASS: TestCheckpointCreate (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestCheckpointDeleteError [2021-06-28T11:21:05.198Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestCheckpointDelete [2021-06-28T11:21:05.198Z] --- PASS: TestCheckpointDelete (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestCheckpointListError [2021-06-28T11:21:05.198Z] --- PASS: TestCheckpointListError (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestCheckpointList [2021-06-28T11:21:05.198Z] --- PASS: TestCheckpointList (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestCheckpointListContainerNotFound [2021-06-28T11:21:05.198Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestNewClientWithOpsFromEnv [2021-06-28T11:21:05.198Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-28T11:21:05.198Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestGetAPIPath [2021-06-28T11:21:05.198Z] --- PASS: TestGetAPIPath (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestParseHostURL [2021-06-28T11:21:05.198Z] --- PASS: TestParseHostURL (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-06-28T11:21:05.198Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestNegotiateAPIVersionEmpty [2021-06-28T11:21:05.198Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestNegotiateAPIVersion [2021-06-28T11:21:05.198Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestNegotiateAPVersionOverride [2021-06-28T11:21:05.198Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestNegotiateAPIVersionAutomatic [2021-06-28T11:21:05.198Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-06-28T11:21:05.198Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-06-28T11:21:05.198Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestClientRedirect [2021-06-28T11:21:05.198Z] --- PASS: TestClientRedirect (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestConfigCreateUnsupported [2021-06-28T11:21:05.198Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestConfigCreateError [2021-06-28T11:21:05.198Z] --- PASS: TestConfigCreateError (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestConfigCreate [2021-06-28T11:21:05.198Z] --- PASS: TestConfigCreate (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestConfigInspectNotFound [2021-06-28T11:21:05.198Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestConfigInspectWithEmptyID [2021-06-28T11:21:05.198Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestConfigInspectUnsupported [2021-06-28T11:21:05.198Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-06-28T11:21:05.198Z] === RUN TestConfigInspectError [2021-06-28T11:21:05.199Z] --- PASS: TestConfigInspectError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestConfigInspectConfigNotFound [2021-06-28T11:21:05.199Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestConfigInspect [2021-06-28T11:21:05.199Z] --- PASS: TestConfigInspect (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestConfigListUnsupported [2021-06-28T11:21:05.199Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestConfigListError [2021-06-28T11:21:05.199Z] --- PASS: TestConfigListError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestConfigList [2021-06-28T11:21:05.199Z] --- PASS: TestConfigList (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestConfigRemoveUnsupported [2021-06-28T11:21:05.199Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestConfigRemoveError [2021-06-28T11:21:05.199Z] --- PASS: TestConfigRemoveError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestConfigRemove [2021-06-28T11:21:05.199Z] --- PASS: TestConfigRemove (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestConfigUpdateUnsupported [2021-06-28T11:21:05.199Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestConfigUpdateError [2021-06-28T11:21:05.199Z] --- PASS: TestConfigUpdateError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestConfigUpdate [2021-06-28T11:21:05.199Z] --- PASS: TestConfigUpdate (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerCommitError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerCommitError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerCommit [2021-06-28T11:21:05.199Z] --- PASS: TestContainerCommit (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerStatPathError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerStatPathError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerStatPathNotFoundError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerStatPathNoHeaderError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerStatPath [2021-06-28T11:21:05.199Z] --- PASS: TestContainerStatPath (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestCopyToContainerError [2021-06-28T11:21:05.199Z] --- PASS: TestCopyToContainerError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestCopyToContainerNotFoundError [2021-06-28T11:21:05.199Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestCopyToContainerNotStatusOKError [2021-06-28T11:21:05.199Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestCopyToContainer [2021-06-28T11:21:05.199Z] --- PASS: TestCopyToContainer (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestCopyFromContainerError [2021-06-28T11:21:05.199Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestCopyFromContainerNotFoundError [2021-06-28T11:21:05.199Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestCopyFromContainerNotStatusOKError [2021-06-28T11:21:05.199Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestCopyFromContainerNoHeaderError [2021-06-28T11:21:05.199Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestCopyFromContainer [2021-06-28T11:21:05.199Z] --- PASS: TestCopyFromContainer (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerCreateError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerCreateError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerCreateImageNotFound [2021-06-28T11:21:05.199Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerCreateWithName [2021-06-28T11:21:05.199Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerCreateAutoRemove [2021-06-28T11:21:05.199Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerDiffError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerDiffError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerDiff [2021-06-28T11:21:05.199Z] --- PASS: TestContainerDiff (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerExecCreateError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerExecCreate [2021-06-28T11:21:05.199Z] --- PASS: TestContainerExecCreate (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerExecStartError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerExecStartError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerExecStart [2021-06-28T11:21:05.199Z] --- PASS: TestContainerExecStart (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerExecInspectError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerExecInspect [2021-06-28T11:21:05.199Z] --- PASS: TestContainerExecInspect (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerExportError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerExportError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerExport [2021-06-28T11:21:05.199Z] --- PASS: TestContainerExport (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerInspectError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerInspectError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerInspectContainerNotFound [2021-06-28T11:21:05.199Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerInspectWithEmptyID [2021-06-28T11:21:05.199Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerInspect [2021-06-28T11:21:05.199Z] --- PASS: TestContainerInspect (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerInspectNode [2021-06-28T11:21:05.199Z] --- PASS: TestContainerInspectNode (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerKillError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerKillError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerKill [2021-06-28T11:21:05.199Z] --- PASS: TestContainerKill (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerListError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerListError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerList [2021-06-28T11:21:05.199Z] --- PASS: TestContainerList (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerLogsNotFoundError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerLogsError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerLogsError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerLogs [2021-06-28T11:21:05.199Z] --- PASS: TestContainerLogs (0.24s) [2021-06-28T11:21:05.199Z] === RUN TestContainerPauseError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerPauseError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerPause [2021-06-28T11:21:05.199Z] --- PASS: TestContainerPause (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainersPruneError [2021-06-28T11:21:05.199Z] --- PASS: TestContainersPruneError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainersPrune [2021-06-28T11:21:05.199Z] --- PASS: TestContainersPrune (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerRemoveError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerRemoveError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerRemoveNotFoundError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerRemove [2021-06-28T11:21:05.199Z] --- PASS: TestContainerRemove (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerRenameError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerRenameError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerRename [2021-06-28T11:21:05.199Z] --- PASS: TestContainerRename (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerResizeError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerResizeError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerExecResizeError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerResize [2021-06-28T11:21:05.199Z] --- PASS: TestContainerResize (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerExecResize [2021-06-28T11:21:05.199Z] --- PASS: TestContainerExecResize (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerRestartError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerRestartError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerRestart [2021-06-28T11:21:05.199Z] --- PASS: TestContainerRestart (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerStartError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerStartError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerStart [2021-06-28T11:21:05.199Z] --- PASS: TestContainerStart (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerStatsError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerStatsError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerStats [2021-06-28T11:21:05.199Z] --- PASS: TestContainerStats (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerStopError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerStopError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerStop [2021-06-28T11:21:05.199Z] --- PASS: TestContainerStop (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerTopError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerTopError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerTop [2021-06-28T11:21:05.199Z] --- PASS: TestContainerTop (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerUnpauseError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerUnpause [2021-06-28T11:21:05.199Z] --- PASS: TestContainerUnpause (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerUpdateError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerUpdateError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerUpdate [2021-06-28T11:21:05.199Z] --- PASS: TestContainerUpdate (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerWaitError [2021-06-28T11:21:05.199Z] --- PASS: TestContainerWaitError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestContainerWait [2021-06-28T11:21:05.199Z] --- PASS: TestContainerWait (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestDiskUsageError [2021-06-28T11:21:05.199Z] --- PASS: TestDiskUsageError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestDiskUsage [2021-06-28T11:21:05.199Z] --- PASS: TestDiskUsage (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestDistributionInspectUnsupported [2021-06-28T11:21:05.199Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestDistributionInspectWithEmptyID [2021-06-28T11:21:05.199Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestEventsErrorInOptions [2021-06-28T11:21:05.199Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestEventsErrorFromServer [2021-06-28T11:21:05.199Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestEvents [2021-06-28T11:21:05.199Z] --- PASS: TestEvents (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestTLSCloseWriter [2021-06-28T11:21:05.199Z] === PAUSE TestTLSCloseWriter [2021-06-28T11:21:05.199Z] === RUN TestImageBuildError [2021-06-28T11:21:05.199Z] --- PASS: TestImageBuildError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageBuild [2021-06-28T11:21:05.199Z] --- PASS: TestImageBuild (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestGetDockerOS [2021-06-28T11:21:05.199Z] --- PASS: TestGetDockerOS (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageCreateError [2021-06-28T11:21:05.199Z] --- PASS: TestImageCreateError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageCreate [2021-06-28T11:21:05.199Z] --- PASS: TestImageCreate (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageHistoryError [2021-06-28T11:21:05.199Z] --- PASS: TestImageHistoryError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageHistory [2021-06-28T11:21:05.199Z] --- PASS: TestImageHistory (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageImportError [2021-06-28T11:21:05.199Z] --- PASS: TestImageImportError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageImport [2021-06-28T11:21:05.199Z] --- PASS: TestImageImport (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageInspectError [2021-06-28T11:21:05.199Z] --- PASS: TestImageInspectError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageInspectImageNotFound [2021-06-28T11:21:05.199Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageInspectWithEmptyID [2021-06-28T11:21:05.199Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageInspect [2021-06-28T11:21:05.199Z] --- PASS: TestImageInspect (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageListError [2021-06-28T11:21:05.199Z] --- PASS: TestImageListError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageList [2021-06-28T11:21:05.199Z] --- PASS: TestImageList (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageListApiBefore125 [2021-06-28T11:21:05.199Z] --- PASS: TestImageListApiBefore125 (0.02s) [2021-06-28T11:21:05.199Z] === RUN TestImageLoadError [2021-06-28T11:21:05.199Z] --- PASS: TestImageLoadError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageLoad [2021-06-28T11:21:05.199Z] --- PASS: TestImageLoad (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImagesPruneError [2021-06-28T11:21:05.199Z] --- PASS: TestImagesPruneError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImagesPrune [2021-06-28T11:21:05.199Z] --- PASS: TestImagesPrune (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImagePullReferenceParseError [2021-06-28T11:21:05.199Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImagePullAnyError [2021-06-28T11:21:05.199Z] --- PASS: TestImagePullAnyError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImagePullStatusUnauthorizedError [2021-06-28T11:21:05.199Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-28T11:21:05.199Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-28T11:21:05.199Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-06-28T11:21:05.199Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImagePullWithoutErrors [2021-06-28T11:21:05.199Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImagePushReferenceError [2021-06-28T11:21:05.199Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImagePushAnyError [2021-06-28T11:21:05.199Z] --- PASS: TestImagePushAnyError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImagePushStatusUnauthorizedError [2021-06-28T11:21:05.199Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-28T11:21:05.199Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-28T11:21:05.199Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-06-28T11:21:05.199Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImagePushWithoutErrors [2021-06-28T11:21:05.199Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-06-28T11:21:05.199Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-06-28T11:21:05.199Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-06-28T11:21:05.199Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-06-28T11:21:05.199Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-06-28T11:21:05.199Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-06-28T11:21:05.199Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-06-28T11:21:05.199Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-06-28T11:21:05.199Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageRemoveError [2021-06-28T11:21:05.199Z] --- PASS: TestImageRemoveError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageRemoveImageNotFound [2021-06-28T11:21:05.199Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageRemove [2021-06-28T11:21:05.199Z] --- PASS: TestImageRemove (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageSaveError [2021-06-28T11:21:05.199Z] --- PASS: TestImageSaveError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageSave [2021-06-28T11:21:05.199Z] --- PASS: TestImageSave (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageSearchAnyError [2021-06-28T11:21:05.199Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageSearchStatusUnauthorizedError [2021-06-28T11:21:05.199Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-28T11:21:05.199Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-28T11:21:05.199Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-06-28T11:21:05.199Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageSearchWithoutErrors [2021-06-28T11:21:05.199Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageTagError [2021-06-28T11:21:05.199Z] --- PASS: TestImageTagError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageTagInvalidReference [2021-06-28T11:21:05.199Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageTagInvalidSourceImageName [2021-06-28T11:21:05.199Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageTagHexSource [2021-06-28T11:21:05.199Z] --- PASS: TestImageTagHexSource (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestImageTag [2021-06-28T11:21:05.199Z] --- PASS: TestImageTag (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestInfoServerError [2021-06-28T11:21:05.199Z] --- PASS: TestInfoServerError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestInfoInvalidResponseJSONError [2021-06-28T11:21:05.199Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestInfo [2021-06-28T11:21:05.199Z] --- PASS: TestInfo (0.02s) [2021-06-28T11:21:05.199Z] === RUN TestNetworkConnectError [2021-06-28T11:21:05.199Z] --- PASS: TestNetworkConnectError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-06-28T11:21:05.199Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNetworkConnect [2021-06-28T11:21:05.199Z] --- PASS: TestNetworkConnect (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNetworkCreateError [2021-06-28T11:21:05.199Z] --- PASS: TestNetworkCreateError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNetworkCreate [2021-06-28T11:21:05.199Z] --- PASS: TestNetworkCreate (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNetworkDisconnectError [2021-06-28T11:21:05.199Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNetworkDisconnect [2021-06-28T11:21:05.199Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNetworkInspectError [2021-06-28T11:21:05.199Z] --- PASS: TestNetworkInspectError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNetworkInspectNotFoundError [2021-06-28T11:21:05.199Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNetworkInspectWithEmptyID [2021-06-28T11:21:05.199Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNetworkInspect [2021-06-28T11:21:05.199Z] --- PASS: TestNetworkInspect (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNetworkListError [2021-06-28T11:21:05.199Z] --- PASS: TestNetworkListError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNetworkList [2021-06-28T11:21:05.199Z] --- PASS: TestNetworkList (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNetworksPruneError [2021-06-28T11:21:05.199Z] --- PASS: TestNetworksPruneError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNetworksPrune [2021-06-28T11:21:05.199Z] --- PASS: TestNetworksPrune (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNetworkRemoveError [2021-06-28T11:21:05.199Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNetworkRemove [2021-06-28T11:21:05.199Z] --- PASS: TestNetworkRemove (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNodeInspectError [2021-06-28T11:21:05.199Z] --- PASS: TestNodeInspectError (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNodeInspectNodeNotFound [2021-06-28T11:21:05.199Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-06-28T11:21:05.199Z] === RUN TestNodeInspectWithEmptyID [2021-06-28T11:21:05.199Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestNodeInspect [2021-06-28T11:21:05.200Z] --- PASS: TestNodeInspect (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestNodeListError [2021-06-28T11:21:05.200Z] --- PASS: TestNodeListError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestNodeList [2021-06-28T11:21:05.200Z] --- PASS: TestNodeList (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestNodeRemoveError [2021-06-28T11:21:05.200Z] --- PASS: TestNodeRemoveError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestNodeRemove [2021-06-28T11:21:05.200Z] --- PASS: TestNodeRemove (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestNodeUpdateError [2021-06-28T11:21:05.200Z] --- PASS: TestNodeUpdateError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestNodeUpdate [2021-06-28T11:21:05.200Z] --- PASS: TestNodeUpdate (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestOptionWithTimeout [2021-06-28T11:21:05.200Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPingFail [2021-06-28T11:21:05.200Z] --- PASS: TestPingFail (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPingWithError [2021-06-28T11:21:05.200Z] 2021/06/28 11:21:03 RoundTripper returned a response & error; ignoring response [2021-06-28T11:21:05.200Z] 2021/06/28 11:21:03 RoundTripper returned a response & error; ignoring response [2021-06-28T11:21:05.200Z] --- PASS: TestPingWithError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPingSuccess [2021-06-28T11:21:05.200Z] --- PASS: TestPingSuccess (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPingHeadFallback [2021-06-28T11:21:05.200Z] === RUN TestPingHeadFallback/OK [2021-06-28T11:21:05.200Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-06-28T11:21:05.200Z] === RUN TestPingHeadFallback/Not_Found [2021-06-28T11:21:05.200Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-06-28T11:21:05.200Z] --- PASS: TestPingHeadFallback (0.00s) [2021-06-28T11:21:05.200Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-06-28T11:21:05.200Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-06-28T11:21:05.200Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-06-28T11:21:05.200Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPluginDisableError [2021-06-28T11:21:05.200Z] --- PASS: TestPluginDisableError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPluginDisable [2021-06-28T11:21:05.200Z] --- PASS: TestPluginDisable (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPluginEnableError [2021-06-28T11:21:05.200Z] --- PASS: TestPluginEnableError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPluginEnable [2021-06-28T11:21:05.200Z] --- PASS: TestPluginEnable (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPluginInspectError [2021-06-28T11:21:05.200Z] --- PASS: TestPluginInspectError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPluginInspectWithEmptyID [2021-06-28T11:21:05.200Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPluginInspect [2021-06-28T11:21:05.200Z] --- PASS: TestPluginInspect (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPluginListError [2021-06-28T11:21:05.200Z] --- PASS: TestPluginListError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPluginList [2021-06-28T11:21:05.200Z] --- PASS: TestPluginList (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPluginPushError [2021-06-28T11:21:05.200Z] --- PASS: TestPluginPushError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPluginPush [2021-06-28T11:21:05.200Z] --- PASS: TestPluginPush (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPluginRemoveError [2021-06-28T11:21:05.200Z] --- PASS: TestPluginRemoveError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPluginRemove [2021-06-28T11:21:05.200Z] --- PASS: TestPluginRemove (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPluginSetError [2021-06-28T11:21:05.200Z] --- PASS: TestPluginSetError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPluginSet [2021-06-28T11:21:05.200Z] --- PASS: TestPluginSet (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSetHostHeader [2021-06-28T11:21:05.200Z] --- PASS: TestSetHostHeader (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestPlainTextError [2021-06-28T11:21:05.200Z] --- PASS: TestPlainTextError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestInfiniteError [2021-06-28T11:21:05.200Z] --- PASS: TestInfiniteError (0.03s) [2021-06-28T11:21:05.200Z] === RUN TestCanceledContext [2021-06-28T11:21:05.200Z] 2021/06/28 11:21:03 RoundTripper returned a response & error; ignoring response [2021-06-28T11:21:05.200Z] --- PASS: TestCanceledContext (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestDeadlineExceededContext [2021-06-28T11:21:05.200Z] 2021/06/28 11:21:03 RoundTripper returned a response & error; ignoring response [2021-06-28T11:21:05.200Z] --- PASS: TestDeadlineExceededContext (0.01s) [2021-06-28T11:21:05.200Z] === RUN TestSecretCreateUnsupported [2021-06-28T11:21:05.200Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSecretCreateError [2021-06-28T11:21:05.200Z] --- PASS: TestSecretCreateError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSecretCreate [2021-06-28T11:21:05.200Z] --- PASS: TestSecretCreate (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSecretInspectUnsupported [2021-06-28T11:21:05.200Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSecretInspectError [2021-06-28T11:21:05.200Z] --- PASS: TestSecretInspectError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSecretInspectSecretNotFound [2021-06-28T11:21:05.200Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSecretInspectWithEmptyID [2021-06-28T11:21:05.200Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSecretInspect [2021-06-28T11:21:05.200Z] --- PASS: TestSecretInspect (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSecretListUnsupported [2021-06-28T11:21:05.200Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSecretListError [2021-06-28T11:21:05.200Z] --- PASS: TestSecretListError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSecretList [2021-06-28T11:21:05.200Z] --- PASS: TestSecretList (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSecretRemoveUnsupported [2021-06-28T11:21:05.200Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSecretRemoveError [2021-06-28T11:21:05.200Z] --- PASS: TestSecretRemoveError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSecretRemove [2021-06-28T11:21:05.200Z] --- PASS: TestSecretRemove (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSecretUpdateUnsupported [2021-06-28T11:21:05.200Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSecretUpdateError [2021-06-28T11:21:05.200Z] --- PASS: TestSecretUpdateError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSecretUpdate [2021-06-28T11:21:05.200Z] --- PASS: TestSecretUpdate (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceCreateError [2021-06-28T11:21:05.200Z] --- PASS: TestServiceCreateError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceCreate [2021-06-28T11:21:05.200Z] --- PASS: TestServiceCreate (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceCreateCompatiblePlatforms [2021-06-28T11:21:05.200Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceCreateDigestPinning [2021-06-28T11:21:05.200Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceInspectError [2021-06-28T11:21:05.200Z] --- PASS: TestServiceInspectError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceInspectServiceNotFound [2021-06-28T11:21:05.200Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceInspectWithEmptyID [2021-06-28T11:21:05.200Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceInspect [2021-06-28T11:21:05.200Z] --- PASS: TestServiceInspect (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceListError [2021-06-28T11:21:05.200Z] --- PASS: TestServiceListError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceList [2021-06-28T11:21:05.200Z] --- PASS: TestServiceList (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceLogsError [2021-06-28T11:21:05.200Z] --- PASS: TestServiceLogsError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceLogs [2021-06-28T11:21:05.200Z] --- PASS: TestServiceLogs (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceRemoveError [2021-06-28T11:21:05.200Z] --- PASS: TestServiceRemoveError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceRemoveNotFoundError [2021-06-28T11:21:05.200Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceRemove [2021-06-28T11:21:05.200Z] --- PASS: TestServiceRemove (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceUpdateError [2021-06-28T11:21:05.200Z] --- PASS: TestServiceUpdateError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestServiceUpdate [2021-06-28T11:21:05.200Z] --- PASS: TestServiceUpdate (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSwarmGetUnlockKeyError [2021-06-28T11:21:05.200Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSwarmGetUnlockKey [2021-06-28T11:21:05.200Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSwarmInitError [2021-06-28T11:21:05.200Z] --- PASS: TestSwarmInitError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSwarmInit [2021-06-28T11:21:05.200Z] --- PASS: TestSwarmInit (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSwarmInspectError [2021-06-28T11:21:05.200Z] --- PASS: TestSwarmInspectError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSwarmInspect [2021-06-28T11:21:05.200Z] --- PASS: TestSwarmInspect (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSwarmJoinError [2021-06-28T11:21:05.200Z] --- PASS: TestSwarmJoinError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSwarmJoin [2021-06-28T11:21:05.200Z] --- PASS: TestSwarmJoin (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSwarmLeaveError [2021-06-28T11:21:05.200Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSwarmLeave [2021-06-28T11:21:05.200Z] --- PASS: TestSwarmLeave (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSwarmUnlockError [2021-06-28T11:21:05.200Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSwarmUnlock [2021-06-28T11:21:05.200Z] --- PASS: TestSwarmUnlock (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSwarmUpdateError [2021-06-28T11:21:05.200Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestSwarmUpdate [2021-06-28T11:21:05.200Z] --- PASS: TestSwarmUpdate (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestTaskInspectError [2021-06-28T11:21:05.200Z] --- PASS: TestTaskInspectError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestTaskInspectWithEmptyID [2021-06-28T11:21:05.200Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestTaskInspect [2021-06-28T11:21:05.200Z] --- PASS: TestTaskInspect (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestTaskListError [2021-06-28T11:21:05.200Z] --- PASS: TestTaskListError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestTaskList [2021-06-28T11:21:05.200Z] --- PASS: TestTaskList (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestVolumeCreateError [2021-06-28T11:21:05.200Z] --- PASS: TestVolumeCreateError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestVolumeCreate [2021-06-28T11:21:05.200Z] --- PASS: TestVolumeCreate (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestVolumeInspectError [2021-06-28T11:21:05.200Z] --- PASS: TestVolumeInspectError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestVolumeInspectNotFound [2021-06-28T11:21:05.200Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestVolumeInspectWithEmptyID [2021-06-28T11:21:05.200Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestVolumeInspect [2021-06-28T11:21:05.200Z] --- PASS: TestVolumeInspect (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestVolumeListError [2021-06-28T11:21:05.200Z] --- PASS: TestVolumeListError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestVolumeList [2021-06-28T11:21:05.200Z] --- PASS: TestVolumeList (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestVolumeRemoveError [2021-06-28T11:21:05.200Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-06-28T11:21:05.200Z] === RUN TestVolumeRemove [2021-06-28T11:21:05.200Z] --- PASS: TestVolumeRemove (0.00s) [2021-06-28T11:21:05.200Z] === CONT TestTLSCloseWriter [2021-06-28T11:21:05.200Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-06-28T11:21:05.200Z] PASS [2021-06-28T11:21:05.200Z] coverage: 75.0% of statements [2021-06-28T11:21:05.200Z] ok github.com/docker/docker/client 0.550s coverage: 75.0% of statements [2021-06-28T11:21:05.824Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-06-28T11:21:06.754Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-06-28T11:21:07.404Z] --- PASS: TestCreateServiceConfigFileMode (2.66s) [2021-06-28T11:21:07.404Z] === RUN TestCreateServiceSysctls [2021-06-28T11:21:07.631Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-28T11:21:08.647Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-06-28T11:21:08.903Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-06-28T11:21:09.833Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-06-28T11:21:09.833Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-06-28T11:21:11.591Z] --- PASS: TestCreateServiceSysctls (3.67s) [2021-06-28T11:21:11.591Z] === RUN TestCreateServiceCapabilities [2021-06-28T11:21:11.724Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-06-28T11:21:11.724Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-06-28T11:21:12.286Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-06-28T11:21:12.850Z] Loaded image: buildpack-deps:buster [2021-06-28T11:21:13.106Z] Loaded image: busybox:latest [2021-06-28T11:21:13.363Z] Loaded image: busybox:glibc [2021-06-28T11:21:14.122Z] --- PASS: TestCreateServiceCapabilities (2.73s) [2021-06-28T11:21:14.122Z] === RUN TestInspect [2021-06-28T11:21:16.634Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-06-28T11:21:17.346Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-06-28T11:21:17.410Z] --- PASS: TestInspect (3.18s) [2021-06-28T11:21:17.410Z] === RUN TestCreateJob [2021-06-28T11:21:20.696Z] --- PASS: TestCreateJob (3.55s) [2021-06-28T11:21:20.696Z] === RUN TestReplicatedJob [2021-06-28T11:21:20.803Z] Loaded image: debian:bullseye [2021-06-28T11:21:20.803Z] Loaded image: hello-world:latest [2021-06-28T11:21:20.803Z] Loaded image: arm32v7/hello-world:latest [2021-06-28T11:21:21.059Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-06-28T11:21:24.328Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-06-28T11:21:25.696Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-06-28T11:21:26.993Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-06-28T11:21:27.266Z] --- PASS: TestReplicatedJob (6.55s) [2021-06-28T11:21:27.266Z] === RUN TestUpdateReplicatedJob [2021-06-28T11:21:28.970Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-06-28T11:21:28.971Z] check_test.go:309: [df56197413b71] daemon is not started [2021-06-28T11:21:28.971Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-06-28T11:21:29.533Z] check_test.go:309: [d2f21ca3d3983] daemon is not started [2021-06-28T11:21:29.533Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-06-28T11:21:29.644Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-28T11:21:30.223Z] --- PASS: TestCheckoutGit (41.88s) [2021-06-28T11:21:30.223Z] === RUN TestValidGitTransport [2021-06-28T11:21:30.223Z] --- PASS: TestValidGitTransport (0.00s) [2021-06-28T11:21:30.223Z] === RUN TestGitInvalidRef [2021-06-28T11:21:30.223Z] --- PASS: TestGitInvalidRef (0.28s) [2021-06-28T11:21:30.223Z] PASS [2021-06-28T11:21:30.223Z] coverage: 86.3% of statements [2021-06-28T11:21:30.223Z] ok github.com/docker/docker/builder/remotecontext/git 42.244s coverage: 86.3% of statements [2021-06-28T11:21:30.223Z] ? github.com/docker/docker/cli [no test files] [2021-06-28T11:21:30.223Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-28T11:21:30.571Z] --- PASS: TestUpdateReplicatedJob (3.69s) [2021-06-28T11:21:30.571Z] === RUN TestServiceListWithStatuses [2021-06-28T11:21:30.571Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-28T11:21:30.571Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-28T11:21:30.571Z] === RUN TestDockerNetworkConnectAlias [2021-06-28T11:21:30.900Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (46.10s) [2021-06-28T11:21:30.900Z] PASS [2021-06-28T11:21:30.900Z] [2021-06-28T11:21:30.900Z] === Skipped [2021-06-28T11:21:30.900Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-28T11:21:30.900Z] build_session_test.go:25: TODO: BuildKit [2021-06-28T11:21:30.900Z] [2021-06-28T11:21:30.900Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-06-28T11:21:30.900Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-28T11:21:30.900Z] [2021-06-28T11:21:30.900Z] [2021-06-28T11:21:30.900Z] DONE 34 tests, 2 skipped in 273.036s [2021-06-28T11:21:30.900Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-28T11:21:30.900Z] ++ 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 [2021-06-28T11:21:30.900Z] ++ set -e [2021-06-28T11:21:30.900Z] ++ '[' -n 0 ']' [2021-06-28T11:21:30.900Z] ++ set -x [2021-06-28T11:21:30.900Z] ++ 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 [2021-06-28T11:21:31.156Z] INFO: Testing against a local daemon [2021-06-28T11:21:31.156Z] === RUN TestConfigInspect [2021-06-28T11:21:31.413Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-06-28T11:21:31.977Z] check_test.go:309: [d1bf7a4fe8ce1] daemon is not started [2021-06-28T11:21:31.977Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-06-28T11:21:33.157Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-06-28T11:21:34.496Z] --- PASS: TestConfigInspect (2.93s) [2021-06-28T11:21:34.496Z] === RUN TestConfigList [2021-06-28T11:21:34.752Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-06-28T11:21:35.841Z] --- PASS: TestDockerNetworkConnectAlias (4.88s) [2021-06-28T11:21:35.841Z] === RUN TestDockerNetworkReConnect [2021-06-28T11:21:36.120Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-06-28T11:21:36.376Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-06-28T11:21:36.942Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-06-28T11:21:36.942Z] --- PASS: TestConfigList (2.85s) [2021-06-28T11:21:36.942Z] === RUN TestConfigsCreateAndDelete [2021-06-28T11:21:38.834Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-06-28T11:21:38.834Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-06-28T11:21:38.834Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-06-28T11:21:39.125Z] --- PASS: TestDockerNetworkReConnect (3.55s) [2021-06-28T11:21:39.125Z] === RUN TestServicePlugin [2021-06-28T11:21:39.397Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-06-28T11:21:39.959Z] --- PASS: TestConfigsCreateAndDelete (2.87s) [2021-06-28T11:21:39.959Z] === RUN TestConfigsUpdate [2021-06-28T11:21:39.959Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-06-28T11:21:40.521Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-06-28T11:21:41.894Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-06-28T11:21:42.457Z] --- PASS: TestConfigsUpdate (2.52s) [2021-06-28T11:21:42.457Z] === RUN TestTemplatedConfig [2021-06-28T11:21:43.312Z] plugin_test.go:62: [dbfe583395ae9] joining swarm manager [de5bdc0ea9103]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:21:43.824Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-06-28T11:21:43.879Z] plugin_test.go:65: [d93652998813a] joining swarm manager [de5bdc0ea9103]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:21:44.081Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-06-28T11:21:44.644Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-06-28T11:21:45.083Z] === RUN TestContainerStopSignal [2021-06-28T11:21:45.083Z] --- PASS: TestContainerStopSignal (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestContainerStopTimeout [2021-06-28T11:21:45.083Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestContainerSecretReferenceDestTarget [2021-06-28T11:21:45.083Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-06-28T11:21:45.083Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2021-06-28T11:21:45.083Z] === RUN TestContainerLogPathSetForRingLogger [2021-06-28T11:21:45.083Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s) [2021-06-28T11:21:45.083Z] === RUN TestReplaceAndAppendEnvVars [2021-06-28T11:21:45.083Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-06-28T11:21:45.083Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestNewMemoryStore [2021-06-28T11:21:45.083Z] --- PASS: TestNewMemoryStore (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestAddContainers [2021-06-28T11:21:45.083Z] --- PASS: TestAddContainers (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestGetContainer [2021-06-28T11:21:45.083Z] --- PASS: TestGetContainer (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestDeleteContainer [2021-06-28T11:21:45.083Z] --- PASS: TestDeleteContainer (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestListContainers [2021-06-28T11:21:45.083Z] --- PASS: TestListContainers (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestFirstContainer [2021-06-28T11:21:45.083Z] --- PASS: TestFirstContainer (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestApplyAllContainer [2021-06-28T11:21:45.083Z] --- PASS: TestApplyAllContainer (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestIsValidHealthString [2021-06-28T11:21:45.083Z] --- PASS: TestIsValidHealthString (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestStateRunStop [2021-06-28T11:21:45.083Z] --- PASS: TestStateRunStop (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestStateTimeoutWait [2021-06-28T11:21:45.083Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-06-28T11:21:45.083Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-06-28T11:21:45.083Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-06-28T11:21:45.083Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-06-28T11:21:45.083Z] state_test.go:141: Stop callback fired [2021-06-28T11:21:45.083Z] state_test.go:165: Stop callback fired [2021-06-28T11:21:45.083Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-06-28T11:21:45.083Z] === RUN TestIsValidStateString [2021-06-28T11:21:45.083Z] --- PASS: TestIsValidStateString (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestViewSaveDelete [2021-06-28T11:21:45.083Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-06-28T11:21:45.083Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-06-28T11:21:45.083Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-06-28T11:21:45.083Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.03s) [2021-06-28T11:21:45.083Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-06-28T11:21:45.083Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-06-28T11:21:45.083Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-06-28T11:21:45.083Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-06-28T11:21:45.083Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-06-28T11:21:45.083Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.01s) [2021-06-28T11:21:45.083Z] === RUN TestConfigureDaemonLogs [2021-06-28T11:21:45.083Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestCommonOptionsInstallFlags [2021-06-28T11:21:45.083Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-06-28T11:21:45.083Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-06-28T11:21:45.083Z] PASS [2021-06-28T11:21:45.083Z] coverage: 18.5% of statements [2021-06-28T11:21:45.083Z] ok github.com/docker/docker/cmd/dockerd 0.257s coverage: 18.5% of statements [2021-06-28T11:21:45.083Z] --- PASS: TestViewSaveDelete (0.07s) [2021-06-28T11:21:45.083Z] === RUN TestViewAll [2021-06-28T11:21:45.083Z] --- PASS: TestViewAll (0.04s) [2021-06-28T11:21:45.083Z] === RUN TestViewGet [2021-06-28T11:21:45.083Z] --- PASS: TestViewGet (0.02s) [2021-06-28T11:21:45.083Z] === RUN TestNames [2021-06-28T11:21:45.083Z] --- PASS: TestNames (0.00s) [2021-06-28T11:21:45.083Z] === RUN TestViewWithHealthCheck [2021-06-28T11:21:45.083Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-06-28T11:21:45.083Z] PASS [2021-06-28T11:21:45.083Z] coverage: 41.5% of statements [2021-06-28T11:21:45.083Z] ok github.com/docker/docker/container 0.393s coverage: 41.5% of statements [2021-06-28T11:21:45.083Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-28T11:21:45.083Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-28T11:21:45.083Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-28T11:21:45.083Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-28T11:21:46.536Z] --- PASS: TestTemplatedConfig (4.16s) [2021-06-28T11:21:46.536Z] === RUN TestConfigCreateResolve [2021-06-28T11:21:46.629Z] === RUN TestPrepare [2021-06-28T11:21:46.629Z] --- PASS: TestPrepare (0.00s) [2021-06-28T11:21:46.629Z] === RUN TestStart [2021-06-28T11:21:46.629Z] --- PASS: TestStart (0.00s) [2021-06-28T11:21:46.629Z] === RUN TestWaitCancel [2021-06-28T11:21:46.629Z] --- PASS: TestWaitCancel (0.00s) [2021-06-28T11:21:46.629Z] === RUN TestWaitDisabled [2021-06-28T11:21:46.629Z] --- PASS: TestWaitDisabled (0.00s) [2021-06-28T11:21:46.629Z] === RUN TestWaitEnabled [2021-06-28T11:21:46.629Z] --- PASS: TestWaitEnabled (0.00s) [2021-06-28T11:21:46.629Z] === RUN TestRemove [2021-06-28T11:21:46.629Z] --- PASS: TestRemove (0.00s) [2021-06-28T11:21:46.629Z] PASS [2021-06-28T11:21:46.629Z] coverage: 65.3% of statements [2021-06-28T11:21:46.629Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.127s coverage: 65.3% of statements [2021-06-28T11:21:47.905Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-06-28T11:21:48.469Z] check_test.go:309: [d4a067f366c1d] daemon is not started [2021-06-28T11:21:48.469Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-06-28T11:21:49.032Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-06-28T11:21:49.289Z] --- PASS: TestConfigCreateResolve (2.69s) [2021-06-28T11:21:49.289Z] PASS [2021-06-28T11:21:49.289Z] [2021-06-28T11:21:49.289Z] DONE 6 tests in 18.171s [2021-06-28T11:21:49.289Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-28T11:21:49.289Z] ++ 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 [2021-06-28T11:21:49.289Z] ++ set -e [2021-06-28T11:21:49.289Z] ++ '[' -n 0 ']' [2021-06-28T11:21:49.289Z] ++ set -x [2021-06-28T11:21:49.289Z] ++ 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 [2021-06-28T11:21:49.289Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-06-28T11:21:49.545Z] INFO: Testing against a local daemon [2021-06-28T11:21:49.545Z] === RUN TestCheckpoint [2021-06-28T11:21:49.545Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-28T11:21:49.545Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-28T11:21:49.545Z] === RUN TestContainerInvalidJSON [2021-06-28T11:21:49.545Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T11:21:49.545Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T11:21:49.545Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T11:21:49.545Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T11:21:49.545Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-28T11:21:49.545Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-28T11:21:49.545Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T11:21:49.545Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-28T11:21:49.545Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T11:21:49.545Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-06-28T11:21:49.545Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-28T11:21:49.545Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-28T11:21:49.545Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-28T11:21:49.545Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-28T11:21:49.545Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-06-28T11:21:49.545Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-28T11:21:49.545Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-06-28T11:21:49.545Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-28T11:21:49.556Z] === RUN TestNewListSecretsFilters [2021-06-28T11:21:49.556Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-06-28T11:21:49.556Z] === RUN TestNewListConfigsFilters [2021-06-28T11:21:49.556Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-06-28T11:21:49.556Z] PASS [2021-06-28T11:21:49.556Z] coverage: 0.5% of statements [2021-06-28T11:21:49.556Z] ok github.com/docker/docker/daemon/cluster 0.640s coverage: 0.5% of statements [2021-06-28T11:21:49.801Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2021-06-28T11:21:49.801Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-28T11:21:49.801Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-06-28T11:21:49.801Z] === RUN TestCopyFromContainer [2021-06-28T11:21:50.057Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-06-28T11:21:50.533Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-06-28T11:21:50.533Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.24s) [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCIsolation [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertFromGRPCIsolation [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-06-28T11:21:50.533Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-06-28T11:21:50.533Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-28T11:21:50.534Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-06-28T11:21:50.534Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-06-28T11:21:50.534Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-06-28T11:21:50.534Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-06-28T11:21:50.534Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-28T11:21:50.534Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-06-28T11:21:50.534Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-06-28T11:21:50.534Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-06-28T11:21:50.534Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-06-28T11:21:50.534Z] === RUN TestServiceConvertFromGRPCConfigs [2021-06-28T11:21:50.534Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-06-28T11:21:50.534Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-06-28T11:21:50.534Z] === RUN TestServiceConvertToGRPCConfigs [2021-06-28T11:21:50.534Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-06-28T11:21:50.534Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-06-28T11:21:50.534Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-06-28T11:21:50.534Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-06-28T11:21:50.534Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-06-28T11:21:50.534Z] PASS [2021-06-28T11:21:50.534Z] coverage: 35.9% of statements [2021-06-28T11:21:50.534Z] ok github.com/docker/docker/daemon/cluster/convert 0.419s coverage: 35.9% of statements [2021-06-28T11:21:51.605Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-28T11:21:51.948Z] === RUN TestCopyFromContainer// [2021-06-28T11:21:51.948Z] === RUN TestCopyFromContainer//bar/root [2021-06-28T11:21:52.204Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-28T11:21:52.204Z] === RUN TestCopyFromContainer/bar/quux [2021-06-28T11:21:52.461Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-28T11:21:52.461Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-28T11:21:52.716Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-28T11:21:52.716Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-28T11:21:52.716Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-28T11:21:52.755Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-06-28T11:21:52.973Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-28T11:21:53.230Z] --- PASS: TestCopyFromContainer (3.36s) [2021-06-28T11:21:53.230Z] --- PASS: TestCopyFromContainer// (0.11s) [2021-06-28T11:21:53.230Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2021-06-28T11:21:53.230Z] --- PASS: TestCopyFromContainer//bar/root/ (0.14s) [2021-06-28T11:21:53.230Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2021-06-28T11:21:53.230Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-06-28T11:21:53.230Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.16s) [2021-06-28T11:21:53.230Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2021-06-28T11:21:53.230Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2021-06-28T11:21:53.230Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s) [2021-06-28T11:21:53.230Z] --- PASS: TestCopyFromContainer/bar/notarget (0.15s) [2021-06-28T11:21:53.230Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-28T11:21:53.230Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T11:21:53.230Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T11:21:53.230Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T11:21:53.230Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T11:21:53.230Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T11:21:53.230Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T11:21:53.230Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T11:21:53.230Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T11:21:53.230Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T11:21:53.230Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-06-28T11:21:53.230Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-28T11:21:53.230Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-28T11:21:53.230Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-06-28T11:21:53.230Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-28T11:21:53.230Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-06-28T11:21:53.230Z] === RUN TestCreateWithInvalidEnv [2021-06-28T11:21:53.230Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-28T11:21:53.230Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-28T11:21:53.230Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-28T11:21:53.230Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-28T11:21:53.230Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-28T11:21:53.230Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-28T11:21:53.230Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-28T11:21:53.230Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-28T11:21:53.230Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-28T11:21:53.230Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-06-28T11:21:53.230Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-28T11:21:53.230Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2021-06-28T11:21:53.230Z] --- PASS: TestCreateWithInvalidEnv/2 (0.02s) [2021-06-28T11:21:53.230Z] === RUN TestCreateTmpfsMountsTarget [2021-06-28T11:21:53.230Z] --- PASS: TestCreateTmpfsMountsTarget (0.05s) [2021-06-28T11:21:53.230Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-28T11:21:53.793Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-06-28T11:21:53.793Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-06-28T11:21:54.285Z] === RUN TestBuilderGC [2021-06-28T11:21:54.285Z] --- PASS: TestBuilderGC (0.00s) [2021-06-28T11:21:54.285Z] === RUN TestDaemonConfigurationNotFound [2021-06-28T11:21:54.285Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-06-28T11:21:54.285Z] === RUN TestDaemonBrokenConfiguration [2021-06-28T11:21:54.285Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-06-28T11:21:54.285Z] === RUN TestParseClusterAdvertiseSettings [2021-06-28T11:21:54.285Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-06-28T11:21:54.285Z] === RUN TestFindConfigurationConflicts [2021-06-28T11:21:54.285Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-06-28T11:21:54.285Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-06-28T11:21:54.285Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-06-28T11:21:54.285Z] === RUN TestDaemonConfigurationMergeConflicts [2021-06-28T11:21:54.285Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-06-28T11:21:54.285Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-06-28T11:21:54.285Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-06-28T11:21:54.285Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-06-28T11:21:54.285Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-06-28T11:21:54.285Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-06-28T11:21:54.285Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-06-28T11:21:54.285Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-06-28T11:21:54.285Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-06-28T11:21:54.285Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-06-28T11:21:54.285Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-06-28T11:21:54.285Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-06-28T11:21:54.285Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-06-28T11:21:54.285Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-06-28T11:21:54.285Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-06-28T11:21:54.285Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-06-28T11:21:54.285Z] === RUN TestValidateConfigurationErrors [2021-06-28T11:21:54.285Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-06-28T11:21:54.285Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-06-28T11:21:54.285Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-06-28T11:21:54.285Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-06-28T11:21:54.285Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-06-28T11:21:54.285Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-06-28T11:21:54.285Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-06-28T11:21:54.285Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-06-28T11:21:54.285Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-06-28T11:21:54.285Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-06-28T11:21:54.285Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-06-28T11:21:54.285Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-06-28T11:21:54.285Z] === RUN TestValidateConfiguration [2021-06-28T11:21:54.285Z] === RUN TestValidateConfiguration/with_label [2021-06-28T11:21:54.285Z] === RUN TestValidateConfiguration/with_dns [2021-06-28T11:21:54.285Z] === RUN TestValidateConfiguration/with_dns-search [2021-06-28T11:21:54.285Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-06-28T11:21:54.285Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-06-28T11:21:54.285Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-06-28T11:21:54.285Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-06-28T11:21:54.285Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfiguration (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-06-28T11:21:54.285Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-06-28T11:21:54.285Z] === RUN TestModifiedDiscoverySettings [2021-06-28T11:21:54.285Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-06-28T11:21:54.285Z] === RUN TestReloadSetConfigFileNotExist [2021-06-28T11:21:54.748Z] time="2021-06-28T11:21:54Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-06-28T11:21:54.748Z] --- PASS: TestReloadSetConfigFileNotExist (0.20s) [2021-06-28T11:21:54.748Z] === RUN TestReloadDefaultConfigNotExist [2021-06-28T11:21:54.748Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:21:54.748Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2021-06-28T11:21:54.748Z] === RUN TestReloadBadDefaultConfig [2021-06-28T11:21:54.748Z] time="2021-06-28T11:21:54Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-523394911" [2021-06-28T11:21:54.748Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-06-28T11:21:54.748Z] === RUN TestReloadWithConflictingLabels [2021-06-28T11:21:54.748Z] time="2021-06-28T11:21:54Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-085448498" [2021-06-28T11:21:54.748Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-06-28T11:21:54.748Z] === RUN TestReloadWithDuplicateLabels [2021-06-28T11:21:54.748Z] time="2021-06-28T11:21:54Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-707064553" [2021-06-28T11:21:54.748Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-06-28T11:21:54.748Z] === RUN TestDaemonConfigurationMerge [2021-06-28T11:21:54.748Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-06-28T11:21:54.748Z] PASS [2021-06-28T11:21:54.748Z] coverage: 79.2% of statements [2021-06-28T11:21:54.748Z] ok github.com/docker/docker/daemon/config 0.373s coverage: 79.2% of statements [2021-06-28T11:21:54.748Z] === RUN TestWaitNodeAttachment [2021-06-28T11:21:55.723Z] --- PASS: TestWaitNodeAttachment (0.47s) [2021-06-28T11:21:55.723Z] === RUN TestIsolationConversion [2021-06-28T11:21:55.723Z] === RUN TestIsolationConversion/default [2021-06-28T11:21:55.723Z] === RUN TestIsolationConversion/process [2021-06-28T11:21:55.723Z] === RUN TestIsolationConversion/hyperv [2021-06-28T11:21:55.723Z] --- PASS: TestIsolationConversion (0.00s) [2021-06-28T11:21:55.723Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-06-28T11:21:55.723Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-06-28T11:21:55.723Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-06-28T11:21:55.723Z] === RUN TestContainerLabels [2021-06-28T11:21:55.723Z] --- PASS: TestContainerLabels (0.00s) [2021-06-28T11:21:55.723Z] === RUN TestCredentialSpecConversion [2021-06-28T11:21:55.723Z] === RUN TestCredentialSpecConversion/none [2021-06-28T11:21:55.723Z] === RUN TestCredentialSpecConversion/config [2021-06-28T11:21:55.723Z] === RUN TestCredentialSpecConversion/file [2021-06-28T11:21:55.723Z] === RUN TestCredentialSpecConversion/registry [2021-06-28T11:21:55.723Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-06-28T11:21:55.723Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-06-28T11:21:55.723Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-06-28T11:21:55.723Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-06-28T11:21:55.723Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-06-28T11:21:55.723Z] === RUN TestControllerValidateMountBind [2021-06-28T11:21:55.723Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-06-28T11:21:55.723Z] === RUN TestControllerValidateMountVolume [2021-06-28T11:21:55.723Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-06-28T11:21:55.723Z] === RUN TestControllerValidateMountTarget [2021-06-28T11:21:55.723Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-06-28T11:21:55.723Z] === RUN TestControllerValidateMountTmpfs [2021-06-28T11:21:55.723Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-06-28T11:21:55.723Z] === RUN TestControllerValidateMountInvalidType [2021-06-28T11:21:55.723Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-06-28T11:21:55.723Z] === RUN TestControllerValidateMountNamedPipe [2021-06-28T11:21:55.723Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-06-28T11:21:55.723Z] PASS [2021-06-28T11:21:55.723Z] coverage: 11.0% of statements [2021-06-28T11:21:55.723Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.802s coverage: 11.0% of statements [2021-06-28T11:21:55.723Z] === RUN TestDiscoveryOptsErrors [2021-06-28T11:21:55.723Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-06-28T11:21:55.723Z] === RUN TestDiscoveryOpts [2021-06-28T11:21:55.723Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-06-28T11:21:55.723Z] PASS [2021-06-28T11:21:55.723Z] coverage: 30.0% of statements [2021-06-28T11:21:55.723Z] ok github.com/docker/docker/daemon/discovery 0.074s coverage: 30.0% of statements [2021-06-28T11:21:56.697Z] === RUN TestEventsLog [2021-06-28T11:21:56.697Z] --- PASS: TestEventsLog (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestEventsLogTimeout [2021-06-28T11:21:56.697Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestLogEvents [2021-06-28T11:21:56.697Z] --- PASS: TestLogEvents (0.05s) [2021-06-28T11:21:56.697Z] === RUN TestLoadBufferedEvents [2021-06-28T11:21:56.697Z] === RUN TestVerifyNetworkingConfig [2021-06-28T11:21:56.697Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestGetContainer [2021-06-28T11:21:56.697Z] --- PASS: TestGetContainer (0.01s) [2021-06-28T11:21:56.697Z] === RUN TestValidContainerNames [2021-06-28T11:21:56.697Z] --- PASS: TestValidContainerNames (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestContainerInitDNS [2021-06-28T11:21:56.697Z] daemon_test.go:147: root required [2021-06-28T11:21:56.697Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestMerge [2021-06-28T11:21:56.697Z] --- PASS: TestMerge (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestValidateContainerIsolation [2021-06-28T11:21:56.697Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestFindNetworkErrorType [2021-06-28T11:21:56.697Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestEnsureServicesExist [2021-06-28T11:21:56.697Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestEnsureServicesExistErrors [2021-06-28T11:21:56.697Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-06-28T11:21:56.697Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-06-28T11:21:56.697Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-06-28T11:21:56.697Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-06-28T11:21:56.697Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-06-28T11:21:56.697Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-06-28T11:21:56.697Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestContainerDelete [2021-06-28T11:21:56.697Z] --- PASS: TestContainerDelete (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestContainerDoubleDelete [2021-06-28T11:21:56.697Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestLogContainerEventCopyLabels [2021-06-28T11:21:56.697Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestLogContainerEventWithAttributes [2021-06-28T11:21:56.697Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestNoneHealthcheck [2021-06-28T11:21:56.697Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestHealthStates [2021-06-28T11:21:56.697Z] --- PASS: TestLoadBufferedEvents (0.25s) [2021-06-28T11:21:56.697Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-06-28T11:21:56.697Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-06-28T11:21:56.697Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-06-28T11:21:56.697Z] PASS [2021-06-28T11:21:56.697Z] coverage: 50.0% of statements [2021-06-28T11:21:56.697Z] ok github.com/docker/docker/daemon/events 0.382s coverage: 50.0% of statements [2021-06-28T11:21:56.697Z] time="2021-06-28T11:21:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:21:56.697Z] time="2021-06-28T11:21:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:21:56.697Z] time="2021-06-28T11:21:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:21:56.697Z] time="2021-06-28T11:21:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:21:56.697Z] time="2021-06-28T11:21:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:21:56.697Z] time="2021-06-28T11:21:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:21:56.697Z] time="2021-06-28T11:21:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:21:56.697Z] time="2021-06-28T11:21:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:21:56.697Z] time="2021-06-28T11:21:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:21:56.697Z] time="2021-06-28T11:21:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:21:56.697Z] --- PASS: TestHealthStates (0.25s) [2021-06-28T11:21:56.697Z] === RUN TestMaskURLCredentials [2021-06-28T11:21:56.697Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestGetInspectData [2021-06-28T11:21:56.697Z] --- PASS: TestGetInspectData (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestFillLicense [2021-06-28T11:21:56.697Z] --- PASS: TestFillLicense (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestListInvalidFilter [2021-06-28T11:21:56.697Z] --- PASS: TestListInvalidFilter (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestNameFilter [2021-06-28T11:21:56.697Z] --- PASS: TestNameFilter (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-06-28T11:21:56.697Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-06-28T11:21:56.697Z] === 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 [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-06-28T11:21:56.697Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-06-28T11:21:56.697Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-06-28T11:21:56.697Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-06-28T11:21:56.697Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-06-28T11:21:56.698Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-06-28T11:21:56.698Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-06-28T11:21:56.698Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-28T11:21:56.698Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-06-28T11:21:56.698Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-06-28T11:21:56.698Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-28T11:21:56.698Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-06-28T11:21:56.698Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-06-28T11:21:56.698Z] --- 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) [2021-06-28T11:21:56.698Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-06-28T11:21:56.698Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-06-28T11:21:56.698Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-06-28T11:21:56.698Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-06-28T11:21:56.698Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-06-28T11:21:56.698Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-06-28T11:21:56.698Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-06-28T11:21:56.698Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-06-28T11:21:56.698Z] === RUN TestDaemonReloadLabels [2021-06-28T11:21:56.698Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-06-28T11:21:56.698Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-06-28T11:21:56.698Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-06-28T11:21:56.698Z] === RUN TestDaemonReloadMirrors [2021-06-28T11:21:56.698Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-06-28T11:21:56.698Z] === RUN TestDaemonReloadInsecureRegistries [2021-06-28T11:21:57.063Z] --- PASS: TestCreateWithCustomMaskedPaths (3.53s) [2021-06-28T11:21:57.064Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-28T11:21:57.160Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-06-28T11:21:57.160Z] === RUN TestDaemonReloadNotAffectOthers [2021-06-28T11:21:57.160Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-06-28T11:21:57.160Z] === RUN TestDaemonDiscoveryReload [2021-06-28T11:21:57.623Z] === RUN TestIsEmptyDir [2021-06-28T11:21:57.623Z] --- PASS: TestIsEmptyDir (0.01s) [2021-06-28T11:21:57.623Z] PASS [2021-06-28T11:21:57.623Z] coverage: 2.3% of statements [2021-06-28T11:21:57.623Z] ok github.com/docker/docker/daemon/graphdriver 0.092s coverage: 2.3% of statements [2021-06-28T11:21:58.087Z] === RUN TestLinkNaming [2021-06-28T11:21:58.087Z] --- PASS: TestLinkNaming (0.00s) [2021-06-28T11:21:58.087Z] === RUN TestLinkNew [2021-06-28T11:21:58.087Z] --- PASS: TestLinkNew (0.00s) [2021-06-28T11:21:58.087Z] === RUN TestLinkEnv [2021-06-28T11:21:58.087Z] --- PASS: TestLinkEnv (0.00s) [2021-06-28T11:21:58.087Z] === RUN TestLinkMultipleEnv [2021-06-28T11:21:58.087Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-06-28T11:21:58.087Z] === RUN TestLinkPortRangeEnv [2021-06-28T11:21:58.087Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-06-28T11:21:58.087Z] PASS [2021-06-28T11:21:58.087Z] coverage: 93.0% of statements [2021-06-28T11:21:58.087Z] ok github.com/docker/docker/daemon/links 0.056s coverage: 93.0% of statements [2021-06-28T11:21:58.087Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-06-28T11:21:58.087Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-06-28T11:21:58.187Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-28T11:21:58.548Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.53s) [2021-06-28T11:21:58.548Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-06-28T11:21:58.956Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-06-28T11:21:59.011Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-06-28T11:21:59.011Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-06-28T11:21:59.011Z] reload_test.go:520: root required [2021-06-28T11:21:59.011Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-28T11:21:59.011Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-06-28T11:21:59.011Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2021-06-28T11:21:59.011Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-06-28T11:21:59.011Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2021-06-28T11:21:59.011Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-06-28T11:21:59.011Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2021-06-28T11:21:59.011Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-06-28T11:21:59.011Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-06-28T11:21:59.011Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-06-28T11:21:59.011Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-06-28T11:21:59.011Z] === RUN TestParseVolumesFrom [2021-06-28T11:21:59.011Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-06-28T11:21:59.011Z] PASS [2021-06-28T11:21:59.011Z] coverage: 9.1% of statements [2021-06-28T11:21:59.011Z] ok github.com/docker/docker/daemon 2.680s coverage: 9.1% of statements [2021-06-28T11:21:59.011Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-28T11:21:59.011Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-28T11:21:59.011Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-28T11:21:59.011Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-28T11:21:59.011Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-06-28T11:21:59.011Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-06-28T11:21:59.212Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-06-28T11:21:59.473Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-06-28T11:21:59.473Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-28T11:21:59.473Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-06-28T11:21:59.473Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-06-28T11:21:59.473Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-28T11:21:59.473Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-06-28T11:21:59.473Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-06-28T11:21:59.473Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-06-28T11:21:59.807Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-06-28T11:22:00.142Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-06-28T11:22:00.142Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.43s) [2021-06-28T11:22:00.142Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-28T11:22:00.142Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T11:22:00.142Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T11:22:00.142Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T11:22:00.142Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T11:22:00.142Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T11:22:00.142Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T11:22:00.142Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T11:22:00.142Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T11:22:00.142Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T11:22:00.142Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T11:22:00.142Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T11:22:00.142Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T11:22:00.398Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T11:22:00.398Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T11:22:00.398Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T11:22:00.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-06-28T11:22:00.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2021-06-28T11:22:00.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2021-06-28T11:22:00.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-28T11:22:00.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-06-28T11:22:00.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-06-28T11:22:00.398Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-28T11:22:01.020Z] === RUN TestAdapterReadLogs [2021-06-28T11:22:01.020Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-06-28T11:22:01.020Z] === RUN TestCopier [2021-06-28T11:22:01.020Z] --- PASS: TestCopier (0.00s) [2021-06-28T11:22:01.020Z] === RUN TestCopierLongLines [2021-06-28T11:22:01.020Z] --- PASS: TestCopierLongLines (0.00s) [2021-06-28T11:22:01.020Z] === RUN TestCopierSlow [2021-06-28T11:22:01.020Z] --- PASS: TestCopierSlow (0.20s) [2021-06-28T11:22:01.020Z] === RUN TestCopierWithSized [2021-06-28T11:22:01.020Z] === RUN TestCopierWithSized/as_is [2021-06-28T11:22:01.020Z] === RUN TestCopierWithSized/With_RingLogger [2021-06-28T11:22:01.020Z] --- PASS: TestCopierWithSized (0.01s) [2021-06-28T11:22:01.020Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-06-28T11:22:01.020Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-06-28T11:22:01.020Z] === RUN TestCopierWithPartial [2021-06-28T11:22:01.020Z] --- PASS: TestCopierWithPartial (0.00s) [2021-06-28T11:22:01.020Z] === RUN TestRingLogger [2021-06-28T11:22:01.020Z] --- PASS: TestRingLogger (0.00s) [2021-06-28T11:22:01.020Z] === RUN TestRingCap [2021-06-28T11:22:01.020Z] --- PASS: TestRingCap (0.00s) [2021-06-28T11:22:01.020Z] === RUN TestRingClose [2021-06-28T11:22:01.020Z] --- PASS: TestRingClose (0.00s) [2021-06-28T11:22:01.020Z] === RUN TestRingDrain [2021-06-28T11:22:01.020Z] --- PASS: TestRingDrain (0.00s) [2021-06-28T11:22:01.020Z] PASS [2021-06-28T11:22:01.020Z] coverage: 43.8% of statements [2021-06-28T11:22:01.020Z] ok github.com/docker/docker/daemon/logger 0.295s coverage: 43.8% of statements [2021-06-28T11:22:01.020Z] === RUN TestNewStreamConfig [2021-06-28T11:22:01.020Z] === RUN TestNewStreamConfig/defaults [2021-06-28T11:22:01.020Z] === RUN TestNewStreamConfig/invalid_create_group [2021-06-28T11:22:01.186Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-06-28T11:22:01.327Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-06-28T11:22:01.484Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-06-28T11:22:01.484Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-06-28T11:22:01.484Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-06-28T11:22:01.484Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-06-28T11:22:01.484Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-06-28T11:22:01.484Z] --- PASS: TestNewStreamConfig (0.00s) [2021-06-28T11:22:01.484Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-06-28T11:22:01.484Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-06-28T11:22:01.484Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-06-28T11:22:01.484Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-06-28T11:22:01.484Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-06-28T11:22:01.484Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-06-28T11:22:01.484Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-06-28T11:22:01.484Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-06-28T11:22:01.484Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-06-28T11:22:01.484Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-06-28T11:22:01.484Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-06-28T11:22:01.484Z] === RUN TestNewAWSLogsClientRegionDetect [2021-06-28T11:22:01.484Z] === RUN TestSearchRegistryForImagesErrors [2021-06-28T11:22:01.484Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-06-28T11:22:01.484Z] === RUN TestSearchRegistryForImages [2021-06-28T11:22:01.484Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-06-28T11:22:01.484Z] === RUN TestOnlyPlatformWithFallback [2021-06-28T11:22:01.484Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-06-28T11:22:01.484Z] === RUN TestImageDelete [2021-06-28T11:22:01.485Z] time="2021-06-28T11:22:00Z" level=info msg="Trying to get region from EC2 Metadata" [2021-06-28T11:22:01.485Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.21s) [2021-06-28T11:22:01.485Z] === RUN TestCreateSuccess [2021-06-28T11:22:01.485Z] --- PASS: TestCreateSuccess (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestCreateLogGroupSuccess [2021-06-28T11:22:01.485Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestCreateError [2021-06-28T11:22:01.485Z] --- PASS: TestCreateError (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestCreateAlreadyExists [2021-06-28T11:22:01.485Z] time="2021-06-28T11:22:01Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-06-28T11:22:01.485Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestLogClosed [2021-06-28T11:22:01.485Z] --- PASS: TestLogClosed (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestLogBlocking [2021-06-28T11:22:01.485Z] --- PASS: TestLogBlocking (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestLogNonBlockingBufferEmpty [2021-06-28T11:22:01.485Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestLogNonBlockingBufferFull [2021-06-28T11:22:01.485Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestPublishBatchSuccess [2021-06-28T11:22:01.485Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestPublishBatchError [2021-06-28T11:22:01.485Z] time="2021-06-28T11:22:01Z" level=error msg=Error [2021-06-28T11:22:01.485Z] --- PASS: TestPublishBatchError (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-06-28T11:22:01.485Z] time="2021-06-28T11:22:01Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-28T11:22:01.485Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestPublishBatchAlreadyAccepted [2021-06-28T11:22:01.485Z] time="2021-06-28T11:22:01Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-28T11:22:01.485Z] time="2021-06-28T11:22:01Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-06-28T11:22:01.485Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestCollectBatchSimple [2021-06-28T11:22:01.485Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestCollectBatchTicker [2021-06-28T11:22:01.485Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestCollectBatchMultilinePattern [2021-06-28T11:22:01.485Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-06-28T11:22:01.485Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-06-28T11:22:01.485Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-06-28T11:22:01.485Z] === RUN TestImageDelete/no_lease [2021-06-28T11:22:01.485Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-06-28T11:22:01.485Z] === RUN TestCollectBatchClose [2021-06-28T11:22:01.485Z] --- PASS: TestCollectBatchClose (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestEffectiveLen [2021-06-28T11:22:01.485Z] === RUN TestEffectiveLen/0/Hello [2021-06-28T11:22:01.485Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-06-28T11:22:01.485Z] === RUN TestEffectiveLen/2/🙃 [2021-06-28T11:22:01.485Z] === RUN TestEffectiveLen/3/���� [2021-06-28T11:22:01.485Z] === RUN TestEffectiveLen/4/He��o [2021-06-28T11:22:01.485Z] === RUN TestEffectiveLen/5/ [2021-06-28T11:22:01.485Z] --- PASS: TestEffectiveLen (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestFindValidSplit [2021-06-28T11:22:01.485Z] === RUN TestFindValidSplit/0/ [2021-06-28T11:22:01.485Z] cloudwatchlogs_test.go:1044: [2021-06-28T11:22:01.485Z] cloudwatchlogs_test.go:1045: [2021-06-28T11:22:01.485Z] === RUN TestFindValidSplit/1/Hello [2021-06-28T11:22:01.485Z] cloudwatchlogs_test.go:1044: Hello [2021-06-28T11:22:01.485Z] cloudwatchlogs_test.go:1045: [2021-06-28T11:22:01.485Z] === RUN TestFindValidSplit/2/Hello [2021-06-28T11:22:01.485Z] cloudwatchlogs_test.go:1044: He [2021-06-28T11:22:01.485Z] cloudwatchlogs_test.go:1045: llo [2021-06-28T11:22:01.485Z] === RUN TestFindValidSplit/3/Hello [2021-06-28T11:22:01.485Z] cloudwatchlogs_test.go:1044: [2021-06-28T11:22:01.485Z] cloudwatchlogs_test.go:1045: Hello [2021-06-28T11:22:01.485Z] === RUN TestFindValidSplit/4/🙃 [2021-06-28T11:22:01.485Z] cloudwatchlogs_test.go:1044: [2021-06-28T11:22:01.485Z] cloudwatchlogs_test.go:1045: 🙃 [2021-06-28T11:22:01.485Z] === RUN TestFindValidSplit/5/🙃 [2021-06-28T11:22:01.485Z] cloudwatchlogs_test.go:1044: 🙃 [2021-06-28T11:22:01.485Z] cloudwatchlogs_test.go:1045: [2021-06-28T11:22:01.485Z] === RUN TestFindValidSplit/6/a� [2021-06-28T11:22:01.485Z] cloudwatchlogs_test.go:1044: a [2021-06-28T11:22:01.485Z] cloudwatchlogs_test.go:1045: � [2021-06-28T11:22:01.485Z] === RUN TestFindValidSplit/7/a� [2021-06-28T11:22:01.485Z] cloudwatchlogs_test.go:1044: a� [2021-06-28T11:22:01.485Z] cloudwatchlogs_test.go:1045: [2021-06-28T11:22:01.485Z] --- PASS: TestFindValidSplit (0.01s) [2021-06-28T11:22:01.485Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestImageDelete/lease_exists [2021-06-28T11:22:01.485Z] === RUN TestProcessEventEmoji [2021-06-28T11:22:01.485Z] --- PASS: TestProcessEventEmoji (0.01s) [2021-06-28T11:22:01.485Z] === RUN TestCollectBatchLineSplit [2021-06-28T11:22:01.485Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestCollectBatchLineSplitWithBinary [2021-06-28T11:22:01.485Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestCollectBatchMaxEvents [2021-06-28T11:22:01.485Z] --- PASS: TestImageDelete (0.09s) [2021-06-28T11:22:01.485Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-06-28T11:22:01.485Z] --- PASS: TestImageDelete/lease_exists (0.04s) [2021-06-28T11:22:01.485Z] === RUN TestContentStoreForPull [2021-06-28T11:22:01.485Z] --- PASS: TestCollectBatchMaxEvents (0.05s) [2021-06-28T11:22:01.485Z] === RUN TestCollectBatchMaxTotalBytes [2021-06-28T11:22:01.485Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2021-06-28T11:22:01.485Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-06-28T11:22:01.485Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-06-28T11:22:01.485Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-06-28T11:22:01.485Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2021-06-28T11:22:01.485Z] === RUN TestParseLogOptionsMultilinePattern [2021-06-28T11:22:01.485Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestParseLogOptionsDatetimeFormat [2021-06-28T11:22:01.485Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-06-28T11:22:01.485Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-06-28T11:22:01.485Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-06-28T11:22:01.485Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-06-28T11:22:01.485Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-06-28T11:22:01.485Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-06-28T11:22:01.485Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-06-28T11:22:01.485Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2021-06-28T11:22:01.485Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-06-28T11:22:01.485Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-06-28T11:22:01.485Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-06-28T11:22:01.485Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-06-28T11:22:01.485Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-06-28T11:22:01.485Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-06-28T11:22:01.485Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-06-28T11:22:01.485Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-06-28T11:22:01.485Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-06-28T11:22:01.485Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-06-28T11:22:01.485Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-06-28T11:22:01.485Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-06-28T11:22:01.485Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestCreateTagSuccess [2021-06-28T11:22:01.485Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-06-28T11:22:01.485Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-06-28T11:22:01.485Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-06-28T11:22:01.485Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-06-28T11:22:01.485Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-06-28T11:22:01.485Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-06-28T11:22:01.485Z] PASS [2021-06-28T11:22:01.485Z] coverage: 77.4% of statements [2021-06-28T11:22:01.485Z] ok github.com/docker/docker/daemon/logger/awslogs 0.508s coverage: 77.4% of statements [2021-06-28T11:22:01.584Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.15s) [2021-06-28T11:22:01.584Z] === RUN TestCreateDifferentPlatform [2021-06-28T11:22:01.584Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-28T11:22:01.584Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-28T11:22:01.584Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-06-28T11:22:01.584Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-06-28T11:22:01.584Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-28T11:22:01.584Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-28T11:22:01.584Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-06-28T11:22:01.584Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-28T11:22:01.584Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s) [2021-06-28T11:22:01.584Z] === RUN TestContainerStartOnDaemonRestart [2021-06-28T11:22:01.584Z] === PAUSE TestContainerStartOnDaemonRestart [2021-06-28T11:22:01.584Z] === RUN TestDaemonRestartIpcMode [2021-06-28T11:22:01.584Z] === PAUSE TestDaemonRestartIpcMode [2021-06-28T11:22:01.584Z] === RUN TestDaemonHostGatewayIP [2021-06-28T11:22:01.584Z] === PAUSE TestDaemonHostGatewayIP [2021-06-28T11:22:01.584Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-28T11:22:01.584Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-28T11:22:01.584Z] === RUN TestContainerKillOnDaemonStart [2021-06-28T11:22:01.584Z] === PAUSE TestContainerKillOnDaemonStart [2021-06-28T11:22:01.584Z] === RUN TestDiff [2021-06-28T11:22:01.952Z] --- PASS: TestContentStoreForPull (0.27s) [2021-06-28T11:22:01.952Z] PASS [2021-06-28T11:22:01.952Z] coverage: 6.7% of statements [2021-06-28T11:22:01.952Z] ok github.com/docker/docker/daemon/images 0.544s coverage: 6.7% of statements [2021-06-28T11:22:01.952Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-28T11:22:01.952Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-28T11:22:01.952Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-06-28T11:22:01.952Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-28T11:22:01.952Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-28T11:22:01.952Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-06-28T11:22:01.952Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-06-28T11:22:02.416Z] === RUN TestJSONLogsMarshalJSONBuf [2021-06-28T11:22:02.416Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-06-28T11:22:02.416Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-06-28T11:22:02.416Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.23s) [2021-06-28T11:22:02.416Z] === RUN TestFastTimeMarshalJSON [2021-06-28T11:22:02.416Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2021-06-28T11:22:02.416Z] PASS [2021-06-28T11:22:02.416Z] coverage: 87.2% of statements [2021-06-28T11:22:02.416Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.300s coverage: 87.2% of statements [2021-06-28T11:22:02.883Z] === RUN TestJSONFileLogger [2021-06-28T11:22:02.883Z] --- PASS: TestJSONFileLogger (0.00s) [2021-06-28T11:22:02.883Z] === RUN TestJSONFileLoggerWithTags [2021-06-28T11:22:02.883Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2021-06-28T11:22:02.883Z] === RUN TestJSONFileLoggerWithOpts [2021-06-28T11:22:02.883Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2021-06-28T11:22:02.883Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-06-28T11:22:02.883Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2021-06-28T11:22:02.883Z] === RUN TestEncodeDecode [2021-06-28T11:22:02.883Z] === PAUSE TestEncodeDecode [2021-06-28T11:22:02.883Z] === RUN TestUnexpectedEOF [2021-06-28T11:22:02.883Z] time="2021-06-28T11:22:02Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-28T11:22:02.883Z] time="2021-06-28T11:22:02Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-28T11:22:02.883Z] --- PASS: TestUnexpectedEOF (0.20s) [2021-06-28T11:22:02.883Z] === CONT TestEncodeDecode [2021-06-28T11:22:02.883Z] --- PASS: TestEncodeDecode (0.00s) [2021-06-28T11:22:02.883Z] PASS [2021-06-28T11:22:02.883Z] coverage: 69.9% of statements [2021-06-28T11:22:02.883Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.312s coverage: 69.9% of statements [2021-06-28T11:22:02.952Z] --- PASS: TestDiff (1.24s) [2021-06-28T11:22:02.952Z] === RUN TestExecWithCloseStdin [2021-06-28T11:22:03.208Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-06-28T11:22:03.208Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-06-28T11:22:03.208Z] check_test.go:309: [de4f98b019080] daemon is not started [2021-06-28T11:22:03.208Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-06-28T11:22:03.864Z] === RUN TestWriteLog [2021-06-28T11:22:03.864Z] === PAUSE TestWriteLog [2021-06-28T11:22:03.864Z] === RUN TestReadLog [2021-06-28T11:22:03.864Z] === PAUSE TestReadLog [2021-06-28T11:22:03.864Z] === CONT TestWriteLog [2021-06-28T11:22:03.864Z] === CONT TestReadLog [2021-06-28T11:22:03.864Z] --- PASS: TestWriteLog (0.00s) [2021-06-28T11:22:03.864Z] === RUN TestReadLog/tail_exact [2021-06-28T11:22:04.326Z] === RUN TestOpenFileDelete [2021-06-28T11:22:04.326Z] --- PASS: TestOpenFileDelete (0.00s) [2021-06-28T11:22:04.326Z] === RUN TestOpenFileRename [2021-06-28T11:22:04.326Z] --- PASS: TestOpenFileRename (0.00s) [2021-06-28T11:22:04.326Z] === RUN TestParseLogTagDefaultTag [2021-06-28T11:22:04.326Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-06-28T11:22:04.326Z] === RUN TestParseLogTag [2021-06-28T11:22:04.326Z] --- PASS: TestParseLogTag (0.00s) [2021-06-28T11:22:04.326Z] === RUN TestParseLogTagEmptyTag [2021-06-28T11:22:04.326Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-06-28T11:22:04.326Z] === RUN TestTailFiles [2021-06-28T11:22:04.326Z] --- PASS: TestTailFiles (0.00s) [2021-06-28T11:22:04.326Z] === RUN TestFollowLogsConsumerGone [2021-06-28T11:22:04.326Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-06-28T11:22:04.326Z] === RUN TestFollowLogsProducerGone [2021-06-28T11:22:04.326Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-06-28T11:22:04.326Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-06-28T11:22:04.326Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-06-28T11:22:04.326Z] === RUN TestCheckCapacityAndRotate [2021-06-28T11:22:04.326Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-06-28T11:22:04.326Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-06-28T11:22:04.326Z] === RUN TestReadLog/tail_less_than_available [2021-06-28T11:22:04.326Z] === RUN TestReadLog/tail_more_than_available [2021-06-28T11:22:04.326Z] --- PASS: TestReadLog (0.25s) [2021-06-28T11:22:04.326Z] --- PASS: TestReadLog/tail_exact (0.23s) [2021-06-28T11:22:04.326Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2021-06-28T11:22:04.326Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2021-06-28T11:22:04.326Z] PASS [2021-06-28T11:22:04.326Z] coverage: 75.2% of statements [2021-06-28T11:22:04.326Z] ok github.com/docker/docker/daemon/logger/local 0.332s coverage: 75.2% of statements [2021-06-28T11:22:04.326Z] --- PASS: TestCheckCapacityAndRotate (0.22s) [2021-06-28T11:22:04.326Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-06-28T11:22:04.326Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.19s) [2021-06-28T11:22:04.326Z] PASS [2021-06-28T11:22:04.326Z] coverage: 55.3% of statements [2021-06-28T11:22:04.326Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-28T11:22:04.326Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.323s coverage: 55.3% of statements [2021-06-28T11:22:04.576Z] --- PASS: TestExecWithCloseStdin (1.82s) [2021-06-28T11:22:04.576Z] === RUN TestExec [2021-06-28T11:22:04.788Z] === RUN TestLog [2021-06-28T11:22:04.788Z] --- PASS: TestLog (0.01s) [2021-06-28T11:22:04.788Z] PASS [2021-06-28T11:22:04.788Z] coverage: 31.5% of statements [2021-06-28T11:22:04.788Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.096s coverage: 31.5% of statements [2021-06-28T11:22:05.762Z] === RUN TestNewParse [2021-06-28T11:22:05.762Z] --- PASS: TestNewParse (0.00s) [2021-06-28T11:22:05.762Z] PASS [2021-06-28T11:22:05.762Z] coverage: 8.3% of statements [2021-06-28T11:22:05.762Z] ok github.com/docker/docker/daemon/logger/templates 0.047s coverage: 8.3% of statements [2021-06-28T11:22:05.768Z] tests/integration/api_service_test.py ....................s............. [ 60%] [2021-06-28T11:22:05.944Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-06-28T11:22:05.944Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-06-28T11:22:06.223Z] === RUN TestValidateLogOpt [2021-06-28T11:22:06.223Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-28T11:22:06.223Z] === RUN TestNewMissedConfig [2021-06-28T11:22:06.223Z] --- PASS: TestNewMissedConfig (0.00s) [2021-06-28T11:22:06.223Z] === RUN TestNewMissedUrl [2021-06-28T11:22:06.223Z] --- PASS: TestNewMissedUrl (0.00s) [2021-06-28T11:22:06.223Z] === RUN TestNewMissedToken [2021-06-28T11:22:06.223Z] --- PASS: TestNewMissedToken (0.00s) [2021-06-28T11:22:06.223Z] === RUN TestNewWithProxy [2021-06-28T11:22:06.223Z] --- PASS: TestNewWithProxy (0.00s) [2021-06-28T11:22:06.223Z] === RUN TestDefault [2021-06-28T11:22:06.223Z] --- PASS: TestDefault (0.01s) [2021-06-28T11:22:06.223Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-06-28T11:22:06.223Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-06-28T11:22:06.223Z] === RUN TestJsonFormat [2021-06-28T11:22:06.223Z] --- PASS: TestJsonFormat (0.01s) [2021-06-28T11:22:06.223Z] === RUN TestRawFormat [2021-06-28T11:22:06.223Z] --- PASS: TestRawFormat (0.00s) [2021-06-28T11:22:06.223Z] === RUN TestRawFormatWithLabels [2021-06-28T11:22:06.223Z] --- PASS: TestRawFormatWithLabels (0.01s) [2021-06-28T11:22:06.223Z] === RUN TestRawFormatWithoutTag [2021-06-28T11:22:06.223Z] --- PASS: TestRawFormatWithoutTag (0.01s) [2021-06-28T11:22:06.223Z] === RUN TestBatching [2021-06-28T11:22:06.223Z] === RUN TestParseLogFormat [2021-06-28T11:22:06.223Z] --- PASS: TestParseLogFormat (0.00s) [2021-06-28T11:22:06.223Z] === RUN TestValidateLogOptEmpty [2021-06-28T11:22:06.223Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-06-28T11:22:06.223Z] === RUN TestValidateSyslogAddress [2021-06-28T11:22:06.223Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-06-28T11:22:06.223Z] === RUN TestParseAddressDefaultPort [2021-06-28T11:22:06.223Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-06-28T11:22:06.223Z] === RUN TestValidateSyslogFacility [2021-06-28T11:22:06.223Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-06-28T11:22:06.223Z] === RUN TestValidateLogOptSyslogFormat [2021-06-28T11:22:06.223Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-06-28T11:22:06.223Z] === RUN TestValidateLogOpt [2021-06-28T11:22:06.223Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-28T11:22:06.223Z] PASS [2021-06-28T11:22:06.223Z] coverage: 46.8% of statements [2021-06-28T11:22:06.224Z] ok github.com/docker/docker/daemon/logger/syslog 0.076s coverage: 46.8% of statements [2021-06-28T11:22:06.224Z] --- PASS: TestBatching (0.32s) [2021-06-28T11:22:06.224Z] === RUN TestFrequency [2021-06-28T11:22:06.509Z] --- PASS: TestExec (1.74s) [2021-06-28T11:22:06.509Z] === RUN TestExecUser [2021-06-28T11:22:06.686Z] --- PASS: TestFrequency (0.21s) [2021-06-28T11:22:06.686Z] === RUN TestOneMessagePerRequest [2021-06-28T11:22:06.686Z] --- PASS: TestOneMessagePerRequest (0.02s) [2021-06-28T11:22:06.686Z] === RUN TestVerify [2021-06-28T11:22:06.686Z] --- PASS: TestVerify (0.00s) [2021-06-28T11:22:06.686Z] === RUN TestSkipVerify [2021-06-28T11:22:06.686Z] time="2021-06-28T11:22:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:22:06.686Z] time="2021-06-28T11:22:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:22:06.686Z] time="2021-06-28T11:22:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:22:06.686Z] time="2021-06-28T11:22:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:22:07.148Z] --- PASS: TestSkipVerify (0.73s) [2021-06-28T11:22:07.148Z] === RUN TestBufferMaximum [2021-06-28T11:22:07.148Z] time="2021-06-28T11:22:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:22:07.148Z] time="2021-06-28T11:22:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:22:07.613Z] time="2021-06-28T11:22:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:22:07.614Z] time="2021-06-28T11:22:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:22:07.614Z] time="2021-06-28T11:22:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:22:07.614Z] time="2021-06-28T11:22:07Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624879327.086698\",\"host\":\"a3edb2df9d75\"}'" [2021-06-28T11:22:07.614Z] time="2021-06-28T11:22:07Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624879327.086698\",\"host\":\"a3edb2df9d75\"}'" [2021-06-28T11:22:07.614Z] --- PASS: TestBufferMaximum (0.01s) [2021-06-28T11:22:07.614Z] === RUN TestServerAlwaysDown [2021-06-28T11:22:07.614Z] time="2021-06-28T11:22:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:22:07.614Z] time="2021-06-28T11:22:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:22:07.614Z] time="2021-06-28T11:22:07Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624879327.090751\",\"host\":\"a3edb2df9d75\"}'" [2021-06-28T11:22:07.614Z] time="2021-06-28T11:22:07Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624879327.090751\",\"host\":\"a3edb2df9d75\"}'" [2021-06-28T11:22:07.614Z] time="2021-06-28T11:22:07Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:22:07.614Z] time="2021-06-28T11:22:07Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624879327.090751\",\"host\":\"a3edb2df9d75\"}'" [2021-06-28T11:22:07.614Z] time="2021-06-28T11:22:07Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624879327.091696\",\"host\":\"a3edb2df9d75\"}'" [2021-06-28T11:22:07.614Z] time="2021-06-28T11:22:07Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624879327.091696\",\"host\":\"a3edb2df9d75\"}'" [2021-06-28T11:22:07.614Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-06-28T11:22:07.614Z] === RUN TestCannotSendAfterClose [2021-06-28T11:22:07.614Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-06-28T11:22:07.614Z] === RUN TestDeadlockOnBlockedEndpoint [2021-06-28T11:22:07.614Z] === RUN TestV1IDService [2021-06-28T11:22:07.614Z] --- PASS: TestV1IDService (0.03s) [2021-06-28T11:22:07.614Z] === RUN TestV2MetadataService [2021-06-28T11:22:07.877Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-06-28T11:22:08.134Z] --- PASS: TestExecUser (1.72s) [2021-06-28T11:22:08.134Z] === RUN TestExportContainerAndImportImage [2021-06-28T11:22:08.588Z] time="2021-06-28T11:22:08Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49213/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-06-28T11:22:08.588Z] time="2021-06-28T11:22:08Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"a3edb2df9d75\"}'" [2021-06-28T11:22:08.588Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-06-28T11:22:08.588Z] PASS [2021-06-28T11:22:08.588Z] coverage: 82.5% of statements [2021-06-28T11:22:08.588Z] ok github.com/docker/docker/daemon/logger/splunk 2.415s coverage: 82.5% of statements [2021-06-28T11:22:08.588Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-28T11:22:08.588Z] ? github.com/docker/docker/daemon/network [no test files] [2021-06-28T11:22:08.588Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-28T11:22:08.697Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-06-28T11:22:08.697Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-06-28T11:22:09.052Z] === RUN TestSuccessfulDownload [2021-06-28T11:22:09.052Z] download_test.go:268: Needs fixing on Windows [2021-06-28T11:22:09.052Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-06-28T11:22:09.052Z] === RUN TestCancelledDownload [2021-06-28T11:22:09.052Z] --- PASS: TestCancelledDownload (0.00s) [2021-06-28T11:22:09.052Z] === RUN TestMaxDownloadAttempts [2021-06-28T11:22:09.052Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-28T11:22:09.052Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-28T11:22:09.052Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-28T11:22:09.052Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-28T11:22:09.052Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-28T11:22:09.052Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-28T11:22:09.052Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-28T11:22:09.052Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-28T11:22:09.052Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-28T11:22:09.052Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-28T11:22:09.052Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-28T11:22:09.052Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-28T11:22:09.516Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-06-28T11:22:09.516Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-06-28T11:22:09.516Z] === RUN TestContinueOnError_MirrorEndpoint [2021-06-28T11:22:09.516Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-06-28T11:22:09.516Z] === RUN TestContinueOnError_NeverContinue [2021-06-28T11:22:09.516Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-06-28T11:22:09.516Z] === RUN TestManifestStore [2021-06-28T11:22:09.516Z] === RUN TestManifestStore/no_remote_or_local [2021-06-28T11:22:09.516Z] --- PASS: TestV2MetadataService (1.59s) [2021-06-28T11:22:09.516Z] PASS [2021-06-28T11:22:09.516Z] coverage: 48.2% of statements [2021-06-28T11:22:09.516Z] ok github.com/docker/docker/distribution/metadata 1.708s coverage: 48.2% of statements [2021-06-28T11:22:09.516Z] time="2021-06-28T11:22:09Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local028164807\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-06-28T11:22:09.516Z] === RUN TestManifestStore/no_local_cache [2021-06-28T11:22:09.516Z] time="2021-06-28T11:22:09Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-28T11:22:09.516Z] time="2021-06-28T11:22:09Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-28T11:22:09.516Z] time="2021-06-28T11:22:09Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-28T11:22:09.516Z] time="2021-06-28T11:22:09Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-28T11:22:09.516Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-06-28T11:22:09.516Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.47s) [2021-06-28T11:22:09.516Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.47s) [2021-06-28T11:22:09.516Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.47s) [2021-06-28T11:22:09.516Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.47s) [2021-06-28T11:22:09.516Z] === RUN TestTransfer [2021-06-28T11:22:09.516Z] === RUN TestManifestStore/with_local_cache [2021-06-28T11:22:09.516Z] === RUN TestManifestStore/unknown_media_type [2021-06-28T11:22:09.516Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-06-28T11:22:09.516Z] time="2021-06-28T11:22:09Z" level=warning msg="reference for unknown type: " [2021-06-28T11:22:09.516Z] time="2021-06-28T11:22:09Z" level=warning msg="reference for unknown type: " [2021-06-28T11:22:09.516Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-06-28T11:22:09.516Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-06-28T11:22:09.516Z] time="2021-06-28T11:22:09Z" level=warning msg="reference for unknown type: " [2021-06-28T11:22:09.625Z] --- PASS: TestExportContainerAndImportImage (1.49s) [2021-06-28T11:22:09.626Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-28T11:22:09.978Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-06-28T11:22:09.978Z] time="2021-06-28T11:22:09Z" level=warning msg="reference for unknown type: " [2021-06-28T11:22:09.978Z] --- PASS: TestTransfer (0.12s) [2021-06-28T11:22:09.978Z] === RUN TestConcurrencyLimit [2021-06-28T11:22:09.978Z] time="2021-06-28T11:22:09Z" level=warning msg="reference for unknown type: " [2021-06-28T11:22:09.978Z] === RUN TestManifestStore/error_persisting_manifest [2021-06-28T11:22:09.978Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-06-28T11:22:09.978Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-06-28T11:22:09.978Z] time="2021-06-28T11:22:09Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-06-28T11:22:09.978Z] --- PASS: TestManifestStore (0.48s) [2021-06-28T11:22:09.978Z] --- PASS: TestManifestStore/no_remote_or_local (0.25s) [2021-06-28T11:22:09.978Z] --- PASS: TestManifestStore/no_local_cache (0.08s) [2021-06-28T11:22:09.978Z] --- PASS: TestManifestStore/with_local_cache (0.04s) [2021-06-28T11:22:09.978Z] --- PASS: TestManifestStore/unknown_media_type (0.08s) [2021-06-28T11:22:09.978Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2021-06-28T11:22:09.978Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.06s) [2021-06-28T11:22:09.978Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-06-28T11:22:09.978Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2021-06-28T11:22:09.978Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2021-06-28T11:22:09.978Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-06-28T11:22:09.978Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2021-06-28T11:22:09.978Z] === RUN TestDetectManifestBlobMediaType [2021-06-28T11:22:09.978Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-06-28T11:22:09.978Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-06-28T11:22:09.978Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-06-28T11:22:09.978Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-06-28T11:22:09.978Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-06-28T11:22:09.978Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-06-28T11:22:09.978Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-06-28T11:22:09.978Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-06-28T11:22:09.978Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-06-28T11:22:09.978Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-06-28T11:22:09.978Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-06-28T11:22:09.978Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-06-28T11:22:09.978Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-06-28T11:22:09.978Z] === RUN TestFixManifestLayers [2021-06-28T11:22:09.978Z] --- PASS: TestFixManifestLayers (0.00s) [2021-06-28T11:22:09.978Z] === RUN TestFixManifestLayersBaseLayerParent [2021-06-28T11:22:09.978Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-28T11:22:09.978Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-28T11:22:09.978Z] === RUN TestFixManifestLayersBadParent [2021-06-28T11:22:09.978Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-06-28T11:22:09.978Z] === RUN TestValidateManifest [2021-06-28T11:22:09.978Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-28T11:22:09.978Z] --- SKIP: TestValidateManifest (0.00s) [2021-06-28T11:22:09.978Z] === RUN TestFormatPlatform [2021-06-28T11:22:09.978Z] --- PASS: TestFormatPlatform (0.00s) [2021-06-28T11:22:09.978Z] === RUN TestGetRepositoryMountCandidates [2021-06-28T11:22:09.978Z] --- PASS: TestGetRepositoryMountCandidates (0.01s) [2021-06-28T11:22:09.978Z] === RUN TestLayerAlreadyExists [2021-06-28T11:22:09.978Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-06-28T11:22:09.978Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-06-28T11:22:09.978Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-06-28T11:22:09.978Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-06-28T11:22:09.978Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-06-28T11:22:09.978Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-06-28T11:22:09.978Z] --- PASS: TestLayerAlreadyExists (0.01s) [2021-06-28T11:22:09.978Z] === RUN TestWhenEmptyAuthConfig [2021-06-28T11:22:09.978Z] --- PASS: TestConcurrencyLimit (0.43s) [2021-06-28T11:22:09.978Z] === RUN TestInactiveJobs [2021-06-28T11:22:10.416Z] --- PASS: TestServicePlugin (30.38s) [2021-06-28T11:22:10.416Z] === RUN TestServiceUpdateLabel [2021-06-28T11:22:10.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-28T11:22:10.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-28T11:22:10.439Z] --- PASS: TestInactiveJobs (0.41s) [2021-06-28T11:22:10.439Z] === RUN TestWatchRelease [2021-06-28T11:22:10.439Z] === RUN TestNotFound [2021-06-28T11:22:10.439Z] --- PASS: TestNotFound (0.00s) [2021-06-28T11:22:10.439Z] === RUN TestConflict [2021-06-28T11:22:10.439Z] --- PASS: TestConflict (0.00s) [2021-06-28T11:22:10.439Z] === RUN TestForbidden [2021-06-28T11:22:10.439Z] --- PASS: TestForbidden (0.00s) [2021-06-28T11:22:10.439Z] === RUN TestInvalidParameter [2021-06-28T11:22:10.439Z] --- PASS: TestInvalidParameter (0.00s) [2021-06-28T11:22:10.439Z] === RUN TestNotImplemented [2021-06-28T11:22:10.439Z] --- PASS: TestNotImplemented (0.00s) [2021-06-28T11:22:10.439Z] === RUN TestNotModified [2021-06-28T11:22:10.439Z] --- PASS: TestNotModified (0.00s) [2021-06-28T11:22:10.439Z] === RUN TestUnauthorized [2021-06-28T11:22:10.439Z] --- PASS: TestUnauthorized (0.00s) [2021-06-28T11:22:10.439Z] === RUN TestUnknown [2021-06-28T11:22:10.439Z] --- PASS: TestUnknown (0.00s) [2021-06-28T11:22:10.439Z] === RUN TestCancelled [2021-06-28T11:22:10.902Z] --- PASS: TestCancelled (0.00s) [2021-06-28T11:22:10.902Z] === RUN TestDeadline [2021-06-28T11:22:10.902Z] --- PASS: TestDeadline (0.00s) [2021-06-28T11:22:10.902Z] === RUN TestDataLoss [2021-06-28T11:22:10.902Z] --- PASS: TestDataLoss (0.00s) [2021-06-28T11:22:10.902Z] === RUN TestUnavailable [2021-06-28T11:22:10.902Z] --- PASS: TestUnavailable (0.00s) [2021-06-28T11:22:10.902Z] === RUN TestSystem [2021-06-28T11:22:10.902Z] --- PASS: TestSystem (0.00s) [2021-06-28T11:22:10.902Z] === RUN TestFromStatusCode [2021-06-28T11:22:10.902Z] === RUN TestFromStatusCode/Not_Found [2021-06-28T11:22:10.902Z] === RUN TestFromStatusCode/Bad_Request [2021-06-28T11:22:10.902Z] === RUN TestFromStatusCode/Conflict [2021-06-28T11:22:10.902Z] === RUN TestFromStatusCode/Unauthorized [2021-06-28T11:22:10.902Z] === RUN TestFromStatusCode/Service_Unavailable [2021-06-28T11:22:10.902Z] === RUN TestFromStatusCode/Forbidden [2021-06-28T11:22:10.902Z] === RUN TestFromStatusCode/Not_Modified [2021-06-28T11:22:10.902Z] === RUN TestFromStatusCode/Not_Implemented [2021-06-28T11:22:10.902Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-06-28T11:22:10.902Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-06-28T11:22:10.902Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-06-28T11:22:10.902Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-06-28T11:22:10.902Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-06-28T11:22:10.902Z] --- PASS: TestFromStatusCode (0.00s) [2021-06-28T11:22:10.902Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-06-28T11:22:10.902Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-06-28T11:22:10.902Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-06-28T11:22:10.902Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-06-28T11:22:10.902Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-06-28T11:22:10.902Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-06-28T11:22:10.902Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-06-28T11:22:10.902Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-06-28T11:22:10.902Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-06-28T11:22:10.902Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-06-28T11:22:10.902Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-06-28T11:22:10.902Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-06-28T11:22:10.902Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-06-28T11:22:10.902Z] PASS [2021-06-28T11:22:10.902Z] coverage: 53.1% of statements [2021-06-28T11:22:10.902Z] --- PASS: TestWatchRelease (0.04s) [2021-06-28T11:22:10.902Z] === RUN TestWatchFinishedTransfer [2021-06-28T11:22:10.902Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-06-28T11:22:10.902Z] === RUN TestDuplicateTransfer [2021-06-28T11:22:10.902Z] ok github.com/docker/docker/errdefs 0.091s coverage: 53.1% of statements [2021-06-28T11:22:10.902Z] --- PASS: TestDuplicateTransfer (0.05s) [2021-06-28T11:22:10.902Z] === RUN TestSuccessfulUpload [2021-06-28T11:22:10.902Z] time="2021-06-28T11:22:10Z" level=error msg="Upload failed, retrying: simulating retry" [2021-06-28T11:22:10.902Z] --- PASS: TestWhenEmptyAuthConfig (1.15s) [2021-06-28T11:22:10.902Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-06-28T11:22:10.902Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-06-28T11:22:10.902Z] === RUN TestTokenPassThru [2021-06-28T11:22:10.902Z] --- PASS: TestTokenPassThru (0.01s) [2021-06-28T11:22:10.902Z] === RUN TestTokenPassThruDifferentHost [2021-06-28T11:22:10.902Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-06-28T11:22:10.902Z] PASS [2021-06-28T11:22:10.902Z] coverage: 23.8% of statements [2021-06-28T11:22:10.902Z] ok github.com/docker/docker/distribution 1.779s coverage: 23.8% of statements [2021-06-28T11:22:10.902Z] --- PASS: TestSuccessfulUpload (0.39s) [2021-06-28T11:22:10.902Z] === RUN TestCancelledUpload [2021-06-28T11:22:10.902Z] --- PASS: TestCancelledUpload (0.00s) [2021-06-28T11:22:10.902Z] PASS [2021-06-28T11:22:10.902Z] coverage: 77.3% of statements [2021-06-28T11:22:10.902Z] ok github.com/docker/docker/distribution/xfer 2.023s coverage: 77.3% of statements [2021-06-28T11:22:11.364Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-28T11:22:11.364Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-28T11:22:11.518Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-06-28T11:22:11.518Z] --- PASS: TestExportContainerAfterDaemonRestart (1.66s) [2021-06-28T11:22:11.518Z] === RUN TestHealthCheckWorkdir [2021-06-28T11:22:11.792Z] --- PASS: TestServiceUpdateLabel (2.13s) [2021-06-28T11:22:11.792Z] === RUN TestServiceUpdateSecrets [2021-06-28T11:22:11.827Z] === RUN TestFSGetInvalidData [2021-06-28T11:22:11.827Z] --- PASS: TestFSGetInvalidData (0.03s) [2021-06-28T11:22:11.827Z] === RUN TestFSInvalidSet [2021-06-28T11:22:11.827Z] --- PASS: TestFSInvalidSet (0.03s) [2021-06-28T11:22:11.827Z] === RUN TestFSInvalidRoot [2021-06-28T11:22:11.827Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-06-28T11:22:11.827Z] === RUN TestFSMetadataGetSet [2021-06-28T11:22:11.827Z] --- PASS: TestFSMetadataGetSet (0.06s) [2021-06-28T11:22:11.827Z] === RUN TestFSInvalidWalker [2021-06-28T11:22:11.827Z] --- PASS: TestFSInvalidWalker (0.02s) [2021-06-28T11:22:11.827Z] === RUN TestFSGetSet [2021-06-28T11:22:12.291Z] --- PASS: TestFSGetSet (0.03s) [2021-06-28T11:22:12.291Z] === RUN TestFSGetUnsetKey [2021-06-28T11:22:12.291Z] --- PASS: TestFSGetUnsetKey (0.01s) [2021-06-28T11:22:12.291Z] === RUN TestFSGetEmptyData [2021-06-28T11:22:12.291Z] --- PASS: TestFSGetEmptyData (0.01s) [2021-06-28T11:22:12.291Z] === RUN TestFSDelete [2021-06-28T11:22:12.291Z] --- PASS: TestFSDelete (0.02s) [2021-06-28T11:22:12.291Z] === RUN TestFSWalker [2021-06-28T11:22:12.291Z] --- PASS: TestFSWalker (0.02s) [2021-06-28T11:22:12.291Z] === RUN TestFSWalkerStopOnError [2021-06-28T11:22:12.291Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-06-28T11:22:12.291Z] === RUN TestNewFromJSON [2021-06-28T11:22:12.291Z] --- PASS: TestNewFromJSON (0.00s) [2021-06-28T11:22:12.291Z] === RUN TestNewFromJSONWithInvalidJSON [2021-06-28T11:22:12.291Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-06-28T11:22:12.291Z] === RUN TestMarshalKeyOrder [2021-06-28T11:22:12.291Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-06-28T11:22:12.291Z] === RUN TestHistoryEqual [2021-06-28T11:22:12.291Z] === RUN TestCompare [2021-06-28T11:22:12.291Z] --- PASS: TestCompare (0.00s) [2021-06-28T11:22:12.291Z] PASS [2021-06-28T11:22:12.291Z] coverage: 19.2% of statements [2021-06-28T11:22:12.291Z] ok github.com/docker/docker/image/cache 0.098s coverage: 19.2% of statements [2021-06-28T11:22:12.291Z] --- PASS: TestHistoryEqual (0.21s) [2021-06-28T11:22:12.291Z] === RUN TestImage [2021-06-28T11:22:12.291Z] --- PASS: TestImage (0.00s) [2021-06-28T11:22:12.291Z] === RUN TestImageOSNotEmpty [2021-06-28T11:22:12.291Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-06-28T11:22:12.291Z] === RUN TestNewChildImageFromImageWithRootFS [2021-06-28T11:22:12.291Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-06-28T11:22:12.291Z] === RUN TestCreate [2021-06-28T11:22:12.291Z] --- PASS: TestCreate (0.01s) [2021-06-28T11:22:12.291Z] === RUN TestRestore [2021-06-28T11:22:12.291Z] time="2021-06-28T11:22:12Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-06-28T11:22:12.291Z] --- PASS: TestRestore (0.05s) [2021-06-28T11:22:12.291Z] === RUN TestAddDelete [2021-06-28T11:22:12.291Z] --- PASS: TestAddDelete (0.04s) [2021-06-28T11:22:12.291Z] === RUN TestSearchAfterDelete [2021-06-28T11:22:12.291Z] --- PASS: TestSearchAfterDelete (0.05s) [2021-06-28T11:22:12.291Z] === RUN TestParentReset [2021-06-28T11:22:12.755Z] --- PASS: TestParentReset (0.06s) [2021-06-28T11:22:12.755Z] === RUN TestGetAndSetLastUpdated [2021-06-28T11:22:12.755Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2021-06-28T11:22:12.755Z] === RUN TestStoreLen [2021-06-28T11:22:12.755Z] --- PASS: TestStoreLen (0.07s) [2021-06-28T11:22:12.755Z] PASS [2021-06-28T11:22:12.755Z] coverage: 86.6% of statements [2021-06-28T11:22:12.755Z] ok github.com/docker/docker/image 0.848s coverage: 86.6% of statements [2021-06-28T11:22:12.755Z] === RUN TestMakeV1ConfigFromConfig [2021-06-28T11:22:12.755Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-06-28T11:22:12.755Z] PASS [2021-06-28T11:22:12.755Z] coverage: 25.0% of statements [2021-06-28T11:22:12.755Z] ok github.com/docker/docker/image/v1 0.092s coverage: 25.0% of statements [2021-06-28T11:22:12.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-28T11:22:13.217Z] === RUN TestValidateManifest [2021-06-28T11:22:13.217Z] === RUN TestValidateManifest/non-nil [2021-06-28T11:22:13.217Z] === RUN TestValidateManifest/nil [2021-06-28T11:22:13.217Z] --- PASS: TestValidateManifest (0.00s) [2021-06-28T11:22:13.217Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-06-28T11:22:13.217Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-06-28T11:22:13.217Z] PASS [2021-06-28T11:22:13.217Z] coverage: 0.7% of statements [2021-06-28T11:22:13.217Z] ok github.com/docker/docker/image/tarexport 0.151s coverage: 0.7% of statements [2021-06-28T11:22:13.217Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-28T11:22:13.410Z] check_test.go:309: [d9031c7a7c475] daemon is not started [2021-06-28T11:22:13.410Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-06-28T11:22:13.410Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-06-28T11:22:13.667Z] --- PASS: TestHealthCheckWorkdir (2.41s) [2021-06-28T11:22:13.667Z] === RUN TestHealthKillContainer [2021-06-28T11:22:14.764Z] === RUN TestSerialization [2021-06-28T11:22:14.764Z] --- PASS: TestSerialization (0.02s) [2021-06-28T11:22:14.764Z] PASS [2021-06-28T11:22:14.764Z] coverage: 100.0% of statements [2021-06-28T11:22:14.764Z] ok github.com/docker/docker/libcontainerd/queue 0.073s coverage: 100.0% of statements [2021-06-28T11:22:15.226Z] === RUN TestEnvironmentParsing [2021-06-28T11:22:15.226Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-06-28T11:22:15.226Z] PASS [2021-06-28T11:22:15.226Z] coverage: 1.2% of statements [2021-06-28T11:22:15.226Z] ok github.com/docker/docker/libcontainerd/local 0.074s coverage: 1.2% of statements [2021-06-28T11:22:15.535Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-28T11:22:16.202Z] === RUN TestEmptyLayer [2021-06-28T11:22:16.202Z] --- PASS: TestEmptyLayer (0.00s) [2021-06-28T11:22:16.202Z] === RUN TestCommitFailure [2021-06-28T11:22:16.202Z] --- PASS: TestCommitFailure (0.08s) [2021-06-28T11:22:16.202Z] === RUN TestStartTransactionFailure [2021-06-28T11:22:16.202Z] --- PASS: TestStartTransactionFailure (0.01s) [2021-06-28T11:22:16.202Z] === RUN TestGetOrphan [2021-06-28T11:22:16.202Z] --- PASS: TestGetOrphan (0.12s) [2021-06-28T11:22:16.202Z] === RUN TestMountAndRegister [2021-06-28T11:22:16.202Z] layer_test.go:271: Layer size: 14 [2021-06-28T11:22:16.202Z] --- PASS: TestMountAndRegister (0.11s) [2021-06-28T11:22:16.202Z] === RUN TestLayerRelease [2021-06-28T11:22:16.202Z] layer_test.go:304: Failing on Windows [2021-06-28T11:22:16.202Z] --- SKIP: TestLayerRelease (0.00s) [2021-06-28T11:22:16.202Z] === RUN TestStoreRestore [2021-06-28T11:22:16.202Z] layer_test.go:353: Failing on Windows [2021-06-28T11:22:16.202Z] --- SKIP: TestStoreRestore (0.00s) [2021-06-28T11:22:16.202Z] === RUN TestTarStreamStability [2021-06-28T11:22:16.202Z] layer_test.go:468: Failing on Windows [2021-06-28T11:22:16.202Z] --- SKIP: TestTarStreamStability (0.00s) [2021-06-28T11:22:16.202Z] === RUN TestRegisterExistingLayer [2021-06-28T11:22:16.245Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-06-28T11:22:16.246Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-06-28T11:22:16.479Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-28T11:22:16.663Z] --- PASS: TestRegisterExistingLayer (0.24s) [2021-06-28T11:22:16.663Z] === RUN TestTarStreamVerification [2021-06-28T11:22:16.663Z] layer_test.go:697: Failing on Windows [2021-06-28T11:22:16.663Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-06-28T11:22:16.663Z] === RUN TestLayerMigration [2021-06-28T11:22:16.663Z] migration_test.go:46: Failing on Windows [2021-06-28T11:22:16.663Z] --- SKIP: TestLayerMigration (0.00s) [2021-06-28T11:22:16.663Z] === RUN TestLayerMigrationNoTarsplit [2021-06-28T11:22:16.663Z] migration_test.go:182: Failing on Windows [2021-06-28T11:22:16.663Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-06-28T11:22:16.663Z] === RUN TestMountInit [2021-06-28T11:22:16.663Z] mount_test.go:17: Failing on Windows [2021-06-28T11:22:16.663Z] --- SKIP: TestMountInit (0.00s) [2021-06-28T11:22:16.663Z] === RUN TestMountSize [2021-06-28T11:22:16.663Z] mount_test.go:76: Failing on Windows [2021-06-28T11:22:16.663Z] --- SKIP: TestMountSize (0.00s) [2021-06-28T11:22:16.663Z] === RUN TestMountChanges [2021-06-28T11:22:16.663Z] mount_test.go:125: Failing on Windows [2021-06-28T11:22:16.663Z] --- SKIP: TestMountChanges (0.00s) [2021-06-28T11:22:16.663Z] === RUN TestMountApply [2021-06-28T11:22:16.663Z] mount_test.go:212: Failing on Windows [2021-06-28T11:22:16.663Z] --- SKIP: TestMountApply (0.00s) [2021-06-28T11:22:16.663Z] PASS [2021-06-28T11:22:16.663Z] coverage: 30.1% of statements [2021-06-28T11:22:16.663Z] ok github.com/docker/docker/layer 0.746s coverage: 30.1% of statements [2021-06-28T11:22:16.820Z] check_test.go:309: [d79b743ea47ab] daemon is not started [2021-06-28T11:22:16.820Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-06-28T11:22:17.080Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-06-28T11:22:17.080Z] --- PASS: TestHealthKillContainer (3.49s) [2021-06-28T11:22:17.080Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-28T11:22:17.125Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-28T11:22:17.125Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-28T11:22:17.125Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-28T11:22:17.125Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-28T11:22:17.592Z] === RUN TestSequenceGetAvailableBit [2021-06-28T11:22:17.592Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-06-28T11:22:17.592Z] === RUN TestSequenceEqual [2021-06-28T11:22:17.592Z] --- PASS: TestSequenceEqual (0.00s) [2021-06-28T11:22:17.592Z] === RUN TestSequenceCopy [2021-06-28T11:22:17.592Z] --- PASS: TestSequenceCopy (0.00s) [2021-06-28T11:22:17.592Z] === RUN TestGetFirstAvailable [2021-06-28T11:22:17.592Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-06-28T11:22:17.592Z] === RUN TestFindSequence [2021-06-28T11:22:17.592Z] --- PASS: TestFindSequence (0.00s) [2021-06-28T11:22:17.592Z] === RUN TestCheckIfAvailable [2021-06-28T11:22:17.592Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-06-28T11:22:17.592Z] === RUN TestMergeSequences [2021-06-28T11:22:17.592Z] --- PASS: TestMergeSequences (0.00s) [2021-06-28T11:22:17.592Z] === RUN TestPushReservation [2021-06-28T11:22:17.592Z] --- PASS: TestPushReservation (0.00s) [2021-06-28T11:22:17.592Z] === RUN TestSerializeDeserialize [2021-06-28T11:22:17.592Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-06-28T11:22:17.592Z] === RUN TestSet [2021-06-28T11:22:17.592Z] --- PASS: TestSet (0.00s) [2021-06-28T11:22:17.592Z] === RUN TestSetUnset [2021-06-28T11:22:17.592Z] --- PASS: TestSetUnset (0.00s) [2021-06-28T11:22:17.592Z] === RUN TestOffsetSetUnset [2021-06-28T11:22:17.592Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-06-28T11:22:17.592Z] === RUN TestSetInRange [2021-06-28T11:22:17.592Z] --- PASS: TestSetInRange (0.00s) [2021-06-28T11:22:17.592Z] === RUN TestSetAnyInRange [2021-06-28T11:22:17.592Z] --- PASS: TestSetAnyInRange (0.00s) [2021-06-28T11:22:17.592Z] === RUN TestMethods [2021-06-28T11:22:17.592Z] --- PASS: TestMethods (0.00s) [2021-06-28T11:22:17.592Z] === RUN TestRandomAllocateDeallocate [2021-06-28T11:22:18.450Z] --- PASS: TestInspectCpusetInConfigPre120 (1.09s) [2021-06-28T11:22:18.450Z] === RUN TestIpcModeNone [2021-06-28T11:22:18.706Z] === RUN TestDockerSuite/TestBuildAddScript [2021-06-28T11:22:18.963Z] docker_cli_daemon_plugins_test.go:79: [dc1a1a102ca9f] daemon is not started [2021-06-28T11:22:19.896Z] --- PASS: TestIpcModeNone (1.46s) [2021-06-28T11:22:19.896Z] === RUN TestIpcModePrivate [2021-06-28T11:22:20.151Z] .......................... [ 67%] [2021-06-28T11:22:20.153Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-06-28T11:22:20.513Z] === RUN TestErrorInterfaces [2021-06-28T11:22:20.513Z] --- PASS: TestErrorInterfaces (0.00s) [2021-06-28T11:22:20.513Z] === RUN TestNetworkMarshalling [2021-06-28T11:22:20.513Z] --- PASS: TestNetworkMarshalling (0.21s) [2021-06-28T11:22:20.513Z] === RUN TestEndpointMarshalling [2021-06-28T11:22:20.513Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-06-28T11:22:20.513Z] === RUN TestAuxAddresses [2021-06-28T11:22:20.513Z] time="2021-06-28T11:22:20Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-28T11:22:20.513Z] --- PASS: TestAuxAddresses (0.03s) [2021-06-28T11:22:20.513Z] === RUN TestSRVServiceQuery [2021-06-28T11:22:20.513Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:22:20.513Z] --- SKIP: TestSRVServiceQuery (0.01s) [2021-06-28T11:22:20.513Z] === RUN TestServiceVIPReuse [2021-06-28T11:22:20.513Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:22:20.513Z] --- SKIP: TestServiceVIPReuse (0.01s) [2021-06-28T11:22:20.513Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-06-28T11:22:20.513Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:22:20.513Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2021-06-28T11:22:20.513Z] === RUN TestDNSIPQuery [2021-06-28T11:22:20.513Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:22:20.513Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-06-28T11:22:20.513Z] === RUN TestDNSProxyServFail [2021-06-28T11:22:20.513Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:22:20.513Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-06-28T11:22:20.513Z] === RUN TestSandboxAddEmpty [2021-06-28T11:22:20.513Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:22:20.513Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-06-28T11:22:20.513Z] === RUN TestSandboxAddMultiPrio [2021-06-28T11:22:20.513Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:22:20.513Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-06-28T11:22:20.513Z] === RUN TestSandboxAddSamePrio [2021-06-28T11:22:20.513Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:22:20.513Z] --- SKIP: TestSandboxAddSamePrio (0.01s) [2021-06-28T11:22:20.513Z] === RUN TestCleanupServiceDiscovery [2021-06-28T11:22:20.513Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:22:20.513Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-06-28T11:22:20.513Z] === RUN TestDNSOptions [2021-06-28T11:22:20.513Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:22:20.513Z] --- SKIP: TestDNSOptions (0.00s) [2021-06-28T11:22:20.513Z] === RUN TestMultipleControllersWithSameStore [2021-06-28T11:22:20.513Z] time="2021-06-28T11:22:20Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-28T11:22:20.513Z] === RUN TestInvalidConfig [2021-06-28T11:22:20.513Z] --- PASS: TestInvalidConfig (0.00s) [2021-06-28T11:22:20.513Z] === RUN TestConfig [2021-06-28T11:22:20.513Z] --- PASS: TestConfig (0.01s) [2021-06-28T11:22:20.513Z] === RUN TestOptionsLabels [2021-06-28T11:22:20.513Z] --- PASS: TestOptionsLabels (0.00s) [2021-06-28T11:22:20.513Z] === RUN TestValidName [2021-06-28T11:22:20.513Z] --- PASS: TestValidName (0.00s) [2021-06-28T11:22:20.513Z] === RUN TestTLSConfiguration [2021-06-28T11:22:20.513Z] time="2021-06-28T11:22:20Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-28T11:22:20.513Z] --- PASS: TestMultipleControllersWithSameStore (0.04s) [2021-06-28T11:22:20.513Z] PASS [2021-06-28T11:22:20.513Z] coverage: 8.6% of statements [2021-06-28T11:22:20.513Z] ok github.com/docker/docker/libnetwork 0.441s coverage: 8.6% of statements [2021-06-28T11:22:20.513Z] time="2021-06-28T11:22:20Z" level=info msg="Option Initializing KV with TLS" [2021-06-28T11:22:20.513Z] --- PASS: TestTLSConfiguration (0.24s) [2021-06-28T11:22:20.513Z] PASS [2021-06-28T11:22:20.513Z] coverage: 24.0% of statements [2021-06-28T11:22:20.513Z] ? github.com/docker/docker/libnetwork/api [no test files] [2021-06-28T11:22:20.513Z] ok github.com/docker/docker/libnetwork/config 0.355s coverage: 24.0% of statements [2021-06-28T11:22:20.976Z] === RUN TestKey [2021-06-28T11:22:20.976Z] --- PASS: TestKey (0.00s) [2021-06-28T11:22:20.976Z] === RUN TestParseKey [2021-06-28T11:22:20.976Z] --- PASS: TestParseKey (0.00s) [2021-06-28T11:22:20.976Z] === RUN TestInvalidDataStore [2021-06-28T11:22:20.976Z] --- PASS: TestInvalidDataStore (0.00s) [2021-06-28T11:22:20.976Z] === RUN TestKVObjectFlatKey [2021-06-28T11:22:20.976Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-06-28T11:22:20.976Z] === RUN TestAtomicKVObjectFlatKey [2021-06-28T11:22:20.976Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-06-28T11:22:20.976Z] PASS [2021-06-28T11:22:20.976Z] coverage: 21.9% of statements [2021-06-28T11:22:20.976Z] ok github.com/docker/docker/libnetwork/datastore 0.051s coverage: 21.9% of statements [2021-06-28T11:22:21.083Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:92, shared: false, mustBeShared: false [2021-06-28T11:22:21.340Z] --- PASS: TestIpcModePrivate (1.67s) [2021-06-28T11:22:21.340Z] === RUN TestIpcModeShareable [2021-06-28T11:22:21.770Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-28T11:22:21.952Z] === RUN TestIPDataMarshalling [2021-06-28T11:22:21.952Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-06-28T11:22:21.952Z] === RUN TestValidateAndIsV6 [2021-06-28T11:22:21.952Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-06-28T11:22:21.952Z] PASS [2021-06-28T11:22:21.952Z] coverage: 68.9% of statements [2021-06-28T11:22:21.952Z] ok github.com/docker/docker/libnetwork/driverapi 0.054s coverage: 68.9% of statements [2021-06-28T11:22:21.952Z] === RUN TestDriver [2021-06-28T11:22:21.952Z] --- PASS: TestDriver (0.00s) [2021-06-28T11:22:21.952Z] PASS [2021-06-28T11:22:21.952Z] coverage: 34.8% of statements [2021-06-28T11:22:21.952Z] ok github.com/docker/docker/libnetwork/drivers/host 0.052s coverage: 34.8% of statements [2021-06-28T11:22:22.271Z] docker_cli_daemon_plugins_test.go:169: [dcabab96c5315] daemon is not started [2021-06-28T11:22:22.529Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-06-28T11:22:22.785Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:88, shared: true, mustBeShared: true [2021-06-28T11:22:22.927Z] === RUN TestDriver [2021-06-28T11:22:22.927Z] --- PASS: TestDriver (0.00s) [2021-06-28T11:22:22.927Z] PASS [2021-06-28T11:22:22.927Z] coverage: 34.8% of statements [2021-06-28T11:22:22.927Z] ok github.com/docker/docker/libnetwork/drivers/null 0.052s coverage: 34.8% of statements [2021-06-28T11:22:23.042Z] --- PASS: TestIpcModeShareable (1.70s) [2021-06-28T11:22:23.042Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-28T11:22:23.389Z] === RUN TestNetworkAllocateFree [2021-06-28T11:22:23.389Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-06-28T11:22:23.389Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-06-28T11:22:23.389Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-06-28T11:22:23.389Z] PASS [2021-06-28T11:22:23.389Z] coverage: 63.6% of statements [2021-06-28T11:22:23.389Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.067s coverage: 63.6% of statements [2021-06-28T11:22:23.850Z] === RUN TestGetEmptyCapabilities [2021-06-28T11:22:23.851Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-06-28T11:22:23.851Z] === RUN TestGetExtraCapabilities [2021-06-28T11:22:23.851Z] --- PASS: TestGetExtraCapabilities (0.01s) [2021-06-28T11:22:23.851Z] === RUN TestGetInvalidCapabilities [2021-06-28T11:22:23.851Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2021-06-28T11:22:23.851Z] === RUN TestRemoteDriver [2021-06-28T11:22:23.851Z] --- PASS: TestRemoteDriver (0.01s) [2021-06-28T11:22:23.851Z] === RUN TestDriverError [2021-06-28T11:22:23.851Z] --- PASS: TestDriverError (0.01s) [2021-06-28T11:22:23.851Z] === RUN TestMissingValues [2021-06-28T11:22:23.851Z] --- PASS: TestMissingValues (0.01s) [2021-06-28T11:22:23.851Z] === RUN TestRollback [2021-06-28T11:22:23.851Z] --- PASS: TestRollback (0.00s) [2021-06-28T11:22:23.851Z] PASS [2021-06-28T11:22:23.851Z] coverage: 57.4% of statements [2021-06-28T11:22:23.851Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.132s coverage: 57.4% of statements [2021-06-28T11:22:23.972Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-06-28T11:22:24.824Z] === RUN TestNAT [2021-06-28T11:22:24.824Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-06-28T11:22:24.824Z] --- SKIP: TestNAT (0.00s) [2021-06-28T11:22:24.824Z] === RUN TestTransparent [2021-06-28T11:22:24.824Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-06-28T11:22:24.824Z] --- SKIP: TestTransparent (0.00s) [2021-06-28T11:22:24.824Z] PASS [2021-06-28T11:22:24.824Z] coverage: 0.0% of statements [2021-06-28T11:22:24.824Z] === RUN TestNew [2021-06-28T11:22:24.824Z] --- PASS: TestNew (0.00s) [2021-06-28T11:22:24.824Z] === RUN TestAddDriver [2021-06-28T11:22:24.824Z] --- PASS: TestAddDriver (0.00s) [2021-06-28T11:22:24.824Z] === RUN TestAddDuplicateDriver [2021-06-28T11:22:24.824Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-06-28T11:22:24.824Z] === RUN TestIPAMDefaultAddressSpaces [2021-06-28T11:22:24.824Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-06-28T11:22:24.824Z] === RUN TestDriver [2021-06-28T11:22:24.824Z] --- PASS: TestDriver (0.00s) [2021-06-28T11:22:24.824Z] === RUN TestIPAM [2021-06-28T11:22:24.824Z] --- PASS: TestIPAM (0.00s) [2021-06-28T11:22:24.824Z] === RUN TestWalkIPAMs [2021-06-28T11:22:24.824Z] --- PASS: TestWalkIPAMs (0.00s) [2021-06-28T11:22:24.824Z] === RUN TestWalkDrivers [2021-06-28T11:22:24.824Z] --- PASS: TestWalkDrivers (0.00s) [2021-06-28T11:22:24.824Z] PASS [2021-06-28T11:22:24.824Z] coverage: 82.4% of statements [2021-06-28T11:22:24.824Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.060s coverage: 0.0% of statements [2021-06-28T11:22:24.824Z] ok github.com/docker/docker/libnetwork/drvregistry 0.092s coverage: 82.4% of statements [2021-06-28T11:22:25.286Z] === RUN TestBuildDefault [2021-06-28T11:22:25.286Z] --- PASS: TestBuildDefault (0.00s) [2021-06-28T11:22:25.286Z] === RUN TestBuildHostnameDomainname [2021-06-28T11:22:25.286Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-06-28T11:22:25.286Z] === RUN TestBuildHostname [2021-06-28T11:22:25.286Z] --- PASS: TestBuildHostname (0.00s) [2021-06-28T11:22:25.286Z] === RUN TestBuildHostnameFQDN [2021-06-28T11:22:25.286Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-06-28T11:22:25.286Z] === RUN TestBuildNoIP [2021-06-28T11:22:25.286Z] --- PASS: TestBuildNoIP (0.00s) [2021-06-28T11:22:25.286Z] === RUN TestUpdate [2021-06-28T11:22:25.286Z] --- PASS: TestUpdate (0.00s) [2021-06-28T11:22:25.286Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-06-28T11:22:25.286Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-06-28T11:22:25.286Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-06-28T11:22:25.286Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-06-28T11:22:25.286Z] === RUN TestAddEmpty [2021-06-28T11:22:25.286Z] --- PASS: TestAddEmpty (0.00s) [2021-06-28T11:22:25.286Z] === RUN TestAdd [2021-06-28T11:22:25.286Z] --- PASS: TestAdd (0.00s) [2021-06-28T11:22:25.286Z] === RUN TestDeleteEmpty [2021-06-28T11:22:25.286Z] --- PASS: TestDeleteEmpty (0.00s) [2021-06-28T11:22:25.286Z] === RUN TestDeleteNewline [2021-06-28T11:22:25.286Z] --- PASS: TestDeleteNewline (0.00s) [2021-06-28T11:22:25.286Z] === RUN TestDelete [2021-06-28T11:22:25.286Z] --- PASS: TestDelete (0.00s) [2021-06-28T11:22:25.286Z] === RUN TestConcurrentWrites [2021-06-28T11:22:25.748Z] --- PASS: TestConcurrentWrites (0.31s) [2021-06-28T11:22:25.748Z] PASS [2021-06-28T11:22:25.748Z] coverage: 81.2% of statements [2021-06-28T11:22:25.748Z] ok github.com/docker/docker/libnetwork/etchosts 0.389s coverage: 81.2% of statements [2021-06-28T11:22:26.210Z] --- PASS: TestRandomAllocateDeallocate (8.57s) [2021-06-28T11:22:26.210Z] === RUN TestAllocateRandomDeallocate [2021-06-28T11:22:26.210Z] === RUN TestDiff [2021-06-28T11:22:26.210Z] --- PASS: TestDiff (0.00s) [2021-06-28T11:22:26.210Z] === RUN TestAddedCallback [2021-06-28T11:22:26.210Z] --- PASS: TestAddedCallback (0.00s) [2021-06-28T11:22:26.210Z] === RUN TestRemovedCallback [2021-06-28T11:22:26.210Z] --- PASS: TestRemovedCallback (0.00s) [2021-06-28T11:22:26.210Z] === RUN TestNoCallback [2021-06-28T11:22:26.210Z] --- PASS: TestNoCallback (0.00s) [2021-06-28T11:22:26.210Z] PASS [2021-06-28T11:22:26.210Z] coverage: 48.1% of statements [2021-06-28T11:22:26.210Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.054s coverage: 48.1% of statements [2021-06-28T11:22:26.210Z] === RUN TestNew [2021-06-28T11:22:26.210Z] --- PASS: TestNew (0.00s) [2021-06-28T11:22:26.210Z] === RUN TestAllocate [2021-06-28T11:22:26.210Z] --- PASS: TestAllocate (0.00s) [2021-06-28T11:22:26.210Z] === RUN TestUninitialized [2021-06-28T11:22:26.210Z] --- PASS: TestUninitialized (0.00s) [2021-06-28T11:22:26.210Z] === RUN TestAllocateInRange [2021-06-28T11:22:26.210Z] --- PASS: TestAllocateInRange (0.00s) [2021-06-28T11:22:26.210Z] === RUN TestAllocateSerial [2021-06-28T11:22:26.210Z] --- PASS: TestAllocateSerial (0.00s) [2021-06-28T11:22:26.210Z] PASS [2021-06-28T11:22:26.210Z] coverage: 87.5% of statements [2021-06-28T11:22:26.210Z] ok github.com/docker/docker/libnetwork/idm 0.060s coverage: 87.5% of statements [2021-06-28T11:22:26.682Z] --- PASS: TestServiceUpdateSecrets (14.96s) [2021-06-28T11:22:26.682Z] === RUN TestServiceUpdateConfigs [2021-06-28T11:22:27.057Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-28T11:22:27.057Z] Using test binary docker [2021-06-28T11:22:27.057Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-28T11:22:27.057Z] +++ /etc/init.d/apparmor start [2021-06-28T11:22:27.057Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-28T11:22:27.057Z] INFO: Waiting for daemon to start... [2021-06-28T11:22:27.057Z] Starting dockerd [2021-06-28T11:22:27.057Z] +++ 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 [2021-06-28T11:22:27.184Z] === RUN TestCaller [2021-06-28T11:22:27.184Z] --- PASS: TestCaller (0.00s) [2021-06-28T11:22:27.184Z] PASS [2021-06-28T11:22:27.184Z] coverage: 100.0% of statements [2021-06-28T11:22:27.184Z] ok github.com/docker/docker/libnetwork/internal/caller 0.059s coverage: 100.0% of statements [2021-06-28T11:22:27.184Z] === RUN TestSetSerialInsertDelete [2021-06-28T11:22:27.184Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-06-28T11:22:27.184Z] === RUN TestSetParallelInsertDelete [2021-06-28T11:22:28.145Z] --- PASS: TestAPIIpcModeShareableAndContainer (5.00s) [2021-06-28T11:22:28.146Z] === RUN TestAPIIpcModeHost [2021-06-28T11:22:28.146Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-06-28T11:22:28.708Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-06-28T11:22:29.271Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-06-28T11:22:29.373Z] === RUN TestInt2IP2IntConversion [2021-06-28T11:22:29.603Z] . [2021-06-28T11:22:29.603Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-28T11:22:29.603Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-28T11:22:29.603Z] Error: No such image: emptyfs [2021-06-28T11:22:29.603Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-28T11:22:29.603Z] ++++ docker load [2021-06-28T11:22:29.603Z] Running integration-test (iteration 1) [2021-06-28T11:22:29.603Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-06-28T11:22:29.603Z] ++ 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 [2021-06-28T11:22:29.603Z] ++ set -e [2021-06-28T11:22:29.603Z] ++ '[' -n 0 ']' [2021-06-28T11:22:29.603Z] ++ set -x [2021-06-28T11:22:29.603Z] ++ 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 [2021-06-28T11:22:29.834Z] check_test.go:309: [dec9377653a19] daemon is not started [2021-06-28T11:22:29.834Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-06-28T11:22:29.835Z] === RUN TestPoolRequest [2021-06-28T11:22:29.835Z] --- PASS: TestPoolRequest (0.00s) [2021-06-28T11:22:29.835Z] === RUN TestOtherRequests [2021-06-28T11:22:29.835Z] --- PASS: TestOtherRequests (0.00s) [2021-06-28T11:22:29.835Z] PASS [2021-06-28T11:22:29.835Z] coverage: 57.1% of statements [2021-06-28T11:22:29.835Z] ok github.com/docker/docker/libnetwork/ipams/null 0.076s coverage: 57.1% of statements [2021-06-28T11:22:29.835Z] --- PASS: TestInt2IP2IntConversion (0.77s) [2021-06-28T11:22:29.835Z] === RUN TestGetAddressVersion [2021-06-28T11:22:29.835Z] --- PASS: TestGetAddressVersion (0.00s) [2021-06-28T11:22:29.835Z] === RUN TestKeyString [2021-06-28T11:22:29.835Z] --- PASS: TestKeyString (0.00s) [2021-06-28T11:22:29.835Z] === RUN TestPoolDataMarshal [2021-06-28T11:22:29.835Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-06-28T11:22:29.835Z] === RUN TestSubnetsMarshal [2021-06-28T11:22:30.091Z] --- PASS: TestAPIIpcModeHost (1.95s) [2021-06-28T11:22:30.091Z] === RUN TestDaemonIpcModeShareable [2021-06-28T11:22:30.297Z] --- PASS: TestSubnetsMarshal (0.23s) [2021-06-28T11:22:30.297Z] === RUN TestAddSubnets [2021-06-28T11:22:30.297Z] --- PASS: TestAddSubnets (0.17s) [2021-06-28T11:22:30.297Z] === RUN TestDoublePoolRelease [2021-06-28T11:22:30.297Z] --- PASS: TestDoublePoolRelease (0.09s) [2021-06-28T11:22:30.297Z] === RUN TestAddReleasePoolID [2021-06-28T11:22:30.759Z] --- PASS: TestAddReleasePoolID (0.26s) [2021-06-28T11:22:30.759Z] === RUN TestPredefinedPool [2021-06-28T11:22:31.222Z] --- PASS: TestPredefinedPool (0.26s) [2021-06-28T11:22:31.222Z] === RUN TestRemoveSubnet [2021-06-28T11:22:31.222Z] --- PASS: TestAllocateRandomDeallocate (4.95s) [2021-06-28T11:22:31.222Z] === RUN TestAllocateRandomDeallocateSerialize [2021-06-28T11:22:31.684Z] === RUN TestGetCapabilities [2021-06-28T11:22:31.684Z] --- PASS: TestGetCapabilities (0.02s) [2021-06-28T11:22:31.684Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-06-28T11:22:31.684Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2021-06-28T11:22:31.684Z] === RUN TestGetDefaultAddressSpaces [2021-06-28T11:22:31.684Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2021-06-28T11:22:31.684Z] === RUN TestRemoteDriver [2021-06-28T11:22:31.684Z] --- PASS: TestRemoteDriver (0.01s) [2021-06-28T11:22:31.684Z] PASS [2021-06-28T11:22:31.684Z] coverage: 47.4% of statements [2021-06-28T11:22:31.684Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.100s coverage: 47.4% of statements [2021-06-28T11:22:31.684Z] --- PASS: TestRemoveSubnet (0.62s) [2021-06-28T11:22:31.684Z] === RUN TestGetSameAddress [2021-06-28T11:22:31.684Z] --- PASS: TestGetSameAddress (0.08s) [2021-06-28T11:22:31.684Z] === RUN TestPoolAllocationReuse [2021-06-28T11:22:31.983Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-06-28T11:22:32.546Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:112, shared: true, mustBeShared: true [2021-06-28T11:22:32.657Z] === RUN TestWindowsIPAM [2021-06-28T11:22:32.657Z] --- PASS: TestWindowsIPAM (0.00s) [2021-06-28T11:22:32.657Z] PASS [2021-06-28T11:22:32.657Z] coverage: 71.4% of statements [2021-06-28T11:22:32.657Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.056s coverage: 71.4% of statements [2021-06-28T11:22:32.802Z] --- PASS: TestDaemonIpcModeShareable (2.76s) [2021-06-28T11:22:32.802Z] === RUN TestDaemonIpcModePrivate [2021-06-28T11:22:33.059Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-06-28T11:22:33.987Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-06-28T11:22:34.202Z] === RUN TestDefaultNetwork [2021-06-28T11:22:34.202Z] --- PASS: TestDefaultNetwork (0.38s) [2021-06-28T11:22:34.202Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-06-28T11:22:34.664Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.35s) [2021-06-28T11:22:34.664Z] === RUN TestInitAddressPools [2021-06-28T11:22:34.664Z] --- PASS: TestInitAddressPools (0.00s) [2021-06-28T11:22:34.664Z] PASS [2021-06-28T11:22:34.664Z] coverage: 74.0% of statements [2021-06-28T11:22:34.664Z] --- PASS: TestAllocateRandomDeallocateSerialize (3.55s) [2021-06-28T11:22:34.664Z] === RUN TestRetrieveFromStore [2021-06-28T11:22:34.664Z] ok github.com/docker/docker/libnetwork/ipamutils 0.823s coverage: 74.0% of statements [2021-06-28T11:22:35.354Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:99, shared: false, mustBeShared: false [2021-06-28T11:22:35.354Z] --- PASS: TestDaemonIpcModePrivate (2.56s) [2021-06-28T11:22:35.354Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-28T11:22:35.644Z] === RUN TestKeyValue [2021-06-28T11:22:35.644Z] --- PASS: TestKeyValue (0.00s) [2021-06-28T11:22:35.644Z] PASS [2021-06-28T11:22:35.644Z] coverage: 60.0% of statements [2021-06-28T11:22:35.644Z] ok github.com/docker/docker/libnetwork/netlabel 0.056s coverage: 60.0% of statements [2021-06-28T11:22:36.108Z] --- PASS: TestRetrieveFromStore (1.50s) [2021-06-28T11:22:36.108Z] === RUN TestIsCorrupted [2021-06-28T11:22:36.108Z] --- PASS: TestIsCorrupted (0.03s) [2021-06-28T11:22:36.108Z] === RUN TestSetRollover [2021-06-28T11:22:36.284Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-06-28T11:22:37.653Z] --- PASS: TestSetParallelInsertDelete (10.01s) [2021-06-28T11:22:37.653Z] PASS [2021-06-28T11:22:37.653Z] coverage: 100.0% of statements [2021-06-28T11:22:37.653Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.065s coverage: 100.0% of statements [2021-06-28T11:22:37.653Z] --- PASS: TestPoolAllocationReuse (5.97s) [2021-06-28T11:22:37.653Z] === RUN TestGetAddressSubPoolEqualPool [2021-06-28T11:22:37.653Z] --- PASS: TestGetAddressSubPoolEqualPool (0.09s) [2021-06-28T11:22:37.653Z] === RUN TestRequestReleaseAddressFromSubPool [2021-06-28T11:22:38.177Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:103, shared: false, mustBeShared: false [2021-06-28T11:22:38.177Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.62s) [2021-06-28T11:22:38.177Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-28T11:22:38.433Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-06-28T11:22:38.629Z] === RUN TestNetworkDBSimple [2021-06-28T11:22:39.092Z] === RUN TestGenerate [2021-06-28T11:22:39.092Z] --- PASS: TestGenerate (0.00s) [2021-06-28T11:22:39.092Z] === RUN TestGeneratePtr [2021-06-28T11:22:39.092Z] --- PASS: TestGeneratePtr (0.00s) [2021-06-28T11:22:39.092Z] === RUN TestGenerateMissingField [2021-06-28T11:22:39.092Z] --- PASS: TestGenerateMissingField (0.00s) [2021-06-28T11:22:39.092Z] === RUN TestFieldCannotBeSet [2021-06-28T11:22:39.092Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-06-28T11:22:39.092Z] === RUN TestTypeMismatchError [2021-06-28T11:22:39.092Z] --- PASS: TestTypeMismatchError (0.00s) [2021-06-28T11:22:39.092Z] PASS [2021-06-28T11:22:39.092Z] coverage: 100.0% of statements [2021-06-28T11:22:39.092Z] ok github.com/docker/docker/libnetwork/options 0.051s coverage: 100.0% of statements [2021-06-28T11:22:39.556Z] --- PASS: TestSetRollover (3.57s) [2021-06-28T11:22:39.556Z] === RUN TestSetRolloverSerial [2021-06-28T11:22:40.019Z] 2021/06/28 11:22:39 Closing DB instances... [2021-06-28T11:22:40.019Z] testing: warning: no tests to run [2021-06-28T11:22:40.019Z] PASS [2021-06-28T11:22:40.019Z] coverage: 0.0% of statements [2021-06-28T11:22:40.019Z] ok github.com/docker/docker/libnetwork/osl 0.044s coverage: 0.0% of statements [no tests to run] [2021-06-28T11:22:40.326Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-06-28T11:22:40.890Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: true, mustBeShared: true [2021-06-28T11:22:40.890Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-06-28T11:22:40.890Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.97s) [2021-06-28T11:22:40.890Z] === RUN TestIpcModeOlderClient [2021-06-28T11:22:40.890Z] === PAUSE TestIpcModeOlderClient [2021-06-28T11:22:40.890Z] === RUN TestKillContainerInvalidSignal [2021-06-28T11:22:40.997Z] === RUN TestRequestNewPort [2021-06-28T11:22:40.997Z] --- PASS: TestRequestNewPort (0.00s) [2021-06-28T11:22:40.997Z] === RUN TestRequestSpecificPort [2021-06-28T11:22:40.997Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-06-28T11:22:40.997Z] === RUN TestReleasePort [2021-06-28T11:22:40.997Z] --- PASS: TestReleasePort (0.00s) [2021-06-28T11:22:40.997Z] === RUN TestReuseReleasedPort [2021-06-28T11:22:40.997Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-06-28T11:22:40.997Z] === RUN TestReleaseUnreadledPort [2021-06-28T11:22:40.997Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-06-28T11:22:40.997Z] === RUN TestUnknowProtocol [2021-06-28T11:22:40.997Z] --- PASS: TestUnknowProtocol (0.00s) [2021-06-28T11:22:40.997Z] === RUN TestAllocateAllPorts [2021-06-28T11:22:40.997Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-06-28T11:22:40.997Z] === RUN TestPortAllocation [2021-06-28T11:22:40.997Z] --- PASS: TestPortAllocation (0.00s) [2021-06-28T11:22:40.997Z] === RUN TestPortAllocationWithCustomRange [2021-06-28T11:22:40.997Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-06-28T11:22:40.997Z] === RUN TestNoDuplicateBPR [2021-06-28T11:22:40.997Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-06-28T11:22:40.997Z] === RUN TestChangePortRange [2021-06-28T11:22:40.997Z] portallocator_test.go:345: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-06-28T11:22:40.997Z] portallocator_test.go:345: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-06-28T11:22:40.997Z] portallocator_test.go:345: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-06-28T11:22:40.997Z] portallocator_test.go:345: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-06-28T11:22:40.997Z] portallocator_test.go:345: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-06-28T11:22:40.997Z] portallocator_test.go:345: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-06-28T11:22:40.997Z] --- PASS: TestChangePortRange (0.00s) [2021-06-28T11:22:40.997Z] PASS [2021-06-28T11:22:40.997Z] coverage: 88.6% of statements [2021-06-28T11:22:40.997Z] ok github.com/docker/docker/libnetwork/portallocator 0.049s coverage: 88.6% of statements [2021-06-28T11:22:41.461Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.64s) [2021-06-28T11:22:41.461Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-06-28T11:22:41.461Z] --- PASS: TestNetworkDBSimple (2.63s) [2021-06-28T11:22:41.461Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-06-28T11:22:41.554Z] --- PASS: TestServiceUpdateConfigs (15.06s) [2021-06-28T11:22:41.554Z] === RUN TestServiceUpdateNetwork [2021-06-28T11:22:41.924Z] === RUN TestTransportPortConv [2021-06-28T11:22:41.924Z] --- PASS: TestTransportPortConv (0.00s) [2021-06-28T11:22:41.924Z] === RUN TestTransportPortBindingConv [2021-06-28T11:22:41.924Z] --- PASS: TestTransportPortBindingConv (0.00s) [2021-06-28T11:22:41.924Z] === RUN TestErrorConstructors [2021-06-28T11:22:41.924Z] --- PASS: TestErrorConstructors (0.00s) [2021-06-28T11:22:41.924Z] === RUN TestCompareIPMask [2021-06-28T11:22:41.924Z] --- PASS: TestCompareIPMask (0.00s) [2021-06-28T11:22:41.924Z] === RUN TestUtilGetHostPartIP [2021-06-28T11:22:41.924Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-06-28T11:22:41.924Z] === RUN TestUtilGetBroadcastIP [2021-06-28T11:22:41.924Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-06-28T11:22:41.924Z] === RUN TestParseCIDR [2021-06-28T11:22:41.924Z] --- PASS: TestParseCIDR (0.00s) [2021-06-28T11:22:41.924Z] PASS [2021-06-28T11:22:41.924Z] coverage: 47.9% of statements [2021-06-28T11:22:41.924Z] ok github.com/docker/docker/libnetwork/types 0.049s coverage: 47.9% of statements [2021-06-28T11:22:41.924Z] --- PASS: TestSetRolloverSerial (2.25s) [2021-06-28T11:22:41.924Z] === RUN TestGetFirstAvailableFromCurrent [2021-06-28T11:22:41.924Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-06-28T11:22:41.924Z] PASS [2021-06-28T11:22:41.924Z] coverage: 84.4% of statements [2021-06-28T11:22:41.924Z] ok github.com/docker/docker/libnetwork/bitseq 24.495s coverage: 84.4% of statements [2021-06-28T11:22:42.258Z] --- PASS: TestKillContainerInvalidSignal (1.14s) [2021-06-28T11:22:42.258Z] === RUN TestKillContainer [2021-06-28T11:22:42.258Z] === RUN TestKillContainer/no_signal [2021-06-28T11:22:42.898Z] 2021/06/28 11:22:42 Closing DB instances... [2021-06-28T11:22:42.898Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-06-28T11:22:42.898Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-06-28T11:22:42.898Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-06-28T11:22:42.898Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-06-28T11:22:42.898Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-06-28T11:22:42.898Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-06-28T11:22:42.898Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-06-28T11:22:42.898Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-06-28T11:22:42.898Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-06-28T11:22:42.898Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-06-28T11:22:42.898Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-06-28T11:22:42.898Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-06-28T11:22:42.898Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-06-28T11:22:42.898Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-06-28T11:22:42.898Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-06-28T11:22:43.186Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-06-28T11:22:43.361Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-06-28T11:22:43.362Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-06-28T11:22:43.362Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-06-28T11:22:43.362Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-06-28T11:22:43.362Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-06-28T11:22:43.362Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-06-28T11:22:43.362Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-06-28T11:22:43.362Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-06-28T11:22:43.362Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-06-28T11:22:43.362Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-06-28T11:22:43.362Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-06-28T11:22:43.362Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-06-28T11:22:43.362Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-06-28T11:22:43.362Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-06-28T11:22:43.362Z] PASS [2021-06-28T11:22:43.362Z] coverage: 44.0% of statements [2021-06-28T11:22:43.362Z] ok github.com/docker/docker/oci 0.052s coverage: 44.0% of statements [2021-06-28T11:22:43.442Z] === RUN TestKillContainer/non_killing_signal [2021-06-28T11:22:44.341Z] --- PASS: TestNetworkDBJoinLeaveNetwork (3.01s) [2021-06-28T11:22:44.342Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-06-28T11:22:44.371Z] === RUN TestKillContainer/killing_signal [2021-06-28T11:22:44.527Z] Loaded image: buildpack-deps:buster [2021-06-28T11:22:44.527Z] Loaded image: busybox:latest [2021-06-28T11:22:44.527Z] Loaded image: busybox:glibc [2021-06-28T11:22:44.804Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.18s) [2021-06-28T11:22:44.805Z] === RUN TestGetAddress [2021-06-28T11:22:44.805Z] === RUN TestAddressPoolOpt [2021-06-28T11:22:44.805Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/a [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/something [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/_=a [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/env1=value1 [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/_env1=value1 [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/env2=value2=value3 [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/env3=abc!qwe [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/env_4=value_4 [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/PATH [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/=a [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/PATH= [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/PATH=something [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/asd!qwe [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/1asd [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/123 [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/some_space [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/__some_space_before [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/some_space_after__ [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/= [2021-06-28T11:22:44.805Z] === RUN TestValidateEnv/PaTh [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/a (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/something (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/= (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestParseHost [2021-06-28T11:22:44.805Z] --- PASS: TestParseHost (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestParseDockerDaemonHost [2021-06-28T11:22:44.805Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestParseTCP [2021-06-28T11:22:44.805Z] --- PASS: TestParseTCP (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestParseInvalidUnixAddrInvalid [2021-06-28T11:22:44.805Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestValidateExtraHosts [2021-06-28T11:22:44.805Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestIpOptString [2021-06-28T11:22:44.805Z] --- PASS: TestIpOptString (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestNewIpOptInvalidDefaultVal [2021-06-28T11:22:44.805Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestNewIpOptValidDefaultVal [2021-06-28T11:22:44.805Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestIpOptSetInvalidVal [2021-06-28T11:22:44.805Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestValidateIPAddress [2021-06-28T11:22:44.805Z] --- PASS: TestValidateIPAddress (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestMapOpts [2021-06-28T11:22:44.805Z] --- PASS: TestMapOpts (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestListOptsWithoutValidator [2021-06-28T11:22:44.805Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestListOptsWithValidator [2021-06-28T11:22:44.805Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestValidateDNSSearch [2021-06-28T11:22:44.805Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestValidateLabel [2021-06-28T11:22:44.805Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-06-28T11:22:44.805Z] === RUN TestValidateLabel/label_with_general_format [2021-06-28T11:22:44.805Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-06-28T11:22:44.805Z] === RUN TestValidateLabel/label_with_one_more [2021-06-28T11:22:44.805Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-06-28T11:22:44.805Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-06-28T11:22:44.805Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-06-28T11:22:44.805Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-06-28T11:22:44.805Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-06-28T11:22:44.805Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-06-28T11:22:44.805Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-06-28T11:22:44.805Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-06-28T11:22:44.805Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-06-28T11:22:44.805Z] --- PASS: TestValidateLabel (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-06-28T11:22:44.805Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestNamedListOpts [2021-06-28T11:22:44.805Z] --- PASS: TestNamedListOpts (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestNamedMapOpts [2021-06-28T11:22:44.805Z] --- PASS: TestNamedMapOpts (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestParseLink [2021-06-28T11:22:44.805Z] --- PASS: TestParseLink (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestQuotedStringSetWithQuotes [2021-06-28T11:22:44.805Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-06-28T11:22:44.805Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestQuotedStringSetWithNoQuotes [2021-06-28T11:22:44.805Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-06-28T11:22:44.805Z] === RUN TestUlimitOpt [2021-06-28T11:22:44.805Z] --- PASS: TestUlimitOpt (0.00s) [2021-06-28T11:22:44.805Z] PASS [2021-06-28T11:22:44.805Z] coverage: 67.1% of statements [2021-06-28T11:22:44.805Z] ok github.com/docker/docker/opts 0.087s coverage: 67.1% of statements [2021-06-28T11:22:44.934Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-06-28T11:22:45.099Z] Loaded image: debian:bullseye [2021-06-28T11:22:45.360Z] Loaded image: hello-world:latest [2021-06-28T11:22:45.360Z] Loaded image: arm32v7/hello-world:latest [2021-06-28T11:22:45.496Z] === RUN TestDockerSuite/TestBuildAddTar [2021-06-28T11:22:45.496Z] --- PASS: TestKillContainer (3.50s) [2021-06-28T11:22:45.496Z] --- PASS: TestKillContainer/no_signal (1.19s) [2021-06-28T11:22:45.496Z] --- PASS: TestKillContainer/non_killing_signal (0.83s) [2021-06-28T11:22:45.496Z] --- PASS: TestKillContainer/killing_signal (1.24s) [2021-06-28T11:22:45.496Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-28T11:22:45.621Z] INFO: Testing against a local daemon [2021-06-28T11:22:45.621Z] === RUN TestCgroupNamespacesBuild [2021-06-28T11:22:45.754Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-28T11:22:45.754Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-06-28T11:22:45.780Z] 2021/06/28 11:22:45 Closing DB instances... [2021-06-28T11:22:45.780Z] === RUN TestParseVersion [2021-06-28T11:22:45.780Z] --- PASS: TestParseVersion (0.00s) [2021-06-28T11:22:45.780Z] PASS [2021-06-28T11:22:45.780Z] coverage: 52.9% of statements [2021-06-28T11:22:45.780Z] ok github.com/docker/docker/pkg/aaparser 0.056s coverage: 52.9% of statements [2021-06-28T11:22:46.316Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-06-28T11:22:46.573Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-28T11:22:47.326Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2021-06-28T11:22:47.326Z] === RUN TestNetworkDBCRUDTableEntry [2021-06-28T11:22:47.502Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.00s) [2021-06-28T11:22:47.502Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.05s) [2021-06-28T11:22:47.502Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.70s) [2021-06-28T11:22:47.502Z] === RUN TestKillStoppedContainer [2021-06-28T11:22:47.758Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-06-28T11:22:47.758Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-28T11:22:47.758Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-06-28T11:22:47.758Z] === RUN TestKillDifferentUserContainer [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-06-28T11:22:48.307Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-06-28T11:22:48.687Z] --- PASS: TestKillDifferentUserContainer (0.94s) [2021-06-28T11:22:48.687Z] === RUN TestInspectOomKilledTrue [2021-06-28T11:22:48.687Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-28T11:22:48.687Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-28T11:22:48.687Z] === RUN TestInspectOomKilledFalse [2021-06-28T11:22:48.687Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-28T11:22:48.687Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-28T11:22:48.687Z] === RUN TestLinksEtcHostsContentMatch [2021-06-28T11:22:48.773Z] === RUN TestIsArchivePathDir [2021-06-28T11:22:48.773Z] --- PASS: TestIsArchivePathDir (0.10s) [2021-06-28T11:22:48.773Z] === RUN TestIsArchivePathInvalidFile [2021-06-28T11:22:48.773Z] --- PASS: TestIsArchivePathInvalidFile (0.17s) [2021-06-28T11:22:48.773Z] === RUN TestIsArchivePathTar [2021-06-28T11:22:48.924Z] --- PASS: TestCgroupNamespacesBuild (2.83s) [2021-06-28T11:22:48.924Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-28T11:22:49.235Z] --- PASS: TestIsArchivePathTar (0.18s) [2021-06-28T11:22:49.235Z] === RUN TestDecompressStreamGzip [2021-06-28T11:22:49.235Z] --- PASS: TestDecompressStreamGzip (0.14s) [2021-06-28T11:22:49.235Z] === RUN TestDecompressStreamBzip2 [2021-06-28T11:22:49.616Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-06-28T11:22:49.696Z] --- PASS: TestDecompressStreamBzip2 (0.20s) [2021-06-28T11:22:49.696Z] === RUN TestDecompressStreamXz [2021-06-28T11:22:49.696Z] archive_test.go:134: Xz not present in msys2 [2021-06-28T11:22:49.696Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-06-28T11:22:49.696Z] === RUN TestCompressStreamXzUnsupported [2021-06-28T11:22:49.696Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-06-28T11:22:49.696Z] === RUN TestCompressStreamBzip2Unsupported [2021-06-28T11:22:49.696Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-06-28T11:22:49.696Z] === RUN TestCompressStreamInvalid [2021-06-28T11:22:49.696Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-06-28T11:22:49.696Z] === RUN TestExtensionInvalid [2021-06-28T11:22:49.696Z] --- PASS: TestExtensionInvalid (0.00s) [2021-06-28T11:22:49.696Z] === RUN TestExtensionUncompressed [2021-06-28T11:22:49.696Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-06-28T11:22:49.696Z] === RUN TestExtensionBzip2 [2021-06-28T11:22:49.696Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-06-28T11:22:49.696Z] === RUN TestExtensionGzip [2021-06-28T11:22:49.696Z] --- PASS: TestExtensionGzip (0.00s) [2021-06-28T11:22:49.696Z] === RUN TestExtensionXz [2021-06-28T11:22:49.696Z] --- PASS: TestExtensionXz (0.00s) [2021-06-28T11:22:49.696Z] === RUN TestCmdStreamLargeStderr [2021-06-28T11:22:49.696Z] 2021/06/28 11:22:49 Closing DB instances... [2021-06-28T11:22:49.696Z] --- PASS: TestCmdStreamLargeStderr (0.10s) [2021-06-28T11:22:49.696Z] === RUN TestCmdStreamBad [2021-06-28T11:22:49.696Z] archive_test.go:239: Failing on Windows CI machines [2021-06-28T11:22:49.696Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-06-28T11:22:49.696Z] === RUN TestCmdStreamGood [2021-06-28T11:22:49.696Z] --- PASS: TestCmdStreamGood (0.05s) [2021-06-28T11:22:49.696Z] === RUN TestUntarPathWithInvalidDest [2021-06-28T11:22:49.696Z] --- PASS: TestUntarPathWithInvalidDest (0.09s) [2021-06-28T11:22:49.696Z] === RUN TestUntarPathWithInvalidSrc [2021-06-28T11:22:49.696Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-06-28T11:22:49.696Z] === RUN TestUntarPath [2021-06-28T11:22:49.696Z] --- PASS: TestUntarPath (0.10s) [2021-06-28T11:22:49.696Z] === RUN TestUntarPathWithDestinationFile [2021-06-28T11:22:49.866Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.62s) [2021-06-28T11:22:49.866Z] === RUN TestBuildWithSession [2021-06-28T11:22:49.866Z] build_session_test.go:25: TODO: BuildKit [2021-06-28T11:22:49.866Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-28T11:22:49.866Z] === RUN TestBuildSquashParent [2021-06-28T11:22:49.872Z] --- PASS: TestLinksEtcHostsContentMatch (1.17s) [2021-06-28T11:22:49.872Z] === RUN TestLinksContainerNames [2021-06-28T11:22:50.162Z] --- PASS: TestUntarPathWithDestinationFile (0.10s) [2021-06-28T11:22:50.162Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-06-28T11:22:50.162Z] === RUN TestPeerCertificateMarshalJSON [2021-06-28T11:22:50.162Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.10s) [2021-06-28T11:22:50.162Z] === RUN TestCopyWithTarInvalidSrc [2021-06-28T11:22:50.162Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-06-28T11:22:50.162Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-06-28T11:22:50.162Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-06-28T11:22:50.162Z] === RUN TestCopyWithTarSrcFile [2021-06-28T11:22:50.162Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-06-28T11:22:50.162Z] === RUN TestCopyWithTarSrcFolder [2021-06-28T11:22:50.162Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-06-28T11:22:50.162Z] === RUN TestCopyFileWithTarInvalidSrc [2021-06-28T11:22:50.162Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.01s) [2021-06-28T11:22:50.162Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-06-28T11:22:50.162Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2021-06-28T11:22:50.162Z] === RUN TestCopyFileWithTarSrcFolder [2021-06-28T11:22:50.162Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-06-28T11:22:50.162Z] === RUN TestCopyFileWithTarSrcFile [2021-06-28T11:22:50.162Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-06-28T11:22:50.162Z] === RUN TestTarFiles [2021-06-28T11:22:50.624Z] time="2021-06-28T11:22:50Z" level=error msg="node: 9fcb6d7b8d42 is unknown to memberlist" [2021-06-28T11:22:50.624Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-06-28T11:22:50.624Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-06-28T11:22:50.624Z] --- PASS: TestPeerCertificateMarshalJSON (0.58s) [2021-06-28T11:22:50.624Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-06-28T11:22:50.624Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-06-28T11:22:50.624Z] === RUN TestMiddleware [2021-06-28T11:22:50.624Z] --- PASS: TestMiddleware (0.00s) [2021-06-28T11:22:50.624Z] === RUN TestNewResponseModifier [2021-06-28T11:22:50.624Z] --- PASS: TestNewResponseModifier (0.00s) [2021-06-28T11:22:50.624Z] PASS [2021-06-28T11:22:50.624Z] coverage: 26.8% of statements [2021-06-28T11:22:50.624Z] ok github.com/docker/docker/pkg/authorization 0.643s coverage: 26.8% of statements [2021-06-28T11:22:51.087Z] --- PASS: TestNetworkDBCRUDTableEntry (3.64s) [2021-06-28T11:22:51.087Z] === RUN TestNetworkDBCRUDTableEntries [2021-06-28T11:22:51.549Z] === RUN TestUnbuffered [2021-06-28T11:22:51.549Z] --- PASS: TestUnbuffered (0.00s) [2021-06-28T11:22:51.549Z] === RUN TestRaceUnbuffered [2021-06-28T11:22:51.549Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-06-28T11:22:51.549Z] PASS [2021-06-28T11:22:51.549Z] coverage: 100.0% of statements [2021-06-28T11:22:51.549Z] ok github.com/docker/docker/pkg/broadcaster 0.048s coverage: 100.0% of statements [2021-06-28T11:22:51.764Z] --- PASS: TestLinksContainerNames (1.90s) [2021-06-28T11:22:51.764Z] === RUN TestLogsFollowTailEmpty [2021-06-28T11:22:52.011Z] === RUN TestMatch [2021-06-28T11:22:52.011Z] === RUN TestMatch/[[]] [2021-06-28T11:22:52.011Z] === RUN TestMatch/[[foo]] [2021-06-28T11:22:52.011Z] === RUN TestMatch/[[bar]_[foo]] [2021-06-28T11:22:52.011Z] === RUN TestMatch/[[foo_bar]] [2021-06-28T11:22:52.011Z] === RUN TestMatch/[[qux]_[foo]] [2021-06-28T11:22:52.011Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-06-28T11:22:52.011Z] === RUN TestMatch/[] [2021-06-28T11:22:52.011Z] === RUN TestMatch/[]#01 [2021-06-28T11:22:52.011Z] === RUN TestMatch/[[qux]] [2021-06-28T11:22:52.011Z] === RUN TestMatch/[[foo_bar_qux]] [2021-06-28T11:22:52.011Z] === RUN TestMatch/[[qux]_[baz]] [2021-06-28T11:22:52.011Z] === RUN TestMatch/[[foo_baz]] [2021-06-28T11:22:52.011Z] --- PASS: TestMatch (0.00s) [2021-06-28T11:22:52.011Z] --- PASS: TestMatch/[[]] (0.00s) [2021-06-28T11:22:52.011Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-06-28T11:22:52.011Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-06-28T11:22:52.011Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-06-28T11:22:52.011Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-06-28T11:22:52.011Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-06-28T11:22:52.011Z] --- PASS: TestMatch/[] (0.00s) [2021-06-28T11:22:52.011Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-06-28T11:22:52.011Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-06-28T11:22:52.011Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-06-28T11:22:52.011Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-06-28T11:22:52.011Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-06-28T11:22:52.011Z] PASS [2021-06-28T11:22:52.011Z] coverage: 87.5% of statements [2021-06-28T11:22:52.011Z] ok github.com/docker/docker/pkg/capabilities 0.052s coverage: 87.5% of statements [2021-06-28T11:22:52.697Z] --- PASS: TestLogsFollowTailEmpty (0.90s) [2021-06-28T11:22:52.697Z] === RUN TestContainerNetworkMountsNoChown [2021-06-28T11:22:52.985Z] 2021/06/28 11:22:52 Closing DB instances... [2021-06-28T11:22:53.627Z] --- PASS: TestContainerNetworkMountsNoChown (1.04s) [2021-06-28T11:22:53.627Z] === RUN TestMountDaemonRoot [2021-06-28T11:22:53.627Z] === RUN TestMountDaemonRoot/default [2021-06-28T11:22:53.627Z] === PAUSE TestMountDaemonRoot/default [2021-06-28T11:22:53.627Z] === RUN TestMountDaemonRoot/private [2021-06-28T11:22:53.627Z] === PAUSE TestMountDaemonRoot/private [2021-06-28T11:22:53.627Z] === RUN TestMountDaemonRoot/rprivate [2021-06-28T11:22:53.627Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-28T11:22:53.627Z] === RUN TestMountDaemonRoot/slave [2021-06-28T11:22:53.627Z] === PAUSE TestMountDaemonRoot/slave [2021-06-28T11:22:53.627Z] === RUN TestMountDaemonRoot/rslave [2021-06-28T11:22:53.627Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-28T11:22:53.627Z] === RUN TestMountDaemonRoot/shared [2021-06-28T11:22:53.627Z] === PAUSE TestMountDaemonRoot/shared [2021-06-28T11:22:53.627Z] === RUN TestMountDaemonRoot/rshared [2021-06-28T11:22:53.627Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-28T11:22:53.627Z] === CONT TestMountDaemonRoot/default [2021-06-28T11:22:53.627Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-28T11:22:53.627Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-28T11:22:53.627Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-28T11:22:53.627Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-28T11:22:53.627Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-28T11:22:53.627Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-28T11:22:53.627Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-28T11:22:53.627Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-28T11:22:53.627Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-28T11:22:53.627Z] === CONT TestMountDaemonRoot/rshared [2021-06-28T11:22:53.627Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-28T11:22:53.627Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-28T11:22:53.627Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-28T11:22:53.627Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-28T11:22:53.627Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-28T11:22:53.627Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-28T11:22:53.627Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-28T11:22:53.627Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-28T11:22:53.627Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-28T11:22:53.883Z] === CONT TestMountDaemonRoot/shared [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-28T11:22:53.883Z] === CONT TestMountDaemonRoot/rslave [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-28T11:22:53.883Z] === CONT TestMountDaemonRoot/slave [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-28T11:22:53.883Z] === CONT TestMountDaemonRoot/rprivate [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-28T11:22:53.883Z] === CONT TestMountDaemonRoot/private [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-28T11:22:53.883Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-28T11:22:53.883Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-28T11:22:53.883Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-28T11:22:53.883Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-28T11:22:53.883Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-06-28T11:22:53.883Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-28T11:22:53.883Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-28T11:22:53.883Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-28T11:22:53.883Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-28T11:22:53.883Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-28T11:22:53.959Z] === RUN TestChrootTarUntar [2021-06-28T11:22:53.959Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:22:53.959Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-06-28T11:22:53.959Z] === RUN TestChrootUntarWithHugeExcludesList [2021-06-28T11:22:53.959Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:22:53.959Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-28T11:22:53.959Z] === RUN TestChrootUntarEmptyArchive [2021-06-28T11:22:53.959Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-06-28T11:22:53.959Z] === RUN TestChrootTarUntarWithSymlink [2021-06-28T11:22:53.959Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:22:53.959Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-06-28T11:22:53.959Z] === RUN TestChrootCopyWithTar [2021-06-28T11:22:53.959Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:22:53.959Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-06-28T11:22:53.959Z] === RUN TestChrootCopyFileWithTar [2021-06-28T11:22:53.959Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:22:53.959Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-06-28T11:22:53.959Z] === RUN TestChrootUntarPath [2021-06-28T11:22:53.959Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:22:53.959Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-06-28T11:22:53.959Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-06-28T11:22:53.959Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:22:53.959Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-28T11:22:53.959Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-06-28T11:22:53.959Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:22:53.959Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-28T11:22:53.959Z] === RUN TestChrootApplyDotDotFile [2021-06-28T11:22:53.959Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:22:53.959Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-06-28T11:22:53.959Z] PASS [2021-06-28T11:22:53.959Z] coverage: 15.4% of statements [2021-06-28T11:22:53.959Z] ok github.com/docker/docker/pkg/chrootarchive 0.138s coverage: 15.4% of statements [2021-06-28T11:22:54.139Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-28T11:22:54.139Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-28T11:22:54.139Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-28T11:22:54.139Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-28T11:22:54.139Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-28T11:22:54.139Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-28T11:22:54.395Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-28T11:22:54.395Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-28T11:22:54.395Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-28T11:22:54.395Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-28T11:22:54.395Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-28T11:22:54.395Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-28T11:22:54.395Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-28T11:22:54.421Z] --- PASS: TestNetworkDBCRUDTableEntries (3.44s) [2021-06-28T11:22:54.421Z] === RUN TestNetworkDBNodeLeave [2021-06-28T11:22:54.650Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-28T11:22:54.650Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-28T11:22:54.650Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-28T11:22:54.650Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-28T11:22:54.650Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-28T11:22:54.650Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.07s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.07s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.19s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.14s) [2021-06-28T11:22:54.650Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.14s) [2021-06-28T11:22:54.651Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2021-06-28T11:22:54.651Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-28T11:22:54.651Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-06-28T11:22:54.651Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-06-28T11:22:54.651Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2021-06-28T11:22:54.651Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-06-28T11:22:54.651Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-28T11:22:54.651Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-06-28T11:22:54.651Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-06-28T11:22:54.651Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-06-28T11:22:54.651Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-06-28T11:22:54.651Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-28T11:22:54.651Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-06-28T11:22:54.651Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-06-28T11:22:54.651Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-06-28T11:22:54.651Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-06-28T11:22:54.651Z] === RUN TestContainerBindMountNonRecursive [2021-06-28T11:22:54.887Z] === RUN TestSizeEmpty [2021-06-28T11:22:54.887Z] --- PASS: TestSizeEmpty (0.00s) [2021-06-28T11:22:54.887Z] === RUN TestSizeEmptyFile [2021-06-28T11:22:54.887Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-06-28T11:22:54.887Z] === RUN TestSizeNonemptyFile [2021-06-28T11:22:54.887Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-06-28T11:22:54.887Z] === RUN TestSizeNestedDirectoryEmpty [2021-06-28T11:22:54.887Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-06-28T11:22:54.887Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-06-28T11:22:54.887Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-06-28T11:22:54.887Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-06-28T11:22:54.887Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-06-28T11:22:54.887Z] === RUN TestMoveToSubdir [2021-06-28T11:22:54.887Z] --- PASS: TestMoveToSubdir (0.01s) [2021-06-28T11:22:54.887Z] === RUN TestSizeNonExistingDirectory [2021-06-28T11:22:54.887Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-06-28T11:22:54.887Z] PASS [2021-06-28T11:22:54.887Z] coverage: 80.0% of statements [2021-06-28T11:22:54.887Z] ok github.com/docker/docker/pkg/directory 0.069s coverage: 80.0% of statements [2021-06-28T11:22:55.216Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-06-28T11:22:56.143Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-06-28T11:22:56.428Z] --- PASS: TestServiceUpdateNetwork (12.94s) [2021-06-28T11:22:56.428Z] === RUN TestServiceUpdatePidsLimit [2021-06-28T11:22:56.428Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-06-28T11:22:56.432Z] === RUN Test [2021-06-28T11:22:56.432Z] === RUN Test/TestContainsEntry [2021-06-28T11:22:56.432Z] === RUN Test/TestCreateEntries [2021-06-28T11:22:56.432Z] === RUN Test/TestEntriesDiff [2021-06-28T11:22:56.432Z] === RUN Test/TestEntriesEquality [2021-06-28T11:22:56.432Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-06-28T11:22:56.432Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-06-28T11:22:56.432Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-06-28T11:22:56.432Z] === RUN Test/TestGeneratorNotGenerate [2021-06-28T11:22:56.432Z] === RUN Test/TestGeneratorWithPort [2021-06-28T11:22:56.432Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-06-28T11:22:56.432Z] === RUN Test/TestNewEntry [2021-06-28T11:22:56.432Z] === RUN Test/TestParse [2021-06-28T11:22:56.432Z] --- PASS: Test (0.00s) [2021-06-28T11:22:56.432Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-06-28T11:22:56.432Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-06-28T11:22:56.432Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-06-28T11:22:56.432Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-06-28T11:22:56.432Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-06-28T11:22:56.432Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-06-28T11:22:56.432Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-06-28T11:22:56.432Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-06-28T11:22:56.432Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-06-28T11:22:56.432Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-06-28T11:22:56.432Z] --- PASS: Test/TestNewEntry (0.00s) [2021-06-28T11:22:56.432Z] --- PASS: Test/TestParse (0.00s) [2021-06-28T11:22:56.432Z] PASS [2021-06-28T11:22:56.432Z] coverage: 58.3% of statements [2021-06-28T11:22:56.432Z] ok github.com/docker/docker/pkg/discovery 0.061s coverage: 58.3% of statements [2021-06-28T11:22:56.457Z] --- PASS: TestBuildSquashParent (5.95s) [2021-06-28T11:22:56.457Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-28T11:22:56.457Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:22:56.457Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:22:56.457Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:22:56.457Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:22:56.457Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:22:56.457Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:22:56.457Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:22:56.457Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:22:56.457Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:22:56.457Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:22:56.457Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:22:56.457Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:22:56.457Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:22:56.457Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:22:56.457Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:22:56.457Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:22:56.687Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-06-28T11:22:57.072Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-06-28T11:22:57.407Z] --- PASS: TestNetworkDBNodeLeave (2.84s) [2021-06-28T11:22:57.407Z] === RUN TestNetworkDBWatch [2021-06-28T11:22:57.407Z] === RUN Test [2021-06-28T11:22:57.407Z] === RUN Test/TestContent [2021-06-28T11:22:57.407Z] === RUN Test/TestInitialize [2021-06-28T11:22:57.407Z] === RUN Test/TestNew [2021-06-28T11:22:57.407Z] === RUN Test/TestParsingContentsWithComments [2021-06-28T11:22:57.407Z] === RUN Test/TestRegister [2021-06-28T11:22:57.408Z] === RUN Test/TestWatch [2021-06-28T11:22:57.408Z] --- PASS: Test (0.01s) [2021-06-28T11:22:57.408Z] --- PASS: Test/TestContent (0.00s) [2021-06-28T11:22:57.408Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-28T11:22:57.408Z] --- PASS: Test/TestNew (0.00s) [2021-06-28T11:22:57.408Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-06-28T11:22:57.408Z] --- PASS: Test/TestRegister (0.00s) [2021-06-28T11:22:57.408Z] --- PASS: Test/TestWatch (0.00s) [2021-06-28T11:22:57.408Z] PASS [2021-06-28T11:22:57.408Z] coverage: 97.6% of statements [2021-06-28T11:22:57.408Z] ok github.com/docker/docker/pkg/discovery/file 0.065s coverage: 97.6% of statements [2021-06-28T11:22:57.634Z] --- PASS: TestContainerBindMountNonRecursive (3.09s) [2021-06-28T11:22:57.634Z] === RUN TestContainerVolumesMountedAsShared [2021-06-28T11:22:57.869Z] --- PASS: TestTarFiles (7.64s) [2021-06-28T11:22:57.869Z] === RUN TestTarUntar [2021-06-28T11:22:57.869Z] --- PASS: TestTarUntar (0.06s) [2021-06-28T11:22:57.869Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-06-28T11:22:57.869Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2021-06-28T11:22:57.869Z] === RUN TestTarWithOptions [2021-06-28T11:22:57.869Z] --- PASS: TestTarWithOptions (0.03s) [2021-06-28T11:22:57.869Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-06-28T11:22:57.869Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.01s) [2021-06-28T11:22:57.869Z] === RUN TestUntarUstarGnuConflict [2021-06-28T11:22:57.869Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-06-28T11:22:57.869Z] === RUN TestUntarInvalidFilenames [2021-06-28T11:22:57.870Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames174492666\\dest" [2021-06-28T11:22:57.870Z] --- PASS: TestUntarInvalidFilenames (0.23s) [2021-06-28T11:22:57.870Z] === RUN TestUntarHardlinkToSymlink [2021-06-28T11:22:57.870Z] --- PASS: TestUntarHardlinkToSymlink (0.02s) [2021-06-28T11:22:57.870Z] === RUN TestUntarInvalidHardlink [2021-06-28T11:22:57.870Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink138003819\\victim\\hello" -> "../victim/hello" [2021-06-28T11:22:57.870Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink084833230\\victim\\hello" -> "/../victim/hello" [2021-06-28T11:22:57.870Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink154347221\\victim" -> "../victim" [2021-06-28T11:22:57.870Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink302727728\\victim" -> "../victim" [2021-06-28T11:22:58.334Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink271785423\\victim" -> "../victim" [2021-06-28T11:22:58.334Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink818902242\\victim" -> "../victim" [2021-06-28T11:22:58.334Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2021-06-28T11:22:58.334Z] === RUN TestUntarInvalidSymlink [2021-06-28T11:22:58.334Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink382439641\\dest\\dotdot" -> "../victim/hello" [2021-06-28T11:22:58.334Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink988097636\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-28T11:22:58.334Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink663671411\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:22:58.334Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink015996726\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:22:58.334Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink375548701\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:22:58.334Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink200339928\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:22:58.334Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink981762391\\dest\\dir\\loophole" -> "../../victim" [2021-06-28T11:22:58.334Z] --- PASS: TestUntarInvalidSymlink (0.07s) [2021-06-28T11:22:58.334Z] === RUN TestTempArchiveCloseMultipleTimes [2021-06-28T11:22:58.334Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-06-28T11:22:58.334Z] === RUN TestXGlobalNoParent [2021-06-28T11:22:58.334Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-06-28T11:22:58.334Z] === RUN TestReplaceFileTarWrapper [2021-06-28T11:22:58.334Z] --- PASS: TestReplaceFileTarWrapper (0.25s) [2021-06-28T11:22:58.334Z] === RUN TestPrefixHeaderReadable [2021-06-28T11:22:58.334Z] --- PASS: TestPrefixHeaderReadable (0.07s) [2021-06-28T11:22:58.334Z] === RUN TestDisablePigz [2021-06-28T11:22:58.334Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-06-28T11:22:58.565Z] --- PASS: TestContainerVolumesMountedAsShared (0.86s) [2021-06-28T11:22:58.565Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-28T11:22:58.799Z] --- PASS: TestDisablePigz (0.15s) [2021-06-28T11:22:58.799Z] === RUN TestPigz [2021-06-28T11:22:58.799Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-06-28T11:22:58.799Z] --- PASS: TestPigz (0.18s) [2021-06-28T11:22:58.799Z] === RUN TestCopyFileWithInvalidDest [2021-06-28T11:22:58.799Z] archive_windows_test.go:16: Currently fails [2021-06-28T11:22:58.799Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-06-28T11:22:58.799Z] === RUN TestCanonicalTarNameForPath [2021-06-28T11:22:58.799Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-06-28T11:22:58.799Z] === RUN TestCanonicalTarName [2021-06-28T11:22:58.799Z] --- PASS: TestCanonicalTarName (0.00s) [2021-06-28T11:22:58.799Z] === RUN TestChmodTarEntry [2021-06-28T11:22:58.799Z] --- PASS: TestChmodTarEntry (0.00s) [2021-06-28T11:22:58.799Z] === RUN TestHardLinkOrder [2021-06-28T11:22:58.799Z] 2021/06/28 11:22:58 Closing DB instances... [2021-06-28T11:22:58.799Z] --- PASS: TestHardLinkOrder (0.12s) [2021-06-28T11:22:58.799Z] === RUN TestChangeString [2021-06-28T11:22:58.799Z] --- PASS: TestChangeString (0.00s) [2021-06-28T11:22:58.799Z] === RUN TestChangesWithNoChanges [2021-06-28T11:22:58.799Z] === RUN Test [2021-06-28T11:22:58.799Z] === RUN Test/TestInitialize [2021-06-28T11:22:58.799Z] --- PASS: TestChangesWithNoChanges (0.04s) [2021-06-28T11:22:58.799Z] === RUN TestChangesWithChanges [2021-06-28T11:22:59.008Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:22:59.008Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:22:59.261Z] --- PASS: TestChangesWithChanges (0.05s) [2021-06-28T11:22:59.261Z] === RUN TestChangesWithChangesGH13590 [2021-06-28T11:22:59.261Z] changes_test.go:196: needs more investigation [2021-06-28T11:22:59.261Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-06-28T11:22:59.261Z] === RUN TestChangesDirsEmpty [2021-06-28T11:22:59.261Z] time="2021-06-28T11:22:58Z" level=info msg="Initializing discovery without TLS" [2021-06-28T11:22:59.261Z] time="2021-06-28T11:22:58Z" level=info msg="Initializing discovery without TLS" [2021-06-28T11:22:59.261Z] time="2021-06-28T11:22:58Z" level=info msg="Initializing discovery without TLS" [2021-06-28T11:22:59.261Z] === RUN Test/TestInitializeWithCerts [2021-06-28T11:22:59.261Z] time="2021-06-28T11:22:58Z" level=info msg="Initializing discovery with TLS" [2021-06-28T11:22:59.261Z] === RUN Test/TestWatch [2021-06-28T11:22:59.261Z] time="2021-06-28T11:22:58Z" level=info msg="Initializing discovery without TLS" [2021-06-28T11:22:59.261Z] --- PASS: TestChangesDirsEmpty (0.18s) [2021-06-28T11:22:59.261Z] === RUN TestChangesDirsMutated [2021-06-28T11:22:59.261Z] --- PASS: TestChangesDirsMutated (0.18s) [2021-06-28T11:22:59.261Z] === RUN TestApplyLayer [2021-06-28T11:22:59.261Z] changes_test.go:433: needs further investigation [2021-06-28T11:22:59.261Z] --- SKIP: TestApplyLayer (0.00s) [2021-06-28T11:22:59.261Z] === RUN TestChangesSizeWithHardlinks [2021-06-28T11:22:59.261Z] changes_test.go:469: needs further investigation [2021-06-28T11:22:59.261Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-06-28T11:22:59.261Z] === RUN TestChangesSizeWithNoChanges [2021-06-28T11:22:59.261Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-06-28T11:22:59.261Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-06-28T11:22:59.261Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-06-28T11:22:59.261Z] === RUN TestChangesSize [2021-06-28T11:22:59.261Z] --- PASS: TestChangesSize (0.01s) [2021-06-28T11:22:59.261Z] === RUN TestApplyLayerInvalidFilenames [2021-06-28T11:22:59.261Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames124241262\\dest" [2021-06-28T11:22:59.261Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2021-06-28T11:22:59.261Z] === RUN TestApplyLayerInvalidHardlink [2021-06-28T11:22:59.261Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink979815632\\victim\\hello" -> "../victim/hello" [2021-06-28T11:22:59.261Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink071482863\\victim\\hello" -> "/../victim/hello" [2021-06-28T11:22:59.261Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink547438210\\victim" -> "../victim" [2021-06-28T11:22:59.261Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink417951737\\victim" -> "../victim" [2021-06-28T11:22:59.261Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink916262660\\victim" -> "../victim" [2021-06-28T11:22:59.261Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink065731731\\victim" -> "../victim" [2021-06-28T11:22:59.261Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2021-06-28T11:22:59.261Z] === RUN TestApplyLayerInvalidSymlink [2021-06-28T11:22:59.261Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink500582614\\dest\\dotdot" -> "../victim/hello" [2021-06-28T11:22:59.261Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink418147901\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-28T11:22:59.261Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink018630264\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:22:59.261Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink264245623\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:22:59.261Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink988212842\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:22:59.261Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink613876929\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:22:59.261Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2021-06-28T11:22:59.261Z] === RUN TestApplyLayerWhiteouts [2021-06-28T11:22:59.723Z] --- PASS: TestApplyLayerWhiteouts (0.10s) [2021-06-28T11:22:59.723Z] === RUN TestGenerateEmptyFile [2021-06-28T11:22:59.723Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-06-28T11:22:59.723Z] === RUN TestGenerateWithContent [2021-06-28T11:22:59.723Z] --- PASS: TestGenerateWithContent (0.00s) [2021-06-28T11:22:59.723Z] PASS [2021-06-28T11:22:59.723Z] coverage: 62.7% of statements [2021-06-28T11:22:59.723Z] ok github.com/docker/docker/pkg/archive 10.947s coverage: 62.7% of statements [2021-06-28T11:22:59.935Z] --- PASS: TestContainerVolumesMountedAsSlave (1.30s) [2021-06-28T11:22:59.935Z] === RUN TestNetworkNat [2021-06-28T11:23:00.185Z] --- PASS: TestNetworkDBWatch (3.02s) [2021-06-28T11:23:00.185Z] === RUN TestNetworkDBBulkSync [2021-06-28T11:23:00.865Z] --- PASS: TestNetworkNat (1.00s) [2021-06-28T11:23:00.865Z] === RUN TestNetworkLocalhostTCPNat [2021-06-28T11:23:00.925Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-06-28T11:23:00.925Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.66s) [2021-06-28T11:23:00.925Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.71s) [2021-06-28T11:23:00.925Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.18s) [2021-06-28T11:23:00.925Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.24s) [2021-06-28T11:23:00.925Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.06s) [2021-06-28T11:23:00.925Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.11s) [2021-06-28T11:23:00.925Z] === RUN TestBuildMultiStageCopy [2021-06-28T11:23:00.925Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-28T11:23:01.082Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-06-28T11:23:01.730Z] 2021/06/28 11:23:01 Closing DB instances... [2021-06-28T11:23:01.796Z] --- PASS: TestNetworkLocalhostTCPNat (0.96s) [2021-06-28T11:23:01.796Z] === RUN TestNetworkLoopbackNat [2021-06-28T11:23:01.796Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-06-28T11:23:02.192Z] --- PASS: Test (3.20s) [2021-06-28T11:23:02.192Z] --- PASS: Test/TestInitialize (0.19s) [2021-06-28T11:23:02.192Z] --- PASS: Test/TestInitializeWithCerts (0.01s) [2021-06-28T11:23:02.192Z] --- PASS: Test/TestWatch (3.00s) [2021-06-28T11:23:02.192Z] PASS [2021-06-28T11:23:02.192Z] coverage: 84.1% of statements [2021-06-28T11:23:02.192Z] ok github.com/docker/docker/pkg/discovery/kv 3.269s coverage: 84.1% of statements [2021-06-28T11:23:02.840Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-28T11:23:02.840Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-28T11:23:03.102Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-28T11:23:03.171Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2021-06-28T11:23:03.171Z] === RUN TestNetworkDBCRUDMediumCluster [2021-06-28T11:23:03.171Z] === RUN Test [2021-06-28T11:23:03.171Z] === RUN Test/TestWatch [2021-06-28T11:23:03.171Z] --- PASS: Test (0.00s) [2021-06-28T11:23:03.171Z] --- PASS: Test/TestWatch (0.00s) [2021-06-28T11:23:03.171Z] PASS [2021-06-28T11:23:03.171Z] coverage: 92.3% of statements [2021-06-28T11:23:03.171Z] ok github.com/docker/docker/pkg/discovery/memory 0.074s coverage: 92.3% of statements [2021-06-28T11:23:03.674Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-28T11:23:03.940Z] --- PASS: TestBuildMultiStageCopy (3.09s) [2021-06-28T11:23:03.940Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.91s) [2021-06-28T11:23:03.940Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.27s) [2021-06-28T11:23:03.940Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.29s) [2021-06-28T11:23:03.940Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.30s) [2021-06-28T11:23:03.940Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.32s) [2021-06-28T11:23:03.940Z] === RUN TestBuildMultiStageParentConfig [2021-06-28T11:23:04.145Z] === RUN Test [2021-06-28T11:23:04.145Z] === RUN Test/TestInitialize [2021-06-28T11:23:04.145Z] === RUN Test/TestInitializeWithPattern [2021-06-28T11:23:04.145Z] === RUN Test/TestRegister [2021-06-28T11:23:04.145Z] === RUN Test/TestWatch [2021-06-28T11:23:04.145Z] --- PASS: Test (0.00s) [2021-06-28T11:23:04.145Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-28T11:23:04.145Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-06-28T11:23:04.145Z] --- PASS: Test/TestRegister (0.00s) [2021-06-28T11:23:04.145Z] --- PASS: Test/TestWatch (0.00s) [2021-06-28T11:23:04.145Z] PASS [2021-06-28T11:23:04.145Z] coverage: 93.8% of statements [2021-06-28T11:23:04.145Z] ok github.com/docker/docker/pkg/discovery/nodes 0.062s coverage: 93.8% of statements [2021-06-28T11:23:04.514Z] --- PASS: TestBuildMultiStageParentConfig (0.77s) [2021-06-28T11:23:04.514Z] === RUN TestBuildLabelWithTargets [2021-06-28T11:23:04.795Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-06-28T11:23:05.120Z] === RUN TestPollerAddRemove [2021-06-28T11:23:05.120Z] --- PASS: TestPollerAddRemove (0.00s) [2021-06-28T11:23:05.120Z] === RUN TestPollerEvent [2021-06-28T11:23:05.120Z] poller_test.go:41: No chmod on Windows [2021-06-28T11:23:05.120Z] --- SKIP: TestPollerEvent (0.00s) [2021-06-28T11:23:05.120Z] === RUN TestPollerClose [2021-06-28T11:23:05.120Z] --- PASS: TestPollerClose (0.00s) [2021-06-28T11:23:05.120Z] PASS [2021-06-28T11:23:05.120Z] coverage: 45.7% of statements [2021-06-28T11:23:05.120Z] ok github.com/docker/docker/pkg/filenotify 0.054s coverage: 45.7% of statements [2021-06-28T11:23:05.901Z] --- PASS: TestBuildLabelWithTargets (1.24s) [2021-06-28T11:23:05.901Z] === RUN TestBuildWithEmptyLayers [2021-06-28T11:23:05.968Z] --- PASS: TestNetworkLoopbackNat (3.65s) [2021-06-28T11:23:05.968Z] === RUN TestPause [2021-06-28T11:23:06.096Z] 2021/06/28 11:23:05 Closing DB instances... [2021-06-28T11:23:06.096Z] time="2021-06-28T11:23:05Z" level=error msg="node: 97f10d4fa813 is unknown to memberlist" [2021-06-28T11:23:06.473Z] --- PASS: TestBuildWithEmptyLayers (0.69s) [2021-06-28T11:23:06.473Z] === RUN TestBuildMultiStageOnBuild [2021-06-28T11:23:06.559Z] === RUN TestCopyFileWithInvalidSrc [2021-06-28T11:23:06.559Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestCopyFileWithInvalidDest [2021-06-28T11:23:06.559Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestCopyFileWithSameSrcAndDest [2021-06-28T11:23:06.559Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-06-28T11:23:06.559Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestCopyFile [2021-06-28T11:23:06.559Z] --- PASS: TestCopyFile (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-06-28T11:23:06.559Z] fileutils_test.go:134: Needs porting to Windows [2021-06-28T11:23:06.559Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-06-28T11:23:06.559Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestReadSymlinkedDirectoryToFile [2021-06-28T11:23:06.559Z] fileutils_test.go:180: Needs porting to Windows [2021-06-28T11:23:06.559Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestWildcardMatches [2021-06-28T11:23:06.559Z] --- PASS: TestWildcardMatches (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestPatternMatches [2021-06-28T11:23:06.559Z] --- PASS: TestPatternMatches (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-06-28T11:23:06.559Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestPatternMatchesFolderExclusions [2021-06-28T11:23:06.559Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-06-28T11:23:06.559Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-06-28T11:23:06.559Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-06-28T11:23:06.559Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-06-28T11:23:06.559Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestSingleExclamationError [2021-06-28T11:23:06.559Z] --- PASS: TestSingleExclamationError (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestMatchesWithNoPatterns [2021-06-28T11:23:06.559Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestMatchesWithMalformedPatterns [2021-06-28T11:23:06.559Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestMatches [2021-06-28T11:23:06.559Z] --- PASS: TestMatches (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestCleanPatterns [2021-06-28T11:23:06.559Z] --- PASS: TestCleanPatterns (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-06-28T11:23:06.559Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestCleanPatternsExceptionFlag [2021-06-28T11:23:06.559Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-06-28T11:23:06.559Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-06-28T11:23:06.559Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestCleanPatternsErrorSingleException [2021-06-28T11:23:06.559Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestCreateIfNotExistsDir [2021-06-28T11:23:06.559Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-06-28T11:23:06.559Z] === RUN TestCreateIfNotExistsFile [2021-06-28T11:23:06.559Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2021-06-28T11:23:06.559Z] === RUN TestMatch [2021-06-28T11:23:06.559Z] --- PASS: TestMatch (0.00s) [2021-06-28T11:23:06.559Z] PASS [2021-06-28T11:23:06.559Z] coverage: 85.2% of statements [2021-06-28T11:23:06.559Z] ok github.com/docker/docker/pkg/fileutils 0.082s coverage: 85.2% of statements [2021-06-28T11:23:06.895Z] check_test.go:309: [d0f5736056387] daemon is not started [2021-06-28T11:23:06.896Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-06-28T11:23:06.896Z] --- PASS: TestPause (1.43s) [2021-06-28T11:23:06.896Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-28T11:23:06.896Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-28T11:23:06.896Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-28T11:23:06.896Z] === RUN TestPauseStopPausedContainer [2021-06-28T11:23:07.542Z] === RUN TestGet [2021-06-28T11:23:07.542Z] --- PASS: TestGet (0.00s) [2021-06-28T11:23:07.542Z] === RUN TestGetShortcutString [2021-06-28T11:23:07.542Z] --- PASS: TestGetShortcutString (0.00s) [2021-06-28T11:23:07.542Z] PASS [2021-06-28T11:23:07.542Z] coverage: 42.9% of statements [2021-06-28T11:23:07.542Z] ok github.com/docker/docker/pkg/homedir 0.046s coverage: 42.9% of statements [2021-06-28T11:23:08.004Z] --- PASS: TestNetworkDBCRUDMediumCluster (4.76s) [2021-06-28T11:23:08.004Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-06-28T11:23:08.269Z] --- PASS: TestPauseStopPausedContainer (1.36s) [2021-06-28T11:23:08.269Z] === RUN TestPidHost [2021-06-28T11:23:08.466Z] === RUN TestCreateIDMapOrder [2021-06-28T11:23:08.466Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-06-28T11:23:08.466Z] PASS [2021-06-28T11:23:08.466Z] coverage: 7.2% of statements [2021-06-28T11:23:08.466Z] ok github.com/docker/docker/pkg/idtools 0.060s coverage: 7.2% of statements [2021-06-28T11:23:09.025Z] --- PASS: TestBuildMultiStageOnBuild (2.24s) [2021-06-28T11:23:09.025Z] === RUN TestBuildUncleanTarFilenames [2021-06-28T11:23:09.453Z] 2021/06/28 11:23:09 Closing DB instances... [2021-06-28T11:23:09.598Z] --- PASS: TestBuildUncleanTarFilenames (0.90s) [2021-06-28T11:23:09.598Z] === RUN TestBuildMultiStageLayerLeak [2021-06-28T11:23:09.926Z] === RUN TestFixedBufferCap [2021-06-28T11:23:09.926Z] --- PASS: TestFixedBufferCap (0.00s) [2021-06-28T11:23:09.926Z] === RUN TestFixedBufferLen [2021-06-28T11:23:09.926Z] --- PASS: TestFixedBufferLen (0.00s) [2021-06-28T11:23:09.926Z] === RUN TestFixedBufferString [2021-06-28T11:23:09.926Z] --- PASS: TestFixedBufferString (0.00s) [2021-06-28T11:23:09.926Z] === RUN TestFixedBufferWrite [2021-06-28T11:23:09.926Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-06-28T11:23:09.926Z] === RUN TestFixedBufferRead [2021-06-28T11:23:09.926Z] --- PASS: TestFixedBufferRead (0.00s) [2021-06-28T11:23:09.926Z] === RUN TestBytesPipeRead [2021-06-28T11:23:09.926Z] --- PASS: TestBytesPipeRead (0.00s) [2021-06-28T11:23:09.926Z] === RUN TestBytesPipeWrite [2021-06-28T11:23:09.926Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-06-28T11:23:09.926Z] === RUN TestBytesPipeWriteRandomChunks [2021-06-28T11:23:10.162Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-06-28T11:23:10.388Z] --- PASS: TestBytesPipeWriteRandomChunks (0.51s) [2021-06-28T11:23:10.388Z] === RUN TestAtomicWriteToFile [2021-06-28T11:23:10.851Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-06-28T11:23:10.851Z] === RUN TestAtomicWriteSetCommit [2021-06-28T11:23:10.851Z] --- PASS: TestAtomicWriteSetCommit (0.02s) [2021-06-28T11:23:10.851Z] === RUN TestAtomicWriteSetCancel [2021-06-28T11:23:10.851Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-06-28T11:23:10.851Z] === RUN TestReadCloserWrapperClose [2021-06-28T11:23:10.851Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-06-28T11:23:10.851Z] === RUN TestReaderErrWrapperReadOnError [2021-06-28T11:23:10.851Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-06-28T11:23:10.851Z] === RUN TestReaderErrWrapperRead [2021-06-28T11:23:10.851Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-06-28T11:23:10.851Z] === RUN TestHashData [2021-06-28T11:23:10.851Z] --- PASS: TestHashData (0.00s) [2021-06-28T11:23:10.851Z] === RUN TestCancelReadCloser [2021-06-28T11:23:10.851Z] --- PASS: TestCancelReadCloser (0.10s) [2021-06-28T11:23:10.851Z] === RUN TestWriteCloserWrapperClose [2021-06-28T11:23:10.851Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-06-28T11:23:10.851Z] === RUN TestNopWriteCloser [2021-06-28T11:23:10.851Z] --- PASS: TestNopWriteCloser (0.00s) [2021-06-28T11:23:10.851Z] === RUN TestNopWriter [2021-06-28T11:23:10.851Z] --- PASS: TestNopWriter (0.00s) [2021-06-28T11:23:10.851Z] === RUN TestWriteCounter [2021-06-28T11:23:10.851Z] --- PASS: TestWriteCounter (0.00s) [2021-06-28T11:23:10.851Z] PASS [2021-06-28T11:23:10.851Z] coverage: 69.2% of statements [2021-06-28T11:23:10.851Z] ok github.com/docker/docker/pkg/ioutils 0.706s coverage: 69.2% of statements [2021-06-28T11:23:10.851Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (3.22s) [2021-06-28T11:23:10.851Z] === RUN TestNetworkDBGarbageCollection [2021-06-28T11:23:11.095Z] === RUN TestDockerSuite/TestBuildBlankName [2021-06-28T11:23:11.658Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-06-28T11:23:11.824Z] === RUN TestError [2021-06-28T11:23:11.824Z] --- PASS: TestError (0.00s) [2021-06-28T11:23:11.824Z] === RUN TestProgressString [2021-06-28T11:23:11.824Z] === RUN TestProgressString/no_progress [2021-06-28T11:23:11.825Z] === RUN TestProgressString/progress_1 [2021-06-28T11:23:11.825Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-06-28T11:23:11.825Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-06-28T11:23:11.825Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-06-28T11:23:11.825Z] === RUN TestProgressString/with_units [2021-06-28T11:23:11.825Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-06-28T11:23:11.825Z] === RUN TestProgressString/hide_counts [2021-06-28T11:23:11.825Z] --- PASS: TestProgressString (0.00s) [2021-06-28T11:23:11.825Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-06-28T11:23:11.825Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-06-28T11:23:11.825Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-06-28T11:23:11.825Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-06-28T11:23:11.825Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-06-28T11:23:11.825Z] --- PASS: TestProgressString/with_units (0.00s) [2021-06-28T11:23:11.825Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-06-28T11:23:11.825Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-06-28T11:23:11.825Z] === RUN TestJSONMessageDisplay [2021-06-28T11:23:11.915Z] --- PASS: TestPidHost (3.55s) [2021-06-28T11:23:11.915Z] === RUN TestPsFilter [2021-06-28T11:23:12.145Z] --- PASS: TestBuildMultiStageLayerLeak (2.36s) [2021-06-28T11:23:12.145Z] === RUN TestBuildWithHugeFile [2021-06-28T11:23:12.172Z] --- PASS: TestPsFilter (0.21s) [2021-06-28T11:23:12.172Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-28T11:23:12.292Z] --- PASS: TestJSONMessageDisplay (0.24s) [2021-06-28T11:23:12.292Z] === RUN TestJSONMessageDisplayWithJSONError [2021-06-28T11:23:12.292Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-06-28T11:23:12.292Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-06-28T11:23:12.292Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-06-28T11:23:12.292Z] === RUN TestDisplayJSONMessagesStream [2021-06-28T11:23:12.292Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-06-28T11:23:12.292Z] PASS [2021-06-28T11:23:12.292Z] coverage: 91.7% of statements [2021-06-28T11:23:12.292Z] ok github.com/docker/docker/pkg/jsonmessage 0.307s coverage: 91.7% of statements [2021-06-28T11:23:12.907Z] --- PASS: TestServiceUpdatePidsLimit (17.01s) [2021-06-28T11:23:12.907Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s) [2021-06-28T11:23:12.907Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.09s) [2021-06-28T11:23:12.907Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.20s) [2021-06-28T11:23:12.907Z] PASS [2021-06-28T11:23:12.907Z] [2021-06-28T11:23:12.907Z] === Skipped [2021-06-28T11:23:12.907Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-28T11:23:12.907Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-28T11:23:12.907Z] [2021-06-28T11:23:12.907Z] [2021-06-28T11:23:12.907Z] DONE 27 tests, 1 skipped in 174.544s [2021-06-28T11:23:12.907Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-28T11:23:12.907Z] INFO: Testing against a local daemon [2021-06-28T11:23:12.907Z] === RUN TestSessionCreate [2021-06-28T11:23:12.907Z] --- PASS: TestSessionCreate (0.03s) [2021-06-28T11:23:12.907Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-28T11:23:12.907Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-06-28T11:23:12.907Z] PASS [2021-06-28T11:23:12.907Z] [2021-06-28T11:23:12.907Z] DONE 2 tests in 0.081s [2021-06-28T11:23:12.907Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-28T11:23:12.907Z] INFO: Testing against a local daemon [2021-06-28T11:23:12.907Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-28T11:23:12.907Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-06-28T11:23:12.907Z] === RUN TestEventsExecDie [2021-06-28T11:23:12.907Z] --- PASS: TestEventsExecDie (1.00s) [2021-06-28T11:23:12.907Z] === RUN TestEventsBackwardsCompatible [2021-06-28T11:23:12.907Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-06-28T11:23:12.907Z] === RUN TestEventsVolumeCreate [2021-06-28T11:23:12.907Z] --- PASS: TestEventsVolumeCreate (0.07s) [2021-06-28T11:23:12.907Z] === RUN TestInfoBinaryCommits [2021-06-28T11:23:12.907Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-06-28T11:23:12.907Z] === RUN TestInfoAPIVersioned [2021-06-28T11:23:12.907Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-28T11:23:12.907Z] === RUN TestInfoDiscoveryBackend [2021-06-28T11:23:13.266Z] === RUN TestStandardLongPath [2021-06-28T11:23:13.266Z] --- PASS: TestStandardLongPath (0.00s) [2021-06-28T11:23:13.266Z] === RUN TestUNCLongPath [2021-06-28T11:23:13.266Z] --- PASS: TestUNCLongPath (0.00s) [2021-06-28T11:23:13.266Z] PASS [2021-06-28T11:23:13.266Z] coverage: 100.0% of statements [2021-06-28T11:23:13.266Z] ok github.com/docker/docker/pkg/longpath 0.048s coverage: 100.0% of statements [2021-06-28T11:23:13.473Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-06-28T11:23:13.473Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-28T11:23:13.540Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.36s) [2021-06-28T11:23:13.540Z] === RUN TestRemoveContainerWithVolume [2021-06-28T11:23:13.728Z] --- PASS: TestGetAddress (28.91s) [2021-06-28T11:23:13.728Z] === RUN TestRequestSyntaxCheck [2021-06-28T11:23:13.728Z] --- PASS: TestRequestSyntaxCheck (0.05s) [2021-06-28T11:23:13.728Z] === RUN TestRequest [2021-06-28T11:23:13.728Z] === RUN TestNameFormat [2021-06-28T11:23:13.728Z] --- PASS: TestNameFormat (0.00s) [2021-06-28T11:23:13.728Z] === RUN TestNameRetries [2021-06-28T11:23:13.728Z] --- PASS: TestNameRetries (0.00s) [2021-06-28T11:23:13.728Z] PASS [2021-06-28T11:23:13.728Z] coverage: 85.7% of statements [2021-06-28T11:23:13.728Z] ok github.com/docker/docker/pkg/namesgenerator 0.041s coverage: 85.7% of statements [2021-06-28T11:23:14.409Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-06-28T11:23:14.409Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-28T11:23:14.708Z] === RUN TestParseKeyValueOpt [2021-06-28T11:23:14.708Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-06-28T11:23:14.708Z] === RUN TestParseUintList [2021-06-28T11:23:14.708Z] --- PASS: TestParseUintList (0.00s) [2021-06-28T11:23:14.708Z] === RUN TestParseUintListMaximumLimits [2021-06-28T11:23:14.708Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-06-28T11:23:14.708Z] PASS [2021-06-28T11:23:14.708Z] coverage: 97.0% of statements [2021-06-28T11:23:14.708Z] ok github.com/docker/docker/pkg/parsers 0.064s coverage: 97.0% of statements [2021-06-28T11:23:14.909Z] --- PASS: TestRemoveContainerWithVolume (1.28s) [2021-06-28T11:23:14.909Z] === RUN TestRemoveContainerRunning [2021-06-28T11:23:14.975Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-06-28T11:23:14.975Z] === RUN TestInfoAPI [2021-06-28T11:23:14.975Z] --- PASS: TestInfoAPI (0.02s) [2021-06-28T11:23:14.975Z] === RUN TestInfoAPIWarnings [2021-06-28T11:23:15.685Z] === RUN TestNewAndRemove [2021-06-28T11:23:15.685Z] --- PASS: TestNewAndRemove (0.00s) [2021-06-28T11:23:15.685Z] === RUN TestRemoveInvalidPath [2021-06-28T11:23:15.685Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-06-28T11:23:15.685Z] PASS [2021-06-28T11:23:15.685Z] coverage: 82.6% of statements [2021-06-28T11:23:15.685Z] ok github.com/docker/docker/pkg/pidfile 0.048s coverage: 82.6% of statements [2021-06-28T11:23:15.840Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-06-28T11:23:16.097Z] --- PASS: TestRemoveContainerRunning (1.38s) [2021-06-28T11:23:16.097Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-28T11:23:17.476Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.38s) [2021-06-28T11:23:17.476Z] === RUN TestRemoveInvalidContainer [2021-06-28T11:23:17.476Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-06-28T11:23:17.476Z] === RUN TestRenameLinkedContainer [2021-06-28T11:23:17.884Z] === RUN TestFailedConnection [2021-06-28T11:23:18.859Z] --- PASS: TestFailedConnection (1.00s) [2021-06-28T11:23:18.859Z] === RUN TestFailOnce [2021-06-28T11:23:18.859Z] 2021/06/28 11:23:18 http: panic serving 127.0.0.1:49305: Plugin not ready [2021-06-28T11:23:18.859Z] goroutine 9 [running]: [2021-06-28T11:23:18.859Z] net/http.(*conn).serve.func1(0xc00005eaa0) [2021-06-28T11:23:18.859Z] c:/go/src/net/http/server.go:1824 +0x153 [2021-06-28T11:23:18.859Z] panic(0x14b5160, 0x15cc1d0) [2021-06-28T11:23:18.859Z] c:/go/src/runtime/panic.go:971 +0x49a [2021-06-28T11:23:18.859Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x15dc890, 0xc000234000, 0xc00015a100) [2021-06-28T11:23:18.859Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-06-28T11:23:18.859Z] net/http.HandlerFunc.ServeHTTP(0xc00018a050, 0x15dc890, 0xc000234000, 0xc00015a100) [2021-06-28T11:23:18.859Z] c:/go/src/net/http/server.go:2069 +0x4b [2021-06-28T11:23:18.859Z] net/http.(*ServeMux).ServeHTTP(0xc000196000, 0x15dc890, 0xc000234000, 0xc00015a100) [2021-06-28T11:23:18.859Z] c:/go/src/net/http/server.go:2448 +0x1b7 [2021-06-28T11:23:18.860Z] net/http.serverHandler.ServeHTTP(0xc0001a0000, 0x15dc890, 0xc000234000, 0xc00015a100) [2021-06-28T11:23:18.860Z] c:/go/src/net/http/server.go:2887 +0xaa [2021-06-28T11:23:18.860Z] net/http.(*conn).serve(0xc00005eaa0, 0x15dd480, 0xc00004e900) [2021-06-28T11:23:18.860Z] c:/go/src/net/http/server.go:1952 +0x8cd [2021-06-28T11:23:18.860Z] created by net/http.(*Server).Serve [2021-06-28T11:23:18.860Z] c:/go/src/net/http/server.go:3013 +0x3b8 [2021-06-28T11:23:18.860Z] time="2021-06-28T11:23:18Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.FailOnce: Post \"http://127.0.0.1:49304/Test.FailOnce\": EOF, retrying in 1s" [2021-06-28T11:23:19.119Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-06-28T11:23:19.119Z] tests/integration/client_test.py ..... [ 75%] [2021-06-28T11:23:19.119Z] tests/integration/context_api_test.py ... [ 76%] [2021-06-28T11:23:19.119Z] tests/integration/errors_test.py . [ 76%] [2021-06-28T11:23:19.405Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-06-28T11:23:19.836Z] --- PASS: TestFailOnce (1.20s) [2021-06-28T11:23:19.836Z] === RUN TestEchoInputOutput [2021-06-28T11:23:19.836Z] --- PASS: TestEchoInputOutput (0.00s) [2021-06-28T11:23:19.836Z] === RUN TestBackoff [2021-06-28T11:23:19.836Z] --- PASS: TestBackoff (0.00s) [2021-06-28T11:23:19.836Z] === RUN TestAbortRetry [2021-06-28T11:23:19.836Z] --- PASS: TestAbortRetry (0.00s) [2021-06-28T11:23:19.836Z] === RUN TestClientScheme [2021-06-28T11:23:19.836Z] --- PASS: TestClientScheme (0.00s) [2021-06-28T11:23:19.836Z] === RUN TestNewClientWithTimeout [2021-06-28T11:23:20.298Z] time="2021-06-28T11:23:20Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49309/Test.Echo: Post \"http://127.0.0.1:49309/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-06-28T11:23:21.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-06-28T11:23:21.907Z] time="2021-06-28T11:23:21Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49309/Test.Echo: Post \"http://127.0.0.1:49309/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-06-28T11:23:22.753Z] --- PASS: TestRenameLinkedContainer (5.17s) [2021-06-28T11:23:22.753Z] === RUN TestRenameStoppedContainer [2021-06-28T11:23:24.096Z] time="2021-06-28T11:23:24Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49309/Test.Echo: Post \"http://127.0.0.1:49309/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-06-28T11:23:24.121Z] --- PASS: TestRenameStoppedContainer (1.47s) [2021-06-28T11:23:24.121Z] === RUN TestRenameRunningContainerAndReuse [2021-06-28T11:23:25.050Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-06-28T11:23:25.071Z] === RUN TestParseEmptyInterface [2021-06-28T11:23:25.071Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-06-28T11:23:25.071Z] === RUN TestParseNonInterfaceType [2021-06-28T11:23:25.071Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-06-28T11:23:25.071Z] === RUN TestParseWithOneFunction [2021-06-28T11:23:25.071Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-06-28T11:23:25.071Z] === RUN TestParseWithMultipleFuncs [2021-06-28T11:23:25.071Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-06-28T11:23:25.071Z] === RUN TestParseWithUnnamedReturn [2021-06-28T11:23:25.071Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-06-28T11:23:25.071Z] === RUN TestEmbeddedInterface [2021-06-28T11:23:25.071Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-06-28T11:23:25.071Z] === RUN TestParsedImports [2021-06-28T11:23:25.071Z] --- PASS: TestParsedImports (0.00s) [2021-06-28T11:23:25.071Z] === RUN TestAliasedImports [2021-06-28T11:23:25.071Z] --- PASS: TestAliasedImports (0.00s) [2021-06-28T11:23:25.071Z] PASS [2021-06-28T11:23:25.071Z] coverage: 56.8% of statements [2021-06-28T11:23:25.071Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.064s coverage: 56.8% of statements [2021-06-28T11:23:26.045Z] === RUN TestHTTPTransport [2021-06-28T11:23:26.045Z] --- PASS: TestHTTPTransport (0.00s) [2021-06-28T11:23:26.045Z] PASS [2021-06-28T11:23:26.045Z] coverage: 85.7% of statements [2021-06-28T11:23:26.045Z] ok github.com/docker/docker/pkg/plugins/transport 0.041s coverage: 85.7% of statements [2021-06-28T11:23:27.021Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-06-28T11:23:27.021Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-28T11:23:27.021Z] === RUN TestBufioReaderPoolPutAndGet [2021-06-28T11:23:27.021Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-06-28T11:23:27.021Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-06-28T11:23:27.021Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-06-28T11:23:27.021Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-06-28T11:23:27.021Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-28T11:23:27.021Z] === RUN TestBufioWriterPoolPutAndGet [2021-06-28T11:23:27.021Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-06-28T11:23:27.021Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-06-28T11:23:27.021Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-06-28T11:23:27.021Z] === RUN TestBufferPoolPutAndGet [2021-06-28T11:23:27.021Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-06-28T11:23:27.021Z] PASS [2021-06-28T11:23:27.021Z] coverage: 88.2% of statements [2021-06-28T11:23:27.021Z] ok github.com/docker/docker/pkg/pools 0.040s coverage: 88.2% of statements [2021-06-28T11:23:27.483Z] === RUN TestOutputOnPrematureClose [2021-06-28T11:23:27.483Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-06-28T11:23:27.483Z] === RUN TestCompleteSilently [2021-06-28T11:23:27.483Z] --- PASS: TestCompleteSilently (0.00s) [2021-06-28T11:23:27.483Z] PASS [2021-06-28T11:23:27.483Z] coverage: 75.9% of statements [2021-06-28T11:23:27.483Z] ok github.com/docker/docker/pkg/progress 0.046s coverage: 75.9% of statements [2021-06-28T11:23:27.570Z] --- PASS: TestRenameRunningContainerAndReuse (2.97s) [2021-06-28T11:23:27.570Z] === RUN TestRenameInvalidName [2021-06-28T11:23:27.953Z] --- PASS: TestRequest (14.43s) [2021-06-28T11:23:27.953Z] === RUN TestOverlappingRequests [2021-06-28T11:23:27.953Z] === RUN TestSendToOneSub [2021-06-28T11:23:27.953Z] --- PASS: TestSendToOneSub (0.00s) [2021-06-28T11:23:27.953Z] === RUN TestSendToMultipleSubs [2021-06-28T11:23:27.953Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-06-28T11:23:27.953Z] === RUN TestEvictOneSub [2021-06-28T11:23:27.953Z] --- PASS: TestEvictOneSub (0.00s) [2021-06-28T11:23:27.953Z] === RUN TestClosePublisher [2021-06-28T11:23:27.953Z] --- PASS: TestClosePublisher (0.00s) [2021-06-28T11:23:27.953Z] === RUN TestPubSubRace [2021-06-28T11:23:28.499Z] --- PASS: TestRenameInvalidName (1.45s) [2021-06-28T11:23:28.499Z] === RUN TestRenameAnonymousContainer [2021-06-28T11:23:28.756Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-06-28T11:23:28.927Z] --- PASS: TestOverlappingRequests (0.70s) [2021-06-28T11:23:28.927Z] === RUN TestRelease [2021-06-28T11:23:28.927Z] time="2021-06-28T11:23:28Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49309/Test.Echo: Post \"http://127.0.0.1:49309/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-06-28T11:23:28.927Z] --- PASS: TestPubSubRace (1.05s) [2021-06-28T11:23:28.927Z] PASS [2021-06-28T11:23:28.927Z] coverage: 75.0% of statements [2021-06-28T11:23:29.389Z] ok github.com/docker/docker/pkg/pubsub 1.098s coverage: 75.0% of statements [2021-06-28T11:23:29.850Z] === RUN TestRegister [2021-06-28T11:23:29.850Z] --- PASS: TestRegister (0.00s) [2021-06-28T11:23:29.850Z] === RUN TestCommand [2021-06-28T11:23:29.850Z] --- PASS: TestCommand (0.04s) [2021-06-28T11:23:29.850Z] === RUN TestNaiveSelf [2021-06-28T11:23:29.850Z] --- PASS: TestNaiveSelf (0.05s) [2021-06-28T11:23:29.850Z] PASS [2021-06-28T11:23:29.850Z] coverage: 82.4% of statements [2021-06-28T11:23:29.850Z] ok github.com/docker/docker/pkg/reexec 0.124s coverage: 82.4% of statements [2021-06-28T11:23:30.824Z] === RUN TestParseSignal [2021-06-28T11:23:30.824Z] --- PASS: TestParseSignal (0.00s) [2021-06-28T11:23:30.824Z] === RUN TestValidSignalForPlatform [2021-06-28T11:23:30.824Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-06-28T11:23:30.824Z] PASS [2021-06-28T11:23:30.824Z] coverage: 19.7% of statements [2021-06-28T11:23:30.824Z] ok github.com/docker/docker/pkg/signal 0.052s coverage: 19.7% of statements [2021-06-28T11:23:31.286Z] --- PASS: TestRelease (2.79s) [2021-06-28T11:23:31.286Z] === RUN TestAllocateRandomDeallocate [2021-06-28T11:23:31.750Z] === RUN TestNewStdWriter [2021-06-28T11:23:31.750Z] --- PASS: TestNewStdWriter (0.00s) [2021-06-28T11:23:31.750Z] === RUN TestWriteWithUninitializedStdWriter [2021-06-28T11:23:31.750Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-06-28T11:23:31.750Z] === RUN TestWriteWithNilBytes [2021-06-28T11:23:31.750Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-06-28T11:23:31.750Z] === RUN TestWrite [2021-06-28T11:23:31.750Z] --- PASS: TestWrite (0.00s) [2021-06-28T11:23:31.750Z] === RUN TestWriteWithWriterError [2021-06-28T11:23:31.750Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-06-28T11:23:31.750Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-06-28T11:23:31.750Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-06-28T11:23:31.750Z] === RUN TestStdCopyWriteAndRead [2021-06-28T11:23:31.750Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-06-28T11:23:31.750Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-06-28T11:23:31.750Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-06-28T11:23:31.750Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-06-28T11:23:31.750Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-06-28T11:23:31.750Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-06-28T11:23:31.750Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-06-28T11:23:31.750Z] === RUN TestStdCopyWithInvalidInputHeader [2021-06-28T11:23:31.750Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-06-28T11:23:31.750Z] === RUN TestStdCopyWithCorruptedPrefix [2021-06-28T11:23:31.750Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-06-28T11:23:31.750Z] === RUN TestStdCopyReturnsWriteErrors [2021-06-28T11:23:31.750Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-06-28T11:23:31.750Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-06-28T11:23:31.750Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-06-28T11:23:31.750Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-06-28T11:23:31.750Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-06-28T11:23:31.750Z] PASS [2021-06-28T11:23:31.750Z] coverage: 100.0% of statements [2021-06-28T11:23:31.750Z] ok github.com/docker/docker/pkg/stdcopy 0.053s coverage: 100.0% of statements [2021-06-28T11:23:32.731Z] === RUN TestRawProgressFormatterFormatStatus [2021-06-28T11:23:32.731Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-06-28T11:23:32.731Z] === RUN TestRawProgressFormatterFormatProgress [2021-06-28T11:23:32.731Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-06-28T11:23:32.731Z] === RUN TestFormatStatus [2021-06-28T11:23:32.731Z] --- PASS: TestFormatStatus (0.00s) [2021-06-28T11:23:32.731Z] === RUN TestFormatError [2021-06-28T11:23:32.731Z] --- PASS: TestFormatError (0.00s) [2021-06-28T11:23:32.731Z] === RUN TestFormatJSONError [2021-06-28T11:23:32.731Z] --- PASS: TestFormatJSONError (0.00s) [2021-06-28T11:23:32.731Z] === RUN TestJsonProgressFormatterFormatProgress [2021-06-28T11:23:32.731Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-06-28T11:23:32.731Z] === RUN TestJsonProgressFormatterFormatStatus [2021-06-28T11:23:32.731Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-06-28T11:23:32.731Z] === RUN TestNewJSONProgressOutput [2021-06-28T11:23:32.731Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-06-28T11:23:32.731Z] === RUN TestAuxFormatterEmit [2021-06-28T11:23:32.731Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-06-28T11:23:32.731Z] === RUN TestStreamWriterStdout [2021-06-28T11:23:32.731Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-06-28T11:23:32.731Z] === RUN TestStreamWriterStderr [2021-06-28T11:23:32.731Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-06-28T11:23:32.731Z] PASS [2021-06-28T11:23:32.731Z] coverage: 66.2% of statements [2021-06-28T11:23:32.731Z] ok github.com/docker/docker/pkg/streamformatter 0.048s coverage: 66.2% of statements [2021-06-28T11:23:32.929Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-06-28T11:23:33.085Z] --- PASS: TestInfoAPIWarnings (16.23s) [2021-06-28T11:23:33.085Z] === RUN TestInfoDebug [2021-06-28T11:23:33.085Z] --- PASS: TestInfoDebug (0.53s) [2021-06-28T11:23:33.085Z] === RUN TestInfoInsecureRegistries [2021-06-28T11:23:33.085Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-06-28T11:23:33.085Z] === RUN TestInfoRegistryMirrors [2021-06-28T11:23:33.085Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-06-28T11:23:33.085Z] === RUN TestLoginFailsWithBadCredentials [2021-06-28T11:23:33.085Z] --- PASS: TestLoginFailsWithBadCredentials (0.12s) [2021-06-28T11:23:33.085Z] === RUN TestPingCacheHeaders [2021-06-28T11:23:33.085Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-06-28T11:23:33.085Z] === RUN TestPingGet [2021-06-28T11:23:33.085Z] --- PASS: TestPingGet (0.01s) [2021-06-28T11:23:33.085Z] === RUN TestPingHead [2021-06-28T11:23:33.085Z] --- PASS: TestPingHead (0.02s) [2021-06-28T11:23:33.085Z] === RUN TestVersion [2021-06-28T11:23:33.085Z] --- PASS: TestVersion (0.02s) [2021-06-28T11:23:33.085Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-06-28T11:23:33.201Z] === RUN TestGenerateRandomID [2021-06-28T11:23:33.201Z] --- PASS: TestGenerateRandomID (0.00s) [2021-06-28T11:23:33.201Z] === RUN TestShortenId [2021-06-28T11:23:33.201Z] --- PASS: TestShortenId (0.00s) [2021-06-28T11:23:33.201Z] === RUN TestShortenSha256Id [2021-06-28T11:23:33.201Z] --- PASS: TestShortenSha256Id (0.00s) [2021-06-28T11:23:33.201Z] === RUN TestShortenIdEmpty [2021-06-28T11:23:33.201Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-06-28T11:23:33.201Z] === RUN TestShortenIdInvalid [2021-06-28T11:23:33.201Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-06-28T11:23:33.201Z] === RUN TestIsShortIDNonHex [2021-06-28T11:23:33.201Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-06-28T11:23:33.201Z] === RUN TestIsShortIDNotCorrectSize [2021-06-28T11:23:33.201Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-06-28T11:23:33.201Z] PASS [2021-06-28T11:23:33.201Z] coverage: 70.6% of statements [2021-06-28T11:23:33.201Z] ok github.com/docker/docker/pkg/stringid 0.048s coverage: 70.6% of statements [2021-06-28T11:23:33.491Z] --- PASS: TestRenameAnonymousContainer (4.98s) [2021-06-28T11:23:33.491Z] === RUN TestRenameContainerWithSameName [2021-06-28T11:23:34.176Z] === RUN TestIsCpusetListAvailable [2021-06-28T11:23:34.176Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-06-28T11:23:34.176Z] PASS [2021-06-28T11:23:34.176Z] coverage: 38.2% of statements [2021-06-28T11:23:34.176Z] ok github.com/docker/docker/pkg/sysinfo 0.038s coverage: 38.2% of statements [2021-06-28T11:23:34.420Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-06-28T11:23:34.462Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.45s) [2021-06-28T11:23:34.462Z] PASS [2021-06-28T11:23:34.462Z] [2021-06-28T11:23:34.462Z] DONE 19 tests in 22.694s [2021-06-28T11:23:34.462Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-28T11:23:34.462Z] INFO: Testing against a local daemon [2021-06-28T11:23:34.462Z] === RUN TestVolumesCreateAndList [2021-06-28T11:23:34.462Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-06-28T11:23:34.462Z] === RUN TestVolumesRemove [2021-06-28T11:23:34.462Z] --- PASS: TestVolumesRemove (0.08s) [2021-06-28T11:23:34.462Z] === RUN TestVolumesInspect [2021-06-28T11:23:34.462Z] --- PASS: TestVolumesInspect (0.02s) [2021-06-28T11:23:34.462Z] === RUN TestVolumesInvalidJSON [2021-06-28T11:23:34.462Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-28T11:23:34.462Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-28T11:23:34.462Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-28T11:23:34.462Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-06-28T11:23:34.462Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-28T11:23:34.462Z] PASS [2021-06-28T11:23:34.462Z] [2021-06-28T11:23:34.462Z] DONE 5 tests in 0.166s [2021-06-28T11:23:34.462Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-28T11:23:34.677Z] --- PASS: TestRenameContainerWithSameName (1.22s) [2021-06-28T11:23:34.677Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-28T11:23:35.398Z] Stopping apparmor (via systemctl): apparmor.service. [2021-06-28T11:23:35.398Z] Removing test suite binaries [2021-06-28T11:23:35.398Z] exiting test-integration [2021-06-28T11:23:35.398Z] ++ exit 0 [2021-06-28T11:23:35.398Z] [2021-06-28T11:23:36.162Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-06-28T11:23:36.366Z] === RUN TestChtimes [2021-06-28T11:23:36.366Z] --- PASS: TestChtimes (0.01s) [2021-06-28T11:23:36.366Z] === RUN TestChtimesWindows [2021-06-28T11:23:36.366Z] --- PASS: TestChtimesWindows (0.00s) [2021-06-28T11:23:36.366Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-06-28T11:23:36.366Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-06-28T11:23:36.366Z] === RUN TestEnsureRemoveAllNotExist [2021-06-28T11:23:36.366Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-06-28T11:23:36.366Z] === RUN TestEnsureRemoveAllWithDir [2021-06-28T11:23:36.366Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-06-28T11:23:36.366Z] === RUN TestEnsureRemoveAllWithFile [2021-06-28T11:23:36.366Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-06-28T11:23:36.366Z] === RUN TestHasWin32KSupport [2021-06-28T11:23:36.366Z] syscall_windows_test.go:8: win32k: true [2021-06-28T11:23:36.366Z] --- PASS: TestHasWin32KSupport (0.01s) [2021-06-28T11:23:36.366Z] PASS [2021-06-28T11:23:36.366Z] coverage: 12.9% of statements [2021-06-28T11:23:36.366Z] ok github.com/docker/docker/pkg/system 0.064s coverage: 12.9% of statements [2021-06-28T11:23:36.831Z] === RUN TestTailFile [2021-06-28T11:23:36.831Z] --- PASS: TestTailFile (0.00s) [2021-06-28T11:23:36.831Z] === RUN TestTailFileManyLines [2021-06-28T11:23:36.831Z] --- PASS: TestTailFileManyLines (0.00s) [2021-06-28T11:23:36.831Z] === RUN TestTailEmptyFile [2021-06-28T11:23:36.831Z] --- PASS: TestTailEmptyFile (0.00s) [2021-06-28T11:23:36.831Z] === RUN TestTailNegativeN [2021-06-28T11:23:36.831Z] --- PASS: TestTailNegativeN (0.00s) [2021-06-28T11:23:36.831Z] === RUN TestNewTailReader [2021-06-28T11:23:36.831Z] === PAUSE TestNewTailReader [2021-06-28T11:23:36.831Z] === CONT TestNewTailReader [2021-06-28T11:23:36.831Z] === RUN TestNewTailReader/2_byte_delimiter [2021-06-28T11:23:36.831Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-06-28T11:23:36.831Z] === RUN TestNewTailReader/4_byte_delimiter [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/8_byte_delimiter [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/12_byte_delimiter [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/no_delimiter [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/no_delimiter [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/single_byte_delimiter [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/truncated_last_line [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-06-28T11:23:37.294Z] === CONT TestNewTailReader/2_byte_delimiter [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.294Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.294Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.294Z] === CONT TestNewTailReader/single_byte_delimiter [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-28T11:23:37.294Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.294Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.294Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-28T11:23:37.294Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-28T11:23:37.294Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.294Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.294Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.294Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.294Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.294Z] === CONT TestNewTailReader/4_byte_delimiter [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-28T11:23:37.294Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-28T11:23:37.294Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/no_delimiter [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/8_byte_delimiter [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/12_byte_delimiter [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.295Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.295Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.295Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.296Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.296Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.296Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.297Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.297Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-28T11:23:37.297Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.297Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.297Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.297Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.297Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.297Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.297Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.529Z] --- PASS: TestRenameContainerWithLinkedContainer (2.68s) [2021-06-28T11:23:37.529Z] === RUN TestResize [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.763Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.763Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.763Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.763Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.763Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.764Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.764Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:23:37.765Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:23:37.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.01s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.01s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.01s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.766Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.01s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.01s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:23:37.767Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.01s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.01s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:23:38.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.01s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:23:38.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:23:38.231Z] PASS [2021-06-28T11:23:38.231Z] coverage: 88.6% of statements [2021-06-28T11:23:38.231Z] ok github.com/docker/docker/pkg/tailfile 0.254s coverage: 88.6% of statements [2021-06-28T11:23:38.231Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-06-28T11:23:38.231Z] === RUN TestClientStream [2021-06-28T11:23:38.231Z] --- PASS: TestClientStream (0.00s) [2021-06-28T11:23:38.231Z] === RUN TestClientSendFile [2021-06-28T11:23:38.231Z] --- PASS: TestClientSendFile (0.00s) [2021-06-28T11:23:38.231Z] === RUN TestClientWithRequestTimeout [2021-06-28T11:23:38.231Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-06-28T11:23:38.231Z] === RUN TestFileSpecPlugin [2021-06-28T11:23:38.231Z] --- PASS: TestFileSpecPlugin (0.02s) [2021-06-28T11:23:38.231Z] === RUN TestFileJSONSpecPlugin [2021-06-28T11:23:38.231Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2021-06-28T11:23:38.231Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-06-28T11:23:38.231Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2021-06-28T11:23:38.231Z] === RUN TestPluginAddHandler [2021-06-28T11:23:38.231Z] --- PASS: TestPluginAddHandler (0.00s) [2021-06-28T11:23:38.231Z] === RUN TestPluginWaitBadPlugin [2021-06-28T11:23:38.231Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-06-28T11:23:38.231Z] === RUN TestGet [2021-06-28T11:23:38.231Z] time="2021-06-28T11:23:37Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-06-28T11:23:38.694Z] time="2021-06-28T11:23:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-06-28T11:23:38.694Z] === RUN TestTarSumRemoveNonExistent [2021-06-28T11:23:38.694Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2021-06-28T11:23:38.694Z] === RUN TestTarSumRemove [2021-06-28T11:23:38.694Z] --- PASS: TestTarSumRemove (0.00s) [2021-06-28T11:23:38.694Z] === RUN TestSortFileInfoSums [2021-06-28T11:23:38.694Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-06-28T11:23:38.694Z] === RUN TestNewTarSumForLabelInvalid [2021-06-28T11:23:38.694Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-06-28T11:23:38.694Z] === RUN TestNewTarSumForLabel [2021-06-28T11:23:38.694Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-06-28T11:23:38.694Z] === RUN TestEmptyTar [2021-06-28T11:23:38.694Z] --- PASS: TestEmptyTar (0.00s) [2021-06-28T11:23:38.694Z] === RUN TestTarSumsReadSize [2021-06-28T11:23:38.694Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-06-28T11:23:38.694Z] === RUN TestTarSums [2021-06-28T11:23:38.694Z] --- PASS: TestTarSums (0.08s) [2021-06-28T11:23:38.694Z] === RUN TestIteration [2021-06-28T11:23:38.694Z] --- PASS: TestIteration (0.00s) [2021-06-28T11:23:38.694Z] === RUN TestVersionLabelForChecksum [2021-06-28T11:23:38.694Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-06-28T11:23:38.694Z] === RUN TestVersion [2021-06-28T11:23:38.694Z] --- PASS: TestVersion (0.00s) [2021-06-28T11:23:38.694Z] === RUN TestGetVersion [2021-06-28T11:23:38.694Z] --- PASS: TestGetVersion (0.00s) [2021-06-28T11:23:38.694Z] === RUN TestGetVersions [2021-06-28T11:23:38.694Z] --- PASS: TestGetVersions (0.00s) [2021-06-28T11:23:38.694Z] PASS [2021-06-28T11:23:38.694Z] coverage: 89.3% of statements [2021-06-28T11:23:38.694Z] ok github.com/docker/docker/pkg/tarsum 0.141s coverage: 89.3% of statements [2021-06-28T11:23:38.899Z] --- PASS: TestResize (1.23s) [2021-06-28T11:23:38.899Z] === RUN TestResizeWithInvalidSize [2021-06-28T11:23:39.156Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-06-28T11:23:39.413Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-06-28T11:23:39.668Z] testing: warning: no tests to run [2021-06-28T11:23:39.668Z] PASS [2021-06-28T11:23:39.668Z] coverage: [no statements] [2021-06-28T11:23:39.668Z] ok github.com/docker/docker/pkg/term/windows 0.044s coverage: [no statements] [no tests to run] [2021-06-28T11:23:39.670Z] --- PASS: TestResizeWithInvalidSize (1.13s) [2021-06-28T11:23:39.670Z] === RUN TestResizeWhenContainerNotStarted [2021-06-28T11:23:40.130Z] --- PASS: TestAllocateRandomDeallocate (8.59s) [2021-06-28T11:23:40.130Z] === RUN TestRetrieveFromStore [2021-06-28T11:23:40.130Z] === RUN TestTruncIndex [2021-06-28T11:23:40.233Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-06-28T11:23:40.595Z] --- PASS: TestTruncIndex (0.10s) [2021-06-28T11:23:40.595Z] PASS [2021-06-28T11:23:40.595Z] coverage: 91.5% of statements [2021-06-28T11:23:40.595Z] ok github.com/docker/docker/pkg/truncindex 0.142s coverage: 91.5% of statements [2021-06-28T11:23:40.595Z] time="2021-06-28T11:23:40Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" Post stage [Pipeline] junit [2021-06-28T11:23:40.682Z] Recording test results [2021-06-28T11:23:40.797Z] --- PASS: TestResizeWhenContainerNotStarted (1.03s) [2021-06-28T11:23:40.797Z] === RUN TestDaemonRestartKillContainers [2021-06-28T11:23:40.797Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-28T11:23:40.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-28T11:23:40.797Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-28T11:23:40.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-28T11:23:40.797Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-28T11:23:40.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-28T11:23:40.797Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-28T11:23:40.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-28T11:23:40.797Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-28T11:23:40.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-28T11:23:40.797Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-28T11:23:40.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-28T11:23:40.797Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-28T11:23:40.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-28T11:23:40.797Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-28T11:23:40.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-28T11:23:40.797Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:23:40.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:23:40.797Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:23:40.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:23:40.797Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:23:40.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:23:40.797Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:23:40.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:23:40.797Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-28T11:23:40.797Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-28T11:23:40.880Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-28T11:23:41.059Z] === RUN TestIsGIT [2021-06-28T11:23:41.059Z] --- PASS: TestIsGIT (0.00s) [2021-06-28T11:23:41.059Z] === RUN TestIsTransport [2021-06-28T11:23:41.059Z] --- PASS: TestIsTransport (0.00s) [2021-06-28T11:23:41.059Z] PASS [2021-06-28T11:23:41.059Z] coverage: 100.0% of statements [2021-06-28T11:23:41.059Z] ok github.com/docker/docker/pkg/urlutil 0.055s coverage: 100.0% of statements [2021-06-28T11:23:41.217Z] + echo Ensuring container killed. [2021-06-28T11:23:41.217Z] Ensuring container killed. [2021-06-28T11:23:41.217Z] + docker rm -vf docker-pr1 [2021-06-28T11:23:41.217Z] Error: No such container: docker-pr1 [Pipeline] sh [2021-06-28T11:23:41.501Z] + echo Chowning /workspace to jenkins user [2021-06-28T11:23:41.501Z] Chowning /workspace to jenkins user [2021-06-28T11:23:41.501Z] + id -u [2021-06-28T11:23:41.501Z] + id -g [2021-06-28T11:23:41.501Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42572:/workspace busybox chown -R 1000:1000 /workspace [2021-06-28T11:23:41.523Z] === RUN TestVersionInfo [2021-06-28T11:23:41.523Z] --- PASS: TestVersionInfo (0.00s) [2021-06-28T11:23:41.523Z] === RUN TestAppendVersions [2021-06-28T11:23:41.523Z] --- PASS: TestAppendVersions (0.00s) [2021-06-28T11:23:41.523Z] PASS [2021-06-28T11:23:41.523Z] coverage: 88.9% of statements [2021-06-28T11:23:41.523Z] ok github.com/docker/docker/pkg/useragent 0.040s coverage: 88.9% of statements [2021-06-28T11:23:43.071Z] --- PASS: TestRetrieveFromStore (2.65s) [2021-06-28T11:23:43.071Z] === RUN TestRequestReleaseAddressDuplicate [2021-06-28T11:23:43.071Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2021-06-28T11:23:43.071Z] === RUN TestParallelPredefinedRequest1 [2021-06-28T11:23:43.071Z] === PAUSE TestParallelPredefinedRequest1 [2021-06-28T11:23:43.071Z] === RUN TestParallelPredefinedRequest2 [2021-06-28T11:23:43.071Z] === PAUSE TestParallelPredefinedRequest2 [2021-06-28T11:23:43.071Z] === RUN TestParallelPredefinedRequest3 [2021-06-28T11:23:43.071Z] === PAUSE TestParallelPredefinedRequest3 [2021-06-28T11:23:43.071Z] === RUN TestParallelPredefinedRequest4 [2021-06-28T11:23:43.071Z] === PAUSE TestParallelPredefinedRequest4 [2021-06-28T11:23:43.071Z] === RUN TestParallelPredefinedRequest5 [2021-06-28T11:23:43.071Z] === PAUSE TestParallelPredefinedRequest5 [2021-06-28T11:23:43.071Z] === RUN TestDebug [2021-06-28T11:23:43.071Z] --- PASS: TestDebug (0.00s) [2021-06-28T11:23:43.071Z] === RUN TestRequestPoolParallel [2021-06-28T11:23:43.534Z] --- PASS: TestRequestPoolParallel (0.63s) [2021-06-28T11:23:43.534Z] === RUN TestFullAllocateRelease [2021-06-28T11:23:43.997Z] === RUN TestValidatePrivileges [2021-06-28T11:23:43.997Z] --- PASS: TestValidatePrivileges (0.00s) [2021-06-28T11:23:43.997Z] === RUN TestFilterByCapNeg [2021-06-28T11:23:43.997Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-06-28T11:23:43.997Z] === RUN TestFilterByCapPos [2021-06-28T11:23:43.997Z] --- PASS: TestFilterByCapPos (0.00s) [2021-06-28T11:23:43.997Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-06-28T11:23:43.997Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-06-28T11:23:43.997Z] PASS [2021-06-28T11:23:43.997Z] coverage: 12.0% of statements [2021-06-28T11:23:43.997Z] ok github.com/docker/docker/plugin 0.069s coverage: 12.0% of statements [2021-06-28T11:23:43.997Z] --- PASS: TestFullAllocateRelease (0.71s) [2021-06-28T11:23:43.997Z] === RUN TestOddAllocateRelease [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-28T11:23:44.167Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-06-28T11:23:44.328Z] + bundleName=amd64-cgroup2 [2021-06-28T11:23:44.328Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-06-28T11:23:44.328Z] Creating amd64-cgroup2-bundles.tar.gz [2021-06-28T11:23:44.328Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-06-28T11:23:44.328Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-06-28T11:23:44.459Z] time="2021-06-28T11:23:44Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-06-28T11:23:44.459Z] --- PASS: TestOddAllocateRelease (0.40s) [2021-06-28T11:23:44.459Z] === RUN TestFullAllocateSerialReleaseParallel [2021-06-28T11:23:44.459Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.12s) [2021-06-28T11:23:44.459Z] === RUN TestOddAllocateSerialReleaseParallel [2021-06-28T11:23:44.459Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.07s) [2021-06-28T11:23:44.459Z] === RUN TestEvenAllocateSerialReleaseParallel [Pipeline] archiveArtifacts [2021-06-28T11:23:44.611Z] Archiving artifacts [2021-06-28T11:23:44.888Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42572/1/artifacts/ [Pipeline] } [Pipeline] // catchError [2021-06-28T11:23:44.921Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2021-06-28T11:23:44.921Z] === CONT TestParallelPredefinedRequest1 [2021-06-28T11:23:44.921Z] === CONT TestParallelPredefinedRequest4 [2021-06-28T11:23:44.921Z] === CONT TestParallelPredefinedRequest1 [2021-06-28T11:23:44.921Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:23:44.921Z] === CONT TestParallelPredefinedRequest3 [2021-06-28T11:23:44.921Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:23:44.921Z] === CONT TestParallelPredefinedRequest4 [2021-06-28T11:23:44.921Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:23:44.921Z] === CONT TestParallelPredefinedRequest2 [2021-06-28T11:23:44.921Z] === CONT TestParallelPredefinedRequest5 [2021-06-28T11:23:44.921Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:23:44.921Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-06-28T11:23:44.921Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-06-28T11:23:44.921Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-06-28T11:23:44.921Z] === CONT TestParallelPredefinedRequest2 [2021-06-28T11:23:44.921Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:23:44.921Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-06-28T11:23:44.921Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-06-28T11:23:44.921Z] PASS [2021-06-28T11:23:44.921Z] coverage: 85.3% of statements [2021-06-28T11:23:44.921Z] ok github.com/docker/docker/libnetwork/ipam 75.651s coverage: 85.3% of statements [2021-06-28T11:23:44.921Z] === RUN TestNewSettable [2021-06-28T11:23:44.921Z] --- PASS: TestNewSettable (0.00s) [2021-06-28T11:23:44.921Z] === RUN TestIsSettable [2021-06-28T11:23:44.921Z] --- PASS: TestIsSettable (0.00s) [2021-06-28T11:23:44.921Z] === RUN TestUpdateSettingsEnv [2021-06-28T11:23:44.921Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-06-28T11:23:44.921Z] PASS [2021-06-28T11:23:44.921Z] coverage: 20.0% of statements [2021-06-28T11:23:44.921Z] ok github.com/docker/docker/plugin/v2 0.063s coverage: 20.0% of statements [Pipeline] sh [2021-06-28T11:23:44.973Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-28T11:23:44.973Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-28T11:23:45.200Z] + make clean [2021-06-28T11:23:45.200Z] docker volume rm -f docker-dev-cache [2021-06-28T11:23:45.458Z] docker-dev-cache [Pipeline] deleteDir [2021-06-28T11:23:45.896Z] === RUN TestLoad [2021-06-28T11:23:45.896Z] --- PASS: TestLoad (0.00s) [2021-06-28T11:23:45.896Z] === RUN TestSave [2021-06-28T11:23:46.357Z] --- PASS: TestSave (0.04s) [2021-06-28T11:23:46.357Z] === RUN TestAddDeleteGet [2021-06-28T11:23:46.357Z] --- PASS: TestAddDeleteGet (0.06s) [2021-06-28T11:23:46.357Z] === RUN TestInvalidTags [2021-06-28T11:23:46.357Z] --- PASS: TestInvalidTags (0.01s) [2021-06-28T11:23:46.357Z] PASS [2021-06-28T11:23:46.357Z] coverage: 84.4% of statements [2021-06-28T11:23:46.357Z] ok github.com/docker/docker/reference 0.144s coverage: 84.4% of statements [2021-06-28T11:23:47.496Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-28T11:23:48.557Z] === RUN TestResolveAuthConfigIndexServer [2021-06-28T11:23:48.557Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-06-28T11:23:48.557Z] === RUN TestResolveAuthConfigFullURL [2021-06-28T11:23:48.557Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-06-28T11:23:48.557Z] === RUN TestLoadAllowNondistributableArtifacts [2021-06-28T11:23:48.557Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-06-28T11:23:48.557Z] === RUN TestValidateMirror [2021-06-28T11:23:48.557Z] --- PASS: TestValidateMirror (0.00s) [2021-06-28T11:23:48.557Z] === RUN TestLoadInsecureRegistries [2021-06-28T11:23:49.024Z] time="2021-06-28T11:23:48Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-06-28T11:23:49.024Z] time="2021-06-28T11:23:48Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-06-28T11:23:49.024Z] time="2021-06-28T11:23:48Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-06-28T11:23:49.024Z] --- PASS: TestLoadInsecureRegistries (0.18s) [2021-06-28T11:23:49.024Z] === RUN TestNewServiceConfig [2021-06-28T11:23:49.024Z] --- PASS: TestNewServiceConfig (0.00s) [2021-06-28T11:23:49.024Z] === RUN TestValidateIndexName [2021-06-28T11:23:49.024Z] --- PASS: TestValidateIndexName (0.00s) [2021-06-28T11:23:49.024Z] === RUN TestValidateIndexNameWithError [2021-06-28T11:23:49.024Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-06-28T11:23:49.024Z] === RUN TestEndpointParse [2021-06-28T11:23:49.024Z] --- PASS: TestEndpointParse (0.00s) [2021-06-28T11:23:49.024Z] === RUN TestEndpointParseInvalid [2021-06-28T11:23:49.024Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-06-28T11:23:49.024Z] === RUN TestValidateEndpoint [2021-06-28T11:23:49.024Z] --- PASS: TestValidateEndpoint (0.01s) [2021-06-28T11:23:49.024Z] === RUN TestPing [2021-06-28T11:23:49.024Z] --- PASS: TestPing (0.00s) [2021-06-28T11:23:49.024Z] === RUN TestPingRegistryEndpoint [2021-06-28T11:23:49.024Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:23:49.024Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-06-28T11:23:49.024Z] === RUN TestEndpoint [2021-06-28T11:23:49.024Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:23:49.024Z] --- SKIP: TestEndpoint (0.01s) [2021-06-28T11:23:49.024Z] === RUN TestParseRepositoryInfo [2021-06-28T11:23:49.024Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-06-28T11:23:49.024Z] === RUN TestNewIndexInfo [2021-06-28T11:23:49.024Z] --- PASS: TestNewIndexInfo (0.00s) [2021-06-28T11:23:49.024Z] === RUN TestMirrorEndpointLookup [2021-06-28T11:23:49.024Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:23:49.024Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2021-06-28T11:23:49.024Z] === RUN TestSearchRepositories [2021-06-28T11:23:49.024Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-06-28T11:23:49.024Z] Host: 127.0.0.1:49327 [2021-06-28T11:23:49.024Z] User-Agent: docker test client [2021-06-28T11:23:49.024Z] Authorization: Token fake-token [2021-06-28T11:23:49.024Z] X-Docker-Token: true [2021-06-28T11:23:49.024Z] Accept-Encoding: gzip [2021-06-28T11:23:49.024Z] [2021-06-28T11:23:49.024Z] [2021-06-28T11:23:49.024Z] registry_test.go:730: HTTP/1.1 200 OK [2021-06-28T11:23:49.024Z] Connection: close [2021-06-28T11:23:49.024Z] Content-Length: 144 [2021-06-28T11:23:49.024Z] Cache-Control: no-cache [2021-06-28T11:23:49.024Z] Content-Type: application/json [2021-06-28T11:23:49.024Z] Date: Mon, 28 Jun 2021 11:23:48 GMT [2021-06-28T11:23:49.024Z] Expires: -1 [2021-06-28T11:23:49.024Z] Pragma: no-cache [2021-06-28T11:23:49.024Z] Server: docker-tests/mock [2021-06-28T11:23:49.024Z] X-Docker-Registry-Config: mock [2021-06-28T11:23:49.024Z] X-Docker-Registry-Version: 0.0.0 [2021-06-28T11:23:49.024Z] [2021-06-28T11:23:49.024Z] [2021-06-28T11:23:49.024Z] --- PASS: TestSearchRepositories (0.01s) [2021-06-28T11:23:49.024Z] === RUN TestTrustedLocation [2021-06-28T11:23:49.024Z] --- PASS: TestTrustedLocation (0.00s) [2021-06-28T11:23:49.024Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-06-28T11:23:49.024Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-06-28T11:23:49.024Z] === RUN TestAllowNondistributableArtifacts [2021-06-28T11:23:49.024Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-06-28T11:23:49.024Z] === RUN TestIsSecureIndex [2021-06-28T11:23:49.024Z] --- PASS: TestIsSecureIndex (0.00s) [2021-06-28T11:23:49.024Z] PASS [2021-06-28T11:23:49.024Z] coverage: 51.7% of statements [2021-06-28T11:23:49.024Z] ok github.com/docker/docker/registry 0.289s coverage: 51.7% of statements [2021-06-28T11:23:49.999Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-06-28T11:23:49.999Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2021-06-28T11:23:49.999Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-06-28T11:23:49.999Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-06-28T11:23:49.999Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-06-28T11:23:49.999Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-06-28T11:23:49.999Z] === RUN TestResumableRequestReaderWithReadError [2021-06-28T11:23:49.999Z] time="2021-06-28T11:23:49Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-06-28T11:23:49.999Z] --- PASS: TestResumableRequestReaderWithReadError (0.17s) [2021-06-28T11:23:49.999Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-06-28T11:23:49.999Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-06-28T11:23:49.999Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-06-28T11:23:49.999Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-06-28T11:23:49.999Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-06-28T11:23:49.999Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-06-28T11:23:49.999Z] === RUN TestResumableRequestReader [2021-06-28T11:23:49.999Z] --- PASS: TestResumableRequestReader (0.00s) [2021-06-28T11:23:49.999Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-06-28T11:23:49.999Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-06-28T11:23:49.999Z] PASS [2021-06-28T11:23:49.999Z] coverage: 100.0% of statements [2021-06-28T11:23:49.999Z] ok github.com/docker/docker/registry/resumable 0.252s coverage: 100.0% of statements [2021-06-28T11:23:50.773Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-28T11:23:50.773Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-28T11:23:50.974Z] === RUN TestRestartManagerTimeout [2021-06-28T11:23:50.974Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-06-28T11:23:50.974Z] === RUN TestRestartManagerTimeoutReset [2021-06-28T11:23:50.974Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-06-28T11:23:50.974Z] PASS [2021-06-28T11:23:50.974Z] coverage: 50.9% of statements [2021-06-28T11:23:50.974Z] ok github.com/docker/docker/restartmanager 0.042s coverage: 50.9% of statements [2021-06-28T11:23:51.704Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-06-28T11:23:51.949Z] === RUN TestDecodeContainerConfig [2021-06-28T11:23:51.949Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-06-28T11:23:51.949Z] === RUN TestDecodeContainerConfigIsolation [2021-06-28T11:23:51.949Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-06-28T11:23:51.949Z] === RUN TestValidatePrivileged [2021-06-28T11:23:51.949Z] --- PASS: TestValidatePrivileged (0.00s) [2021-06-28T11:23:51.949Z] PASS [2021-06-28T11:23:51.949Z] coverage: 52.2% of statements [2021-06-28T11:23:51.949Z] ok github.com/docker/docker/runconfig 0.044s coverage: 52.2% of statements [2021-06-28T11:23:52.410Z] --- PASS: TestGet (15.01s) [2021-06-28T11:23:52.410Z] === RUN TestPluginWithNoManifest [2021-06-28T11:23:52.410Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-06-28T11:23:52.410Z] === RUN TestGetAll [2021-06-28T11:23:52.410Z] --- PASS: TestGetAll (0.01s) [2021-06-28T11:23:52.410Z] PASS [2021-06-28T11:23:52.410Z] coverage: 73.4% of statements [2021-06-28T11:23:52.410Z] ok github.com/docker/docker/pkg/plugins 34.919s coverage: 73.4% of statements [2021-06-28T11:23:52.410Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-06-28T11:23:52.410Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-06-28T11:23:52.410Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-06-28T11:23:52.410Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-06-28T11:23:52.410Z] PASS [2021-06-28T11:23:52.410Z] coverage: 62.5% of statements [2021-06-28T11:23:52.410Z] ok github.com/docker/docker/testutil 0.048s coverage: 62.5% of statements [2021-06-28T11:23:54.226Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-28T11:23:54.789Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:23:56.687Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-06-28T11:23:56.687Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:23:57.617Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:23:58.237Z] === RUN TestGetDriver [2021-06-28T11:23:58.237Z] --- PASS: TestGetDriver (0.00s) [2021-06-28T11:23:58.237Z] === RUN TestVolumeRequestError [2021-06-28T11:23:58.237Z] --- PASS: TestVolumeRequestError (0.01s) [2021-06-28T11:23:58.237Z] PASS [2021-06-28T11:23:58.237Z] coverage: 36.1% of statements [2021-06-28T11:23:58.237Z] ok github.com/docker/docker/volume/drivers 0.068s coverage: 36.1% of statements [2021-06-28T11:23:58.237Z] === RUN TestGetAddress [2021-06-28T11:23:58.237Z] --- PASS: TestGetAddress (0.00s) [2021-06-28T11:23:58.237Z] === RUN TestRemove [2021-06-28T11:23:58.237Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-28T11:23:58.237Z] --- SKIP: TestRemove (0.00s) [2021-06-28T11:23:58.237Z] === RUN TestInitializeWithVolumes [2021-06-28T11:23:58.237Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-06-28T11:23:58.237Z] === RUN TestCreate [2021-06-28T11:23:58.237Z] --- PASS: TestCreate (0.01s) [2021-06-28T11:23:58.237Z] === RUN TestValidateName [2021-06-28T11:23:58.237Z] --- PASS: TestValidateName (0.00s) [2021-06-28T11:23:58.237Z] === RUN TestCreateWithOpts [2021-06-28T11:23:58.237Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-28T11:23:58.237Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-06-28T11:23:58.237Z] === RUN TestRelaodNoOpts [2021-06-28T11:23:58.237Z] --- PASS: TestRelaodNoOpts (0.02s) [2021-06-28T11:23:58.237Z] PASS [2021-06-28T11:23:58.237Z] coverage: 41.5% of statements [2021-06-28T11:23:58.237Z] ok github.com/docker/docker/volume/local 0.102s coverage: 41.5% of statements [2021-06-28T11:23:58.546Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:23:58.547Z] check_test.go:309: [dd74ef28b9812] daemon is not started [2021-06-28T11:23:58.547Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-06-28T11:23:58.895Z] --- PASS: TestBuildWithHugeFile (41.15s) [2021-06-28T11:23:58.895Z] === RUN TestBuildWCOWSandboxSize [2021-06-28T11:23:58.895Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-28T11:23:58.895Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-06-28T11:23:58.895Z] === RUN TestBuildWithEmptyDockerfile [2021-06-28T11:23:58.895Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T11:23:58.895Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T11:23:58.895Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T11:23:58.895Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T11:23:58.895Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T11:23:58.896Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T11:23:58.896Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T11:23:58.896Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T11:23:58.896Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T11:23:58.896Z] --- PASS: TestBuildWithEmptyDockerfile (0.16s) [2021-06-28T11:23:58.896Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2021-06-28T11:23:58.896Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2021-06-28T11:23:58.896Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.16s) [2021-06-28T11:23:58.896Z] === RUN TestBuildPreserveOwnership [2021-06-28T11:23:58.896Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-28T11:23:58.896Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-28T11:23:58.896Z] --- PASS: TestBuildPreserveOwnership (4.76s) [2021-06-28T11:23:58.896Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.25s) [2021-06-28T11:23:58.896Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.49s) [2021-06-28T11:23:58.896Z] === RUN TestBuildPlatformInvalid [2021-06-28T11:23:58.896Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2021-06-28T11:23:58.896Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-28T11:23:59.476Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-28T11:23:59.786Z] === RUN TestConvertTmpfsOptions [2021-06-28T11:23:59.786Z] parser_test.go:49: data="mode=700,size=1m" [2021-06-28T11:23:59.786Z] parser_test.go:49: data="ro" [2021-06-28T11:23:59.786Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-06-28T11:23:59.786Z] === RUN TestParseMountRaw [2021-06-28T11:23:59.786Z] --- PASS: TestParseMountRaw (0.03s) [2021-06-28T11:23:59.786Z] === RUN TestParseMountRawSplit [2021-06-28T11:23:59.786Z] parser_test.go:390: case 0 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 1 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 2 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 3 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 4 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 5 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 6 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 7 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 8 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 0 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 1 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 2 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 3 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 4 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 5 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 6 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 7 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 8 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 9 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 10 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 11 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 12 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 0 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 1 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 2 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 3 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 4 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 5 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 6 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 7 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 8 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 9 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 10 [2021-06-28T11:23:59.786Z] parser_test.go:390: case 11 [2021-06-28T11:23:59.786Z] --- PASS: TestParseMountRawSplit (0.01s) [2021-06-28T11:23:59.786Z] === RUN TestParseMountSpec [2021-06-28T11:23:59.786Z] parser_test.go:455: case 0 [2021-06-28T11:23:59.786Z] parser_test.go:455: case 1 [2021-06-28T11:23:59.786Z] parser_test.go:455: case 2 [2021-06-28T11:23:59.786Z] parser_test.go:455: case 3 [2021-06-28T11:23:59.786Z] parser_test.go:455: case 4 [2021-06-28T11:23:59.786Z] parser_test.go:455: case 5 [2021-06-28T11:23:59.786Z] --- PASS: TestParseMountSpec (0.00s) [2021-06-28T11:23:59.786Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-06-28T11:23:59.786Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-06-28T11:23:59.786Z] === RUN TestValidateMount [2021-06-28T11:23:59.786Z] --- PASS: TestValidateMount (0.00s) [2021-06-28T11:23:59.786Z] PASS [2021-06-28T11:23:59.786Z] coverage: 66.2% of statements [2021-06-28T11:23:59.786Z] ok github.com/docker/docker/volume/mounts 0.108s coverage: 66.2% of statements [2021-06-28T11:24:00.041Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-06-28T11:24:00.254Z] === RUN TestSetGetMeta [2021-06-28T11:24:00.254Z] === PAUSE TestSetGetMeta [2021-06-28T11:24:00.254Z] === RUN TestRestore [2021-06-28T11:24:00.254Z] === PAUSE TestRestore [2021-06-28T11:24:00.254Z] === RUN TestServiceCreate [2021-06-28T11:24:00.254Z] === PAUSE TestServiceCreate [2021-06-28T11:24:00.254Z] === RUN TestServiceList [2021-06-28T11:24:00.254Z] === PAUSE TestServiceList [2021-06-28T11:24:00.254Z] === RUN TestServiceRemove [2021-06-28T11:24:00.254Z] === PAUSE TestServiceRemove [2021-06-28T11:24:00.254Z] === RUN TestServiceGet [2021-06-28T11:24:00.254Z] === PAUSE TestServiceGet [2021-06-28T11:24:00.254Z] === RUN TestServicePrune [2021-06-28T11:24:00.254Z] === PAUSE TestServicePrune [2021-06-28T11:24:00.254Z] === RUN TestCreate [2021-06-28T11:24:00.254Z] === PAUSE TestCreate [2021-06-28T11:24:00.254Z] === RUN TestRemove [2021-06-28T11:24:00.254Z] === PAUSE TestRemove [2021-06-28T11:24:00.254Z] === RUN TestList [2021-06-28T11:24:00.254Z] === PAUSE TestList [2021-06-28T11:24:00.254Z] === RUN TestFindByDriver [2021-06-28T11:24:00.254Z] === PAUSE TestFindByDriver [2021-06-28T11:24:00.254Z] === RUN TestFindByReferenced [2021-06-28T11:24:00.254Z] === PAUSE TestFindByReferenced [2021-06-28T11:24:00.254Z] === RUN TestDerefMultipleOfSameRef [2021-06-28T11:24:00.254Z] === PAUSE TestDerefMultipleOfSameRef [2021-06-28T11:24:00.254Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-28T11:24:00.254Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-28T11:24:00.254Z] === RUN TestDefererencePluginOnCreateError [2021-06-28T11:24:00.254Z] === PAUSE TestDefererencePluginOnCreateError [2021-06-28T11:24:00.254Z] === RUN TestRefDerefRemove [2021-06-28T11:24:00.254Z] === PAUSE TestRefDerefRemove [2021-06-28T11:24:00.254Z] === RUN TestGet [2021-06-28T11:24:00.254Z] === PAUSE TestGet [2021-06-28T11:24:00.254Z] === RUN TestGetWithReference [2021-06-28T11:24:00.254Z] === PAUSE TestGetWithReference [2021-06-28T11:24:00.254Z] === RUN TestFilterFunc [2021-06-28T11:24:00.254Z] === RUN TestFilterFunc/test_nil_list [2021-06-28T11:24:00.254Z] === PAUSE TestFilterFunc/test_nil_list [2021-06-28T11:24:00.254Z] === RUN TestFilterFunc/test_empty_list [2021-06-28T11:24:00.254Z] === PAUSE TestFilterFunc/test_empty_list [2021-06-28T11:24:00.254Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-06-28T11:24:00.254Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-06-28T11:24:00.254Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-28T11:24:00.254Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-28T11:24:00.254Z] === RUN TestFilterFunc/test_filter_some [2021-06-28T11:24:00.254Z] === PAUSE TestFilterFunc/test_filter_some [2021-06-28T11:24:00.254Z] === RUN TestFilterFunc/test_filter_middle [2021-06-28T11:24:00.254Z] === PAUSE TestFilterFunc/test_filter_middle [2021-06-28T11:24:00.254Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-06-28T11:24:00.254Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-06-28T11:24:00.254Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-06-28T11:24:00.254Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-06-28T11:24:00.254Z] === CONT TestFilterFunc/test_nil_list [2021-06-28T11:24:00.254Z] === CONT TestFilterFunc/test_filter_some [2021-06-28T11:24:00.254Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-06-28T11:24:00.254Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-28T11:24:00.254Z] === CONT TestFilterFunc/test_empty_list [2021-06-28T11:24:00.254Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-06-28T11:24:00.254Z] === CONT TestFilterFunc/test_filter_middle [2021-06-28T11:24:00.254Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-06-28T11:24:00.254Z] --- PASS: TestFilterFunc (0.00s) [2021-06-28T11:24:00.254Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-06-28T11:24:00.254Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-06-28T11:24:00.254Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-06-28T11:24:00.254Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-06-28T11:24:00.254Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-06-28T11:24:00.254Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-06-28T11:24:00.254Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-06-28T11:24:00.254Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-06-28T11:24:00.254Z] === CONT TestGet [2021-06-28T11:24:00.254Z] === CONT TestSetGetMeta [2021-06-28T11:24:00.254Z] === CONT TestRefDerefRemove [2021-06-28T11:24:00.254Z] === CONT TestDefererencePluginOnCreateError [2021-06-28T11:24:00.254Z] --- PASS: TestSetGetMeta (0.04s) [2021-06-28T11:24:00.305Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-06-28T11:24:00.719Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-28T11:24:00.719Z] --- PASS: TestGet (0.05s) [2021-06-28T11:24:00.719Z] === CONT TestDerefMultipleOfSameRef [2021-06-28T11:24:00.719Z] --- PASS: TestDefererencePluginOnCreateError (0.06s) [2021-06-28T11:24:00.719Z] === CONT TestFindByReferenced [2021-06-28T11:24:00.719Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2021-06-28T11:24:00.719Z] === CONT TestFindByDriver [2021-06-28T11:24:00.719Z] --- PASS: TestRefDerefRemove (0.07s) [2021-06-28T11:24:00.719Z] === CONT TestList [2021-06-28T11:24:00.719Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2021-06-28T11:24:00.719Z] === CONT TestRemove [2021-06-28T11:24:00.719Z] --- PASS: TestFindByReferenced (0.04s) [2021-06-28T11:24:00.719Z] === CONT TestCreate [2021-06-28T11:24:00.719Z] --- PASS: TestFindByDriver (0.05s) [2021-06-28T11:24:00.719Z] === CONT TestServicePrune [2021-06-28T11:24:00.719Z] --- PASS: TestList (0.05s) [2021-06-28T11:24:00.719Z] === CONT TestServiceGet [2021-06-28T11:24:00.719Z] --- PASS: TestCreate (0.03s) [2021-06-28T11:24:00.719Z] === CONT TestServiceRemove [2021-06-28T11:24:00.719Z] --- PASS: TestRemove (0.04s) [2021-06-28T11:24:00.719Z] === CONT TestServiceList [2021-06-28T11:24:00.719Z] --- PASS: TestServiceGet (0.18s) [2021-06-28T11:24:00.719Z] === CONT TestServiceCreate [2021-06-28T11:24:00.719Z] time="2021-06-28T11:24:00Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-28T11:24:00.719Z] --- PASS: TestServiceRemove (0.18s) [2021-06-28T11:24:00.719Z] === CONT TestRestore [2021-06-28T11:24:00.719Z] time="2021-06-28T11:24:00Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-28T11:24:00.719Z] --- PASS: TestServiceList (0.18s) [2021-06-28T11:24:00.719Z] === CONT TestGetWithReference [2021-06-28T11:24:00.719Z] time="2021-06-28T11:24:00Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-28T11:24:00.719Z] --- PASS: TestServiceCreate (0.04s) [2021-06-28T11:24:00.719Z] time="2021-06-28T11:24:00Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-06-28T11:24:00.719Z] time="2021-06-28T11:24:00Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-28T11:24:00.719Z] --- PASS: TestGetWithReference (0.04s) [2021-06-28T11:24:00.719Z] --- PASS: TestRestore (0.06s) [2021-06-28T11:24:00.719Z] --- PASS: TestServicePrune (0.25s) [2021-06-28T11:24:00.719Z] PASS [2021-06-28T11:24:00.719Z] coverage: 69.6% of statements [2021-06-28T11:24:00.719Z] ok github.com/docker/docker/volume/service 0.420s coverage: 69.6% of statements [2021-06-28T11:24:01.695Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-06-28T11:24:01.695Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-06-28T11:24:01.695Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-06-28T11:24:01.695Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-06-28T11:24:02.200Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-06-28T11:24:02.200Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.89s) [2021-06-28T11:24:02.200Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (4.20s) [2021-06-28T11:24:02.200Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.56s) [2021-06-28T11:24:02.200Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (6.06s) [2021-06-28T11:24:02.200Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.64s) [2021-06-28T11:24:02.200Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.88s) [2021-06-28T11:24:02.200Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.92s) [2021-06-28T11:24:02.200Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.49s) [2021-06-28T11:24:02.200Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.99s) [2021-06-28T11:24:02.200Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.83s) [2021-06-28T11:24:02.200Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.59s) [2021-06-28T11:24:02.200Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.67s) [2021-06-28T11:24:02.200Z] === RUN TestCgroupNamespacesRun [2021-06-28T11:24:02.613Z] ......... [ 86%] [2021-06-28T11:24:03.128Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-06-28T11:24:03.243Z] 2021/06/28 11:24:03 Closing DB instances... [2021-06-28T11:24:03.385Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-06-28T11:24:03.705Z] time="2021-06-28T11:24:03Z" level=error msg="node: f97433191ffa is unknown to memberlist" [2021-06-28T11:24:03.946Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-06-28T11:24:04.685Z] --- PASS: TestNetworkDBGarbageCollection (53.64s) [2021-06-28T11:24:04.685Z] === RUN TestFindNode [2021-06-28T11:24:04.685Z] 2021/06/28 11:24:04 Closing DB instances... [2021-06-28T11:24:04.685Z] --- PASS: TestFindNode (0.01s) [2021-06-28T11:24:04.685Z] === RUN TestChangeNodeState [2021-06-28T11:24:04.685Z] 2021/06/28 11:24:04 Closing DB instances... [2021-06-28T11:24:04.685Z] --- PASS: TestChangeNodeState (0.02s) [2021-06-28T11:24:04.685Z] === RUN TestNodeReincarnation [2021-06-28T11:24:04.685Z] 2021/06/28 11:24:04 Closing DB instances... [2021-06-28T11:24:04.875Z] --- PASS: TestCgroupNamespacesRun (2.55s) [2021-06-28T11:24:04.875Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-28T11:24:06.765Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.65s) [2021-06-28T11:24:06.765Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-28T11:24:06.765Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-06-28T11:24:07.544Z] tests/integration/models_images_test.py ............... [ 89%] [2021-06-28T11:24:09.164Z] tests/integration/models_networks_test.py .... [ 91%] [2021-06-28T11:24:09.281Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.70s) [2021-06-28T11:24:09.281Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-28T11:24:10.211Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:09Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-06-28T11:24:10.504Z] --- PASS: TestNodeReincarnation (5.02s) [2021-06-28T11:24:10.504Z] === RUN TestParallelCreate [2021-06-28T11:24:10.504Z] 2021/06/28 11:24:09 Closing DB instances... [2021-06-28T11:24:10.504Z] --- PASS: TestParallelCreate (0.01s) [2021-06-28T11:24:10.504Z] === RUN TestParallelDelete [2021-06-28T11:24:10.504Z] 2021/06/28 11:24:09 Closing DB instances... [2021-06-28T11:24:10.504Z] --- PASS: TestParallelDelete (0.01s) [2021-06-28T11:24:10.504Z] === RUN TestNetworkDBIslands [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:09Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:c8472b6a8ff8 with config:&{NodeID:c8472b6a8ff8 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:09Z" level=info msg="Node c8472b6a8ff8/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:09Z" level=info msg="Node c8472b6a8ff8/172.31.127.246, added to nodes list" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:09Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:08c4ec0bdbe2 with config:&{NodeID:08c4ec0bdbe2 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:09Z" level=info msg="Node 08c4ec0bdbe2/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:09Z" level=info msg="Node 08c4ec0bdbe2/172.31.127.246, added to nodes list" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:09Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:09Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:09Z" level=debug msg="memberlist: Stream connection from=[::1]:49355" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:09Z" level=info msg="Node 08c4ec0bdbe2/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:09Z" level=info msg="Node 08c4ec0bdbe2/172.31.127.246, added to nodes list" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:09Z" level=info msg="Node c8472b6a8ff8/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:09Z" level=info msg="Node c8472b6a8ff8/172.31.127.246, added to nodes list" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:09Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49356" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:10Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:702e40ade792 with config:&{NodeID:702e40ade792 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:10Z" level=info msg="Node 702e40ade792/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:10Z" level=info msg="Node 702e40ade792/172.31.127.246, added to nodes list" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:10Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:10Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:10Z" level=debug msg="memberlist: Stream connection from=[::1]:49357" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:10Z" level=info msg="Node 702e40ade792/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:10Z" level=info msg="Node 702e40ade792/172.31.127.246, added to nodes list" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:10Z" level=info msg="Node c8472b6a8ff8/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:10Z" level=info msg="Node c8472b6a8ff8/172.31.127.246, added to nodes list" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:10Z" level=info msg="Node 08c4ec0bdbe2/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:10Z" level=info msg="Node 08c4ec0bdbe2/172.31.127.246, added to nodes list" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:10Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49358" [2021-06-28T11:24:10.504Z] time="2021-06-28T11:24:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-06-28T11:24:10.967Z] time="2021-06-28T11:24:10Z" level=info msg="Node 702e40ade792/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:10.967Z] time="2021-06-28T11:24:10Z" level=info msg="Node 702e40ade792/172.31.127.246, added to nodes list" [2021-06-28T11:24:10.968Z] time="2021-06-28T11:24:10Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:e349d4c992b5 with config:&{NodeID:e349d4c992b5 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:24:10.968Z] time="2021-06-28T11:24:10Z" level=info msg="Node e349d4c992b5/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:10.968Z] time="2021-06-28T11:24:10Z" level=info msg="Node e349d4c992b5/172.31.127.246, added to nodes list" [2021-06-28T11:24:10.968Z] time="2021-06-28T11:24:10Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-06-28T11:24:10.968Z] time="2021-06-28T11:24:10Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-06-28T11:24:10.968Z] time="2021-06-28T11:24:10Z" level=debug msg="memberlist: Stream connection from=[::1]:49359" [2021-06-28T11:24:10.968Z] time="2021-06-28T11:24:10Z" level=info msg="Node e349d4c992b5/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:10.968Z] time="2021-06-28T11:24:10Z" level=info msg="Node e349d4c992b5/172.31.127.246, added to nodes list" [2021-06-28T11:24:10.968Z] time="2021-06-28T11:24:10Z" level=info msg="Node c8472b6a8ff8/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:10.968Z] time="2021-06-28T11:24:10Z" level=info msg="Node c8472b6a8ff8/172.31.127.246, added to nodes list" [2021-06-28T11:24:10.968Z] time="2021-06-28T11:24:10Z" level=info msg="Node 08c4ec0bdbe2/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:10.968Z] time="2021-06-28T11:24:10Z" level=info msg="Node 08c4ec0bdbe2/172.31.127.246, added to nodes list" [2021-06-28T11:24:10.968Z] time="2021-06-28T11:24:10Z" level=info msg="Node 702e40ade792/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:10.968Z] time="2021-06-28T11:24:10Z" level=info msg="Node 702e40ade792/172.31.127.246, added to nodes list" [2021-06-28T11:24:10.968Z] time="2021-06-28T11:24:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-06-28T11:24:10.968Z] time="2021-06-28T11:24:10Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49360" [2021-06-28T11:24:11.159Z] Loaded image: buildpack-deps:buster [2021-06-28T11:24:11.159Z] Loaded image: busybox:latest [2021-06-28T11:24:11.159Z] Loaded image: busybox:glibc [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:10Z" level=info msg="Node e349d4c992b5/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:10Z" level=info msg="Node e349d4c992b5/172.31.127.246, added to nodes list" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:10Z" level=info msg="Node e349d4c992b5/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:10Z" level=info msg="Node e349d4c992b5/172.31.127.246, added to nodes list" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:30f9f71e3303 with config:&{NodeID:30f9f71e3303 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node 30f9f71e3303/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node 30f9f71e3303/172.31.127.246, added to nodes list" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=debug msg="memberlist: Stream connection from=[::1]:49361" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node 30f9f71e3303/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node 30f9f71e3303/172.31.127.246, added to nodes list" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node 08c4ec0bdbe2/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node 08c4ec0bdbe2/172.31.127.246, added to nodes list" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node 702e40ade792/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node 702e40ade792/172.31.127.246, added to nodes list" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node c8472b6a8ff8/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node c8472b6a8ff8/172.31.127.246, added to nodes list" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node e349d4c992b5/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node e349d4c992b5/172.31.127.246, added to nodes list" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49362" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node 30f9f71e3303/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node 30f9f71e3303/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node 30f9f71e3303/172.31.127.246, added to nodes list" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node 30f9f71e3303/172.31.127.246, added to nodes list" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node 30f9f71e3303/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:11.430Z] time="2021-06-28T11:24:11Z" level=info msg="Node 30f9f71e3303/172.31.127.246, added to nodes list" [2021-06-28T11:24:11.580Z] --- PASS: TestCgroupNamespacesRunHostMode (2.57s) [2021-06-28T11:24:11.580Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-28T11:24:11.895Z] networkdb_test.go:834: Re-joining: 3 [2021-06-28T11:24:11.896Z] time="2021-06-28T11:24:11Z" level=info msg="The new bootstrap node list is:[172.31.127.246:10033 172.31.127.246:10034 172.31.127.246:10035]" [2021-06-28T11:24:11.896Z] time="2021-06-28T11:24:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.127.246:10033" [2021-06-28T11:24:11.896Z] time="2021-06-28T11:24:11Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49363" [2021-06-28T11:24:11.896Z] time="2021-06-28T11:24:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.127.246:10034" [2021-06-28T11:24:11.896Z] time="2021-06-28T11:24:11Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49364" [2021-06-28T11:24:11.896Z] time="2021-06-28T11:24:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.127.246:10035" [2021-06-28T11:24:11.896Z] time="2021-06-28T11:24:11Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49365" [2021-06-28T11:24:11.896Z] networkdb_test.go:834: Re-joining: 4 [2021-06-28T11:24:11.896Z] time="2021-06-28T11:24:11Z" level=info msg="The new bootstrap node list is:[172.31.127.246:10033 172.31.127.246:10034 172.31.127.246:10035]" [2021-06-28T11:24:11.896Z] time="2021-06-28T11:24:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.127.246:10033" [2021-06-28T11:24:11.896Z] time="2021-06-28T11:24:11Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49366" [2021-06-28T11:24:11.896Z] time="2021-06-28T11:24:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.127.246:10034" [2021-06-28T11:24:11.896Z] time="2021-06-28T11:24:11Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49367" [2021-06-28T11:24:11.896Z] time="2021-06-28T11:24:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.127.246:10035" [2021-06-28T11:24:11.896Z] time="2021-06-28T11:24:11Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49368" [2021-06-28T11:24:12.358Z] time="2021-06-28T11:24:11Z" level=info msg="node 0 leaving" [2021-06-28T11:24:12.358Z] time="2021-06-28T11:24:12Z" level=info msg="Node c8472b6a8ff8 change state NodeActive --> NodeLeft" [2021-06-28T11:24:12.358Z] time="2021-06-28T11:24:12Z" level=info msg="node4(e349d4c992b5): Node leave event for c8472b6a8ff8/172.31.127.246" [2021-06-28T11:24:12.358Z] time="2021-06-28T11:24:12Z" level=info msg="Node c8472b6a8ff8 change state NodeActive --> NodeLeft" [2021-06-28T11:24:12.358Z] time="2021-06-28T11:24:12Z" level=info msg="node2(08c4ec0bdbe2): Node leave event for c8472b6a8ff8/172.31.127.246" [2021-06-28T11:24:12.358Z] time="2021-06-28T11:24:12Z" level=info msg="Node c8472b6a8ff8 change state NodeActive --> NodeLeft" [2021-06-28T11:24:12.358Z] time="2021-06-28T11:24:12Z" level=info msg="node3(702e40ade792): Node leave event for c8472b6a8ff8/172.31.127.246" [2021-06-28T11:24:12.358Z] time="2021-06-28T11:24:12Z" level=info msg="Node c8472b6a8ff8 change state NodeActive --> NodeLeft" [2021-06-28T11:24:12.358Z] time="2021-06-28T11:24:12Z" level=info msg="node5(30f9f71e3303): Node leave event for c8472b6a8ff8/172.31.127.246" [2021-06-28T11:24:12.358Z] time="2021-06-28T11:24:12Z" level=info msg="Node c8472b6a8ff8 change state NodeActive --> NodeLeft" [2021-06-28T11:24:12.358Z] time="2021-06-28T11:24:12Z" level=info msg="node1(c8472b6a8ff8): Node leave event for c8472b6a8ff8/172.31.127.246" [2021-06-28T11:24:12.358Z] time="2021-06-28T11:24:12Z" level=info msg="Node c8472b6a8ff8/172.31.127.246, left gossip cluster" [2021-06-28T11:24:12.358Z] time="2021-06-28T11:24:12Z" level=info msg="Node c8472b6a8ff8/172.31.127.246, left gossip cluster" [2021-06-28T11:24:12.358Z] time="2021-06-28T11:24:12Z" level=info msg="Node c8472b6a8ff8/172.31.127.246, left gossip cluster" [2021-06-28T11:24:12.358Z] time="2021-06-28T11:24:12Z" level=info msg="Node c8472b6a8ff8/172.31.127.246, left gossip cluster" [2021-06-28T11:24:12.358Z] time="2021-06-28T11:24:12Z" level=info msg="Node c8472b6a8ff8/172.31.127.246, left gossip cluster" [2021-06-28T11:24:12.820Z] time="2021-06-28T11:24:12Z" level=info msg="node 1 leaving" [2021-06-28T11:24:12.820Z] time="2021-06-28T11:24:12Z" level=info msg="Node 08c4ec0bdbe2 change state NodeActive --> NodeLeft" [2021-06-28T11:24:12.820Z] time="2021-06-28T11:24:12Z" level=info msg="node4(e349d4c992b5): Node leave event for 08c4ec0bdbe2/172.31.127.246" [2021-06-28T11:24:12.820Z] time="2021-06-28T11:24:12Z" level=info msg="Node 08c4ec0bdbe2/172.31.127.246, left gossip cluster" [2021-06-28T11:24:12.820Z] time="2021-06-28T11:24:12Z" level=info msg="Node 08c4ec0bdbe2 change state NodeActive --> NodeFailed" [2021-06-28T11:24:12.820Z] time="2021-06-28T11:24:12Z" level=info msg="Node 08c4ec0bdbe2/172.31.127.246, added to failed nodes list" [2021-06-28T11:24:12.820Z] time="2021-06-28T11:24:12Z" level=info msg="Node 08c4ec0bdbe2 change state NodeActive --> NodeLeft" [2021-06-28T11:24:12.820Z] time="2021-06-28T11:24:12Z" level=info msg="node5(30f9f71e3303): Node leave event for 08c4ec0bdbe2/172.31.127.246" [2021-06-28T11:24:12.820Z] time="2021-06-28T11:24:12Z" level=info msg="Node 08c4ec0bdbe2 change state NodeActive --> NodeLeft" [2021-06-28T11:24:12.820Z] time="2021-06-28T11:24:12Z" level=info msg="node3(702e40ade792): Node leave event for 08c4ec0bdbe2/172.31.127.246" [2021-06-28T11:24:12.820Z] time="2021-06-28T11:24:12Z" level=error msg="node: 08c4ec0bdbe2 is unknown to memberlist" [2021-06-28T11:24:12.820Z] time="2021-06-28T11:24:12Z" level=info msg="Node 08c4ec0bdbe2/172.31.127.246, left gossip cluster" [2021-06-28T11:24:12.820Z] time="2021-06-28T11:24:12Z" level=info msg="Node 08c4ec0bdbe2/172.31.127.246, left gossip cluster" [2021-06-28T11:24:12.820Z] time="2021-06-28T11:24:12Z" level=info msg="Node 08c4ec0bdbe2/172.31.127.246, left gossip cluster" [2021-06-28T11:24:13.283Z] time="2021-06-28T11:24:12Z" level=info msg="node 2 leaving" [2021-06-28T11:24:13.283Z] time="2021-06-28T11:24:12Z" level=info msg="Node 702e40ade792 change state NodeActive --> NodeLeft" [2021-06-28T11:24:13.283Z] time="2021-06-28T11:24:12Z" level=info msg="node5(30f9f71e3303): Node leave event for 702e40ade792/172.31.127.246" [2021-06-28T11:24:13.283Z] time="2021-06-28T11:24:12Z" level=info msg="Node 702e40ade792 change state NodeActive --> NodeLeft" [2021-06-28T11:24:13.283Z] time="2021-06-28T11:24:12Z" level=info msg="node4(e349d4c992b5): Node leave event for 702e40ade792/172.31.127.246" [2021-06-28T11:24:13.283Z] time="2021-06-28T11:24:12Z" level=info msg="Node 702e40ade792 change state NodeActive --> NodeLeft" [2021-06-28T11:24:13.283Z] time="2021-06-28T11:24:12Z" level=info msg="node3(702e40ade792): Node leave event for 702e40ade792/172.31.127.246" [2021-06-28T11:24:13.283Z] time="2021-06-28T11:24:13Z" level=debug msg="memberlist: Failed ping: 30f9f71e3303 (timeout reached)" [2021-06-28T11:24:13.283Z] time="2021-06-28T11:24:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.31.127.246:10036: use of closed network connection" [2021-06-28T11:24:13.283Z] time="2021-06-28T11:24:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.31.127.246:10035: use of closed network connection" [2021-06-28T11:24:13.283Z] time="2021-06-28T11:24:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.31.127.246:10034: use of closed network connection" [2021-06-28T11:24:13.283Z] time="2021-06-28T11:24:13Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49369" [2021-06-28T11:24:13.283Z] time="2021-06-28T11:24:13Z" level=info msg="Node 702e40ade792/172.31.127.246, left gossip cluster" [2021-06-28T11:24:13.283Z] time="2021-06-28T11:24:13Z" level=info msg="Node 702e40ade792/172.31.127.246, left gossip cluster" [2021-06-28T11:24:13.283Z] time="2021-06-28T11:24:13Z" level=info msg="Node 702e40ade792/172.31.127.246, left gossip cluster" [2021-06-28T11:24:13.709Z] Loaded image: debian:bullseye [2021-06-28T11:24:13.709Z] Loaded image: hello-world:latest [2021-06-28T11:24:13.709Z] Loaded image: arm32v7/hello-world:latest [2021-06-28T11:24:13.746Z] networkdb_test.go:866: node4: OK [2021-06-28T11:24:13.746Z] networkdb_test.go:866: node5: OK [2021-06-28T11:24:13.746Z] time="2021-06-28T11:24:13Z" level=info msg="node 0 coming back" [2021-06-28T11:24:13.746Z] time="2021-06-28T11:24:13Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:123ae848b930 with config:&{NodeID:123ae848b930 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:24:13.746Z] time="2021-06-28T11:24:13Z" level=info msg="Node 123ae848b930/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:13.746Z] time="2021-06-28T11:24:13Z" level=info msg="Node 123ae848b930/172.31.127.246, added to nodes list" [2021-06-28T11:24:13.746Z] time="2021-06-28T11:24:13Z" level=info msg="node 1 coming back" [2021-06-28T11:24:13.746Z] time="2021-06-28T11:24:13Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:4308bea2070c with config:&{NodeID:4308bea2070c Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:24:13.746Z] time="2021-06-28T11:24:13Z" level=info msg="Node 4308bea2070c/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:13.746Z] time="2021-06-28T11:24:13Z" level=info msg="Node 4308bea2070c/172.31.127.246, added to nodes list" [2021-06-28T11:24:13.746Z] time="2021-06-28T11:24:13Z" level=info msg="node 2 coming back" [2021-06-28T11:24:13.746Z] time="2021-06-28T11:24:13Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:73c4b176d9e6 with config:&{NodeID:73c4b176d9e6 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:24:13.746Z] time="2021-06-28T11:24:13Z" level=info msg="Node 73c4b176d9e6/172.31.127.246, joined gossip cluster" [2021-06-28T11:24:13.746Z] time="2021-06-28T11:24:13Z" level=info msg="Node 73c4b176d9e6/172.31.127.246, added to nodes list" [2021-06-28T11:24:13.746Z] time="2021-06-28T11:24:13Z" level=warning msg="memberlist: Was able to connect to 30f9f71e3303 but other probes failed, network may be misconfigured" [2021-06-28T11:24:14.208Z] time="2021-06-28T11:24:13Z" level=debug msg="memberlist: Failed ping: 30f9f71e3303 (timeout reached)" [2021-06-28T11:24:14.208Z] time="2021-06-28T11:24:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.31.127.246:10036: use of closed network connection" [2021-06-28T11:24:14.208Z] time="2021-06-28T11:24:13Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49370" [2021-06-28T11:24:14.407Z] tests/integration/models_nodes_test.py . [ 91%] [2021-06-28T11:24:14.670Z] time="2021-06-28T11:24:14Z" level=warning msg="memberlist: Was able to connect to 30f9f71e3303 but other probes failed, network may be misconfigured" [2021-06-28T11:24:14.850Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.85s) [2021-06-28T11:24:14.850Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-28T11:24:15.774Z] tests/integration/models_resources_test.py . [ 91%] [2021-06-28T11:24:16.742Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.89s) [2021-06-28T11:24:16.742Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-28T11:24:17.672Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.05s) [2021-06-28T11:24:17.672Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-28T11:24:17.672Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-06-28T11:24:17.787Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-06-28T11:24:17.929Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-06-28T11:24:19.828Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-06-28T11:24:20.091Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.73s) [2021-06-28T11:24:20.091Z] === RUN TestNISDomainname [2021-06-28T11:24:20.514Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-06-28T11:24:20.514Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-06-28T11:24:21.459Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-06-28T11:24:21.715Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-06-28T11:24:22.278Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-06-28T11:24:22.534Z] --- PASS: TestNISDomainname (2.36s) [2021-06-28T11:24:22.534Z] === RUN TestHostnameDnsResolution [2021-06-28T11:24:23.097Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-06-28T11:24:23.097Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-06-28T11:24:23.711Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.66s) [2021-06-28T11:24:23.711Z] PASS [2021-06-28T11:24:23.711Z] [2021-06-28T11:24:23.711Z] === Skipped [2021-06-28T11:24:23.711Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-06-28T11:24:23.711Z] build_session_test.go:25: TODO: BuildKit [2021-06-28T11:24:23.711Z] [2021-06-28T11:24:23.711Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-06-28T11:24:23.711Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-28T11:24:23.711Z] [2021-06-28T11:24:23.711Z] [2021-06-28T11:24:23.712Z] DONE 34 tests, 2 skipped in 112.690s [2021-06-28T11:24:23.712Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-06-28T11:24:23.712Z] ++ 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 [2021-06-28T11:24:23.712Z] ++ set -e [2021-06-28T11:24:23.712Z] ++ '[' -n 0 ']' [2021-06-28T11:24:23.712Z] ++ set -x [2021-06-28T11:24:23.712Z] ++ 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 [2021-06-28T11:24:23.712Z] INFO: Testing against a local daemon [2021-06-28T11:24:23.712Z] === RUN TestConfigInspect [2021-06-28T11:24:24.988Z] --- PASS: TestHostnameDnsResolution (2.25s) [2021-06-28T11:24:24.988Z] === RUN TestStats [2021-06-28T11:24:25.529Z] tests/integration/regression_test.py ...... [ 98%] [2021-06-28T11:24:25.627Z] --- PASS: TestConfigInspect (2.56s) [2021-06-28T11:24:25.627Z] === RUN TestConfigList [2021-06-28T11:24:25.785Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-06-28T11:24:25.786Z] tests/integration/credentials/utils_test.py . [100%] [2021-06-28T11:24:25.786Z] [2021-06-28T11:24:25.786Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-06-28T11:24:25.786Z] =========================== short test summary info ============================ [2021-06-28T11:24:25.786Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-06-28T11:24:25.786Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-06-28T11:24:25.786Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-06-28T11:24:25.786Z] Not supported on most drivers [2021-06-28T11:24:25.786Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-06-28T11:24:25.786Z] Output of docker top depends on host distro, and is not formalized. [2021-06-28T11:24:25.786Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-06-28T11:24:25.786Z] Output of docker top depends on host distro, and is not formalized. [2021-06-28T11:24:25.786Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-06-28T11:24:25.786Z] Can fail if eth0 has multiple IP addresses [2021-06-28T11:24:25.786Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-06-28T11:24:25.786Z] This doesn't seem to be taken into account by the engine [2021-06-28T11:24:25.786Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-06-28T11:24:25.786Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40) [2021-06-28T11:24:25.786Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-06-28T11:24:25.786Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 341.36 seconds == [2021-06-28T11:24:25.917Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-06-28T11:24:26.041Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-06-28T11:24:28.171Z] --- PASS: TestConfigList (2.70s) [2021-06-28T11:24:28.171Z] === RUN TestConfigsCreateAndDelete [2021-06-28T11:24:28.436Z] --- PASS: TestStats (3.14s) [2021-06-28T11:24:28.436Z] === RUN TestStopContainerWithTimeout [2021-06-28T11:24:28.436Z] === RUN TestStopContainerWithTimeout/0 [2021-06-28T11:24:28.436Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-28T11:24:28.436Z] === RUN TestStopContainerWithTimeout/1 [2021-06-28T11:24:28.436Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-28T11:24:28.436Z] === RUN TestStopContainerWithTimeout/3 [2021-06-28T11:24:28.436Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-28T11:24:28.436Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-28T11:24:28.436Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-28T11:24:28.436Z] === CONT TestStopContainerWithTimeout/0 [2021-06-28T11:24:28.436Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-28T11:24:29.804Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-06-28T11:24:29.804Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-06-28T11:24:29.804Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-06-28T11:24:29.804Z] check_test.go:309: [dbdd173c03db7] daemon is not started [2021-06-28T11:24:29.804Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-06-28T11:24:29.804Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-06-28T11:24:29.804Z] check_test.go:309: [d4bee50d50c64] daemon is not started [2021-06-28T11:24:29.804Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-06-28T11:24:30.062Z] === CONT TestStopContainerWithTimeout/3 [2021-06-28T11:24:30.717Z] --- PASS: TestConfigsCreateAndDelete (2.69s) [2021-06-28T11:24:30.717Z] === RUN TestConfigsUpdate [2021-06-28T11:24:31.431Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-06-28T11:24:31.688Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-06-28T11:24:31.943Z] === CONT TestStopContainerWithTimeout/1 [2021-06-28T11:24:32.876Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-06-28T11:24:33.439Z] check_test.go:309: [d4f9c7cbd73f6] daemon is not started [2021-06-28T11:24:33.439Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-06-28T11:24:34.002Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2021-06-28T11:24:34.002Z] --- PASS: TestStopContainerWithTimeout/0 (1.96s) [2021-06-28T11:24:34.002Z] --- PASS: TestStopContainerWithTimeout/-1 (4.02s) [2021-06-28T11:24:34.002Z] --- PASS: TestStopContainerWithTimeout/3 (3.20s) [2021-06-28T11:24:34.002Z] --- PASS: TestStopContainerWithTimeout/1 (2.05s) [2021-06-28T11:24:34.002Z] === RUN TestDeleteDevicemapper [2021-06-28T11:24:34.002Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-28T11:24:34.002Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-28T11:24:34.002Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-28T11:24:34.027Z] --- PASS: TestConfigsUpdate (2.71s) [2021-06-28T11:24:34.027Z] === RUN TestTemplatedConfig [2021-06-28T11:24:37.329Z] --- PASS: TestTemplatedConfig (3.57s) [2021-06-28T11:24:37.329Z] === RUN TestConfigCreateResolve [2021-06-28T11:24:38.172Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.00s) [2021-06-28T11:24:38.172Z] === RUN TestUpdateMemory [2021-06-28T11:24:38.172Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-28T11:24:38.172Z] --- SKIP: TestUpdateMemory (0.00s) [2021-06-28T11:24:38.172Z] === RUN TestUpdateCPUQuota [2021-06-28T11:24:38.203Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-28T11:24:38.203Z] [2021-06-28T11:24:38.203Z] Unloading profiles will leave already running processes permanently [2021-06-28T11:24:38.203Z] unconfined, which can lead to unexpected situations. [2021-06-28T11:24:38.203Z] [2021-06-28T11:24:38.203Z] To set a process to complain mode, use the command line tool [2021-06-28T11:24:38.203Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-28T11:24:38.203Z] Post stage [Pipeline] junit [2021-06-28T11:24:38.217Z] Recording test results [2021-06-28T11:24:38.319Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-06-28T11:24:38.633Z] + echo Ensuring container killed. [2021-06-28T11:24:38.633Z] Ensuring container killed. [2021-06-28T11:24:38.633Z] + docker rm -vf docker-pr1 [2021-06-28T11:24:38.633Z] Error: No such container: docker-pr1 [Pipeline] sh [2021-06-28T11:24:38.908Z] + echo Chowning /workspace to jenkins user [2021-06-28T11:24:38.908Z] Chowning /workspace to jenkins user [2021-06-28T11:24:38.908Z] + id -u [2021-06-28T11:24:38.908Z] + id -g [2021-06-28T11:24:38.908Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42572:/workspace busybox chown -R 1000:1000 /workspace [2021-06-28T11:24:39.875Z] --- PASS: TestConfigCreateResolve (2.74s) [2021-06-28T11:24:39.875Z] PASS [2021-06-28T11:24:39.875Z] [2021-06-28T11:24:39.875Z] DONE 6 tests in 17.577s [2021-06-28T11:24:39.875Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-06-28T11:24:39.875Z] ++ 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 [2021-06-28T11:24:39.875Z] ++ set -e [2021-06-28T11:24:39.875Z] ++ '[' -n 0 ']' [2021-06-28T11:24:39.875Z] ++ set -x [2021-06-28T11:24:39.875Z] ++ 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 [2021-06-28T11:24:39.875Z] INFO: Testing against a local daemon [2021-06-28T11:24:39.875Z] === RUN TestCheckpoint [2021-06-28T11:24:39.875Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-28T11:24:39.875Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-28T11:24:39.875Z] === RUN TestContainerInvalidJSON [2021-06-28T11:24:39.875Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T11:24:39.875Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T11:24:39.875Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T11:24:39.875Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T11:24:39.875Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-28T11:24:39.875Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-28T11:24:39.875Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T11:24:39.875Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-28T11:24:39.875Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T11:24:39.875Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-06-28T11:24:39.875Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-28T11:24:39.875Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-28T11:24:39.875Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-28T11:24:39.875Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-28T11:24:40.062Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-06-28T11:24:40.136Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2021-06-28T11:24:40.136Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-28T11:24:40.136Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-06-28T11:24:40.136Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-28T11:24:40.136Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-06-28T11:24:40.136Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-28T11:24:40.136Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-06-28T11:24:40.136Z] === RUN TestCopyFromContainer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-28T11:24:40.606Z] + bundleName=docker-py [2021-06-28T11:24:40.606Z] + echo Creating docker-py-bundles.tar.gz [2021-06-28T11:24:40.606Z] Creating docker-py-bundles.tar.gz [2021-06-28T11:24:40.606Z] + 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 [2021-06-28T11:24:40.700Z] Archiving artifacts [2021-06-28T11:24:40.956Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42572/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [2021-06-28T11:24:40.997Z] === RUN TestDockerSuite/TestBuildChownSingleFile [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-06-28T11:24:41.303Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42572/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a -e DOCKER_GRAPHDRIVER docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a hack/make.sh binary [2021-06-28T11:24:41.524Z] === RUN TestCopyFromContainer// [2021-06-28T11:24:41.786Z] === RUN TestCopyFromContainer//bar/root [2021-06-28T11:24:41.786Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-28T11:24:41.866Z] [2021-06-28T11:24:41.866Z] Removing bundles/ [2021-06-28T11:24:41.866Z] [2021-06-28T11:24:41.866Z] ---> Making bundle: binary (in bundles/binary) [2021-06-28T11:24:42.048Z] === RUN TestCopyFromContainer/bar/quux [2021-06-28T11:24:42.048Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-28T11:24:42.048Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-28T11:24:42.123Z] Building: bundles/binary-daemon/dockerd-dev [2021-06-28T11:24:42.123Z] GOOS="" GOARCH="" GOARM="" [2021-06-28T11:24:42.309Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-28T11:24:42.309Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-28T11:24:42.309Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-28T11:24:42.309Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-28T11:24:42.571Z] --- PASS: TestCopyFromContainer (2.32s) [2021-06-28T11:24:42.571Z] --- PASS: TestCopyFromContainer// (0.11s) [2021-06-28T11:24:42.571Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2021-06-28T11:24:42.571Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2021-06-28T11:24:42.571Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2021-06-28T11:24:42.571Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2021-06-28T11:24:42.571Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2021-06-28T11:24:42.571Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2021-06-28T11:24:42.571Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2021-06-28T11:24:42.571Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2021-06-28T11:24:42.571Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2021-06-28T11:24:42.571Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-28T11:24:42.571Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T11:24:42.571Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T11:24:42.571Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T11:24:42.571Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T11:24:42.571Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T11:24:42.571Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T11:24:42.571Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T11:24:42.571Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T11:24:42.571Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T11:24:42.571Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-06-28T11:24:42.571Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-28T11:24:42.571Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-28T11:24:42.571Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-28T11:24:42.571Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-28T11:24:42.571Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-06-28T11:24:42.571Z] === RUN TestCreateWithInvalidEnv [2021-06-28T11:24:42.571Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-28T11:24:42.571Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-28T11:24:42.571Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-28T11:24:42.571Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-28T11:24:42.571Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-28T11:24:42.571Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-28T11:24:42.571Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-28T11:24:42.571Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-28T11:24:42.571Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-28T11:24:42.571Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-06-28T11:24:42.571Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-28T11:24:42.571Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-28T11:24:42.571Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-28T11:24:42.571Z] === RUN TestCreateTmpfsMountsTarget [2021-06-28T11:24:42.571Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-06-28T11:24:42.571Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-28T11:24:43.514Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-06-28T11:24:43.771Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-06-28T11:24:44.333Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-06-28T11:24:44.590Z] === RUN TestDockerSuite/TestBuildCmd [2021-06-28T11:24:44.846Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-06-28T11:24:45.119Z] --- PASS: TestCreateWithCustomMaskedPaths (2.28s) [2021-06-28T11:24:45.120Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-28T11:24:45.409Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-06-28T11:24:45.665Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-06-28T11:24:45.666Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-06-28T11:24:45.666Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-06-28T11:24:46.596Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-06-28T11:24:46.864Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-06-28T11:24:47.667Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.29s) [2021-06-28T11:24:47.667Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-28T11:24:47.667Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T11:24:47.667Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T11:24:47.667Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T11:24:47.667Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T11:24:47.667Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T11:24:47.667Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T11:24:47.667Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T11:24:47.667Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T11:24:47.667Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T11:24:47.667Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T11:24:47.667Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T11:24:47.667Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T11:24:47.667Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T11:24:47.667Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T11:24:47.667Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T11:24:47.667Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-06-28T11:24:47.667Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-28T11:24:47.667Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-06-28T11:24:47.667Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-06-28T11:24:47.667Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-06-28T11:24:47.667Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-28T11:24:47.667Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-28T11:24:47.797Z] --- PASS: TestUpdateCPUQuota (9.72s) [2021-06-28T11:24:47.797Z] === RUN TestUpdatePidsLimit [2021-06-28T11:24:47.797Z] === RUN TestUpdatePidsLimit/update_from_none [2021-06-28T11:24:48.240Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.77s) [2021-06-28T11:24:48.240Z] === RUN TestCreateDifferentPlatform [2021-06-28T11:24:48.240Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-28T11:24:48.240Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-28T11:24:48.240Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-06-28T11:24:48.240Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-28T11:24:48.240Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-28T11:24:48.240Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-28T11:24:48.240Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-06-28T11:24:48.240Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-28T11:24:48.240Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-06-28T11:24:48.240Z] === RUN TestContainerStartOnDaemonRestart [2021-06-28T11:24:48.240Z] === PAUSE TestContainerStartOnDaemonRestart [2021-06-28T11:24:48.240Z] === RUN TestDaemonRestartIpcMode [2021-06-28T11:24:48.240Z] === PAUSE TestDaemonRestartIpcMode [2021-06-28T11:24:48.240Z] === RUN TestDaemonHostGatewayIP [2021-06-28T11:24:48.240Z] === PAUSE TestDaemonHostGatewayIP [2021-06-28T11:24:48.240Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-28T11:24:48.240Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-28T11:24:48.240Z] === RUN TestContainerKillOnDaemonStart [2021-06-28T11:24:48.240Z] === PAUSE TestContainerKillOnDaemonStart [2021-06-28T11:24:48.240Z] === RUN TestDiff [2021-06-28T11:24:49.165Z] === RUN TestUpdatePidsLimit/no_change [2021-06-28T11:24:49.165Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-06-28T11:24:49.183Z] --- PASS: TestDiff (0.80s) [2021-06-28T11:24:49.183Z] === RUN TestExecWithCloseStdin [2021-06-28T11:24:50.095Z] === RUN TestUpdatePidsLimit/update_lower [2021-06-28T11:24:50.126Z] --- PASS: TestExecWithCloseStdin (1.08s) [2021-06-28T11:24:50.126Z] === RUN TestExec [2021-06-28T11:24:50.407Z] time="2021-06-28T11:24:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.127.246:10036" [2021-06-28T11:24:50.407Z] time="2021-06-28T11:24:44Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49371" [2021-06-28T11:24:51.076Z] --- PASS: TestExec (1.05s) [2021-06-28T11:24:51.076Z] === RUN TestExecUser [2021-06-28T11:24:51.466Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-06-28T11:24:52.461Z] --- PASS: TestExecUser (1.07s) [2021-06-28T11:24:52.461Z] === RUN TestExportContainerAndImportImage [2021-06-28T11:24:52.834Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-06-28T11:24:52.834Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-06-28T11:24:53.404Z] --- PASS: TestExportContainerAndImportImage (0.97s) [2021-06-28T11:24:53.404Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-28T11:24:53.764Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-06-28T11:24:54.326Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-06-28T11:24:54.790Z] --- PASS: TestExportContainerAfterDaemonRestart (1.40s) [2021-06-28T11:24:54.790Z] === RUN TestHealthCheckWorkdir [2021-06-28T11:24:55.255Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-06-28T11:24:55.511Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-06-28T11:24:56.177Z] --- PASS: TestHealthCheckWorkdir (1.38s) [2021-06-28T11:24:56.177Z] === RUN TestHealthKillContainer [2021-06-28T11:24:57.403Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-06-28T11:24:57.403Z] --- PASS: TestUpdatePidsLimit (9.59s) [2021-06-28T11:24:57.403Z] --- PASS: TestUpdatePidsLimit/update_from_none (1.20s) [2021-06-28T11:24:57.403Z] --- PASS: TestUpdatePidsLimit/no_change (1.23s) [2021-06-28T11:24:57.403Z] --- PASS: TestUpdatePidsLimit/update_lower (1.18s) [2021-06-28T11:24:57.403Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.26s) [2021-06-28T11:24:57.403Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.20s) [2021-06-28T11:24:57.403Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.33s) [2021-06-28T11:24:57.403Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.24s) [2021-06-28T11:24:57.403Z] === RUN TestUpdateRestartPolicy [2021-06-28T11:24:57.403Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-06-28T11:24:58.342Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-06-28T11:24:58.606Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-06-28T11:24:59.006Z] time="2021-06-28T11:24:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.127.246:10037" [2021-06-28T11:24:59.006Z] time="2021-06-28T11:24:58Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49372" [2021-06-28T11:24:59.170Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-06-28T11:24:59.426Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-06-28T11:24:59.478Z] --- PASS: TestHealthKillContainer (3.07s) [2021-06-28T11:24:59.478Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-28T11:24:59.739Z] --- PASS: TestInspectCpusetInConfigPre120 (0.78s) [2021-06-28T11:24:59.739Z] === RUN TestIpcModeNone [2021-06-28T11:25:01.124Z] --- PASS: TestIpcModeNone (1.08s) [2021-06-28T11:25:01.124Z] === RUN TestIpcModePrivate [2021-06-28T11:25:01.697Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-06-28T11:25:01.958Z] --- PASS: TestIpcModePrivate (1.04s) [2021-06-28T11:25:01.958Z] === RUN TestIpcModeShareable [2021-06-28T11:25:02.901Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:65, shared: true, mustBeShared: true [2021-06-28T11:25:02.901Z] --- PASS: TestIpcModeShareable (1.05s) [2021-06-28T11:25:02.901Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-28T11:25:05.964Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-06-28T11:25:06.203Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.93s) [2021-06-28T11:25:06.203Z] === RUN TestAPIIpcModeHost [2021-06-28T11:25:07.146Z] --- PASS: TestAPIIpcModeHost (1.06s) [2021-06-28T11:25:07.146Z] === RUN TestDaemonIpcModeShareable [2021-06-28T11:25:07.332Z] check_test.go:309: [d02f758c5196b] daemon is not started [2021-06-28T11:25:07.332Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-06-28T11:25:08.535Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: true, mustBeShared: true [2021-06-28T11:25:08.796Z] --- PASS: TestDaemonIpcModeShareable (1.83s) [2021-06-28T11:25:08.796Z] === RUN TestDaemonIpcModePrivate [2021-06-28T11:25:10.711Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: false, mustBeShared: false [2021-06-28T11:25:10.711Z] --- PASS: TestDaemonIpcModePrivate (1.83s) [2021-06-28T11:25:10.711Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-28T11:25:11.426Z] time="2021-06-28T11:25:10Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.127.246:10033 172.31.127.246:10034 172.31.127.246:10035]" [2021-06-28T11:25:11.426Z] time="2021-06-28T11:25:11Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.127.246:10033 172.31.127.246:10034 172.31.127.246:10035]" [2021-06-28T11:25:11.502Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.127.246:10033" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49373" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 30f9f71e3303/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 30f9f71e3303/172.31.127.246, added to nodes list" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node e349d4c992b5/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 123ae848b930/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 123ae848b930/172.31.127.246, is the new incarnation of the shutdown node c8472b6a8ff8/172.31.127.246" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 123ae848b930/172.31.127.246, added to nodes list" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node e349d4c992b5/172.31.127.246, added to nodes list" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.127.246:10034" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49374" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 123ae848b930/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 123ae848b930/172.31.127.246, added to nodes list" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node e349d4c992b5/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node e349d4c992b5/172.31.127.246, added to nodes list" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 30f9f71e3303/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 30f9f71e3303/172.31.127.246, added to nodes list" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 4308bea2070c/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 4308bea2070c/172.31.127.246, is the new incarnation of the shutdown node 08c4ec0bdbe2/172.31.127.246" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 4308bea2070c/172.31.127.246, added to nodes list" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.127.246:10035" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49375" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 123ae848b930/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 123ae848b930/172.31.127.246, added to nodes list" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 4308bea2070c/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 4308bea2070c/172.31.127.246, added to nodes list" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 30f9f71e3303/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 30f9f71e3303/172.31.127.246, added to nodes list" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node e349d4c992b5/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node e349d4c992b5/172.31.127.246, added to nodes list" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 73c4b176d9e6/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 73c4b176d9e6/172.31.127.246, is the new incarnation of the shutdown node 702e40ade792/172.31.127.246" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 73c4b176d9e6/172.31.127.246, added to nodes list" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 4308bea2070c/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 4308bea2070c/172.31.127.246, added to nodes list" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 123ae848b930/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 123ae848b930/172.31.127.246, is the new incarnation of the shutdown node c8472b6a8ff8/172.31.127.246" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 123ae848b930/172.31.127.246, added to nodes list" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 4308bea2070c/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 4308bea2070c/172.31.127.246, is the new incarnation of the shutdown node 08c4ec0bdbe2/172.31.127.246" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 4308bea2070c/172.31.127.246, added to nodes list" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 73c4b176d9e6/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 73c4b176d9e6/172.31.127.246, added to nodes list" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 73c4b176d9e6/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:11.891Z] time="2021-06-28T11:25:11Z" level=info msg="Node 73c4b176d9e6/172.31.127.246, added to nodes list" [2021-06-28T11:25:12.352Z] time="2021-06-28T11:25:11Z" level=info msg="Node 73c4b176d9e6/172.31.127.246, joined gossip cluster" [2021-06-28T11:25:12.353Z] time="2021-06-28T11:25:11Z" level=info msg="Node 73c4b176d9e6/172.31.127.246, is the new incarnation of the shutdown node 702e40ade792/172.31.127.246" [2021-06-28T11:25:12.353Z] time="2021-06-28T11:25:11Z" level=info msg="Node 73c4b176d9e6/172.31.127.246, added to nodes list" [2021-06-28T11:25:12.353Z] time="2021-06-28T11:25:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.127.246:10033" [2021-06-28T11:25:12.353Z] time="2021-06-28T11:25:12Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49376" [2021-06-28T11:25:12.353Z] time="2021-06-28T11:25:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.127.246:10034" [2021-06-28T11:25:12.353Z] time="2021-06-28T11:25:12Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49377" [2021-06-28T11:25:12.353Z] time="2021-06-28T11:25:12Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49378" [2021-06-28T11:25:12.353Z] time="2021-06-28T11:25:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.127.246:10035" [2021-06-28T11:25:12.626Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: false, mustBeShared: false [2021-06-28T11:25:12.626Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.86s) [2021-06-28T11:25:12.626Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-28T11:25:12.870Z] --- PASS: TestUpdateRestartPolicy (15.30s) [2021-06-28T11:25:12.871Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-28T11:25:13.127Z] docker_cli_daemon_plugins_test.go:105: [dc5eb3dc76572] daemon is not started [2021-06-28T11:25:13.690Z] --- PASS: TestUpdateRestartWithAutoRemove (0.94s) [2021-06-28T11:25:13.690Z] === RUN TestWaitNonBlocked [2021-06-28T11:25:13.690Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T11:25:13.690Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T11:25:13.690Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T11:25:13.690Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T11:25:13.690Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T11:25:13.690Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T11:25:13.904Z] 2021/06/28 11:25:13 Closing DB instances... [2021-06-28T11:25:13.904Z] time="2021-06-28T11:25:13Z" level=info msg="Node 123ae848b930 change state NodeActive --> NodeLeft" [2021-06-28T11:25:13.904Z] time="2021-06-28T11:25:13Z" level=info msg="Node 123ae848b930 change state NodeActive --> NodeLeft" [2021-06-28T11:25:13.905Z] time="2021-06-28T11:25:13Z" level=info msg="node5(30f9f71e3303): Node leave event for 123ae848b930/172.31.127.246" [2021-06-28T11:25:13.905Z] time="2021-06-28T11:25:13Z" level=info msg="node2(4308bea2070c): Node leave event for 123ae848b930/172.31.127.246" [2021-06-28T11:25:13.905Z] time="2021-06-28T11:25:13Z" level=info msg="Node 123ae848b930 change state NodeActive --> NodeLeft" [2021-06-28T11:25:13.905Z] time="2021-06-28T11:25:13Z" level=info msg="node3(73c4b176d9e6): Node leave event for 123ae848b930/172.31.127.246" [2021-06-28T11:25:13.905Z] time="2021-06-28T11:25:13Z" level=info msg="Node 123ae848b930 change state NodeActive --> NodeLeft" [2021-06-28T11:25:13.905Z] time="2021-06-28T11:25:13Z" level=info msg="node4(e349d4c992b5): Node leave event for 123ae848b930/172.31.127.246" [2021-06-28T11:25:13.905Z] time="2021-06-28T11:25:13Z" level=info msg="Node 123ae848b930 change state NodeActive --> NodeLeft" [2021-06-28T11:25:13.905Z] time="2021-06-28T11:25:13Z" level=info msg="node1(123ae848b930): Node leave event for 123ae848b930/172.31.127.246" [2021-06-28T11:25:13.905Z] time="2021-06-28T11:25:13Z" level=info msg="Node 123ae848b930/172.31.127.246, left gossip cluster" [2021-06-28T11:25:13.905Z] time="2021-06-28T11:25:13Z" level=info msg="Node 123ae848b930/172.31.127.246, left gossip cluster" [2021-06-28T11:25:13.905Z] time="2021-06-28T11:25:13Z" level=info msg="Node 123ae848b930/172.31.127.246, left gossip cluster" [2021-06-28T11:25:13.905Z] time="2021-06-28T11:25:13Z" level=info msg="Node 123ae848b930/172.31.127.246, left gossip cluster" [2021-06-28T11:25:13.905Z] time="2021-06-28T11:25:13Z" level=info msg="Node 123ae848b930/172.31.127.246, left gossip cluster" [2021-06-28T11:25:13.946Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-06-28T11:25:14.012Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: true, mustBeShared: true [2021-06-28T11:25:14.203Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-06-28T11:25:14.273Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.83s) [2021-06-28T11:25:14.273Z] === RUN TestIpcModeOlderClient [2021-06-28T11:25:14.273Z] === PAUSE TestIpcModeOlderClient [2021-06-28T11:25:14.273Z] === RUN TestKillContainerInvalidSignal [2021-06-28T11:25:14.366Z] time="2021-06-28T11:25:13Z" level=info msg="Node 4308bea2070c change state NodeActive --> NodeLeft" [2021-06-28T11:25:14.366Z] time="2021-06-28T11:25:13Z" level=info msg="node3(73c4b176d9e6): Node leave event for 4308bea2070c/172.31.127.246" [2021-06-28T11:25:14.366Z] time="2021-06-28T11:25:13Z" level=info msg="Node 4308bea2070c change state NodeActive --> NodeLeft" [2021-06-28T11:25:14.366Z] time="2021-06-28T11:25:13Z" level=info msg="node5(30f9f71e3303): Node leave event for 4308bea2070c/172.31.127.246" [2021-06-28T11:25:14.366Z] time="2021-06-28T11:25:13Z" level=info msg="Node 4308bea2070c change state NodeActive --> NodeLeft" [2021-06-28T11:25:14.366Z] time="2021-06-28T11:25:13Z" level=info msg="node2(4308bea2070c): Node leave event for 4308bea2070c/172.31.127.246" [2021-06-28T11:25:14.366Z] time="2021-06-28T11:25:14Z" level=info msg="Node 4308bea2070c change state NodeActive --> NodeLeft" [2021-06-28T11:25:14.366Z] time="2021-06-28T11:25:14Z" level=info msg="node4(e349d4c992b5): Node leave event for 4308bea2070c/172.31.127.246" [2021-06-28T11:25:14.366Z] time="2021-06-28T11:25:14Z" level=info msg="Node 4308bea2070c/172.31.127.246, left gossip cluster" [2021-06-28T11:25:14.366Z] time="2021-06-28T11:25:14Z" level=info msg="Node 4308bea2070c/172.31.127.246, left gossip cluster" [2021-06-28T11:25:14.366Z] time="2021-06-28T11:25:14Z" level=info msg="Node 4308bea2070c/172.31.127.246, left gossip cluster" [2021-06-28T11:25:14.366Z] time="2021-06-28T11:25:14Z" level=info msg="Node 4308bea2070c/172.31.127.246, left gossip cluster" [2021-06-28T11:25:14.828Z] time="2021-06-28T11:25:14Z" level=info msg="Node 73c4b176d9e6 change state NodeActive --> NodeLeft" [2021-06-28T11:25:14.828Z] time="2021-06-28T11:25:14Z" level=info msg="node4(e349d4c992b5): Node leave event for 73c4b176d9e6/172.31.127.246" [2021-06-28T11:25:14.828Z] time="2021-06-28T11:25:14Z" level=info msg="Node 73c4b176d9e6/172.31.127.246, left gossip cluster" [2021-06-28T11:25:14.828Z] time="2021-06-28T11:25:14Z" level=info msg="Node 73c4b176d9e6 change state NodeActive --> NodeLeft" [2021-06-28T11:25:14.828Z] time="2021-06-28T11:25:14Z" level=info msg="Node 73c4b176d9e6 change state NodeActive --> NodeFailed" [2021-06-28T11:25:14.828Z] time="2021-06-28T11:25:14Z" level=info msg="Node 73c4b176d9e6/172.31.127.246, added to failed nodes list" [2021-06-28T11:25:14.828Z] time="2021-06-28T11:25:14Z" level=info msg="node5(30f9f71e3303): Node leave event for 73c4b176d9e6/172.31.127.246" [2021-06-28T11:25:14.828Z] time="2021-06-28T11:25:14Z" level=error msg="node: 73c4b176d9e6 is unknown to memberlist" [2021-06-28T11:25:14.828Z] time="2021-06-28T11:25:14Z" level=info msg="Node 73c4b176d9e6/172.31.127.246, left gossip cluster" [2021-06-28T11:25:14.828Z] time="2021-06-28T11:25:14Z" level=info msg="Node 73c4b176d9e6/172.31.127.246, left gossip cluster" [2021-06-28T11:25:15.132Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-06-28T11:25:15.215Z] --- PASS: TestKillContainerInvalidSignal (0.79s) [2021-06-28T11:25:15.216Z] === RUN TestKillContainer [2021-06-28T11:25:15.216Z] === RUN TestKillContainer/no_signal [2021-06-28T11:25:15.290Z] time="2021-06-28T11:25:14Z" level=debug msg="memberlist: Failed ping: e349d4c992b5 (timeout reached)" [2021-06-28T11:25:15.290Z] time="2021-06-28T11:25:14Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.127.246:10037: use of closed network connection" [2021-06-28T11:25:15.290Z] time="2021-06-28T11:25:14Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.127.246:10035: use of closed network connection" [2021-06-28T11:25:15.290Z] time="2021-06-28T11:25:14Z" level=debug msg="memberlist: Stream connection from=172.31.127.246:49379" [2021-06-28T11:25:15.290Z] time="2021-06-28T11:25:14Z" level=info msg="Node e349d4c992b5 change state NodeActive --> NodeLeft" [2021-06-28T11:25:15.290Z] time="2021-06-28T11:25:14Z" level=info msg="node5(30f9f71e3303): Node leave event for e349d4c992b5/172.31.127.246" [2021-06-28T11:25:15.290Z] time="2021-06-28T11:25:14Z" level=info msg="Node e349d4c992b5 change state NodeActive --> NodeLeft" [2021-06-28T11:25:15.290Z] time="2021-06-28T11:25:14Z" level=info msg="node4(e349d4c992b5): Node leave event for e349d4c992b5/172.31.127.246" [2021-06-28T11:25:15.290Z] time="2021-06-28T11:25:15Z" level=info msg="Node e349d4c992b5/172.31.127.246, left gossip cluster" [2021-06-28T11:25:15.695Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-06-28T11:25:15.695Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-06-28T11:25:15.695Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.99s) [2021-06-28T11:25:15.695Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.13s) [2021-06-28T11:25:15.695Z] === RUN TestWaitBlocked [2021-06-28T11:25:15.695Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-28T11:25:15.695Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-28T11:25:15.695Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-28T11:25:15.695Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-28T11:25:15.695Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-28T11:25:15.695Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-28T11:25:15.752Z] time="2021-06-28T11:25:15Z" level=info msg="Node 30f9f71e3303/172.31.127.246, left gossip cluster" [2021-06-28T11:25:15.752Z] time="2021-06-28T11:25:15Z" level=info msg="Node 30f9f71e3303 change state NodeActive --> NodeFailed" [2021-06-28T11:25:15.752Z] time="2021-06-28T11:25:15Z" level=info msg="Node 30f9f71e3303/172.31.127.246, added to failed nodes list" [2021-06-28T11:25:15.752Z] time="2021-06-28T11:25:15Z" level=warning msg="memberlist: Was able to connect to e349d4c992b5 but other probes failed, network may be misconfigured" [2021-06-28T11:25:15.752Z] --- PASS: TestNetworkDBIslands (66.08s) [2021-06-28T11:25:15.752Z] PASS [2021-06-28T11:25:15.752Z] coverage: 60.5% of statements [2021-06-28T11:25:15.752Z] ok github.com/docker/docker/libnetwork/networkdb 157.100s coverage: 60.5% of statements [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/libnetwork/portmapper [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/libnetwork/resolvconf [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/quota [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/rootless [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/volume [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-28T11:25:15.752Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-28T11:25:15.788Z] === RUN TestKillContainer/non_killing_signal [2021-06-28T11:25:16.359Z] === RUN TestKillContainer/killing_signal [2021-06-28T11:25:16.626Z] check_test.go:309: [dd4b26d31dbb5] daemon is not started [2021-06-28T11:25:16.626Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-06-28T11:25:17.555Z] --- PASS: TestWaitBlocked (0.02s) [2021-06-28T11:25:17.555Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.80s) [2021-06-28T11:25:17.555Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.83s) [2021-06-28T11:25:17.555Z] === CONT TestContainerStartOnDaemonRestart [2021-06-28T11:25:17.555Z] === CONT TestContainerKillOnDaemonStart [2021-06-28T11:25:17.746Z] --- PASS: TestKillContainer (2.37s) [2021-06-28T11:25:17.746Z] --- PASS: TestKillContainer/no_signal (0.75s) [2021-06-28T11:25:17.746Z] --- PASS: TestKillContainer/non_killing_signal (0.59s) [2021-06-28T11:25:17.746Z] --- PASS: TestKillContainer/killing_signal (0.76s) [2021-06-28T11:25:17.746Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-28T11:25:17.746Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-28T11:25:18.318Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-28T11:25:18.682Z] [2021-06-28T11:25:18.683Z] === Skipped [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-06-28T11:25:18.683Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-06-28T11:25:18.683Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2021-06-28T11:25:18.683Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-06-28T11:25:18.683Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2021-06-28T11:25:18.683Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-06-28T11:25:18.683Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-06-28T11:25:18.683Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-06-28T11:25:18.683Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-06-28T11:25:18.683Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-06-28T11:25:18.683Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-06-28T11:25:18.683Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-06-28T11:25:18.683Z] daemon_test.go:147: root required [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-28T11:25:18.683Z] reload_test.go:520: root required [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2021-06-28T11:25:18.683Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-28T11:25:18.683Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-06-28T11:25:18.683Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-06-28T11:25:18.683Z] download_test.go:268: Needs fixing on Windows [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-06-28T11:25:18.683Z] layer_test.go:304: Failing on Windows [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-06-28T11:25:18.683Z] layer_test.go:353: Failing on Windows [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-06-28T11:25:18.683Z] layer_test.go:468: Failing on Windows [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-06-28T11:25:18.683Z] layer_test.go:697: Failing on Windows [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-06-28T11:25:18.683Z] migration_test.go:46: Failing on Windows [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-06-28T11:25:18.683Z] migration_test.go:182: Failing on Windows [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-06-28T11:25:18.683Z] mount_test.go:17: Failing on Windows [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-06-28T11:25:18.683Z] mount_test.go:76: Failing on Windows [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-06-28T11:25:18.683Z] mount_test.go:125: Failing on Windows [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-06-28T11:25:18.683Z] mount_test.go:212: Failing on Windows [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2021-06-28T11:25:18.683Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2021-06-28T11:25:18.683Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2021-06-28T11:25:18.683Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-06-28T11:25:18.683Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-06-28T11:25:18.683Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-06-28T11:25:18.683Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-06-28T11:25:18.683Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.01s) [2021-06-28T11:25:18.683Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-06-28T11:25:18.683Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-06-28T11:25:18.683Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-06-28T11:25:18.683Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-06-28T11:25:18.683Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-06-28T11:25:18.683Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-06-28T11:25:18.683Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-06-28T11:25:18.683Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-06-28T11:25:18.683Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-06-28T11:25:18.683Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-06-28T11:25:18.683Z] archive_test.go:134: Xz not present in msys2 [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-06-28T11:25:18.683Z] archive_test.go:239: Failing on Windows CI machines [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-06-28T11:25:18.683Z] archive_windows_test.go:16: Currently fails [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-06-28T11:25:18.683Z] changes_test.go:196: needs more investigation [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-06-28T11:25:18.683Z] changes_test.go:433: needs further investigation [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-06-28T11:25:18.683Z] changes_test.go:469: needs further investigation [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-06-28T11:25:18.683Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-28T11:25:18.683Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-06-28T11:25:18.683Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-06-28T11:25:18.683Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.683Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-06-28T11:25:18.683Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:25:18.683Z] [2021-06-28T11:25:18.689Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-06-28T11:25:18.689Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:25:18.689Z] [2021-06-28T11:25:18.689Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-28T11:25:18.689Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:25:18.689Z] [2021-06-28T11:25:18.689Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-28T11:25:18.689Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:25:18.689Z] [2021-06-28T11:25:18.689Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-06-28T11:25:18.689Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:25:18.689Z] [2021-06-28T11:25:18.689Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-06-28T11:25:18.689Z] poller_test.go:41: No chmod on Windows [2021-06-28T11:25:18.689Z] [2021-06-28T11:25:18.689Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-28T11:25:18.689Z] fileutils_test.go:134: Needs porting to Windows [2021-06-28T11:25:18.689Z] [2021-06-28T11:25:18.689Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-28T11:25:18.689Z] fileutils_test.go:180: Needs porting to Windows [2021-06-28T11:25:18.689Z] [2021-06-28T11:25:18.689Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-06-28T11:25:18.689Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:25:18.689Z] [2021-06-28T11:25:18.689Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2021-06-28T11:25:18.689Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:25:18.689Z] [2021-06-28T11:25:18.689Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2021-06-28T11:25:18.689Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:25:18.689Z] [2021-06-28T11:25:18.689Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-06-28T11:25:18.689Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-28T11:25:18.689Z] [2021-06-28T11:25:18.689Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-06-28T11:25:18.689Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-28T11:25:18.689Z] [2021-06-28T11:25:18.689Z] [2021-06-28T11:25:18.689Z] DONE 2027 tests, 67 skipped in 395.269s [2021-06-28T11:25:18.689Z] INFO: make.ps1 ended at 06/28/2021 11:25:18 [2021-06-28T11:25:19.262Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.56s) [2021-06-28T11:25:19.262Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.77s) [2021-06-28T11:25:19.262Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.58s) [2021-06-28T11:25:19.262Z] === RUN TestKillStoppedContainer [2021-06-28T11:25:19.262Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-06-28T11:25:19.262Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-28T11:25:19.262Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-06-28T11:25:19.262Z] === RUN TestKillDifferentUserContainer [2021-06-28T11:25:19.834Z] --- PASS: TestKillDifferentUserContainer (0.80s) [2021-06-28T11:25:19.834Z] === RUN TestInspectOomKilledTrue [2021-06-28T11:25:19.834Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-28T11:25:19.834Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-28T11:25:19.834Z] === RUN TestInspectOomKilledFalse [2021-06-28T11:25:19.834Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-28T11:25:19.834Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-28T11:25:19.834Z] === RUN TestLinksEtcHostsContentMatch [2021-06-28T11:25:20.074Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-06-28T11:25:20.074Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-06-28T11:25:20.776Z] --- PASS: TestLinksEtcHostsContentMatch (0.79s) [2021-06-28T11:25:20.776Z] === RUN TestLinksContainerNames [2021-06-28T11:25:21.442Z] --- PASS: TestContainerStartOnDaemonRestart (3.63s) [2021-06-28T11:25:21.442Z] === CONT TestIpcModeOlderClient [2021-06-28T11:25:21.442Z] --- PASS: TestIpcModeOlderClient (0.08s) [2021-06-28T11:25:21.442Z] === CONT TestDaemonHostGatewayIP [2021-06-28T11:25:21.609Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-06-28T11:25:21.609Z] INFO: Unit tests ended at 06/28/2021 11:25:20. Duration:00:06:57.3709146 [2021-06-28T11:25:21.609Z] INFO: Building busybox [2021-06-28T11:25:21.609Z] Sending build context to Docker daemon 5.12kB [2021-06-28T11:25:21.609Z] [2021-06-28T11:25:21.609Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-06-28T11:25:21.609Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-06-28T11:25:21.609Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-06-28T11:25:21.609Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-06-28T11:25:21.609Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-06-28T11:25:21.609Z] ---> 5b60ac4e9e92 [2021-06-28T11:25:21.609Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-06-28T11:25:21.609Z] ---> Running in 36090d7518de [2021-06-28T11:25:22.690Z] --- PASS: TestLinksContainerNames (1.59s) [2021-06-28T11:25:22.690Z] === RUN TestLogsFollowTailEmpty [2021-06-28T11:25:23.262Z] --- PASS: TestLogsFollowTailEmpty (0.79s) [2021-06-28T11:25:23.262Z] === RUN TestContainerNetworkMountsNoChown [2021-06-28T11:25:23.837Z] --- PASS: TestContainerNetworkMountsNoChown (0.77s) [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/default [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/default [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/private [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/private [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/rprivate [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/slave [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/slave [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/rslave [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/shared [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/shared [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/rshared [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-28T11:25:23.838Z] === CONT TestMountDaemonRoot/default [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-28T11:25:23.838Z] === CONT TestMountDaemonRoot/rslave [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-28T11:25:23.838Z] === CONT TestMountDaemonRoot/rshared [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-28T11:25:23.838Z] === CONT TestMountDaemonRoot/shared [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-28T11:25:23.838Z] === CONT TestMountDaemonRoot/slave [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-28T11:25:23.838Z] === CONT TestMountDaemonRoot/private [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-28T11:25:23.838Z] === CONT TestMountDaemonRoot/rprivate [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-28T11:25:23.838Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-28T11:25:23.838Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-28T11:25:23.838Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-28T11:25:23.838Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-28T11:25:23.838Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-28T11:25:23.838Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-28T11:25:24.105Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-28T11:25:24.366Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-06-28T11:25:24.366Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-06-28T11:25:24.366Z] === RUN TestContainerBindMountNonRecursive [2021-06-28T11:25:24.723Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-06-28T11:25:24.979Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-06-28T11:25:25.909Z] --- PASS: TestDaemonHostGatewayIP (4.66s) [2021-06-28T11:25:25.909Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-28T11:25:26.166Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-06-28T11:25:26.281Z] --- PASS: TestContainerBindMountNonRecursive (2.03s) [2021-06-28T11:25:26.281Z] === RUN TestContainerVolumesMountedAsShared [2021-06-28T11:25:26.423Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-06-28T11:25:26.423Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-06-28T11:25:26.423Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-06-28T11:25:26.423Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-06-28T11:25:26.423Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-06-28T11:25:26.423Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-06-28T11:25:26.423Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-06-28T11:25:26.423Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-06-28T11:25:26.423Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-06-28T11:25:26.680Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-06-28T11:25:26.855Z] --- PASS: TestContainerVolumesMountedAsShared (0.57s) [2021-06-28T11:25:26.855Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-28T11:25:27.439Z] Removing intermediate container 36090d7518de [2021-06-28T11:25:27.439Z] ---> 2bd1f9a54e3f [2021-06-28T11:25:27.439Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-06-28T11:25:27.439Z] ---> Running in e54970ecbabc [2021-06-28T11:25:27.610Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-06-28T11:25:27.610Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-06-28T11:25:27.798Z] --- PASS: TestContainerVolumesMountedAsSlave (0.82s) [2021-06-28T11:25:27.798Z] === RUN TestNetworkNat [2021-06-28T11:25:27.901Z] Removing intermediate container e54970ecbabc [2021-06-28T11:25:27.901Z] ---> 5aaefe5dc39b [2021-06-28T11:25:27.901Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-06-28T11:25:27.901Z] ---> Running in b17f9d6661e4 [2021-06-28T11:25:28.173Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-06-28T11:25:28.363Z] Removing intermediate container b17f9d6661e4 [2021-06-28T11:25:28.363Z] ---> 4163ede16f87 [2021-06-28T11:25:28.363Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-06-28T11:25:28.737Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-06-28T11:25:28.742Z] --- PASS: TestNetworkNat (0.82s) [2021-06-28T11:25:28.742Z] === RUN TestNetworkLocalhostTCPNat [2021-06-28T11:25:29.303Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-06-28T11:25:29.314Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s) [2021-06-28T11:25:29.314Z] === RUN TestNetworkLoopbackNat [2021-06-28T11:25:29.559Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.62s) [2021-06-28T11:25:29.559Z] === CONT TestDaemonRestartIpcMode [2021-06-28T11:25:29.559Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-06-28T11:25:29.912Z] [2021-06-28T11:25:30.123Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-06-28T11:25:30.374Z] ---> 16817948318f [2021-06-28T11:25:30.374Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-06-28T11:25:30.374Z] ---> Running in 3cd74463da9b [2021-06-28T11:25:30.686Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-06-28T11:25:31.250Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-06-28T11:25:31.250Z] --- PASS: TestContainerKillOnDaemonStart (13.73s) [2021-06-28T11:25:31.507Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-06-28T11:25:31.764Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-06-28T11:25:32.327Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-06-28T11:25:32.616Z] --- PASS: TestNetworkLoopbackNat (3.24s) [2021-06-28T11:25:32.616Z] === RUN TestPause [2021-06-28T11:25:32.890Z] check_test.go:309: [d5d1988184056] daemon is not started [2021-06-28T11:25:32.890Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-06-28T11:25:33.558Z] --- PASS: TestPause (0.83s) [2021-06-28T11:25:33.558Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-28T11:25:33.558Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-28T11:25:33.558Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-28T11:25:33.558Z] === RUN TestPauseStopPausedContainer [2021-06-28T11:25:33.820Z] check_test.go:309: [df3aecff96fef] daemon is not started [2021-06-28T11:25:33.820Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-06-28T11:25:34.131Z] --- PASS: TestPauseStopPausedContainer (0.83s) [2021-06-28T11:25:34.131Z] === RUN TestPidHost [2021-06-28T11:25:34.383Z] --- PASS: TestDaemonRestartIpcMode (4.69s) [2021-06-28T11:25:34.384Z] PASS [2021-06-28T11:25:34.384Z] [2021-06-28T11:25:34.384Z] === Skipped [2021-06-28T11:25:34.384Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-28T11:25:34.384Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-28T11:25:34.384Z] [2021-06-28T11:25:34.384Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-28T11:25:34.384Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-28T11:25:34.384Z] [2021-06-28T11:25:34.384Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-06-28T11:25:34.384Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-28T11:25:34.384Z] [2021-06-28T11:25:34.384Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-28T11:25:34.384Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-28T11:25:34.384Z] [2021-06-28T11:25:34.384Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-28T11:25:34.384Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-28T11:25:34.384Z] [2021-06-28T11:25:34.384Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-06-28T11:25:34.384Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-28T11:25:34.384Z] [2021-06-28T11:25:34.384Z] [2021-06-28T11:25:34.384Z] DONE 196 tests, 6 skipped in 225.066s [2021-06-28T11:25:34.384Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-06-28T11:25:34.384Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-06-28T11:25:34.384Z] ++ set -e [2021-06-28T11:25:34.384Z] ++ '[' -n 0 ']' [2021-06-28T11:25:34.384Z] ++ set -x [2021-06-28T11:25:34.384Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-06-28T11:25:34.384Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-06-28T11:25:34.384Z] === RUN TestConfigDaemonLibtrustID [2021-06-28T11:25:34.947Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-06-28T11:25:34.947Z] === RUN TestDaemonConfigValidation [2021-06-28T11:25:34.947Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-06-28T11:25:34.947Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-06-28T11:25:34.947Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-06-28T11:25:34.947Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-06-28T11:25:34.947Z] === RUN TestDaemonConfigValidation/invalid_config [2021-06-28T11:25:34.947Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-06-28T11:25:34.947Z] === RUN TestDaemonConfigValidation/malformed_config [2021-06-28T11:25:34.947Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-06-28T11:25:34.947Z] === RUN TestDaemonConfigValidation/valid_config [2021-06-28T11:25:34.947Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-06-28T11:25:34.947Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-06-28T11:25:34.947Z] === CONT TestDaemonConfigValidation/malformed_config [2021-06-28T11:25:34.947Z] === CONT TestDaemonConfigValidation/valid_config [2021-06-28T11:25:35.203Z] === CONT TestDaemonConfigValidation/invalid_config [2021-06-28T11:25:35.203Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-06-28T11:25:35.203Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-06-28T11:25:35.203Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.10s) [2021-06-28T11:25:35.203Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.13s) [2021-06-28T11:25:35.203Z] --- PASS: TestDaemonConfigValidation/valid_config (0.09s) [2021-06-28T11:25:35.203Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.12s) [2021-06-28T11:25:35.203Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s) [2021-06-28T11:25:35.203Z] PASS [2021-06-28T11:25:35.203Z] [2021-06-28T11:25:35.203Z] DONE 7 tests in 0.936s [2021-06-28T11:25:35.203Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-28T11:25:35.203Z] ++ 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 [2021-06-28T11:25:35.203Z] ++ set -e [2021-06-28T11:25:35.203Z] ++ '[' -n 0 ']' [2021-06-28T11:25:35.203Z] ++ set -x [2021-06-28T11:25:35.203Z] ++ 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 [2021-06-28T11:25:35.459Z] INFO: Testing against a local daemon [2021-06-28T11:25:35.459Z] === RUN TestCommitInheritsEnv [2021-06-28T11:25:35.716Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-06-28T11:25:35.972Z] --- PASS: TestCommitInheritsEnv (0.46s) [2021-06-28T11:25:35.972Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-28T11:25:35.972Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-28T11:25:35.972Z] === RUN TestImagesFilterMultiReference [2021-06-28T11:25:35.972Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-06-28T11:25:35.972Z] === RUN TestImagePullPlatformInvalid [2021-06-28T11:25:35.972Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-06-28T11:25:35.972Z] === RUN TestRemoveImageOrphaning [2021-06-28T11:25:36.535Z] --- PASS: TestRemoveImageOrphaning (0.41s) [2021-06-28T11:25:36.535Z] === RUN TestRemoveImageGarbageCollector [2021-06-28T11:25:36.676Z] --- PASS: TestPidHost (2.09s) [2021-06-28T11:25:36.676Z] === RUN TestPsFilter [2021-06-28T11:25:36.676Z] --- PASS: TestPsFilter (0.13s) [2021-06-28T11:25:36.676Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-28T11:25:37.248Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.77s) [2021-06-28T11:25:37.248Z] === RUN TestRemoveContainerWithVolume [2021-06-28T11:25:37.903Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-06-28T11:25:38.191Z] --- PASS: TestRemoveContainerWithVolume (0.78s) [2021-06-28T11:25:38.191Z] === RUN TestRemoveContainerRunning [2021-06-28T11:25:38.763Z] --- PASS: TestRemoveContainerRunning (0.77s) [2021-06-28T11:25:38.763Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-28T11:25:39.292Z] --- PASS: TestRemoveImageGarbageCollector (2.62s) [2021-06-28T11:25:39.292Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-28T11:25:39.292Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2021-06-28T11:25:39.292Z] === RUN TestTagInvalidReference [2021-06-28T11:25:39.292Z] --- PASS: TestTagInvalidReference (0.03s) [2021-06-28T11:25:39.292Z] === RUN TestTagValidPrefixedRepo [2021-06-28T11:25:39.292Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2021-06-28T11:25:39.292Z] === RUN TestTagExistedNameWithoutForce [2021-06-28T11:25:39.292Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2021-06-28T11:25:39.292Z] === RUN TestTagOfficialNames [2021-06-28T11:25:39.549Z] --- PASS: TestTagOfficialNames (0.09s) [2021-06-28T11:25:39.549Z] === RUN TestTagMatchesDigest [2021-06-28T11:25:39.549Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-06-28T11:25:39.550Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-28T11:25:39.550Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-06-28T11:25:39.705Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.80s) [2021-06-28T11:25:39.705Z] === RUN TestRemoveInvalidContainer [2021-06-28T11:25:39.705Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-06-28T11:25:39.705Z] === RUN TestRenameLinkedContainer [2021-06-28T11:25:40.118Z] check_test.go:309: [dc1784d01b832] daemon is not started [2021-06-28T11:25:40.119Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-06-28T11:25:42.010Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-06-28T11:25:42.572Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-06-28T11:25:43.017Z] --- PASS: TestRenameLinkedContainer (3.19s) [2021-06-28T11:25:43.017Z] === RUN TestRenameStoppedContainer [2021-06-28T11:25:43.589Z] --- PASS: TestRenameStoppedContainer (0.77s) [2021-06-28T11:25:43.589Z] === RUN TestRenameRunningContainerAndReuse [2021-06-28T11:25:43.938Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-06-28T11:25:45.237Z] Removing intermediate container 3cd74463da9b [2021-06-28T11:25:45.237Z] ---> dbf0e86c7fea [2021-06-28T11:25:45.237Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-06-28T11:25:45.237Z] ---> Running in add1d2b789a9 [2021-06-28T11:25:45.502Z] --- PASS: TestRenameRunningContainerAndReuse (1.57s) [2021-06-28T11:25:45.502Z] === RUN TestRenameInvalidName [2021-06-28T11:25:45.699Z] [2021-06-28T11:25:45.699Z] SUCCESS: Specified value was saved. [2021-06-28T11:25:45.763Z] --- PASS: TestRenameInvalidName (0.77s) [2021-06-28T11:25:45.763Z] === RUN TestRenameAnonymousContainer [2021-06-28T11:25:46.459Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-06-28T11:25:48.622Z] Removing intermediate container add1d2b789a9 [2021-06-28T11:25:48.622Z] ---> 5b9376754de0 [2021-06-28T11:25:48.622Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-06-28T11:25:48.622Z] ---> Running in 9976003b3460 [2021-06-28T11:25:49.068Z] --- PASS: TestRenameAnonymousContainer (2.84s) [2021-06-28T11:25:49.068Z] === RUN TestRenameContainerWithSameName [2021-06-28T11:25:49.639Z] --- PASS: TestRenameContainerWithSameName (0.80s) [2021-06-28T11:25:49.639Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-28T11:25:51.025Z] --- PASS: TestRenameContainerWithLinkedContainer (1.58s) [2021-06-28T11:25:51.025Z] === RUN TestResize [2021-06-28T11:25:51.710Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-06-28T11:25:51.710Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-06-28T11:25:51.969Z] --- PASS: TestResize (0.76s) [2021-06-28T11:25:51.969Z] === RUN TestResizeWithInvalidSize [2021-06-28T11:25:52.274Z] check_test.go:309: [d1bcd3d58a0a5] daemon is not started [2021-06-28T11:25:52.274Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-06-28T11:25:52.541Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2021-06-28T11:25:52.541Z] === RUN TestResizeWhenContainerNotStarted [2021-06-28T11:25:53.484Z] --- PASS: TestResizeWhenContainerNotStarted (0.77s) [2021-06-28T11:25:53.484Z] === RUN TestDaemonRestartKillContainers [2021-06-28T11:25:53.484Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-28T11:25:53.484Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-28T11:25:53.484Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-28T11:25:53.484Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-28T11:25:53.484Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-28T11:25:53.484Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-28T11:25:53.484Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-28T11:25:53.484Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-28T11:25:53.484Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-28T11:25:53.484Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-28T11:25:53.484Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-28T11:25:53.484Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-28T11:25:53.484Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-28T11:25:53.484Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-28T11:25:53.484Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-28T11:25:53.484Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-28T11:25:53.484Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:25:53.484Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:25:53.484Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:25:53.484Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:25:53.484Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:25:53.484Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:25:53.484Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:25:53.484Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:25:53.484Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-28T11:25:53.484Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-28T11:25:53.484Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:25:53.484Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:25:55.402Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-28T11:25:55.402Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-28T11:25:55.743Z] Cannot create a file when that file already exists. [2021-06-28T11:25:55.977Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-28T11:25:56.238Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-28T11:25:56.500Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-28T11:25:56.501Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-28T11:25:59.068Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-28T11:25:59.068Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-28T11:26:00.369Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-06-28T11:26:00.369Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-06-28T11:26:00.626Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-06-28T11:26:01.557Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-06-28T11:26:01.623Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-06-28T11:26:01.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.61s) [2021-06-28T11:26:01.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.64s) [2021-06-28T11:26:01.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.57s) [2021-06-28T11:26:01.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.69s) [2021-06-28T11:26:01.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.51s) [2021-06-28T11:26:01.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.53s) [2021-06-28T11:26:01.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.64s) [2021-06-28T11:26:01.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.71s) [2021-06-28T11:26:01.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.57s) [2021-06-28T11:26:01.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.82s) [2021-06-28T11:26:01.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.62s) [2021-06-28T11:26:01.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.47s) [2021-06-28T11:26:01.623Z] === RUN TestCgroupNamespacesRun [2021-06-28T11:26:02.843Z] Removing intermediate container 9976003b3460 [2021-06-28T11:26:02.843Z] ---> 415126f2cd6a [2021-06-28T11:26:02.843Z] Step 13/13 : CMD ["sh"] [2021-06-28T11:26:02.843Z] ---> Running in aca81a5d2125 [2021-06-28T11:26:02.843Z] Removing intermediate container aca81a5d2125 [2021-06-28T11:26:02.843Z] ---> d996a6f97eb6 [2021-06-28T11:26:02.843Z] Successfully built d996a6f97eb6 [2021-06-28T11:26:02.843Z] Successfully tagged busybox:latest [2021-06-28T11:26:02.843Z] INFO: Docker images of the daemon under test [2021-06-28T11:26:02.843Z] [2021-06-28T11:26:02.843Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-28T11:26:02.843Z] busybox latest d996a6f97eb6 Less than a second ago 5.64GB [2021-06-28T11:26:02.843Z] microsoft/windowsservercore latest 5b60ac4e9e92 3 weeks ago 5.62GB [2021-06-28T11:26:02.843Z] mcr.microsoft.com/windows/servercore ltsc2019 5b60ac4e9e92 3 weeks ago 5.62GB [2021-06-28T11:26:02.843Z] [2021-06-28T11:26:02.843Z] INFO: Running integration tests at 06/28/2021 11:26:02... [2021-06-28T11:26:02.843Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-06-28T11:26:02.843Z] INFO: Integration API tests being run from the host: [2021-06-28T11:26:02.843Z] INFO: make.ps1 starting at 06/28/2021 11:26:02 [2021-06-28T11:26:03.011Z] --- PASS: TestCgroupNamespacesRun (1.83s) [2021-06-28T11:26:03.011Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-28T11:26:04.393Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-06-28T11:26:04.927Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.48s) [2021-06-28T11:26:04.927Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-28T11:26:05.769Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-06-28T11:26:06.316Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.82s) [2021-06-28T11:26:06.316Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-28T11:26:07.144Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-06-28T11:26:07.705Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-06-28T11:26:07.705Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-06-28T11:26:08.230Z] --- PASS: TestCgroupNamespacesRunHostMode (1.80s) [2021-06-28T11:26:08.231Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-28T11:26:09.597Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-06-28T11:26:10.146Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s) [2021-06-28T11:26:10.146Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-28T11:26:10.964Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-06-28T11:26:11.220Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-06-28T11:26:11.533Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.46s) [2021-06-28T11:26:11.533Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-28T11:26:12.476Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.77s) [2021-06-28T11:26:12.476Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-28T11:26:13.112Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-06-28T11:26:13.112Z] check_test.go:309: [d4a328d625304] daemon is not started [2021-06-28T11:26:13.112Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-06-28T11:26:13.675Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-06-28T11:26:14.238Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-06-28T11:26:14.393Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.80s) [2021-06-28T11:26:14.393Z] === RUN TestNISDomainname [2021-06-28T11:26:14.801Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-06-28T11:26:15.341Z] --- PASS: TestNISDomainname (1.33s) [2021-06-28T11:26:15.341Z] === RUN TestHostnameDnsResolution [2021-06-28T11:26:16.728Z] --- PASS: TestHostnameDnsResolution (1.39s) [2021-06-28T11:26:16.728Z] === RUN TestStats [2021-06-28T11:26:17.320Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-06-28T11:26:17.320Z] check_test.go:309: [d1f9b6febec3a] daemon is not started [2021-06-28T11:26:17.320Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-06-28T11:26:18.521Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-06-28T11:26:18.521Z] Copying nested executables into bundles/binary-daemon [2021-06-28T11:26:18.521Z] Building: bundles/binary-daemon/docker-proxy-dev [2021-06-28T11:26:18.521Z] GOOS="" GOARCH="" GOARM="" [2021-06-28T11:26:18.521Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2021-06-28T11:26:18.521Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-06-28T11:26:18.842Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42572/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a -e DOCKER_GRAPHDRIVER docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a hack/make.sh cross [2021-06-28T11:26:19.099Z] [2021-06-28T11:26:19.211Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-06-28T11:26:19.356Z] Removing bundles/ [2021-06-28T11:26:19.356Z] [2021-06-28T11:26:19.356Z] ---> Making bundle: cross (in bundles/cross) [2021-06-28T11:26:19.356Z] Cross building: bundles/cross/linux/amd64 [2021-06-28T11:26:19.356Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-06-28T11:26:19.356Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-06-28T11:26:20.030Z] --- PASS: TestStats (2.83s) [2021-06-28T11:26:20.030Z] === RUN TestStopContainerWithTimeout [2021-06-28T11:26:20.030Z] === RUN TestStopContainerWithTimeout/0 [2021-06-28T11:26:20.030Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-28T11:26:20.030Z] === RUN TestStopContainerWithTimeout/1 [2021-06-28T11:26:20.030Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-28T11:26:20.030Z] === RUN TestStopContainerWithTimeout/3 [2021-06-28T11:26:20.030Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-28T11:26:20.030Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-28T11:26:20.030Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-28T11:26:20.030Z] === CONT TestStopContainerWithTimeout/0 [2021-06-28T11:26:20.030Z] === CONT TestStopContainerWithTimeout/1 [2021-06-28T11:26:20.030Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-28T11:26:20.030Z] === CONT TestStopContainerWithTimeout/3 [2021-06-28T11:26:21.102Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-06-28T11:26:23.337Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-06-28T11:26:23.337Z] --- PASS: TestStopContainerWithTimeout/0 (1.36s) [2021-06-28T11:26:23.337Z] --- PASS: TestStopContainerWithTimeout/1 (2.13s) [2021-06-28T11:26:23.337Z] --- PASS: TestStopContainerWithTimeout/-1 (3.13s) [2021-06-28T11:26:23.337Z] --- PASS: TestStopContainerWithTimeout/3 (3.27s) [2021-06-28T11:26:23.337Z] === RUN TestDeleteDevicemapper [2021-06-28T11:26:23.337Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-28T11:26:23.337Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-28T11:26:23.337Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-28T11:26:24.375Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-06-28T11:26:25.256Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.25s) [2021-06-28T11:26:25.256Z] === RUN TestUpdateMemory [2021-06-28T11:26:25.256Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-28T11:26:25.256Z] --- SKIP: TestUpdateMemory (0.00s) [2021-06-28T11:26:25.256Z] === RUN TestUpdateCPUQuota [2021-06-28T11:26:26.271Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-06-28T11:26:27.213Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-06-28T11:26:27.785Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-06-28T11:26:29.151Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-06-28T11:26:31.841Z] --- PASS: TestUpdateCPUQuota (5.68s) [2021-06-28T11:26:31.841Z] === RUN TestUpdatePidsLimit [2021-06-28T11:26:31.841Z] === RUN TestUpdatePidsLimit/update_from_none [2021-06-28T11:26:31.841Z] === RUN TestUpdatePidsLimit/no_change [2021-06-28T11:26:32.103Z] === RUN TestUpdatePidsLimit/update_lower [2021-06-28T11:26:32.451Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-06-28T11:26:32.753Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-06-28T11:26:33.337Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-06-28T11:26:33.818Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-06-28T11:26:34.279Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-06-28T11:26:34.851Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-06-28T11:26:36.246Z] --- PASS: TestUpdatePidsLimit (5.28s) [2021-06-28T11:26:36.246Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.65s) [2021-06-28T11:26:36.246Z] --- PASS: TestUpdatePidsLimit/no_change (0.64s) [2021-06-28T11:26:36.246Z] --- PASS: TestUpdatePidsLimit/update_lower (0.64s) [2021-06-28T11:26:36.246Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.64s) [2021-06-28T11:26:36.246Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.64s) [2021-06-28T11:26:36.246Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.66s) [2021-06-28T11:26:36.246Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.65s) [2021-06-28T11:26:36.246Z] === RUN TestUpdateRestartPolicy [2021-06-28T11:26:36.338Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-06-28T11:26:40.165Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-28T11:26:40.165Z] INFO: Testing against a local daemon [2021-06-28T11:26:40.165Z] === RUN TestBuildWithSession [2021-06-28T11:26:40.165Z] build_session_test.go:25: TODO: BuildKit [2021-06-28T11:26:40.165Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-28T11:26:40.165Z] === RUN TestBuildSquashParent [2021-06-28T11:26:40.165Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:26:40.165Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-06-28T11:26:40.165Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-28T11:26:40.166Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:26:40.166Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:26:40.166Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:26:40.166Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:26:40.166Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:26:40.166Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:26:40.166Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:26:40.166Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:26:40.166Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:26:40.166Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:26:40.166Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:26:40.166Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:26:40.166Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:26:40.166Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:26:40.166Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:26:40.166Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:26:41.587Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-06-28T11:26:43.482Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-06-28T11:26:44.850Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-06-28T11:26:45.778Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-06-28T11:26:49.952Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-06-28T11:26:50.881Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-06-28T11:26:51.157Z] --- PASS: TestUpdateRestartPolicy (12.74s) [2021-06-28T11:26:51.157Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-28T11:26:51.157Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s) [2021-06-28T11:26:51.157Z] === RUN TestWaitNonBlocked [2021-06-28T11:26:51.157Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T11:26:51.157Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T11:26:51.157Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T11:26:51.157Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T11:26:51.157Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T11:26:51.157Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T11:26:51.157Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-06-28T11:26:51.157Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.05s) [2021-06-28T11:26:51.157Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.10s) [2021-06-28T11:26:51.157Z] === RUN TestWaitBlocked [2021-06-28T11:26:51.157Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-28T11:26:51.157Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-28T11:26:51.157Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-28T11:26:51.157Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-28T11:26:51.157Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-28T11:26:51.157Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-28T11:26:52.100Z] --- PASS: TestWaitBlocked (0.03s) [2021-06-28T11:26:52.100Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.12s) [2021-06-28T11:26:52.100Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.16s) [2021-06-28T11:26:52.100Z] === CONT TestContainerStartOnDaemonRestart [2021-06-28T11:26:52.100Z] === CONT TestContainerKillOnDaemonStart [2021-06-28T11:26:52.100Z] === CONT TestDaemonHostGatewayIP [2021-06-28T11:26:52.100Z] === CONT TestIpcModeOlderClient [2021-06-28T11:26:52.100Z] --- PASS: TestIpcModeOlderClient (0.14s) [2021-06-28T11:26:52.100Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-28T11:26:52.255Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-06-28T11:26:52.256Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-06-28T11:26:55.099Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:26:55.099Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:26:55.409Z] --- PASS: TestContainerStartOnDaemonRestart (3.47s) [2021-06-28T11:26:55.409Z] === CONT TestDaemonRestartIpcMode [2021-06-28T11:26:55.670Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.55s) [2021-06-28T11:26:56.614Z] --- PASS: TestDaemonHostGatewayIP (4.61s) [2021-06-28T11:26:57.505Z] docker_cli_daemon_test.go:2550: [daf54caa62c19] daemon is not started [2021-06-28T11:26:58.874Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-06-28T11:26:59.159Z] --- PASS: TestDaemonRestartIpcMode (3.34s) [2021-06-28T11:26:59.438Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-06-28T11:27:01.960Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-06-28T11:27:05.231Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-06-28T11:27:05.744Z] --- PASS: TestContainerKillOnDaemonStart (12.68s) [2021-06-28T11:27:05.744Z] PASS [2021-06-28T11:27:05.744Z] [2021-06-28T11:27:05.744Z] === Skipped [2021-06-28T11:27:05.744Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-06-28T11:27:05.745Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-28T11:27:05.745Z] [2021-06-28T11:27:05.745Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-28T11:27:05.745Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-28T11:27:05.745Z] [2021-06-28T11:27:05.745Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-06-28T11:27:05.745Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-28T11:27:05.745Z] [2021-06-28T11:27:05.745Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-28T11:27:05.745Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-28T11:27:05.745Z] [2021-06-28T11:27:05.745Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-28T11:27:05.745Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-28T11:27:05.745Z] [2021-06-28T11:27:05.745Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-06-28T11:27:05.745Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-28T11:27:05.745Z] [2021-06-28T11:27:05.745Z] [2021-06-28T11:27:05.745Z] DONE 196 tests, 6 skipped in 144.953s [2021-06-28T11:27:05.745Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2021-06-28T11:27:05.745Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-06-28T11:27:05.745Z] ++ set -e [2021-06-28T11:27:05.745Z] ++ '[' -n 0 ']' [2021-06-28T11:27:05.745Z] ++ set -x [2021-06-28T11:27:05.745Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-06-28T11:27:05.745Z] === RUN TestConfigDaemonLibtrustID [2021-06-28T11:27:05.745Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-06-28T11:27:05.745Z] === RUN TestDaemonConfigValidation [2021-06-28T11:27:05.745Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-06-28T11:27:05.745Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-06-28T11:27:05.745Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-06-28T11:27:05.745Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-06-28T11:27:05.745Z] === RUN TestDaemonConfigValidation/invalid_config [2021-06-28T11:27:05.745Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-06-28T11:27:05.745Z] === RUN TestDaemonConfigValidation/malformed_config [2021-06-28T11:27:05.745Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-06-28T11:27:05.745Z] === RUN TestDaemonConfigValidation/valid_config [2021-06-28T11:27:05.745Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-06-28T11:27:05.745Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-06-28T11:27:05.745Z] === CONT TestDaemonConfigValidation/malformed_config [2021-06-28T11:27:05.745Z] === CONT TestDaemonConfigValidation/valid_config [2021-06-28T11:27:05.745Z] === CONT TestDaemonConfigValidation/invalid_config [2021-06-28T11:27:05.745Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-06-28T11:27:06.006Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-06-28T11:27:06.006Z] --- PASS: TestDaemonConfigValidation/valid_config (0.11s) [2021-06-28T11:27:06.006Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.12s) [2021-06-28T11:27:06.006Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.12s) [2021-06-28T11:27:06.006Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.13s) [2021-06-28T11:27:06.006Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s) [2021-06-28T11:27:06.006Z] PASS [2021-06-28T11:27:06.006Z] [2021-06-28T11:27:06.006Z] DONE 7 tests in 1.179s [2021-06-28T11:27:06.006Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-06-28T11:27:06.006Z] ++ 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 [2021-06-28T11:27:06.006Z] ++ set -e [2021-06-28T11:27:06.006Z] ++ '[' -n 0 ']' [2021-06-28T11:27:06.006Z] ++ set -x [2021-06-28T11:27:06.006Z] ++ 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 [2021-06-28T11:27:07.543Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s) [2021-06-28T11:27:07.543Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (14.94s) [2021-06-28T11:27:07.543Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (15.07s) [2021-06-28T11:27:07.543Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (15.18s) [2021-06-28T11:27:07.543Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (19.61s) [2021-06-28T11:27:07.543Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.47s) [2021-06-28T11:27:07.543Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (10.71s) [2021-06-28T11:27:07.543Z] === RUN TestBuildMultiStageCopy [2021-06-28T11:27:07.543Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-28T11:27:10.478Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-06-28T11:27:11.293Z] INFO: Testing against a local daemon [2021-06-28T11:27:11.294Z] === RUN TestCommitInheritsEnv [2021-06-28T11:27:11.294Z] --- PASS: TestCommitInheritsEnv (0.34s) [2021-06-28T11:27:11.294Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-28T11:27:11.294Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-06-28T11:27:11.294Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-06-28T11:27:11.294Z] === RUN TestImagesFilterMultiReference [2021-06-28T11:27:11.294Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-06-28T11:27:11.294Z] === RUN TestImagePullPlatformInvalid [2021-06-28T11:27:11.294Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2021-06-28T11:27:11.294Z] === RUN TestRemoveImageOrphaning [2021-06-28T11:27:11.555Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2021-06-28T11:27:11.555Z] === RUN TestRemoveImageGarbageCollector [2021-06-28T11:27:11.555Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-28T11:27:11.555Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-06-28T11:27:11.555Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-28T11:27:11.817Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-06-28T11:27:11.817Z] === RUN TestTagInvalidReference [2021-06-28T11:27:11.817Z] --- PASS: TestTagInvalidReference (0.03s) [2021-06-28T11:27:11.817Z] === RUN TestTagValidPrefixedRepo [2021-06-28T11:27:11.817Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-06-28T11:27:11.817Z] === RUN TestTagExistedNameWithoutForce [2021-06-28T11:27:11.817Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-06-28T11:27:11.817Z] === RUN TestTagOfficialNames [2021-06-28T11:27:11.817Z] --- PASS: TestTagOfficialNames (0.07s) [2021-06-28T11:27:11.817Z] === RUN TestTagMatchesDigest [2021-06-28T11:27:11.817Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-06-28T11:27:11.817Z] PASS [2021-06-28T11:27:11.817Z] [2021-06-28T11:27:11.817Z] === Skipped [2021-06-28T11:27:11.817Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-06-28T11:27:11.817Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-06-28T11:27:11.817Z] [2021-06-28T11:27:11.817Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-06-28T11:27:11.817Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-28T11:27:11.817Z] [2021-06-28T11:27:11.817Z] [2021-06-28T11:27:11.817Z] DONE 12 tests, 2 skipped in 6.017s [2021-06-28T11:27:11.817Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-06-28T11:27:11.817Z] ++ 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 [2021-06-28T11:27:11.817Z] ++ set -e [2021-06-28T11:27:11.817Z] ++ '[' -n 0 ']' [2021-06-28T11:27:11.817Z] ++ set -x [2021-06-28T11:27:11.817Z] ++ 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 [2021-06-28T11:27:13.752Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-06-28T11:27:14.008Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-06-28T11:27:16.023Z] INFO: Testing against a local daemon [2021-06-28T11:27:16.023Z] === RUN TestNetworkCreateDelete [2021-06-28T11:27:16.284Z] --- PASS: TestNetworkCreateDelete (0.20s) [2021-06-28T11:27:16.284Z] === RUN TestDockerNetworkDeletePreferID [2021-06-28T11:27:16.539Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-06-28T11:27:16.539Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-06-28T11:27:16.856Z] --- PASS: TestDockerNetworkDeletePreferID (0.58s) [2021-06-28T11:27:16.856Z] === RUN TestDaemonDNSFallback [2021-06-28T11:27:17.874Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-28T11:27:17.874Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-28T11:27:18.825Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-28T11:27:19.817Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-06-28T11:27:20.074Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-06-28T11:27:20.074Z] check_test.go:309: [d52337495e56f] daemon is not started [2021-06-28T11:27:20.074Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-06-28T11:27:20.343Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-28T11:27:22.491Z] --- PASS: TestBuildMultiStageCopy (16.48s) [2021-06-28T11:27:22.491Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.78s) [2021-06-28T11:27:22.491Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.05s) [2021-06-28T11:27:22.491Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.30s) [2021-06-28T11:27:22.491Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.56s) [2021-06-28T11:27:22.491Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.78s) [2021-06-28T11:27:22.491Z] === RUN TestBuildMultiStageParentConfig [2021-06-28T11:27:24.997Z] --- PASS: TestDaemonDNSFallback (6.81s) [2021-06-28T11:27:24.997Z] === RUN TestInspectNetwork [2021-06-28T11:27:26.189Z] --- PASS: TestBuildMultiStageParentConfig (3.60s) [2021-06-28T11:27:26.189Z] === RUN TestBuildLabelWithTargets [2021-06-28T11:27:26.189Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T11:27:26.189Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-06-28T11:27:26.189Z] === RUN TestBuildWithEmptyLayers [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite (421.42s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (9.70s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.11s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.48s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.83s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.89s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.19s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.66s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.34s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.95s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (4.33s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (4.87s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.95s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.52s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.08s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.01s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.56s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.68s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.48s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.65s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.12s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.60s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.64s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.91s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (6.34s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.09s) [2021-06-28T11:27:26.618Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.60s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.67s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.58s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.11s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.86s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.56s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.56s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.52s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (4.36s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.14s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.16s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.14s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.26s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.48s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.21s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.57s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.55s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (10.59s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.97s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (26.32s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.98s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.12s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (7.15s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (4.09s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.20s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.60s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.69s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (14.61s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (4.03s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.62s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.72s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.73s) [2021-06-28T11:27:26.618Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-06-28T11:27:26.618Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.64s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (6.71s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.67s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.26s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.19s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.64s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (5.60s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (6.57s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.45s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.55s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.34s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.18s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.56s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.05s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.11s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.73s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.26s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.52s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.42s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.83s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.64s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.49s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.95s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (8.46s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (5.08s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (5.21s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.08s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.61s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.37s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.76s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.75s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.48s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.65s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.90s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.20s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.12s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.56s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.93s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.13s) [2021-06-28T11:27:26.618Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.14s) [2021-06-28T11:27:26.619Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.65s) [2021-06-28T11:27:26.619Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (10.02s) [2021-06-28T11:27:26.619Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.78s) [2021-06-28T11:27:26.619Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.72s) [2021-06-28T11:27:26.619Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.17s) [2021-06-28T11:27:26.619Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.76s) [2021-06-28T11:27:26.619Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.14s) [2021-06-28T11:27:26.619Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.90s) [2021-06-28T11:27:26.619Z] === RUN TestDockerSwarmSuite [2021-06-28T11:27:26.619Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-06-28T11:27:27.546Z] === RUN TestInspectNetwork/full_network_id [2021-06-28T11:27:27.546Z] === RUN TestInspectNetwork/partial_network_id [2021-06-28T11:27:27.546Z] === RUN TestInspectNetwork/network_name [2021-06-28T11:27:27.546Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-06-28T11:27:27.712Z] --- PASS: TestBuildWithEmptyLayers (1.83s) [2021-06-28T11:27:27.712Z] === RUN TestBuildMultiStageOnBuild [2021-06-28T11:27:29.138Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-06-28T11:27:31.753Z] --- PASS: TestInspectNetwork (8.12s) [2021-06-28T11:27:31.753Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-06-28T11:27:31.753Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-06-28T11:27:31.753Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-06-28T11:27:31.753Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-06-28T11:27:31.753Z] === RUN TestRunContainerWithBridgeNone [2021-06-28T11:27:32.410Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-06-28T11:27:35.063Z] --- PASS: TestRunContainerWithBridgeNone (3.14s) [2021-06-28T11:27:35.063Z] === RUN TestNetworkInvalidJSON [2021-06-28T11:27:35.063Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-28T11:27:35.063Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-28T11:27:35.063Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T11:27:35.063Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T11:27:35.063Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T11:27:35.063Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T11:27:35.063Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-28T11:27:35.063Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T11:27:35.063Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T11:27:35.063Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-06-28T11:27:35.063Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-28T11:27:35.063Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-28T11:27:35.063Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-28T11:27:35.063Z] === RUN TestNetworkList [2021-06-28T11:27:35.063Z] === RUN TestNetworkList//networks [2021-06-28T11:27:35.063Z] === PAUSE TestNetworkList//networks [2021-06-28T11:27:35.063Z] === RUN TestNetworkList//networks/ [2021-06-28T11:27:35.063Z] === PAUSE TestNetworkList//networks/ [2021-06-28T11:27:35.063Z] === CONT TestNetworkList//networks [2021-06-28T11:27:35.063Z] === CONT TestNetworkList//networks/ [2021-06-28T11:27:35.063Z] --- PASS: TestNetworkList (0.03s) [2021-06-28T11:27:35.063Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-28T11:27:35.063Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-28T11:27:35.063Z] === RUN TestHostIPv4BridgeLabel [2021-06-28T11:27:35.635Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2021-06-28T11:27:35.635Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-28T11:27:36.578Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2021-06-28T11:27:36.578Z] === RUN TestDaemonDefaultNetworkPools [2021-06-28T11:27:37.521Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s) [2021-06-28T11:27:37.521Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-28T11:27:38.906Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2021-06-28T11:27:38.906Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-28T11:27:38.955Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-06-28T11:27:40.291Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.38s) [2021-06-28T11:27:40.291Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-28T11:27:40.552Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2021-06-28T11:27:40.552Z] === RUN TestServiceWithPredefinedNetwork [2021-06-28T11:27:42.225Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-06-28T11:27:42.225Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-06-28T11:27:43.100Z] --- PASS: TestServiceWithPredefinedNetwork (2.35s) [2021-06-28T11:27:43.100Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-28T11:27:43.100Z] service_test.go:242: FLAKY_TEST [2021-06-28T11:27:43.100Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-28T11:27:43.100Z] === RUN TestServiceWithDataPathPortInit [2021-06-28T11:27:47.478Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-06-28T11:27:47.478Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-06-28T11:27:47.744Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-06-28T11:27:48.307Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-06-28T11:27:48.563Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-06-28T11:27:48.819Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-06-28T11:27:49.075Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-06-28T11:27:51.594Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-06-28T11:27:51.594Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-06-28T11:27:52.524Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-06-28T11:27:52.722Z] --- PASS: TestBuildMultiStageOnBuild (21.30s) [2021-06-28T11:27:52.722Z] === RUN TestBuildUncleanTarFilenames [2021-06-28T11:27:52.722Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T11:27:52.722Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2021-06-28T11:27:52.722Z] === RUN TestBuildMultiStageLayerLeak [2021-06-28T11:27:53.455Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-06-28T11:27:55.349Z] docker_api_swarm_test.go:562: [d5765ef026d66] joining swarm manager [d13f258681f90]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:27:55.349Z] === RUN TestDockerSuite/TestBuildEnv [2021-06-28T11:27:55.772Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-06-28T11:27:55.772Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2021-06-28T11:27:55.772Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-06-28T11:27:55.772Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-06-28T11:27:55.772Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-06-28T11:27:55.772Z] Cross building: bundles/cross/windows/amd64 [2021-06-28T11:27:55.772Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-06-28T11:27:55.772Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-06-28T11:27:57.242Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-06-28T11:27:59.134Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-06-28T11:28:01.024Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-06-28T11:28:01.223Z] --- PASS: TestServiceWithDataPathPortInit (15.86s) [2021-06-28T11:28:01.223Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-28T11:28:02.166Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:gv972s4cby19sm5srjxf3yioy Created:2021-06-28 11:28:00.423081674 +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[536a1e762c6eb8f84b6d18bd331c1a4aecd3b0c7845db965c1f118e8c3204d08:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kqndodvrojo7ddlfzzzxpgnz4 EndpointID:693d3fc4c1d998552718dfb023413ac73b8bbbe5ce56ed47ca201e9246e4b3be MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d2f330806c4e593b2c19b5c80bba9e70b3509cedaade7c538e91c83586db5b5d 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:8983f2069e3d IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kqndodvrojo7ddlfzzzxpgnz4 EndpointID:693d3fc4c1d998552718dfb023413ac73b8bbbe5ce56ed47ca201e9246e4b3be EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-06-28T11:28:07.453Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.94s) [2021-06-28T11:28:07.453Z] PASS [2021-06-28T11:28:07.453Z] [2021-06-28T11:28:07.453Z] === Skipped [2021-06-28T11:28:07.453Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-28T11:28:07.453Z] service_test.go:242: FLAKY_TEST [2021-06-28T11:28:07.453Z] [2021-06-28T11:28:07.453Z] [2021-06-28T11:28:07.453Z] DONE 26 tests, 1 skipped in 54.876s [2021-06-28T11:28:07.453Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-28T11:28:07.453Z] ++ 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 [2021-06-28T11:28:07.453Z] ++ set -e [2021-06-28T11:28:07.453Z] ++ '[' -n 0 ']' [2021-06-28T11:28:07.453Z] ++ set -x [2021-06-28T11:28:07.453Z] ++ 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 [2021-06-28T11:28:09.115Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-06-28T11:28:10.481Z] docker_api_swarm_test.go:584: [d1a5b8fba1493] joining swarm manager [d13f258681f90]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:28:13.718Z] --- PASS: TestBuildMultiStageLayerLeak (23.17s) [2021-06-28T11:28:13.718Z] === RUN TestBuildWithHugeFile [2021-06-28T11:28:14.037Z] INFO: Testing against a local daemon [2021-06-28T11:28:14.037Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-28T11:28:14.037Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-28T11:28:14.037Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-28T11:28:14.037Z] === RUN TestDockerNetworkIpvlan [2021-06-28T11:28:14.037Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-28T11:28:14.037Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-28T11:28:14.037Z] PASS [2021-06-28T11:28:14.037Z] [2021-06-28T11:28:14.037Z] === Skipped [2021-06-28T11:28:14.037Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-28T11:28:14.037Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-28T11:28:14.037Z] [2021-06-28T11:28:14.037Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-28T11:28:14.037Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-28T11:28:14.037Z] [2021-06-28T11:28:14.037Z] [2021-06-28T11:28:14.037Z] DONE 2 tests, 2 skipped in 6.928s [2021-06-28T11:28:14.037Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-28T11:28:14.037Z] ++ 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 [2021-06-28T11:28:14.037Z] ++ set -e [2021-06-28T11:28:14.037Z] ++ '[' -n 0 ']' [2021-06-28T11:28:14.037Z] ++ set -x [2021-06-28T11:28:14.037Z] ++ 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 [2021-06-28T11:28:15.741Z] check_test.go:380: [d5765ef026d66] daemon is not started [2021-06-28T11:28:17.336Z] INFO: Testing against a local daemon [2021-06-28T11:28:17.337Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-28T11:28:18.724Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.36s) [2021-06-28T11:28:18.724Z] === RUN TestDockerNetworkMacvlan [2021-06-28T11:28:19.667Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-06-28T11:28:20.609Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-06-28T11:28:21.181Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-06-28T11:28:24.492Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-06-28T11:28:25.690Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-06-28T11:28:25.690Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-06-28T11:28:25.690Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-06-28T11:28:27.040Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-06-28T11:28:28.207Z] docker_api_swarm_test.go:45: [d66ddac486635] joining swarm manager [da8e4b4c65855]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:28:33.455Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-06-28T11:28:33.628Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-06-28T11:28:34.572Z] --- PASS: TestDockerNetworkMacvlan (15.69s) [2021-06-28T11:28:34.572Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-06-28T11:28:34.572Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2021-06-28T11:28:34.572Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.62s) [2021-06-28T11:28:34.572Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.91s) [2021-06-28T11:28:34.572Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.36s) [2021-06-28T11:28:34.572Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.45s) [2021-06-28T11:28:34.572Z] PASS [2021-06-28T11:28:34.572Z] [2021-06-28T11:28:34.572Z] DONE 8 tests in 20.669s [2021-06-28T11:28:34.572Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-28T11:28:34.572Z] ++ 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 [2021-06-28T11:28:34.572Z] ++ set -e [2021-06-28T11:28:34.572Z] ++ '[' -n 0 ']' [2021-06-28T11:28:34.572Z] ++ set -x [2021-06-28T11:28:34.572Z] ++ 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 [2021-06-28T11:28:34.572Z] testing: warning: no tests to run [2021-06-28T11:28:34.572Z] PASS [2021-06-28T11:28:34.572Z] [2021-06-28T11:28:34.572Z] DONE 0 tests in 0.030s [2021-06-28T11:28:34.572Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-28T11:28:34.572Z] ++ 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 [2021-06-28T11:28:34.572Z] ++ set -e [2021-06-28T11:28:34.572Z] ++ '[' -n 0 ']' [2021-06-28T11:28:34.572Z] ++ set -x [2021-06-28T11:28:34.572Z] ++ 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 [2021-06-28T11:28:34.572Z] INFO: Testing against a local daemon [2021-06-28T11:28:34.572Z] === RUN TestAuthZPluginAllowRequest [2021-06-28T11:28:35.348Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-06-28T11:28:36.487Z] --- PASS: TestAuthZPluginAllowRequest (1.63s) [2021-06-28T11:28:36.487Z] === RUN TestAuthZPluginTLS [2021-06-28T11:28:36.748Z] --- PASS: TestAuthZPluginTLS (0.58s) [2021-06-28T11:28:36.748Z] === RUN TestAuthZPluginDenyRequest [2021-06-28T11:28:37.321Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2021-06-28T11:28:37.321Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-28T11:28:37.893Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2021-06-28T11:28:37.893Z] === RUN TestAuthZPluginDenyResponse [2021-06-28T11:28:38.465Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2021-06-28T11:28:38.465Z] === RUN TestAuthZPluginAllowEventStream [2021-06-28T11:28:40.382Z] --- PASS: TestAuthZPluginAllowEventStream (1.60s) [2021-06-28T11:28:40.382Z] === RUN TestAuthZPluginErrorResponse [2021-06-28T11:28:40.643Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2021-06-28T11:28:40.643Z] === RUN TestAuthZPluginErrorRequest [2021-06-28T11:28:41.216Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2021-06-28T11:28:41.216Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-28T11:28:41.793Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2021-06-28T11:28:41.793Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-28T11:28:43.720Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.92s) [2021-06-28T11:28:43.720Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-28T11:28:45.294Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-06-28T11:28:45.551Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-06-28T11:28:45.635Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.94s) [2021-06-28T11:28:45.635Z] === RUN TestAuthZPluginHeader [2021-06-28T11:28:46.480Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-06-28T11:28:46.480Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-06-28T11:28:46.579Z] --- PASS: TestAuthZPluginHeader (0.82s) [2021-06-28T11:28:46.579Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-28T11:28:46.579Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-28T11:28:46.579Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-06-28T11:28:46.579Z] === RUN TestAuthZPluginV2Disable [2021-06-28T11:28:46.579Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-28T11:28:46.579Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-06-28T11:28:46.579Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-28T11:28:46.579Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-28T11:28:46.579Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-06-28T11:28:46.579Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-28T11:28:46.579Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-28T11:28:46.579Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-06-28T11:28:46.579Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-28T11:28:47.409Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-06-28T11:28:47.974Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-06-28T11:28:48.902Z] --- PASS: TestImportExtremelyLargeImageWorks (189.51s) [2021-06-28T11:28:48.902Z] PASS [2021-06-28T11:28:48.902Z] [2021-06-28T11:28:48.902Z] DONE 12 tests in 193.707s [2021-06-28T11:28:48.902Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-28T11:28:48.902Z] ++ 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 [2021-06-28T11:28:48.902Z] ++ set -e [2021-06-28T11:28:48.902Z] ++ '[' -n 0 ']' [2021-06-28T11:28:48.903Z] ++ set -x [2021-06-28T11:28:48.903Z] ++ 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 [2021-06-28T11:28:49.159Z] INFO: Testing against a local daemon [2021-06-28T11:28:49.159Z] === RUN TestNetworkCreateDelete [2021-06-28T11:28:49.415Z] --- PASS: TestNetworkCreateDelete (0.26s) [2021-06-28T11:28:49.415Z] === RUN TestDockerNetworkDeletePreferID [2021-06-28T11:28:49.672Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-06-28T11:28:49.672Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-06-28T11:28:49.672Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-06-28T11:28:49.928Z] --- PASS: TestDockerNetworkDeletePreferID (0.54s) [2021-06-28T11:28:49.928Z] === RUN TestDaemonDNSFallback [2021-06-28T11:28:49.928Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-06-28T11:28:58.017Z] --- PASS: TestDaemonDNSFallback (6.91s) [2021-06-28T11:28:58.017Z] === RUN TestInspectNetwork [2021-06-28T11:28:59.909Z] === RUN TestDockerSuite/TestBuildExpose [2021-06-28T11:29:00.166Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-06-28T11:29:01.094Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-06-28T11:29:01.351Z] === RUN TestInspectNetwork/full_network_id [2021-06-28T11:29:01.351Z] === RUN TestInspectNetwork/partial_network_id [2021-06-28T11:29:01.351Z] === RUN TestInspectNetwork/network_name [2021-06-28T11:29:01.351Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-06-28T11:29:01.351Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-06-28T11:29:01.608Z] === RUN TestDockerSuite/TestBuildFails [2021-06-28T11:29:02.537Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-06-28T11:29:02.538Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-06-28T11:29:03.403Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-06-28T11:29:03.403Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-06-28T11:29:03.403Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-06-28T11:29:03.403Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-06-28T11:29:03.403Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-06-28T11:29:03.403Z] remote: Enumerating objects: 23, done. [2021-06-28T11:29:03.403Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-06-28T11:29:03.403Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-06-28T11:29:03.403Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-06-28T11:29:03.403Z] 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. [2021-06-28T11:29:03.403Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-06-28T11:29:03.905Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-06-28T11:29:04.695Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.78s) [2021-06-28T11:29:04.695Z] PASS [2021-06-28T11:29:04.695Z] [2021-06-28T11:29:04.695Z] === Skipped [2021-06-28T11:29:04.695Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-06-28T11:29:04.695Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-28T11:29:04.695Z] [2021-06-28T11:29:04.695Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-06-28T11:29:04.695Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-28T11:29:04.695Z] [2021-06-28T11:29:04.695Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-06-28T11:29:04.695Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-28T11:29:04.695Z] [2021-06-28T11:29:04.695Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-06-28T11:29:04.695Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-28T11:29:04.695Z] [2021-06-28T11:29:04.695Z] [2021-06-28T11:29:04.695Z] DONE 17 tests, 4 skipped in 28.769s [2021-06-28T11:29:04.695Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-28T11:29:04.695Z] ++ 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 [2021-06-28T11:29:04.695Z] ++ set -e [2021-06-28T11:29:04.695Z] ++ '[' -n 0 ']' [2021-06-28T11:29:04.695Z] ++ set -x [2021-06-28T11:29:04.695Z] ++ 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 [2021-06-28T11:29:04.695Z] INFO: Testing against a local daemon [2021-06-28T11:29:04.695Z] === RUN TestPluginInvalidJSON [2021-06-28T11:29:04.695Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T11:29:04.695Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T11:29:04.695Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T11:29:04.695Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-06-28T11:29:04.695Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-28T11:29:04.695Z] === RUN TestPluginInstall [2021-06-28T11:29:04.695Z] === RUN TestPluginInstall/no_auth [2021-06-28T11:29:05.795Z] --- PASS: TestInspectNetwork (8.70s) [2021-06-28T11:29:05.795Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-06-28T11:29:05.795Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-06-28T11:29:05.795Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-06-28T11:29:05.795Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-06-28T11:29:05.795Z] === RUN TestRunContainerWithBridgeNone [2021-06-28T11:29:06.358Z] === RUN TestDockerSuite/TestBuildForceRm [2021-06-28T11:29:07.239Z] time="2021-06-28T11:29:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:29:07.239Z] time="2021-06-28T11:29:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:73541a9a1bf0c936f24c9195061a427dfc3a01631262a88a82962e6c09120381" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:29:07.239Z] time="2021-06-28T11:29:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:29:07.239Z] time="2021-06-28T11:29:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:73541a9a1bf0c936f24c9195061a427dfc3a01631262a88a82962e6c09120381" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:29:07.501Z] === RUN TestPluginInstall/with_htpasswd [2021-06-28T11:29:08.073Z] time="2021-06-28T11:29:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:29:08.073Z] time="2021-06-28T11:29:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:37cc15fbf33a546ae4326b75742e04d5df6f088bb3e86ba6abe0cad60181efb6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:29:08.073Z] time="2021-06-28T11:29:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:29:08.073Z] time="2021-06-28T11:29:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:37cc15fbf33a546ae4326b75742e04d5df6f088bb3e86ba6abe0cad60181efb6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:29:08.250Z] === RUN TestDockerSuite/TestBuildFromGit [2021-06-28T11:29:08.646Z] === RUN TestPluginInstall/with_insecure [2021-06-28T11:29:08.655Z] Cross building: bundles/cross/linux/ppc64le [2021-06-28T11:29:08.655Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-06-28T11:29:08.656Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-06-28T11:29:09.616Z] --- PASS: TestRunContainerWithBridgeNone (3.96s) [2021-06-28T11:29:09.616Z] === RUN TestNetworkInvalidJSON [2021-06-28T11:29:09.616Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-28T11:29:09.616Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-28T11:29:09.616Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T11:29:09.616Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T11:29:09.616Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T11:29:09.616Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T11:29:09.616Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-28T11:29:09.616Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T11:29:09.616Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T11:29:09.616Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-06-28T11:29:09.616Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-28T11:29:09.616Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-28T11:29:09.616Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-28T11:29:09.617Z] === RUN TestNetworkList [2021-06-28T11:29:09.617Z] === RUN TestNetworkList//networks [2021-06-28T11:29:09.617Z] === PAUSE TestNetworkList//networks [2021-06-28T11:29:09.617Z] === RUN TestNetworkList//networks/ [2021-06-28T11:29:09.617Z] === PAUSE TestNetworkList//networks/ [2021-06-28T11:29:09.617Z] === CONT TestNetworkList//networks [2021-06-28T11:29:09.617Z] === CONT TestNetworkList//networks/ [2021-06-28T11:29:09.617Z] --- PASS: TestNetworkList (0.01s) [2021-06-28T11:29:09.617Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-28T11:29:09.617Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-28T11:29:09.617Z] === RUN TestHostIPv4BridgeLabel [2021-06-28T11:29:09.872Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-06-28T11:29:10.132Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-06-28T11:29:10.132Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2021-06-28T11:29:10.132Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-28T11:29:11.518Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2021-06-28T11:29:11.518Z] === RUN TestDaemonDefaultNetworkPools [2021-06-28T11:29:11.518Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-06-28T11:29:12.081Z] --- PASS: TestDaemonDefaultNetworkPools (0.86s) [2021-06-28T11:29:12.081Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-28T11:29:13.447Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-06-28T11:29:13.447Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2021-06-28T11:29:13.447Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-28T11:29:13.703Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-06-28T11:29:13.943Z] time="2021-06-28T11:29:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:29:13.943Z] time="2021-06-28T11:29:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:593ab194a1d5825d2fe597e89ebf48521856b0d505920652a46619b17cfe4c47" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:29:13.943Z] time="2021-06-28T11:29:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:29:13.943Z] time="2021-06-28T11:29:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:593ab194a1d5825d2fe597e89ebf48521856b0d505920652a46619b17cfe4c47" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:29:13.943Z] plugin_test.go:165: [d103f0cbdaf9b] daemon is not started [2021-06-28T11:29:13.943Z] --- PASS: TestPluginInstall (9.91s) [2021-06-28T11:29:13.943Z] --- PASS: TestPluginInstall/no_auth (4.06s) [2021-06-28T11:29:13.943Z] --- PASS: TestPluginInstall/with_htpasswd (0.95s) [2021-06-28T11:29:13.943Z] --- PASS: TestPluginInstall/with_insecure (4.90s) [2021-06-28T11:29:13.943Z] === RUN TestPluginsWithRuntimes [2021-06-28T11:29:13.959Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-06-28T11:29:14.521Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2021-06-28T11:29:14.521Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-28T11:29:15.085Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.63s) [2021-06-28T11:29:15.085Z] === RUN TestServiceWithPredefinedNetwork [2021-06-28T11:29:15.329Z] === RUN TestPluginsWithRuntimes/No_Args [2021-06-28T11:29:16.012Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-06-28T11:29:16.271Z] === RUN TestPluginsWithRuntimes/With_Args [2021-06-28T11:29:17.657Z] --- PASS: TestPluginsWithRuntimes (4.17s) [2021-06-28T11:29:17.657Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.12s) [2021-06-28T11:29:17.657Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.12s) [2021-06-28T11:29:17.657Z] === RUN TestPluginBackCompatMediaTypes [2021-06-28T11:29:18.531Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-06-28T11:29:18.531Z] --- PASS: TestServiceWithPredefinedNetwork (2.98s) [2021-06-28T11:29:18.531Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-28T11:29:18.531Z] service_test.go:242: FLAKY_TEST [2021-06-28T11:29:18.531Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-28T11:29:18.531Z] === RUN TestServiceWithDataPathPortInit [2021-06-28T11:29:18.601Z] --- PASS: TestPluginBackCompatMediaTypes (0.91s) [2021-06-28T11:29:18.601Z] PASS [2021-06-28T11:29:18.601Z] [2021-06-28T11:29:18.601Z] DONE 10 tests in 15.161s [2021-06-28T11:29:18.601Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-28T11:29:18.601Z] ++ 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 [2021-06-28T11:29:18.601Z] ++ set -e [2021-06-28T11:29:18.601Z] ++ '[' -n 0 ']' [2021-06-28T11:29:18.601Z] ++ set -x [2021-06-28T11:29:18.601Z] ++ 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 [2021-06-28T11:29:18.601Z] INFO: Testing against a local daemon [2021-06-28T11:29:18.601Z] === RUN TestExternalGraphDriver [2021-06-28T11:29:18.862Z] === RUN TestExternalGraphDriver/json [2021-06-28T11:29:19.459Z] === RUN TestDockerSuite/TestBuildHistory [2021-06-28T11:29:20.776Z] === RUN TestExternalGraphDriver/spec [2021-06-28T11:29:22.729Z] === RUN TestDockerSuite/TestBuildIidFile [2021-06-28T11:29:22.729Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-06-28T11:29:23.291Z] === RUN TestDockerSuite/TestBuildInheritance [2021-06-28T11:29:23.323Z] === RUN TestExternalGraphDriver/pull [2021-06-28T11:29:23.854Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-06-28T11:29:24.112Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-06-28T11:29:24.112Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-06-28T11:29:24.711Z] --- PASS: TestExternalGraphDriver (6.02s) [2021-06-28T11:29:24.711Z] --- PASS: TestExternalGraphDriver/json (2.07s) [2021-06-28T11:29:24.711Z] --- PASS: TestExternalGraphDriver/spec (2.09s) [2021-06-28T11:29:24.711Z] --- PASS: TestExternalGraphDriver/pull (1.77s) [2021-06-28T11:29:24.711Z] === RUN TestGraphdriverPluginV2 [2021-06-28T11:29:24.711Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-28T11:29:24.711Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2021-06-28T11:29:24.711Z] PASS [2021-06-28T11:29:24.711Z] [2021-06-28T11:29:24.711Z] === Skipped [2021-06-28T11:29:24.711Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2021-06-28T11:29:24.711Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-28T11:29:24.711Z] [2021-06-28T11:29:24.711Z] [2021-06-28T11:29:24.711Z] DONE 5 tests, 1 skipped in 6.187s [2021-06-28T11:29:24.711Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-28T11:29:24.711Z] ++ 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 [2021-06-28T11:29:24.711Z] ++ set -e [2021-06-28T11:29:24.711Z] ++ '[' -n 0 ']' [2021-06-28T11:29:24.711Z] ++ set -x [2021-06-28T11:29:24.711Z] ++ 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 [2021-06-28T11:29:24.977Z] INFO: Testing against a local daemon [2021-06-28T11:29:24.977Z] === RUN TestContinueAfterPluginCrash [2021-06-28T11:29:24.977Z] === PAUSE TestContinueAfterPluginCrash [2021-06-28T11:29:24.977Z] === RUN TestReadPluginNoRead [2021-06-28T11:29:24.977Z] === PAUSE TestReadPluginNoRead [2021-06-28T11:29:24.977Z] === RUN TestDaemonStartWithLogOpt [2021-06-28T11:29:24.977Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-28T11:29:24.977Z] === CONT TestReadPluginNoRead [2021-06-28T11:29:24.977Z] === CONT TestDaemonStartWithLogOpt [2021-06-28T11:29:24.977Z] === CONT TestContinueAfterPluginCrash [2021-06-28T11:29:25.041Z] === RUN TestDockerSuite/TestBuildLabel [2021-06-28T11:29:25.298Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-06-28T11:29:25.554Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-06-28T11:29:25.810Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-06-28T11:29:26.066Z] === RUN TestDockerSuite/TestBuildLabels [2021-06-28T11:29:26.323Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-06-28T11:29:27.252Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-06-28T11:29:29.192Z] === RUN TestReadPluginNoRead/default [2021-06-28T11:29:29.192Z] --- PASS: TestDaemonStartWithLogOpt (4.15s) [2021-06-28T11:29:29.791Z] === RUN TestDockerSuite/TestBuildLastModified [2021-06-28T11:29:30.133Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-28T11:29:32.053Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-28T11:29:33.439Z] === CONT TestReadPluginNoRead [2021-06-28T11:29:33.439Z] read_test.go:92: [dd469102eaece] daemon is not started [2021-06-28T11:29:33.439Z] --- PASS: TestReadPluginNoRead (8.59s) [2021-06-28T11:29:33.439Z] --- PASS: TestReadPluginNoRead/default (1.69s) [2021-06-28T11:29:33.439Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.68s) [2021-06-28T11:29:33.439Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.64s) [2021-06-28T11:29:34.381Z] --- PASS: TestContinueAfterPluginCrash (9.47s) [2021-06-28T11:29:34.381Z] PASS [2021-06-28T11:29:34.381Z] [2021-06-28T11:29:34.381Z] DONE 6 tests in 9.613s [2021-06-28T11:29:34.381Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-06-28T11:29:34.381Z] ++ 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 [2021-06-28T11:29:34.381Z] ++ set -e [2021-06-28T11:29:34.381Z] ++ '[' -n 0 ']' [2021-06-28T11:29:34.381Z] ++ set -x [2021-06-28T11:29:34.381Z] ++ 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 [2021-06-28T11:29:34.381Z] testing: warning: no tests to run [2021-06-28T11:29:34.381Z] PASS [2021-06-28T11:29:34.381Z] [2021-06-28T11:29:34.381Z] DONE 0 tests in 0.037s [2021-06-28T11:29:34.381Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-28T11:29:34.381Z] ++ 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 [2021-06-28T11:29:34.381Z] ++ set -e [2021-06-28T11:29:34.381Z] ++ '[' -n 0 ']' [2021-06-28T11:29:34.381Z] ++ set -x [2021-06-28T11:29:34.381Z] ++ 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 [2021-06-28T11:29:34.642Z] INFO: Testing against a local daemon [2021-06-28T11:29:34.642Z] === RUN TestPluginWithDevMounts [2021-06-28T11:29:34.642Z] === PAUSE TestPluginWithDevMounts [2021-06-28T11:29:34.642Z] === CONT TestPluginWithDevMounts [2021-06-28T11:29:35.060Z] --- PASS: TestServiceWithDataPathPortInit (16.01s) [2021-06-28T11:29:35.060Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-28T11:29:35.060Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-06-28T11:29:35.317Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-06-28T11:29:36.557Z] --- PASS: TestPluginWithDevMounts (1.89s) [2021-06-28T11:29:36.557Z] PASS [2021-06-28T11:29:36.557Z] [2021-06-28T11:29:36.557Z] DONE 1 tests in 2.022s [2021-06-28T11:29:36.557Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-28T11:29:36.557Z] ++ 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 [2021-06-28T11:29:36.557Z] ++ set -e [2021-06-28T11:29:36.557Z] ++ '[' -n 0 ']' [2021-06-28T11:29:36.557Z] ++ set -x [2021-06-28T11:29:36.557Z] ++ 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 [2021-06-28T11:29:36.818Z] INFO: Testing against a local daemon [2021-06-28T11:29:36.818Z] === RUN TestSecretInspect [2021-06-28T11:29:37.840Z] docker_api_swarm_test.go:303: [d5d29e5ae0121] joining swarm manager [d54b24789f6fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:29:39.206Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:fgikcuuwe9qro1ppvl66x90ld Created:2021-06-28 11:29:35.852783987 +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[cca4b85a22bd25cde2b5270ca8a644dbb8bdd0e5e50e80f94677a76a847e33af:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.6qzex8k00df3hxk9tx4pn08hp EndpointID:8aa87ffa36c479433377f22a08e42852667ddf068b260937b88b0434ca8eb7ce MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:71fffd0aaf2c69f7a92bf38ac50283c71fba98211c6695a58ca867cf1c3e869b 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:b258e1604896 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.6qzex8k00df3hxk9tx4pn08hp EndpointID:8aa87ffa36c479433377f22a08e42852667ddf068b260937b88b0434ca8eb7ce EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-06-28T11:29:39.206Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-06-28T11:29:39.206Z] docker_api_swarm_test.go:304: [da14af4c3938a] joining swarm manager [d54b24789f6fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:29:39.367Z] --- PASS: TestSecretInspect (2.66s) [2021-06-28T11:29:39.367Z] === RUN TestSecretList [2021-06-28T11:29:39.462Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-06-28T11:29:39.463Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-06-28T11:29:39.463Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-06-28T11:29:39.463Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-06-28T11:29:39.719Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-06-28T11:29:40.281Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-06-28T11:29:40.843Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-06-28T11:29:41.914Z] --- PASS: TestSecretList (2.57s) [2021-06-28T11:29:41.914Z] === RUN TestSecretsCreateAndDelete [2021-06-28T11:29:42.214Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-06-28T11:29:43.580Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.19s) [2021-06-28T11:29:43.580Z] PASS [2021-06-28T11:29:43.580Z] [2021-06-28T11:29:43.580Z] === Skipped [2021-06-28T11:29:43.580Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-28T11:29:43.580Z] service_test.go:242: FLAKY_TEST [2021-06-28T11:29:43.580Z] [2021-06-28T11:29:43.580Z] [2021-06-28T11:29:43.580Z] DONE 26 tests, 1 skipped in 54.403s [2021-06-28T11:29:43.580Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-28T11:29:43.580Z] ++ 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 [2021-06-28T11:29:43.580Z] ++ set -e [2021-06-28T11:29:43.580Z] ++ '[' -n 0 ']' [2021-06-28T11:29:43.580Z] ++ set -x [2021-06-28T11:29:43.580Z] ++ 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 [2021-06-28T11:29:43.580Z] INFO: Testing against a local daemon [2021-06-28T11:29:43.580Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-28T11:29:43.580Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-28T11:29:43.580Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-28T11:29:43.580Z] === RUN TestDockerNetworkIpvlan [2021-06-28T11:29:43.580Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-28T11:29:43.580Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-28T11:29:43.580Z] PASS [2021-06-28T11:29:43.580Z] [2021-06-28T11:29:43.580Z] === Skipped [2021-06-28T11:29:43.580Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-28T11:29:43.580Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-28T11:29:43.580Z] [2021-06-28T11:29:43.580Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-28T11:29:43.580Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-28T11:29:43.580Z] [2021-06-28T11:29:43.580Z] [2021-06-28T11:29:43.580Z] DONE 2 tests, 2 skipped in 0.131s [2021-06-28T11:29:43.580Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-28T11:29:43.580Z] ++ 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 [2021-06-28T11:29:43.580Z] ++ set -e [2021-06-28T11:29:43.580Z] ++ '[' -n 0 ']' [2021-06-28T11:29:43.580Z] ++ set -x [2021-06-28T11:29:43.580Z] ++ 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 [2021-06-28T11:29:43.580Z] INFO: Testing against a local daemon [2021-06-28T11:29:43.580Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-28T11:29:44.945Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.36s) [2021-06-28T11:29:44.945Z] === RUN TestDockerNetworkMacvlan [2021-06-28T11:29:45.217Z] --- PASS: TestSecretsCreateAndDelete (2.66s) [2021-06-28T11:29:45.217Z] === RUN TestSecretsUpdate [2021-06-28T11:29:45.872Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-06-28T11:29:46.433Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-06-28T11:29:46.690Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-06-28T11:29:46.690Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-06-28T11:29:47.130Z] --- PASS: TestSecretsUpdate (2.55s) [2021-06-28T11:29:47.131Z] === RUN TestTemplatedSecret [2021-06-28T11:29:47.252Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-06-28T11:29:47.508Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-06-28T11:29:50.778Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-06-28T11:29:51.342Z] --- PASS: TestTemplatedSecret (3.65s) [2021-06-28T11:29:51.342Z] === RUN TestSecretCreateResolve [2021-06-28T11:29:53.888Z] --- PASS: TestSecretCreateResolve (2.67s) [2021-06-28T11:29:53.888Z] PASS [2021-06-28T11:29:53.888Z] [2021-06-28T11:29:53.888Z] DONE 6 tests in 17.018s [2021-06-28T11:29:53.888Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-06-28T11:29:53.888Z] ++ 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 [2021-06-28T11:29:53.888Z] ++ set -e [2021-06-28T11:29:53.888Z] ++ '[' -n 0 ']' [2021-06-28T11:29:53.888Z] ++ set -x [2021-06-28T11:29:53.888Z] ++ 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 [2021-06-28T11:29:54.948Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-06-28T11:29:56.432Z] INFO: Testing against a local daemon [2021-06-28T11:29:56.433Z] === RUN TestServiceCreateInit [2021-06-28T11:29:56.433Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-28T11:29:58.226Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-06-28T11:29:58.226Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-06-28T11:30:00.640Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-28T11:30:02.399Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-06-28T11:30:02.655Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-06-28T11:30:04.023Z] --- PASS: TestDockerNetworkMacvlan (18.94s) [2021-06-28T11:30:04.023Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-06-28T11:30:04.023Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2021-06-28T11:30:04.023Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.16s) [2021-06-28T11:30:04.023Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.56s) [2021-06-28T11:30:04.023Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.15s) [2021-06-28T11:30:04.023Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.91s) [2021-06-28T11:30:04.023Z] PASS [2021-06-28T11:30:04.023Z] [2021-06-28T11:30:04.023Z] DONE 8 tests in 20.436s [2021-06-28T11:30:04.023Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-28T11:30:04.023Z] ++ 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 [2021-06-28T11:30:04.023Z] ++ set -e [2021-06-28T11:30:04.023Z] ++ '[' -n 0 ']' [2021-06-28T11:30:04.023Z] ++ set -x [2021-06-28T11:30:04.023Z] ++ 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 [2021-06-28T11:30:04.023Z] testing: warning: no tests to run [2021-06-28T11:30:04.023Z] PASS [2021-06-28T11:30:04.023Z] [2021-06-28T11:30:04.023Z] DONE 0 tests in 0.036s [2021-06-28T11:30:04.023Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-28T11:30:04.023Z] ++ 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 [2021-06-28T11:30:04.023Z] ++ set -e [2021-06-28T11:30:04.023Z] ++ '[' -n 0 ']' [2021-06-28T11:30:04.023Z] ++ set -x [2021-06-28T11:30:04.024Z] ++ 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 [2021-06-28T11:30:04.024Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-06-28T11:30:04.279Z] INFO: Testing against a local daemon [2021-06-28T11:30:04.279Z] === RUN TestAuthZPluginAllowRequest [2021-06-28T11:30:05.931Z] --- PASS: TestServiceCreateInit (9.44s) [2021-06-28T11:30:05.931Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.41s) [2021-06-28T11:30:05.931Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.99s) [2021-06-28T11:30:05.931Z] === RUN TestCreateServiceMultipleTimes [2021-06-28T11:30:06.172Z] --- PASS: TestAuthZPluginAllowRequest (1.72s) [2021-06-28T11:30:06.172Z] === RUN TestAuthZPluginTLS [2021-06-28T11:30:06.429Z] --- PASS: TestAuthZPluginTLS (0.56s) [2021-06-28T11:30:06.429Z] === RUN TestAuthZPluginDenyRequest [2021-06-28T11:30:06.429Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-06-28T11:30:06.429Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-06-28T11:30:06.429Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-06-28T11:30:06.992Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2021-06-28T11:30:06.992Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-28T11:30:07.554Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2021-06-28T11:30:07.554Z] === RUN TestAuthZPluginDenyResponse [2021-06-28T11:30:08.116Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2021-06-28T11:30:08.116Z] === RUN TestAuthZPluginAllowEventStream [2021-06-28T11:30:10.007Z] --- PASS: TestAuthZPluginAllowEventStream (1.94s) [2021-06-28T11:30:10.007Z] === RUN TestAuthZPluginErrorResponse [2021-06-28T11:30:10.570Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2021-06-28T11:30:10.570Z] === RUN TestAuthZPluginErrorRequest [2021-06-28T11:30:11.133Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2021-06-28T11:30:11.133Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-28T11:30:11.698Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-06-28T11:30:11.699Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2021-06-28T11:30:11.699Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-28T11:30:11.954Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-06-28T11:30:13.861Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.07s) [2021-06-28T11:30:13.861Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-28T11:30:14.118Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-06-28T11:30:14.118Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-06-28T11:30:14.374Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-06-28T11:30:16.266Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.38s) [2021-06-28T11:30:16.266Z] === RUN TestAuthZPluginHeader [2021-06-28T11:30:17.196Z] docker_api_swarm_test.go:271: [db88dbec01217] joining swarm manager [dbfc4a70a6871]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:30:17.196Z] --- PASS: TestAuthZPluginHeader (1.04s) [2021-06-28T11:30:17.196Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-28T11:30:17.762Z] === RUN TestDockerSuite/TestBuildNetNone [2021-06-28T11:30:18.325Z] docker_api_swarm_test.go:272: [d2cdd41a992d5] joining swarm manager [dbfc4a70a6871]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:30:18.582Z] === RUN TestDockerSuite/TestBuildNoContext [2021-06-28T11:30:19.511Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-06-28T11:30:20.440Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-06-28T11:30:21.807Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.32s) [2021-06-28T11:30:21.807Z] === RUN TestAuthZPluginV2Disable [2021-06-28T11:30:22.370Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-06-28T11:30:22.627Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-06-28T11:30:22.627Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-06-28T11:30:22.883Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-06-28T11:30:23.139Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-06-28T11:30:23.703Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-06-28T11:30:24.080Z] --- PASS: TestCreateServiceMultipleTimes (16.83s) [2021-06-28T11:30:24.080Z] === RUN TestCreateServiceConflict [2021-06-28T11:30:25.022Z] --- PASS: TestCreateServiceConflict (2.65s) [2021-06-28T11:30:25.022Z] === RUN TestCreateServiceMaxReplicas [2021-06-28T11:30:25.069Z] --- PASS: TestAuthZPluginV2Disable (3.21s) [2021-06-28T11:30:25.069Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-28T11:30:25.631Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-06-28T11:30:26.194Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-06-28T11:30:28.084Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.04s) [2021-06-28T11:30:28.084Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-28T11:30:28.325Z] --- PASS: TestCreateServiceMaxReplicas (3.48s) [2021-06-28T11:30:28.325Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-28T11:30:28.341Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-06-28T11:30:29.710Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-06-28T11:30:30.047Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-06-28T11:30:30.048Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-06-28T11:30:30.048Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-06-28T11:30:30.048Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-06-28T11:30:30.048Z] Cross building: bundles/cross/linux/s390x [2021-06-28T11:30:30.048Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-06-28T11:30:30.048Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-06-28T11:30:33.014Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-06-28T11:30:34.381Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-06-28T11:30:36.274Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-06-28T11:30:36.274Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-06-28T11:30:36.836Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-06-28T11:30:40.106Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.78s) [2021-06-28T11:30:40.106Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-28T11:30:40.668Z] === RUN TestDockerSuite/TestBuildPATH [2021-06-28T11:30:42.035Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-06-28T11:30:42.964Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-06-28T11:30:43.235Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.93s) [2021-06-28T11:30:43.235Z] === RUN TestCreateServiceSecretFileMode [2021-06-28T11:30:43.526Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-06-28T11:30:45.152Z] --- PASS: TestCreateServiceSecretFileMode (2.93s) [2021-06-28T11:30:45.152Z] === RUN TestCreateServiceConfigFileMode [2021-06-28T11:30:48.455Z] --- PASS: TestCreateServiceConfigFileMode (2.99s) [2021-06-28T11:30:48.455Z] === RUN TestCreateServiceSysctls [2021-06-28T11:30:51.613Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-06-28T11:30:52.667Z] --- PASS: TestCreateServiceSysctls (4.15s) [2021-06-28T11:30:52.667Z] === RUN TestCreateServiceCapabilities [2021-06-28T11:30:54.131Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-06-28T11:30:55.215Z] --- PASS: TestCreateServiceCapabilities (2.55s) [2021-06-28T11:30:55.215Z] === RUN TestInspect [2021-06-28T11:30:56.650Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2021-06-28T11:30:56.650Z] PASS [2021-06-28T11:30:56.650Z] [2021-06-28T11:30:56.650Z] DONE 17 tests in 52.099s [2021-06-28T11:30:56.650Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-28T11:30:56.650Z] ++ 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 [2021-06-28T11:30:56.650Z] ++ set -e [2021-06-28T11:30:56.650Z] ++ '[' -n 0 ']' [2021-06-28T11:30:56.650Z] ++ set -x [2021-06-28T11:30:56.650Z] ++ 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 [2021-06-28T11:30:56.650Z] INFO: Testing against a local daemon [2021-06-28T11:30:56.650Z] === RUN TestPluginInvalidJSON [2021-06-28T11:30:56.650Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T11:30:56.650Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T11:30:56.650Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T11:30:56.650Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-06-28T11:30:56.650Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-28T11:30:56.650Z] === RUN TestPluginInstall [2021-06-28T11:30:56.650Z] === RUN TestPluginInstall/no_auth [2021-06-28T11:30:57.765Z] --- PASS: TestInspect (2.83s) [2021-06-28T11:30:57.765Z] === RUN TestCreateJob [2021-06-28T11:30:58.017Z] time="2021-06-28T11:30:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:30:58.017Z] time="2021-06-28T11:30:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fd688ade9086bf610cc4582ee0984f86e772da6bd54c160e9c978e266503a7ef" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:30:58.274Z] time="2021-06-28T11:30:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:30:58.274Z] time="2021-06-28T11:30:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fd688ade9086bf610cc4582ee0984f86e772da6bd54c160e9c978e266503a7ef" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:30:58.529Z] === RUN TestPluginInstall/with_htpasswd [2021-06-28T11:30:59.093Z] time="2021-06-28T11:30:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:30:59.093Z] time="2021-06-28T11:30:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5e79f1d1e4b356fac0a22f28c6d0e6f13e0b850739b60ddde073efe5608e80fb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:30:59.093Z] time="2021-06-28T11:30:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:30:59.093Z] time="2021-06-28T11:30:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5e79f1d1e4b356fac0a22f28c6d0e6f13e0b850739b60ddde073efe5608e80fb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:30:59.349Z] === RUN TestPluginInstall/with_insecure [2021-06-28T11:30:59.604Z] === RUN TestDockerSuite/TestBuildRm [2021-06-28T11:31:00.168Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-06-28T11:31:00.730Z] time="2021-06-28T11:31:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:31:00.730Z] time="2021-06-28T11:31:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:44651d3b6aae62abf64121f6f1ac845a5c2d752e129a1ba703bc4ed71589e172" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:31:00.730Z] time="2021-06-28T11:31:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-28T11:31:00.730Z] time="2021-06-28T11:31:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:44651d3b6aae62abf64121f6f1ac845a5c2d752e129a1ba703bc4ed71589e172" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-28T11:31:01.294Z] plugin_test.go:165: [d6b8edeb3f250] daemon is not started [2021-06-28T11:31:01.294Z] --- PASS: TestPluginInstall (4.82s) [2021-06-28T11:31:01.294Z] --- PASS: TestPluginInstall/no_auth (2.18s) [2021-06-28T11:31:01.294Z] --- PASS: TestPluginInstall/with_htpasswd (0.93s) [2021-06-28T11:31:01.294Z] --- PASS: TestPluginInstall/with_insecure (1.71s) [2021-06-28T11:31:01.294Z] === RUN TestPluginsWithRuntimes [2021-06-28T11:31:01.972Z] --- PASS: TestCreateJob (4.03s) [2021-06-28T11:31:01.972Z] === RUN TestReplicatedJob [2021-06-28T11:31:03.814Z] === RUN TestPluginsWithRuntimes/No_Args [2021-06-28T11:31:04.375Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-06-28T11:31:04.938Z] === RUN TestPluginsWithRuntimes/With_Args [2021-06-28T11:31:05.500Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-06-28T11:31:05.756Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-06-28T11:31:06.012Z] --- PASS: TestPluginsWithRuntimes (4.95s) [2021-06-28T11:31:06.012Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.37s) [2021-06-28T11:31:06.012Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.18s) [2021-06-28T11:31:06.012Z] === RUN TestPluginBackCompatMediaTypes [2021-06-28T11:31:07.380Z] --- PASS: TestPluginBackCompatMediaTypes (1.05s) [2021-06-28T11:31:07.380Z] PASS [2021-06-28T11:31:07.380Z] [2021-06-28T11:31:07.380Z] DONE 10 tests in 10.960s [2021-06-28T11:31:07.380Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-28T11:31:07.380Z] ++ 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 [2021-06-28T11:31:07.380Z] ++ set -e [2021-06-28T11:31:07.380Z] ++ '[' -n 0 ']' [2021-06-28T11:31:07.380Z] ++ set -x [2021-06-28T11:31:07.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=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 [2021-06-28T11:31:07.380Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-06-28T11:31:07.380Z] INFO: Testing against a local daemon [2021-06-28T11:31:07.380Z] === RUN TestExternalGraphDriver [2021-06-28T11:31:07.380Z] === RUN TestExternalGraphDriver/json [2021-06-28T11:31:07.637Z] docker_api_swarm_node_test.go:19: [de95a933d4816] joining swarm manager [ddc2b7c426a64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:31:07.893Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-06-28T11:31:08.455Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-06-28T11:31:08.559Z] --- PASS: TestReplicatedJob (6.52s) [2021-06-28T11:31:08.559Z] === RUN TestUpdateReplicatedJob [2021-06-28T11:31:08.712Z] docker_api_swarm_node_test.go:20: [d1c2a71b2c3a9] joining swarm manager [ddc2b7c426a64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:31:10.080Z] === RUN TestExternalGraphDriver/spec [2021-06-28T11:31:10.080Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-06-28T11:31:10.803Z] --- PASS: TestBuildWithHugeFile (164.80s) [2021-06-28T11:31:10.804Z] === RUN TestBuildWCOWSandboxSize [2021-06-28T11:31:11.452Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-06-28T11:31:12.015Z] === RUN TestExternalGraphDriver/pull [2021-06-28T11:31:12.272Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-06-28T11:31:12.767Z] --- PASS: TestUpdateReplicatedJob (4.12s) [2021-06-28T11:31:12.767Z] === RUN TestServiceListWithStatuses [2021-06-28T11:31:12.767Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-28T11:31:12.767Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-28T11:31:12.767Z] === RUN TestDockerNetworkConnectAlias [2021-06-28T11:31:14.188Z] --- PASS: TestExternalGraphDriver (6.57s) [2021-06-28T11:31:14.188Z] --- PASS: TestExternalGraphDriver/json (2.33s) [2021-06-28T11:31:14.188Z] --- PASS: TestExternalGraphDriver/spec (2.25s) [2021-06-28T11:31:14.188Z] --- PASS: TestExternalGraphDriver/pull (1.86s) [2021-06-28T11:31:14.188Z] === RUN TestGraphdriverPluginV2 [2021-06-28T11:31:16.079Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-06-28T11:31:16.336Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-06-28T11:31:16.336Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-06-28T11:31:16.336Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-06-28T11:31:16.336Z] === RUN TestDockerSuite/TestBuildSpaces [2021-06-28T11:31:16.592Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-06-28T11:31:17.961Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-06-28T11:31:17.961Z] === RUN TestDockerSuite/TestBuildStderr [2021-06-28T11:31:17.961Z] --- PASS: TestGraphdriverPluginV2 (4.13s) [2021-06-28T11:31:17.961Z] PASS [2021-06-28T11:31:17.961Z] [2021-06-28T11:31:17.961Z] DONE 5 tests in 10.887s [2021-06-28T11:31:18.061Z] --- PASS: TestDockerNetworkConnectAlias (5.31s) [2021-06-28T11:31:18.061Z] === RUN TestDockerNetworkReConnect [2021-06-28T11:31:18.220Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-28T11:31:18.220Z] ++ 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 [2021-06-28T11:31:18.220Z] ++ set -e [2021-06-28T11:31:18.220Z] ++ '[' -n 0 ']' [2021-06-28T11:31:18.220Z] ++ set -x [2021-06-28T11:31:18.220Z] ++ 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 [2021-06-28T11:31:18.220Z] INFO: Testing against a local daemon [2021-06-28T11:31:18.220Z] === RUN TestContinueAfterPluginCrash [2021-06-28T11:31:18.220Z] === PAUSE TestContinueAfterPluginCrash [2021-06-28T11:31:18.220Z] === RUN TestReadPluginNoRead [2021-06-28T11:31:18.220Z] === PAUSE TestReadPluginNoRead [2021-06-28T11:31:18.220Z] === RUN TestDaemonStartWithLogOpt [2021-06-28T11:31:18.220Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-28T11:31:18.220Z] === CONT TestContinueAfterPluginCrash [2021-06-28T11:31:18.220Z] === CONT TestDaemonStartWithLogOpt [2021-06-28T11:31:19.148Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-06-28T11:31:19.148Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-06-28T11:31:22.269Z] --- PASS: TestDockerNetworkReConnect (4.22s) [2021-06-28T11:31:22.269Z] === RUN TestServicePlugin [2021-06-28T11:31:22.269Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-28T11:31:22.269Z] --- SKIP: TestServicePlugin (0.00s) [2021-06-28T11:31:22.269Z] === RUN TestServiceUpdateLabel [2021-06-28T11:31:24.186Z] --- PASS: TestServiceUpdateLabel (2.16s) [2021-06-28T11:31:24.186Z] === RUN TestServiceUpdateSecrets [2021-06-28T11:31:24.403Z] --- PASS: TestDaemonStartWithLogOpt (5.34s) [2021-06-28T11:31:24.403Z] === CONT TestReadPluginNoRead [2021-06-28T11:31:25.772Z] docker_api_swarm_test.go:501: [d304ee8903991] joining swarm manager [db1b3a3f7901b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:31:26.029Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-06-28T11:31:27.920Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-06-28T11:31:27.920Z] === RUN TestReadPluginNoRead/default [2021-06-28T11:31:28.482Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-06-28T11:31:29.044Z] --- PASS: TestContinueAfterPluginCrash (10.84s) [2021-06-28T11:31:29.044Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-06-28T11:31:29.606Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-28T11:31:30.169Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-06-28T11:31:31.536Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-28T11:31:31.792Z] === RUN TestDockerSuite/TestBuildUser [2021-06-28T11:31:33.693Z] === CONT TestReadPluginNoRead [2021-06-28T11:31:33.693Z] read_test.go:92: [dee58219c8165] daemon is not started [2021-06-28T11:31:33.693Z] --- PASS: TestReadPluginNoRead (9.88s) [2021-06-28T11:31:33.693Z] --- PASS: TestReadPluginNoRead/default (2.06s) [2021-06-28T11:31:33.693Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.00s) [2021-06-28T11:31:33.693Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.80s) [2021-06-28T11:31:33.693Z] PASS [2021-06-28T11:31:33.693Z] [2021-06-28T11:31:33.693Z] DONE 6 tests in 15.371s [2021-06-28T11:31:33.693Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-06-28T11:31:33.694Z] ++ 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 [2021-06-28T11:31:33.694Z] ++ set -e [2021-06-28T11:31:33.694Z] ++ '[' -n 0 ']' [2021-06-28T11:31:33.694Z] ++ set -x [2021-06-28T11:31:33.694Z] ++ 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 [2021-06-28T11:31:33.694Z] testing: warning: no tests to run [2021-06-28T11:31:33.694Z] PASS [2021-06-28T11:31:33.694Z] [2021-06-28T11:31:33.694Z] DONE 0 tests in 0.037s [2021-06-28T11:31:33.694Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-28T11:31:33.694Z] ++ 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 [2021-06-28T11:31:33.694Z] ++ set -e [2021-06-28T11:31:33.694Z] ++ '[' -n 0 ']' [2021-06-28T11:31:33.694Z] ++ set -x [2021-06-28T11:31:33.694Z] ++ 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 [2021-06-28T11:31:33.694Z] INFO: Testing against a local daemon [2021-06-28T11:31:33.694Z] === RUN TestPluginWithDevMounts [2021-06-28T11:31:33.694Z] === PAUSE TestPluginWithDevMounts [2021-06-28T11:31:33.694Z] === CONT TestPluginWithDevMounts [2021-06-28T11:31:33.694Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-06-28T11:31:35.597Z] --- PASS: TestPluginWithDevMounts (1.82s) [2021-06-28T11:31:35.597Z] PASS [2021-06-28T11:31:35.597Z] [2021-06-28T11:31:35.597Z] DONE 1 tests in 1.985s [2021-06-28T11:31:35.597Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-28T11:31:35.598Z] ++ 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 [2021-06-28T11:31:35.598Z] ++ set -e [2021-06-28T11:31:35.598Z] ++ '[' -n 0 ']' [2021-06-28T11:31:35.598Z] ++ set -x [2021-06-28T11:31:35.598Z] ++ 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 [2021-06-28T11:31:35.598Z] INFO: Testing against a local daemon [2021-06-28T11:31:35.598Z] === RUN TestSecretInspect [2021-06-28T11:31:37.493Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-06-28T11:31:38.422Z] --- PASS: TestSecretInspect (2.64s) [2021-06-28T11:31:38.422Z] === RUN TestSecretList [2021-06-28T11:31:38.678Z] docker_api_swarm_test.go:506: [d8212b38b9dc7] joining swarm manager [db1b3a3f7901b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:31:41.200Z] --- PASS: TestSecretList (2.62s) [2021-06-28T11:31:41.200Z] === RUN TestSecretsCreateAndDelete [2021-06-28T11:31:42.301Z] --- PASS: TestServiceUpdateSecrets (15.40s) [2021-06-28T11:31:42.301Z] === RUN TestServiceUpdateConfigs [2021-06-28T11:31:43.718Z] --- PASS: TestSecretsCreateAndDelete (2.66s) [2021-06-28T11:31:43.718Z] === RUN TestSecretsUpdate [2021-06-28T11:31:46.999Z] --- PASS: TestSecretsUpdate (2.92s) [2021-06-28T11:31:46.999Z] === RUN TestTemplatedSecret [2021-06-28T11:31:51.169Z] --- PASS: TestTemplatedSecret (4.29s) [2021-06-28T11:31:51.169Z] === RUN TestSecretCreateResolve [2021-06-28T11:31:51.490Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-06-28T11:31:51.490Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-06-28T11:31:51.490Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-06-28T11:31:51.490Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-06-28T11:31:51.490Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-06-28T11:31:52.079Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-06-28T11:31:52.393Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42572/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a hack/test/unit [2021-06-28T11:31:52.956Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-06-28T11:31:52.956Z] + TESTFLAGS+=' -test.timeout=5m' [2021-06-28T11:31:52.956Z] + TESTDIRS=./... [2021-06-28T11:31:52.956Z] + exclude_paths='/vendor/|/integration' [2021-06-28T11:31:52.956Z] ++ go list ./... [2021-06-28T11:31:52.956Z] ++ grep -vE '(/vendor/|/integration)' [2021-06-28T11:31:53.687Z] --- PASS: TestSecretCreateResolve (2.79s) [2021-06-28T11:31:53.687Z] PASS [2021-06-28T11:31:53.687Z] [2021-06-28T11:31:53.687Z] DONE 6 tests in 18.054s [2021-06-28T11:31:53.687Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-28T11:31:53.687Z] ++ 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 [2021-06-28T11:31:53.687Z] ++ set -e [2021-06-28T11:31:53.687Z] ++ '[' -n 0 ']' [2021-06-28T11:31:53.687Z] ++ set -x [2021-06-28T11:31:53.687Z] ++ 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 [2021-06-28T11:31:53.687Z] INFO: Testing against a local daemon [2021-06-28T11:31:53.687Z] === RUN TestServiceCreateInit [2021-06-28T11:31:53.885Z] + pkg_list='github.com/docker/docker/api [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/backend/build [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/httputils [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/middleware [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/router [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/router/build [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/router/checkpoint [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/router/container [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/router/debug [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/router/distribution [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/router/grpc [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/router/image [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/router/network [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/router/plugin [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/router/session [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/router/swarm [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/router/system [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/server/router/volume [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/backend [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/blkiodev [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/container [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/events [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/filters [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/image [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/mount [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/network [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/plugins/logdriver [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/registry [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/strslice [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/swarm [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/swarm/runtime [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/time [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/versions [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/versions/v1p19 [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/versions/v1p20 [2021-06-28T11:31:53.885Z] github.com/docker/docker/api/types/volume [2021-06-28T11:31:53.885Z] github.com/docker/docker/builder [2021-06-28T11:31:53.885Z] github.com/docker/docker/builder/builder-next [2021-06-28T11:31:53.885Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-06-28T11:31:53.885Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-06-28T11:31:53.885Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-06-28T11:31:53.885Z] github.com/docker/docker/builder/builder-next/exporter [2021-06-28T11:31:53.885Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-06-28T11:31:53.885Z] github.com/docker/docker/builder/builder-next/worker [2021-06-28T11:31:53.885Z] github.com/docker/docker/builder/dockerfile [2021-06-28T11:31:53.885Z] github.com/docker/docker/builder/dockerignore [2021-06-28T11:31:53.885Z] github.com/docker/docker/builder/remotecontext [2021-06-28T11:31:53.885Z] github.com/docker/docker/builder/remotecontext/git [2021-06-28T11:31:53.885Z] github.com/docker/docker/cli [2021-06-28T11:31:53.885Z] github.com/docker/docker/cli/config [2021-06-28T11:31:53.885Z] github.com/docker/docker/cli/debug [2021-06-28T11:31:53.885Z] github.com/docker/docker/client [2021-06-28T11:31:53.885Z] github.com/docker/docker/cmd/docker-proxy [2021-06-28T11:31:53.885Z] github.com/docker/docker/cmd/dockerd [2021-06-28T11:31:53.885Z] github.com/docker/docker/container [2021-06-28T11:31:53.885Z] github.com/docker/docker/container/stream [2021-06-28T11:31:53.885Z] github.com/docker/docker/contrib/apparmor [2021-06-28T11:31:53.885Z] github.com/docker/docker/contrib/docker-device-tool [2021-06-28T11:31:53.885Z] github.com/docker/docker/contrib/httpserver [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/cluster [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/cluster/convert [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/cluster/executor [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/cluster/executor/container [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/cluster/provider [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/config [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/discovery [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/events [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/events/testutils [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/exec [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/graphdriver [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/graphdriver/copy [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/graphdriver/register [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/images [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/initlayer [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/links [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/listeners [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/logger [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/logger/awslogs [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/logger/fluentd [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/logger/gcplogs [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/logger/gelf [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/logger/journald [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/logger/local [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/logger/logentries [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/logger/loggerutils [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/logger/splunk [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/logger/syslog [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/logger/templates [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/names [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/network [2021-06-28T11:31:53.885Z] github.com/docker/docker/daemon/stats [2021-06-28T11:31:53.885Z] github.com/docker/docker/distribution [2021-06-28T11:31:53.885Z] github.com/docker/docker/distribution/metadata [2021-06-28T11:31:53.885Z] github.com/docker/docker/distribution/utils [2021-06-28T11:31:53.885Z] github.com/docker/docker/distribution/xfer [2021-06-28T11:31:53.885Z] github.com/docker/docker/dockerversion [2021-06-28T11:31:53.885Z] github.com/docker/docker/errdefs [2021-06-28T11:31:53.885Z] github.com/docker/docker/image [2021-06-28T11:31:53.885Z] github.com/docker/docker/image/cache [2021-06-28T11:31:53.885Z] github.com/docker/docker/image/tarexport [2021-06-28T11:31:53.885Z] github.com/docker/docker/image/v1 [2021-06-28T11:31:53.885Z] github.com/docker/docker/internal/test/suite [2021-06-28T11:31:53.885Z] github.com/docker/docker/layer [2021-06-28T11:31:53.885Z] github.com/docker/docker/libcontainerd [2021-06-28T11:31:53.885Z] github.com/docker/docker/libcontainerd/queue [2021-06-28T11:31:53.885Z] github.com/docker/docker/libcontainerd/remote [2021-06-28T11:31:53.885Z] github.com/docker/docker/libcontainerd/supervisor [2021-06-28T11:31:53.885Z] github.com/docker/docker/libcontainerd/types [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/api [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/bitseq [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/cluster [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/config [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/datastore [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/diagnostic [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/discoverapi [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/driverapi [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/drivers/host [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/drivers/null [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/drivers/remote [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/drivers/windows [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/drvregistry [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/etchosts [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/idm [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/internal/caller [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/ipam [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/ipamapi [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/ipams/null [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/ipams/remote [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/ipamutils [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/iptables [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/netlabel [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/netutils [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/networkdb [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/ns [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/options [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/osl [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/osl/kernel [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/portallocator [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/portmapper [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/resolvconf [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/testutils [2021-06-28T11:31:53.885Z] github.com/docker/docker/libnetwork/types [2021-06-28T11:31:53.885Z] github.com/docker/docker/oci [2021-06-28T11:31:53.885Z] github.com/docker/docker/oci/caps [2021-06-28T11:31:53.885Z] github.com/docker/docker/opts [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/aaparser [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/archive [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/authorization [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/broadcaster [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/capabilities [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/chrootarchive [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/containerfs [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/devicemapper [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/directory [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/discovery [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/discovery/file [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/discovery/kv [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/discovery/memory [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/discovery/nodes [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/dmesg [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/filenotify [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/fileutils [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/fsutils [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/homedir [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/idtools [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/ioutils [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/jsonmessage [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/locker [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/longpath [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/loopback [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/mount [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/namesgenerator [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/parsers [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/parsers/kernel [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/pidfile [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/platform [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/plugingetter [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/plugins [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/plugins/transport [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/pools [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/progress [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/pubsub [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/reexec [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/signal [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/signal/testfiles [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/stdcopy [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/streamformatter [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/stringid [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/symlink [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/sysinfo [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/system [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/tailfile [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/tarsum [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/term [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/term/windows [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/truncindex [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/urlutil [2021-06-28T11:31:53.885Z] github.com/docker/docker/pkg/useragent [2021-06-28T11:31:53.885Z] github.com/docker/docker/plugin [2021-06-28T11:31:53.885Z] github.com/docker/docker/plugin/executor/containerd [2021-06-28T11:31:53.885Z] github.com/docker/docker/plugin/v2 [2021-06-28T11:31:53.885Z] github.com/docker/docker/profiles/apparmor [2021-06-28T11:31:53.885Z] github.com/docker/docker/profiles/seccomp [2021-06-28T11:31:53.885Z] github.com/docker/docker/quota [2021-06-28T11:31:53.885Z] github.com/docker/docker/reference [2021-06-28T11:31:53.885Z] github.com/docker/docker/registry [2021-06-28T11:31:53.885Z] github.com/docker/docker/registry/resumable [2021-06-28T11:31:53.886Z] github.com/docker/docker/restartmanager [2021-06-28T11:31:53.886Z] github.com/docker/docker/rootless [2021-06-28T11:31:53.886Z] github.com/docker/docker/rootless/specconv [2021-06-28T11:31:53.886Z] github.com/docker/docker/runconfig [2021-06-28T11:31:53.886Z] github.com/docker/docker/runconfig/opts [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/daemon [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/environment [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/fakecontext [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/fakegit [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/fakestorage [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/fixtures/load [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/fixtures/plugin [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/registry [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/request [2021-06-28T11:31:53.886Z] github.com/docker/docker/volume [2021-06-28T11:31:53.886Z] github.com/docker/docker/volume/drivers [2021-06-28T11:31:53.886Z] github.com/docker/docker/volume/local [2021-06-28T11:31:53.886Z] github.com/docker/docker/volume/mounts [2021-06-28T11:31:53.886Z] github.com/docker/docker/volume/service [2021-06-28T11:31:53.886Z] github.com/docker/docker/volume/service/opts [2021-06-28T11:31:53.886Z] github.com/docker/docker/volume/testutils' [2021-06-28T11:31:53.886Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-06-28T11:31:53.886Z] + echo 'github.com/docker/docker/api [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/backend/build [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/httputils [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/middleware [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/router [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/router/build [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/router/checkpoint [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/router/container [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/router/debug [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/router/distribution [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/router/grpc [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/router/image [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/router/network [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/router/plugin [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/router/session [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/router/swarm [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/router/system [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/server/router/volume [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/backend [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/blkiodev [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/container [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/events [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/filters [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/image [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/mount [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/network [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/plugins/logdriver [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/registry [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/strslice [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/swarm [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/swarm/runtime [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/time [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/versions [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/versions/v1p19 [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/versions/v1p20 [2021-06-28T11:31:53.886Z] github.com/docker/docker/api/types/volume [2021-06-28T11:31:53.886Z] github.com/docker/docker/builder [2021-06-28T11:31:53.886Z] github.com/docker/docker/builder/builder-next [2021-06-28T11:31:53.886Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-06-28T11:31:53.886Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-06-28T11:31:53.886Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-06-28T11:31:53.886Z] github.com/docker/docker/builder/builder-next/exporter [2021-06-28T11:31:53.886Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-06-28T11:31:53.886Z] github.com/docker/docker/builder/builder-next/worker [2021-06-28T11:31:53.886Z] github.com/docker/docker/builder/dockerfile [2021-06-28T11:31:53.886Z] github.com/docker/docker/builder/dockerignore [2021-06-28T11:31:53.886Z] github.com/docker/docker/builder/remotecontext [2021-06-28T11:31:53.886Z] github.com/docker/docker/builder/remotecontext/git [2021-06-28T11:31:53.886Z] github.com/docker/docker/cli [2021-06-28T11:31:53.886Z] github.com/docker/docker/cli/config [2021-06-28T11:31:53.886Z] github.com/docker/docker/cli/debug [2021-06-28T11:31:53.886Z] github.com/docker/docker/client [2021-06-28T11:31:53.886Z] github.com/docker/docker/cmd/docker-proxy [2021-06-28T11:31:53.886Z] github.com/docker/docker/cmd/dockerd [2021-06-28T11:31:53.886Z] github.com/docker/docker/container [2021-06-28T11:31:53.886Z] github.com/docker/docker/container/stream [2021-06-28T11:31:53.886Z] github.com/docker/docker/contrib/apparmor [2021-06-28T11:31:53.886Z] github.com/docker/docker/contrib/docker-device-tool [2021-06-28T11:31:53.886Z] github.com/docker/docker/contrib/httpserver [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/cluster [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/cluster/convert [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/cluster/executor [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/cluster/executor/container [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/cluster/provider [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/config [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/discovery [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/events [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/events/testutils [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/exec [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/graphdriver [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/graphdriver/copy [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/graphdriver/register [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/images [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/initlayer [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/links [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/listeners [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/logger [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/logger/awslogs [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/logger/fluentd [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/logger/gcplogs [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/logger/gelf [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/logger/journald [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/logger/local [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/logger/logentries [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/logger/loggerutils [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/logger/splunk [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/logger/syslog [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/logger/templates [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/names [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/network [2021-06-28T11:31:53.886Z] github.com/docker/docker/daemon/stats [2021-06-28T11:31:53.886Z] github.com/docker/docker/distribution [2021-06-28T11:31:53.886Z] github.com/docker/docker/distribution/metadata [2021-06-28T11:31:53.886Z] github.com/docker/docker/distribution/utils [2021-06-28T11:31:53.886Z] github.com/docker/docker/distribution/xfer [2021-06-28T11:31:53.886Z] github.com/docker/docker/dockerversion [2021-06-28T11:31:53.886Z] github.com/docker/docker/errdefs [2021-06-28T11:31:53.886Z] github.com/docker/docker/image [2021-06-28T11:31:53.886Z] github.com/docker/docker/image/cache [2021-06-28T11:31:53.886Z] github.com/docker/docker/image/tarexport [2021-06-28T11:31:53.886Z] github.com/docker/docker/image/v1 [2021-06-28T11:31:53.886Z] github.com/docker/docker/internal/test/suite [2021-06-28T11:31:53.886Z] github.com/docker/docker/layer [2021-06-28T11:31:53.886Z] github.com/docker/docker/libcontainerd [2021-06-28T11:31:53.886Z] github.com/docker/docker/libcontainerd/queue [2021-06-28T11:31:53.886Z] github.com/docker/docker/libcontainerd/remote [2021-06-28T11:31:53.886Z] github.com/docker/docker/libcontainerd/supervisor [2021-06-28T11:31:53.886Z] github.com/docker/docker/libcontainerd/types [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/api [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/bitseq [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/cluster [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/config [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/datastore [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/diagnostic [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/discoverapi [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/driverapi [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/host [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/null [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/remote [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/windows [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drvregistry [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/etchosts [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/idm [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/internal/caller [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/ipam [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/ipamapi [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/ipams/null [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/ipams/remote [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/ipamutils [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/iptables [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/netlabel [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/netutils [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/networkdb [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/ns [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/options [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/osl [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/osl/kernel [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/portallocator [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/portmapper [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/resolvconf [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/testutils [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/types [2021-06-28T11:31:53.886Z] github.com/docker/docker/oci [2021-06-28T11:31:53.886Z] github.com/docker/docker/oci/caps [2021-06-28T11:31:53.886Z] github.com/docker/docker/opts [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/aaparser [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/archive [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/authorization [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/broadcaster [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/capabilities [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/chrootarchive [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/containerfs [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/devicemapper [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/directory [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/discovery [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/discovery/file [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/discovery/kv [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/discovery/memory [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/discovery/nodes [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/dmesg [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/filenotify [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/fileutils [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/fsutils [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/homedir [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/idtools [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/ioutils [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/jsonmessage [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/locker [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/longpath [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/loopback [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/mount [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/namesgenerator [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/parsers [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/parsers/kernel [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/pidfile [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/platform [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/plugingetter [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/plugins [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/plugins/transport [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/pools [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/progress [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/pubsub [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/reexec [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/signal [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/signal/testfiles [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/stdcopy [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/streamformatter [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/stringid [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/symlink [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/sysinfo [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/system [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/tailfile [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/tarsum [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/term [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/term/windows [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/truncindex [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/urlutil [2021-06-28T11:31:53.886Z] github.com/docker/docker/pkg/useragent [2021-06-28T11:31:53.886Z] github.com/docker/docker/plugin [2021-06-28T11:31:53.886Z] github.com/docker/docker/plugin/executor/containerd [2021-06-28T11:31:53.886Z] github.com/docker/docker/plugin/v2 [2021-06-28T11:31:53.886Z] github.com/docker/docker/profiles/apparmor [2021-06-28T11:31:53.886Z] github.com/docker/docker/profiles/seccomp [2021-06-28T11:31:53.886Z] github.com/docker/docker/quota [2021-06-28T11:31:53.886Z] github.com/docker/docker/reference [2021-06-28T11:31:53.886Z] github.com/docker/docker/registry [2021-06-28T11:31:53.886Z] github.com/docker/docker/registry/resumable [2021-06-28T11:31:53.886Z] github.com/docker/docker/restartmanager [2021-06-28T11:31:53.886Z] github.com/docker/docker/rootless [2021-06-28T11:31:53.886Z] github.com/docker/docker/rootless/specconv [2021-06-28T11:31:53.886Z] github.com/docker/docker/runconfig [2021-06-28T11:31:53.886Z] github.com/docker/docker/runconfig/opts [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/daemon [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/environment [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/fakecontext [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/fakegit [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/fakestorage [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/fixtures/load [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/fixtures/plugin [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/registry [2021-06-28T11:31:53.886Z] github.com/docker/docker/testutil/request [2021-06-28T11:31:53.886Z] github.com/docker/docker/volume [2021-06-28T11:31:53.886Z] github.com/docker/docker/volume/drivers [2021-06-28T11:31:53.886Z] github.com/docker/docker/volume/local [2021-06-28T11:31:53.886Z] github.com/docker/docker/volume/mounts [2021-06-28T11:31:53.886Z] github.com/docker/docker/volume/service [2021-06-28T11:31:53.886Z] github.com/docker/docker/volume/service/opts [2021-06-28T11:31:53.886Z] github.com/docker/docker/volume/testutils' [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-28T11:31:53.886Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-28T11:31:53.886Z] + type docker-proxy [2021-06-28T11:31:53.886Z] hack/test/unit: line 22: type: docker-proxy: not found [2021-06-28T11:31:53.886Z] + hack/make.sh binary-proxy install-proxy [2021-06-28T11:31:53.886Z] [2021-06-28T11:31:53.886Z] Removing bundles/ [2021-06-28T11:31:53.886Z] [2021-06-28T11:31:53.886Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-06-28T11:31:53.886Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-06-28T11:31:53.886Z] GOOS="" GOARCH="" GOARM="" [2021-06-28T11:31:53.943Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-28T11:31:54.506Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-06-28T11:31:55.874Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-06-28T11:31:55.874Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-06-28T11:31:57.210Z] --- PASS: TestServiceUpdateConfigs (15.25s) [2021-06-28T11:31:57.210Z] === RUN TestServiceUpdateNetwork [2021-06-28T11:31:57.248Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-06-28T11:31:58.179Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-06-28T11:31:59.548Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-28T11:31:59.548Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-06-28T11:31:59.548Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-06-28T11:31:59.548Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-06-28T11:31:59.548Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-06-28T11:31:59.548Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-06-28T11:31:59.548Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-06-28T11:31:59.805Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-06-28T11:31:59.805Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-06-28T11:31:59.805Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-06-28T11:32:00.431Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-06-28T11:32:00.431Z] [2021-06-28T11:32:00.431Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-06-28T11:32:00.431Z] Installing docker-proxy to /usr/local/bin/ [2021-06-28T11:32:00.431Z] [2021-06-28T11:32:00.431Z] + mkdir -p bundles [2021-06-28T11:32:00.432Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-06-28T11:32:00.994Z] ? github.com/docker/docker/api [no test files] [2021-06-28T11:32:01.696Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-06-28T11:32:01.696Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-06-28T11:32:03.065Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-06-28T11:32:03.322Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-06-28T11:32:04.707Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-06-28T11:32:04.707Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-06-28T11:32:04.962Z] --- PASS: TestServiceCreateInit (11.13s) [2021-06-28T11:32:04.962Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.52s) [2021-06-28T11:32:04.962Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.57s) [2021-06-28T11:32:04.962Z] === RUN TestCreateServiceMultipleTimes [2021-06-28T11:32:07.516Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-06-28T11:32:09.447Z] --- PASS: TestServiceUpdateNetwork (13.72s) [2021-06-28T11:32:09.447Z] === RUN TestServiceUpdatePidsLimit [2021-06-28T11:32:10.019Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-06-28T11:32:10.035Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-06-28T11:32:10.961Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-06-28T11:32:10.967Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-06-28T11:32:11.898Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-06-28T11:32:12.461Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-06-28T11:32:12.461Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-06-28T11:32:12.461Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-06-28T11:32:13.024Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-06-28T11:32:13.588Z] === RUN TestDockerSuite/TestBuildXZHost [2021-06-28T11:32:15.480Z] docker_api_swarm_node_test.go:80: [d8c3a35e79d26] joining swarm manager [d123673eabc06]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:32:16.410Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-06-28T11:32:16.410Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-06-28T11:32:16.410Z] docker_cli_sni_test.go:18: Flakey test [2021-06-28T11:32:16.410Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-06-28T11:32:17.339Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-06-28T11:32:18.712Z] === RUN TestDockerSuite/TestCommitChange [2021-06-28T11:32:19.101Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-06-28T11:32:19.123Z] ok github.com/docker/docker/api/server 0.014s coverage: 9.0% of statements [2021-06-28T11:32:19.639Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-06-28T11:32:21.006Z] === RUN TestDockerSuite/TestCommitHardlink [2021-06-28T11:32:22.908Z] === RUN TestDockerSuite/TestCommitNewFile [2021-06-28T11:32:24.800Z] --- PASS: TestCreateServiceMultipleTimes (19.78s) [2021-06-28T11:32:24.800Z] === RUN TestCreateServiceConflict [2021-06-28T11:32:24.800Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-06-28T11:32:26.166Z] === RUN TestDockerSuite/TestCommitTTY [2021-06-28T11:32:27.094Z] --- PASS: TestCreateServiceConflict (2.22s) [2021-06-28T11:32:27.094Z] === RUN TestCreateServiceMaxReplicas [2021-06-28T11:32:27.238Z] --- PASS: TestServiceUpdatePidsLimit (17.32s) [2021-06-28T11:32:27.239Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s) [2021-06-28T11:32:27.239Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.13s) [2021-06-28T11:32:27.239Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.13s) [2021-06-28T11:32:27.239Z] PASS [2021-06-28T11:32:27.239Z] [2021-06-28T11:32:27.239Z] === Skipped [2021-06-28T11:32:27.239Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-28T11:32:27.239Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-28T11:32:27.239Z] [2021-06-28T11:32:27.239Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-06-28T11:32:27.239Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-28T11:32:27.239Z] [2021-06-28T11:32:27.239Z] [2021-06-28T11:32:27.239Z] DONE 27 tests, 2 skipped in 152.350s [2021-06-28T11:32:27.239Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-06-28T11:32:27.239Z] ++ 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 [2021-06-28T11:32:27.239Z] ++ set -e [2021-06-28T11:32:27.239Z] ++ '[' -n 0 ']' [2021-06-28T11:32:27.239Z] ++ set -x [2021-06-28T11:32:27.239Z] ++ 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 [2021-06-28T11:32:27.811Z] INFO: Testing against a local daemon [2021-06-28T11:32:27.811Z] === RUN TestSessionCreate [2021-06-28T11:32:27.811Z] --- PASS: TestSessionCreate (0.04s) [2021-06-28T11:32:27.811Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-28T11:32:27.811Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2021-06-28T11:32:27.811Z] PASS [2021-06-28T11:32:27.811Z] [2021-06-28T11:32:27.811Z] DONE 2 tests in 1.915s [2021-06-28T11:32:27.811Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-06-28T11:32:27.811Z] ++ 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 [2021-06-28T11:32:27.811Z] ++ set -e [2021-06-28T11:32:27.811Z] ++ '[' -n 0 ']' [2021-06-28T11:32:27.811Z] ++ set -x [2021-06-28T11:32:27.811Z] ++ 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 [2021-06-28T11:32:28.023Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-06-28T11:32:28.383Z] INFO: Testing against a local daemon [2021-06-28T11:32:28.383Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-28T11:32:28.383Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-28T11:32:28.383Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-28T11:32:28.383Z] === RUN TestEventsExecDie [2021-06-28T11:32:29.325Z] --- PASS: TestEventsExecDie (1.08s) [2021-06-28T11:32:29.325Z] === RUN TestEventsBackwardsCompatible [2021-06-28T11:32:29.325Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-06-28T11:32:29.325Z] === RUN TestEventsVolumeCreate [2021-06-28T11:32:29.391Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-06-28T11:32:29.587Z] --- PASS: TestEventsVolumeCreate (0.07s) [2021-06-28T11:32:29.587Z] === RUN TestInfoBinaryCommits [2021-06-28T11:32:29.587Z] --- PASS: TestInfoBinaryCommits (0.04s) [2021-06-28T11:32:29.587Z] === RUN TestInfoAPIVersioned [2021-06-28T11:32:29.587Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-28T11:32:29.587Z] === RUN TestInfoDiscoveryBackend [2021-06-28T11:32:30.158Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-06-28T11:32:30.158Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-28T11:32:30.758Z] --- PASS: TestCreateServiceMaxReplicas (3.85s) [2021-06-28T11:32:30.758Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-28T11:32:31.015Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-06-28T11:32:31.099Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-06-28T11:32:31.099Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-28T11:32:31.272Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-06-28T11:32:31.670Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2021-06-28T11:32:31.670Z] === RUN TestInfoAPI [2021-06-28T11:32:31.670Z] --- PASS: TestInfoAPI (0.04s) [2021-06-28T11:32:31.670Z] === RUN TestInfoAPIWarnings [2021-06-28T11:32:32.639Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-06-28T11:32:32.639Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-06-28T11:32:32.639Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-06-28T11:32:32.895Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-06-28T11:32:32.895Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-06-28T11:32:32.895Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-06-28T11:32:32.895Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-06-28T11:32:33.824Z] docker_api_swarm_node_test.go:52: [d847396d2ecb6] joining swarm manager [dc3cdeccbf4af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:32:34.755Z] docker_api_swarm_node_test.go:53: [dea2147cf828c] joining swarm manager [dc3cdeccbf4af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:32:35.319Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-06-28T11:32:37.220Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-06-28T11:32:37.221Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-06-28T11:32:37.479Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-06-28T11:32:38.407Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-06-28T11:32:39.335Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-06-28T11:32:39.896Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-06-28T11:32:40.823Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-06-28T11:32:40.823Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-06-28T11:32:40.823Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-06-28T11:32:41.385Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-06-28T11:32:41.385Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-06-28T11:32:41.647Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-06-28T11:32:41.647Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-06-28T11:32:41.647Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-06-28T11:32:42.577Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-06-28T11:32:43.141Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-06-28T11:32:44.070Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-06-28T11:32:44.070Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-06-28T11:32:45.435Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-06-28T11:32:45.692Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.89s) [2021-06-28T11:32:45.692Z] === RUN TestCreateServiceSecretFileMode [2021-06-28T11:32:46.253Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-06-28T11:32:46.253Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-06-28T11:32:47.181Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-06-28T11:32:48.111Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-06-28T11:32:49.043Z] --- PASS: TestCreateServiceSecretFileMode (3.16s) [2021-06-28T11:32:49.043Z] === RUN TestCreateServiceConfigFileMode [2021-06-28T11:32:49.043Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-06-28T11:32:49.785Z] --- PASS: TestInfoAPIWarnings (16.35s) [2021-06-28T11:32:49.785Z] === RUN TestInfoDebug [2021-06-28T11:32:49.785Z] --- PASS: TestInfoDebug (0.54s) [2021-06-28T11:32:49.785Z] === RUN TestInfoInsecureRegistries [2021-06-28T11:32:49.785Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2021-06-28T11:32:49.785Z] === RUN TestInfoRegistryMirrors [2021-06-28T11:32:49.785Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-06-28T11:32:49.785Z] === RUN TestLoginFailsWithBadCredentials [2021-06-28T11:32:49.785Z] --- PASS: TestLoginFailsWithBadCredentials (0.20s) [2021-06-28T11:32:49.785Z] === RUN TestPingCacheHeaders [2021-06-28T11:32:49.785Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-06-28T11:32:49.785Z] === RUN TestPingGet [2021-06-28T11:32:49.785Z] --- PASS: TestPingGet (0.03s) [2021-06-28T11:32:49.785Z] === RUN TestPingHead [2021-06-28T11:32:49.785Z] --- PASS: TestPingHead (0.03s) [2021-06-28T11:32:49.785Z] === RUN TestVersion [2021-06-28T11:32:49.971Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-06-28T11:32:49.972Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-06-28T11:32:50.046Z] --- PASS: TestVersion (0.04s) [2021-06-28T11:32:50.046Z] PASS [2021-06-28T11:32:50.046Z] [2021-06-28T11:32:50.046Z] === Skipped [2021-06-28T11:32:50.046Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-28T11:32:50.046Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-28T11:32:50.046Z] [2021-06-28T11:32:50.046Z] [2021-06-28T11:32:50.046Z] DONE 19 tests, 1 skipped in 22.136s [2021-06-28T11:32:50.046Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-28T11:32:50.046Z] ++ 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 [2021-06-28T11:32:50.046Z] ++ set -e [2021-06-28T11:32:50.046Z] ++ '[' -n 0 ']' [2021-06-28T11:32:50.046Z] ++ set -x [2021-06-28T11:32:50.046Z] ++ 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 [2021-06-28T11:32:50.046Z] INFO: Testing against a local daemon [2021-06-28T11:32:50.046Z] === RUN TestVolumesCreateAndList [2021-06-28T11:32:50.046Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-06-28T11:32:50.046Z] === RUN TestVolumesRemove [2021-06-28T11:32:50.307Z] --- PASS: TestVolumesRemove (0.08s) [2021-06-28T11:32:50.307Z] === RUN TestVolumesInspect [2021-06-28T11:32:50.307Z] --- PASS: TestVolumesInspect (0.03s) [2021-06-28T11:32:50.307Z] === RUN TestVolumesInvalidJSON [2021-06-28T11:32:50.307Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-28T11:32:50.307Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-28T11:32:50.307Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-28T11:32:50.307Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-06-28T11:32:50.307Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-28T11:32:50.307Z] PASS [2021-06-28T11:32:50.307Z] [2021-06-28T11:32:50.307Z] DONE 5 tests in 0.288s [2021-06-28T11:32:50.307Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-28T11:32:50.545Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-06-28T11:32:50.887Z] ++++ cat bundles/test-integration/docker.pid [2021-06-28T11:32:50.887Z] +++ kill 14597 [2021-06-28T11:32:51.148Z] +++ /etc/init.d/apparmor stop [2021-06-28T11:32:51.148Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-28T11:32:51.148Z] [2021-06-28T11:32:51.148Z] Unloading profiles will leave already running processes permanently [2021-06-28T11:32:51.148Z] unconfined, which can lead to unexpected situations. [2021-06-28T11:32:51.148Z] [2021-06-28T11:32:51.148Z] To set a process to complain mode, use the command line tool [2021-06-28T11:32:51.148Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-28T11:32:51.148Z] +++ true [2021-06-28T11:32:51.148Z] exiting test-integration [2021-06-28T11:32:51.148Z] ++ exit 0 [2021-06-28T11:32:51.148Z] [2021-06-28T11:32:51.913Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-06-28T11:32:52.170Z] --- PASS: TestCreateServiceConfigFileMode (3.32s) [2021-06-28T11:32:52.170Z] === RUN TestCreateServiceSysctls [2021-06-28T11:32:52.732Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-06-28T11:32:52.732Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-06-28T11:32:53.659Z] === RUN TestDockerSuite/TestContainerAPIRestart Post stage [Pipeline] junit [2021-06-28T11:32:54.465Z] Recording test results [2021-06-28T11:32:57.542Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-06-28T11:32:57.542Z] --- PASS: TestCreateServiceSysctls (4.46s) [2021-06-28T11:32:57.542Z] === RUN TestCreateServiceCapabilities [2021-06-28T11:32:57.542Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-06-28T11:32:57.542Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-06-28T11:32:57.542Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-06-28T11:32:57.542Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-06-28T11:32:57.542Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-06-28T11:32:57.619Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-28T11:32:57.976Z] + echo Ensuring container killed. [2021-06-28T11:32:57.976Z] Ensuring container killed. [2021-06-28T11:32:57.976Z] + docker rm -vf docker-pr1 [2021-06-28T11:32:57.976Z] Error: No such container: docker-pr1 [Pipeline] sh [2021-06-28T11:32:58.282Z] + echo Chowning /workspace to jenkins user [2021-06-28T11:32:58.282Z] Chowning /workspace to jenkins user [2021-06-28T11:32:58.282Z] + id -u [2021-06-28T11:32:58.282Z] + id -g [2021-06-28T11:32:58.282Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42572:/workspace busybox chown -R 1000:1000 /workspace [2021-06-28T11:32:58.470Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-06-28T11:33:00.362Z] --- PASS: TestCreateServiceCapabilities (3.35s) [2021-06-28T11:33:00.362Z] === RUN TestInspect [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-28T11:33:03.630Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-06-28T11:33:03.630Z] --- PASS: TestInspect (3.29s) [2021-06-28T11:33:03.630Z] === RUN TestCreateJob [2021-06-28T11:33:03.877Z] + bundleName=arm64-integration [2021-06-28T11:33:03.877Z] + echo Creating arm64-integration-bundles.tar.gz [2021-06-28T11:33:03.877Z] Creating arm64-integration-bundles.tar.gz [2021-06-28T11:33:03.877Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-06-28T11:33:03.877Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2021-06-28T11:33:03.887Z] === RUN TestDockerSuite/TestContainerAPITop [Pipeline] archiveArtifacts [2021-06-28T11:33:04.155Z] Archiving artifacts [2021-06-28T11:33:04.377Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42572/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-28T11:33:04.695Z] + make clean [2021-06-28T11:33:04.815Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-06-28T11:33:04.815Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-06-28T11:33:04.815Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-06-28T11:33:04.815Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-06-28T11:33:05.267Z] docker volume rm -f docker-dev-cache [2021-06-28T11:33:05.267Z] docker-dev-cache [Pipeline] deleteDir [2021-06-28T11:33:06.705Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-06-28T11:33:07.266Z] --- PASS: TestCreateJob (4.06s) [2021-06-28T11:33:07.266Z] === RUN TestReplicatedJob [2021-06-28T11:33:07.832Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-06-28T11:33:08.766Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-06-28T11:33:10.658Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-06-28T11:33:13.194Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-28T11:33:16.464Z] docker_api_swarm_test.go:201: [d601cf999960b] joining swarm manager [d162121fb293b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:33:16.464Z] --- PASS: TestReplicatedJob (8.80s) [2021-06-28T11:33:16.464Z] === RUN TestUpdateReplicatedJob [2021-06-28T11:33:18.356Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-06-28T11:33:19.284Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-06-28T11:33:20.650Z] --- PASS: TestUpdateReplicatedJob (4.33s) [2021-06-28T11:33:20.650Z] === RUN TestServiceListWithStatuses [2021-06-28T11:33:20.650Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-28T11:33:20.650Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-28T11:33:20.650Z] === RUN TestDockerNetworkConnectAlias [2021-06-28T11:33:21.213Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-06-28T11:33:23.106Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-06-28T11:33:24.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-06-28T11:33:26.361Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-06-28T11:33:26.361Z] --- PASS: TestDockerNetworkConnectAlias (5.79s) [2021-06-28T11:33:26.361Z] === RUN TestDockerNetworkReConnect [2021-06-28T11:33:27.727Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-06-28T11:33:29.617Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-06-28T11:33:30.552Z] --- PASS: TestDockerNetworkReConnect (4.35s) [2021-06-28T11:33:30.552Z] === RUN TestServicePlugin [2021-06-28T11:33:31.919Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0009360d8_} [2021-06-28T11:33:33.810Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1479874897_/foo_false____} [2021-06-28T11:33:34.373Z] plugin_test.go:62: [d13718de0a335] joining swarm manager [d74874feb3c09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:33:35.301Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1479874897_/foo_true____} [2021-06-28T11:33:35.862Z] plugin_test.go:65: [d8cbea1a678bc] joining swarm manager [d74874feb3c09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:33:36.790Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3313026172_/foo_false____} [2021-06-28T11:33:38.679Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3313026172_/foo_true____} [2021-06-28T11:33:40.044Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3313026172_/foo_true__0xc000936108__} [2021-06-28T11:33:40.606Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-06-28T11:33:41.533Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000936120_} [2021-06-28T11:33:42.900Z] docker_api_swarm_test.go:383: [da4f937672c07] joining swarm manager [d6be79533747e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:33:43.462Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000936138_} [2021-06-28T11:33:44.026Z] docker_api_swarm_test.go:384: [dfe0b428197c1] joining swarm manager [d6be79533747e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:33:44.954Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000936150_} [2021-06-28T11:33:47.482Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000936168_} [2021-06-28T11:33:48.849Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-06-28T11:33:50.743Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-06-28T11:33:53.830Z] Running on azwin-2-e4a9a0 in d:\jenkins\workspace\moby_PR-42572 [Pipeline] { [Pipeline] ws [2021-06-28T11:33:53.846Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-06-28T11:33:53.936Z] The recommended git tool is: git [2021-06-28T11:33:54.021Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-06-28T11:33:54.144Z] using credential docker-jenkins-github-credentials [2021-06-28T11:33:54.217Z] Cloning the remote Git repository [2021-06-28T11:33:54.217Z] Cloning with configured refspecs honoured and without tags [2021-06-28T11:33:54.250Z] Cloning repository https://github.com/moby/moby.git [2021-06-28T11:33:54.250Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-06-28T11:33:54.312Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:33:54.313Z] > git --version # timeout=10 [2021-06-28T11:33:54.359Z] > git --version # 'git version 2.24.1.windows.2' [2021-06-28T11:33:54.359Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:33:54.361Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:33:55.391Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-28T11:33:55.514Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 14.7% of statements [2021-06-28T11:33:55.514Z] ok github.com/docker/docker/api/server/middleware 0.011s coverage: 37.7% of statements [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-28T11:33:55.514Z] ok github.com/docker/docker/api/server/router/swarm 0.010s coverage: 5.7% of statements [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/types [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-28T11:33:55.514Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2021-06-28T11:33:55.514Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-28T11:33:55.514Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2021-06-28T11:33:55.514Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/builder [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-28T11:33:55.514Z] ok github.com/docker/docker/builder/dockerfile 0.208s coverage: 48.7% of statements [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-28T11:33:55.514Z] ok github.com/docker/docker/builder/remotecontext 0.107s coverage: 13.7% of statements [2021-06-28T11:33:55.514Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2021-06-28T11:33:55.514Z] ok github.com/docker/docker/builder/remotecontext/git 1.224s coverage: 86.3% of statements [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/cli [no test files] [2021-06-28T11:33:55.514Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-28T11:33:55.514Z] ok github.com/docker/docker/cmd/docker-proxy 0.120s coverage: 67.6% of statements [2021-06-28T11:33:55.514Z] ok github.com/docker/docker/client 0.151s coverage: 75.5% of statements [2021-06-28T11:33:57.908Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-06-28T11:33:59.273Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-06-28T11:33:59.530Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-06-28T11:34:00.459Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-06-28T11:34:01.020Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-06-28T11:34:01.583Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-06-28T11:34:02.567Z] --- PASS: TestServicePlugin (31.80s) [2021-06-28T11:34:02.567Z] === RUN TestServiceUpdateLabel [2021-06-28T11:34:02.567Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-06-28T11:34:03.496Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-06-28T11:34:04.425Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-06-28T11:34:04.998Z] --- PASS: TestServiceUpdateLabel (2.52s) [2021-06-28T11:34:04.998Z] === RUN TestServiceUpdateSecrets [2021-06-28T11:34:05.276Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-06-28T11:34:06.206Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-06-28T11:34:07.573Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-06-28T11:34:08.136Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-06-28T11:34:08.070Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:34:08.117Z] > git config --add remote.origin.fetch +refs/pull/42572/head:refs/remotes/origin/PR-42572 # timeout=10 [2021-06-28T11:34:08.388Z] Fetching without tags [2021-06-28T11:34:09.065Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-06-28T11:34:09.121Z] Merging remotes/origin/master commit 665de2e973b8061930e50426bb469228e3c66963 into PR head commit 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:34:09.631Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-06-28T11:34:08.167Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:34:08.294Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:34:08.420Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:34:08.420Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:34:08.421Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:34:09.153Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:34:09.200Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:34:10.559Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-06-28T11:34:11.488Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-06-28T11:34:12.416Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-06-28T11:34:12.651Z] Merge succeeded, producing 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:34:12.651Z] Checking out Revision 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a (PR-42572) [2021-06-28T11:34:12.979Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-06-28T11:34:12.979Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-06-28T11:34:13.011Z] Commit message: "libnetwork: drvregistry.New() remove unused lDs, gDs arguments" [2021-06-28T11:34:13.393Z] > git --version # timeout=10 [2021-06-28T11:34:13.439Z] > git --version # 'git version 2.24.1.windows.2' [2021-06-28T11:34:13.487Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2021-06-28T11:34:12.338Z] > git remote # timeout=10 [2021-06-28T11:34:12.392Z] > git config --get remote.origin.url # timeout=10 [2021-06-28T11:34:12.439Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:34:12.442Z] > git merge 665de2e973b8061930e50426bb469228e3c66963 # timeout=10 [2021-06-28T11:34:12.564Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-06-28T11:34:12.683Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:34:12.730Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:34:13.907Z] === RUN TestDockerSuite/TestCpRelativePath [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-28T11:34:14.837Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-06-28T11:34:14.975Z] + docker version [2021-06-28T11:34:14.975Z] Client: Mirantis Container Runtime [2021-06-28T11:34:14.975Z] Version: 20.10.0 [2021-06-28T11:34:14.975Z] API version: 1.41 [2021-06-28T11:34:14.975Z] Go version: go1.13.15 [2021-06-28T11:34:14.975Z] Git commit: 6ee42dc [2021-06-28T11:34:14.975Z] Built: 03/11/2021 13:24:56 [2021-06-28T11:34:14.975Z] OS/Arch: windows/amd64 [2021-06-28T11:34:14.975Z] Context: default [2021-06-28T11:34:14.975Z] Experimental: true [2021-06-28T11:34:14.975Z] [2021-06-28T11:34:14.975Z] Server: Mirantis Container Runtime [2021-06-28T11:34:14.975Z] Engine: [2021-06-28T11:34:14.975Z] Version: 20.10.0 [2021-06-28T11:34:14.975Z] API version: 1.41 (minimum version 1.24) [2021-06-28T11:34:14.975Z] Go version: go1.13.15 [2021-06-28T11:34:14.975Z] Git commit: 1e08f21e79 [2021-06-28T11:34:14.975Z] Built: 03/11/2021 13:23:32 [2021-06-28T11:34:14.975Z] OS/Arch: windows/amd64 [2021-06-28T11:34:14.975Z] Experimental: true [Pipeline] sh [2021-06-28T11:34:15.766Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-06-28T11:34:16.044Z] + docker info [2021-06-28T11:34:16.693Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-06-28T11:34:17.002Z] Client: [2021-06-28T11:34:17.002Z] Context: default [2021-06-28T11:34:17.002Z] Debug Mode: false [2021-06-28T11:34:17.002Z] Plugins: [2021-06-28T11:34:17.002Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-28T11:34:17.002Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-28T11:34:17.002Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-28T11:34:17.002Z] [2021-06-28T11:34:17.002Z] Server: [2021-06-28T11:34:17.002Z] Containers: 0 [2021-06-28T11:34:17.002Z] Running: 0 [2021-06-28T11:34:17.002Z] Paused: 0 [2021-06-28T11:34:17.002Z] Stopped: 0 [2021-06-28T11:34:17.002Z] Images: 10 [2021-06-28T11:34:17.002Z] Server Version: 20.10.0 [2021-06-28T11:34:17.002Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-28T11:34:17.002Z] Windows: [2021-06-28T11:34:17.002Z] LCOW: [2021-06-28T11:34:17.002Z] Logging Driver: json-file [2021-06-28T11:34:17.002Z] Plugins: [2021-06-28T11:34:17.002Z] Volume: local [2021-06-28T11:34:17.002Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-28T11:34:17.002Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-28T11:34:17.002Z] Swarm: inactive [2021-06-28T11:34:17.002Z] Default Isolation: process [2021-06-28T11:34:17.002Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-28T11:34:17.002Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-28T11:34:17.002Z] OSType: windows [2021-06-28T11:34:17.002Z] Architecture: x86_64 [2021-06-28T11:34:17.002Z] CPUs: 4 [2021-06-28T11:34:17.002Z] Total Memory: 32GiB [2021-06-28T11:34:17.002Z] Name: azwin-2-e4a9a0 [2021-06-28T11:34:17.002Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-06-28T11:34:17.002Z] Docker Root Dir: D:\docker [2021-06-28T11:34:17.002Z] Debug Mode: false [2021-06-28T11:34:17.002Z] Registry: https://index.docker.io/v1/ [2021-06-28T11:34:17.002Z] Labels: [2021-06-28T11:34:17.002Z] Experimental: true [2021-06-28T11:34:17.002Z] Insecure Registries: [2021-06-28T11:34:17.002Z] 10.0.0.4:5000 [2021-06-28T11:34:17.002Z] 127.0.0.0/8 [2021-06-28T11:34:17.002Z] Registry Mirrors: [2021-06-28T11:34:17.002Z] http://10.0.0.4:5000/ [2021-06-28T11:34:17.002Z] Live Restore Enabled: false [2021-06-28T11:34:17.002Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-06-28T11:34:17.255Z] === RUN TestDockerSuite/TestCpToCaseA [2021-06-28T11:34:18.621Z] === RUN TestDockerSuite/TestCpToCaseB [2021-06-28T11:34:19.552Z] === RUN TestDockerSuite/TestCpToCaseC [2021-06-28T11:34:20.489Z] --- PASS: TestServiceUpdateSecrets (15.68s) [2021-06-28T11:34:20.489Z] === RUN TestServiceUpdateConfigs [2021-06-28T11:34:22.389Z] === RUN TestDockerSuite/TestCpToCaseD [2021-06-28T11:34:26.371Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-06-28T11:34:26.371Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-8602928d\powershellScript.ps1'; exit $LASTEXITCODE; [2021-06-28T11:34:26.371Z] ---------------------------------------------------------------------------- [2021-06-28T11:34:26.371Z] [2021-06-28T11:34:26.371Z] INFO: executeCI.ps1 starting at Mon Jun 28 11:34:26 CUT 2021 [2021-06-28T11:34:26.371Z] [2021-06-28T11:34:26.371Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-06-28T11:34:26.371Z] INFO: Running git version 2.24.1.windows.2 [2021-06-28T11:34:26.371Z] INFO: Branch:fe_release Build:20295.1.210212-1600 [2021-06-28T11:34:26.371Z] INFO: Environment variables: [2021-06-28T11:34:26.371Z] [2021-06-28T11:34:26.371Z] Name Value [2021-06-28T11:34:26.371Z] ---- ----- [2021-06-28T11:34:26.371Z] ALLUSERSPROFILE C:\ProgramData [2021-06-28T11:34:26.371Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-06-28T11:34:26.371Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-06-28T11:34:26.371Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-06-28T11:34:26.371Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-06-28T11:34:26.371Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-06-28T11:34:26.371Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-06-28T11:34:26.371Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-06-28T11:34:26.371Z] BRANCH_NAME PR-42572 [2021-06-28T11:34:26.371Z] BUILD_DISPLAY_NAME #1 [2021-06-28T11:34:26.371Z] BUILD_ID 1 [2021-06-28T11:34:26.371Z] BUILD_NUMBER 1 [2021-06-28T11:34:26.371Z] BUILD_TAG jenkins-moby-PR-42572-1 [2021-06-28T11:34:26.558Z] === RUN TestDockerSuite/TestCpToCaseE [2021-06-28T11:34:26.823Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/1/ [2021-06-28T11:34:26.824Z] CHANGE_AUTHOR thaJeztah [2021-06-28T11:34:26.824Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-06-28T11:34:26.824Z] CHANGE_BRANCH libnetwork_remove_unused_args [2021-06-28T11:34:26.824Z] CHANGE_FORK thaJeztah/docker [2021-06-28T11:34:26.824Z] CHANGE_ID 42572 [2021-06-28T11:34:26.824Z] CHANGE_TARGET master [2021-06-28T11:34:26.824Z] CHANGE_TITLE Libnetwork remove unused args from driver-registry [2021-06-28T11:34:26.824Z] CHANGE_URL https://github.com/moby/moby/pull/42572 [2021-06-28T11:34:26.824Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-28T11:34:26.824Z] CommonProgramFiles C:\Program Files\Common Files [2021-06-28T11:34:26.824Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-06-28T11:34:26.824Z] CommonProgramW6432 C:\Program Files\Common Files [2021-06-28T11:34:26.824Z] COMPUTERNAME azwin-2-e4a9a0 [2021-06-28T11:34:26.824Z] ComSpec C:\Windows\system32\cmd.exe [2021-06-28T11:34:26.824Z] ConfigSequenceNumber 0 [2021-06-28T11:34:26.824Z] DOCKER_BUILDKIT 0 [2021-06-28T11:34:26.824Z] DOCKER_DUT_DEBUG 1 [2021-06-28T11:34:26.824Z] DOCKER_EXPERIMENTAL 1 [2021-06-28T11:34:26.824Z] DOCKER_GRAPHDRIVER overlay2 [2021-06-28T11:34:26.824Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-06-28T11:34:26.824Z] EXECUTOR_NUMBER 0 [2021-06-28T11:34:26.824Z] FQDN azwin-2-e4a9a0.westus.cloudapp.azure.com [2021-06-28T11:34:26.824Z] GIT_BRANCH PR-42572 [2021-06-28T11:34:26.824Z] GIT_COMMIT 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:34:26.824Z] GIT_URL https://github.com/moby/moby.git [2021-06-28T11:34:26.824Z] HUDSON_COOKIE 2423a74c-945e-412f-9956-50b770294413 [2021-06-28T11:34:26.824Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-06-28T11:34:26.824Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-06-28T11:34:26.824Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-06-28T11:34:26.824Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-06-28T11:34:26.824Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-06-28T11:34:26.824Z] JENKINS_NODE_COOKIE 0a68bead-f292-4627-b90f-3771b1786aa3 [2021-06-28T11:34:26.824Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-06-28T11:34:26.824Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-06-28T11:34:26.824Z] JOB_BASE_NAME PR-42572 [2021-06-28T11:34:26.824Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/display/redirect [2021-06-28T11:34:26.824Z] JOB_NAME moby/PR-42572 [2021-06-28T11:34:26.824Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/ [2021-06-28T11:34:26.824Z] library.jps.version master [2021-06-28T11:34:26.824Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-06-28T11:34:26.824Z] NODE_LABELS amd64 azure azwin-2-e4a9a0 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-06-28T11:34:26.824Z] NODE_NAME azwin-2-e4a9a0 [2021-06-28T11:34:26.824Z] NUMBER_OF_PROCESSORS 4 [2021-06-28T11:34:26.824Z] OS Windows_NT [2021-06-28T11:34:26.824Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-06-28T11:34:26.824Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-06-28T11:34:26.824Z] PROCESSOR_ARCHITECTURE AMD64 [2021-06-28T11:34:26.824Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2021-06-28T11:34:26.824Z] PROCESSOR_LEVEL 6 [2021-06-28T11:34:26.824Z] PROCESSOR_REVISION 4f01 [2021-06-28T11:34:26.824Z] ProgramData C:\ProgramData [2021-06-28T11:34:26.824Z] ProgramFiles C:\Program Files [2021-06-28T11:34:26.824Z] ProgramFiles(x86) C:\Program Files (x86) [2021-06-28T11:34:26.824Z] ProgramW6432 C:\Program Files [2021-06-28T11:34:26.824Z] PROMPT $P$G [2021-06-28T11:34:26.824Z] PSExecutionPolicyPreference Bypass [2021-06-28T11:34:26.824Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-06-28T11:34:26.824Z] PUBLIC C:\Users\Public [2021-06-28T11:34:26.824Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/1/display/redirect?page=artif... [2021-06-28T11:34:26.824Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/1/display/redirect?page=changes [2021-06-28T11:34:26.824Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/1/display/redirect [2021-06-28T11:34:26.824Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/1/display/redirect?page=tests [2021-06-28T11:34:26.824Z] SKIP_VALIDATION_TESTS 1 [2021-06-28T11:34:26.824Z] SOURCES_DRIVE d [2021-06-28T11:34:26.824Z] SOURCES_SUBDIR gopath [2021-06-28T11:34:26.824Z] STAGE_NAME Run tests [2021-06-28T11:34:26.824Z] SystemDrive C: [2021-06-28T11:34:26.824Z] SystemRoot C:\Windows [2021-06-28T11:34:26.824Z] TEMP C:\Windows\TEMP [2021-06-28T11:34:26.824Z] TESTDEBUG 0 [2021-06-28T11:34:26.824Z] TESTRUN_DRIVE d [2021-06-28T11:34:26.824Z] TESTRUN_SUBDIR CI [2021-06-28T11:34:26.824Z] TIMEOUT 120m [2021-06-28T11:34:26.824Z] TMP C:\Windows\TEMP [2021-06-28T11:34:26.824Z] USERDOMAIN WORKGROUP [2021-06-28T11:34:26.824Z] USERNAME azwin-2-e4a9a0$ [2021-06-28T11:34:26.824Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-06-28T11:34:26.824Z] windir C:\Windows [2021-06-28T11:34:26.824Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore/insider [2021-06-28T11:34:26.824Z] WINDOWS_BASE_IMAGE_TAG 10.0.20295.1 [2021-06-28T11:34:26.824Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-06-28T11:34:26.824Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-06-28T11:34:26.824Z] [2021-06-28T11:34:26.824Z] [2021-06-28T11:34:26.824Z] [2021-06-28T11:34:26.824Z] INFO: Sources under d:\gopath\... [2021-06-28T11:34:26.824Z] INFO: Test run under d:\CI\... [2021-06-28T11:34:26.824Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-06-28T11:34:26.824Z] INFO: docker/docker repository was found [2021-06-28T11:34:27.277Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-06-28T11:34:27.277Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20295.1' [2021-06-28T11:34:27.277Z] INFO: Docker version of control daemon [2021-06-28T11:34:27.277Z] [2021-06-28T11:34:27.277Z] Client: Mirantis Container Runtime [2021-06-28T11:34:27.277Z] Version: 20.10.0 [2021-06-28T11:34:27.277Z] API version: 1.41 [2021-06-28T11:34:27.277Z] Go version: go1.13.15 [2021-06-28T11:34:27.277Z] Git commit: 6ee42dc [2021-06-28T11:34:27.277Z] Built: 03/11/2021 13:24:56 [2021-06-28T11:34:27.277Z] OS/Arch: windows/amd64 [2021-06-28T11:34:27.277Z] Context: default [2021-06-28T11:34:27.277Z] Experimental: true [2021-06-28T11:34:27.277Z] [2021-06-28T11:34:27.277Z] Server: Mirantis Container Runtime [2021-06-28T11:34:27.277Z] Engine: [2021-06-28T11:34:27.277Z] Version: 20.10.0 [2021-06-28T11:34:27.277Z] API version: 1.41 (minimum version 1.24) [2021-06-28T11:34:27.277Z] Go version: go1.13.15 [2021-06-28T11:34:27.277Z] Git commit: 1e08f21e79 [2021-06-28T11:34:27.277Z] Built: 03/11/2021 13:23:32 [2021-06-28T11:34:27.277Z] OS/Arch: windows/amd64 [2021-06-28T11:34:27.277Z] Experimental: true [2021-06-28T11:34:27.277Z] [2021-06-28T11:34:27.277Z] INFO: Docker info of control daemon [2021-06-28T11:34:27.277Z] [2021-06-28T11:34:27.730Z] Client: [2021-06-28T11:34:27.730Z] Context: default [2021-06-28T11:34:27.730Z] Debug Mode: false [2021-06-28T11:34:27.730Z] Plugins: [2021-06-28T11:34:27.730Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-28T11:34:27.730Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-28T11:34:27.730Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-28T11:34:27.730Z] [2021-06-28T11:34:27.730Z] Server: [2021-06-28T11:34:27.730Z] Containers: 0 [2021-06-28T11:34:27.730Z] Running: 0 [2021-06-28T11:34:27.730Z] Paused: 0 [2021-06-28T11:34:27.730Z] Stopped: 0 [2021-06-28T11:34:27.730Z] Images: 10 [2021-06-28T11:34:27.730Z] Server Version: 20.10.0 [2021-06-28T11:34:27.730Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-28T11:34:27.730Z] Windows: [2021-06-28T11:34:27.730Z] LCOW: [2021-06-28T11:34:27.730Z] Logging Driver: json-file [2021-06-28T11:34:27.730Z] Plugins: [2021-06-28T11:34:27.730Z] Volume: local [2021-06-28T11:34:27.730Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-28T11:34:27.730Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-28T11:34:27.730Z] Swarm: inactive [2021-06-28T11:34:27.730Z] Default Isolation: process [2021-06-28T11:34:28.183Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-28T11:34:28.183Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-28T11:34:28.183Z] OSType: windows [2021-06-28T11:34:28.183Z] Architecture: x86_64 [2021-06-28T11:34:28.183Z] CPUs: 4 [2021-06-28T11:34:28.183Z] Total Memory: 32GiB [2021-06-28T11:34:28.183Z] Name: azwin-2-e4a9a0 [2021-06-28T11:34:28.183Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-06-28T11:34:28.183Z] Docker Root Dir: D:\docker [2021-06-28T11:34:28.183Z] Debug Mode: false [2021-06-28T11:34:28.183Z] Registry: https://index.docker.io/v1/ [2021-06-28T11:34:28.183Z] Labels: [2021-06-28T11:34:28.183Z] Experimental: true [2021-06-28T11:34:28.183Z] Insecure Registries: [2021-06-28T11:34:28.183Z] 10.0.0.4:5000 [2021-06-28T11:34:28.183Z] 127.0.0.0/8 [2021-06-28T11:34:28.183Z] Registry Mirrors: [2021-06-28T11:34:28.183Z] http://10.0.0.4:5000/ [2021-06-28T11:34:28.183Z] Live Restore Enabled: false [2021-06-28T11:34:28.183Z] [2021-06-28T11:34:28.183Z] [2021-06-28T11:34:28.183Z] INFO: Commit hash is 2b3c4ff46a [2021-06-28T11:34:28.183Z] INFO: Nuke-Everything... [2021-06-28T11:34:28.183Z] INFO: Container count on control daemon to delete is 0 [2021-06-28T11:34:28.642Z] INFO: Nuking d:\CI [2021-06-28T11:34:28.642Z] INFO: Zapped successfully [2021-06-28T11:34:28.642Z] INFO: Location for testing is d:\CI\PR-42572\1 [2021-06-28T11:34:28.642Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-06-28T11:34:28.642Z] [2021-06-28T11:34:28.642Z] [2021-06-28T11:34:28.642Z] INFO: Building the image from Dockerfile.windows at 06/28/2021 11:34:28... [2021-06-28T11:34:28.642Z] [2021-06-28T11:34:29.828Z] === RUN TestDockerSuite/TestCpToCaseF [2021-06-28T11:34:30.085Z] === RUN TestDockerSuite/TestCpToCaseG [2021-06-28T11:34:34.384Z] Sending build context to Docker daemon 60.85MB [2021-06-28T11:34:34.384Z] [2021-06-28T11:34:34.837Z] Step 1/10 : FROM microsoft/windowsservercore [2021-06-28T11:34:34.837Z] ---> 39d157a84080 [2021-06-28T11:34:34.837Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-06-28T11:34:34.837Z] ---> Using cache [2021-06-28T11:34:34.837Z] ---> 3a55ecd61f0b [2021-06-28T11:34:34.837Z] Step 3/10 : ARG GO_VERSION=1.16.5 [2021-06-28T11:34:34.837Z] ---> Using cache [2021-06-28T11:34:34.837Z] ---> f1354d752243 [2021-06-28T11:34:34.837Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-06-28T11:34:34.837Z] ---> Using cache [2021-06-28T11:34:34.837Z] ---> 826494051eea [2021-06-28T11:34:34.837Z] 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} [2021-06-28T11:34:34.837Z] ---> Using cache [2021-06-28T11:34:34.837Z] ---> 6235ab7b493d [2021-06-28T11:34:34.837Z] 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; [2021-06-28T11:34:34.837Z] ---> Using cache [2021-06-28T11:34:34.837Z] ---> e7c566a536c9 [2021-06-28T11:34:34.837Z] 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 [2021-06-28T11:34:34.837Z] ---> Using cache [2021-06-28T11:34:34.837Z] ---> 12562d90fd4f [2021-06-28T11:34:34.837Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-06-28T11:34:34.837Z] ---> Using cache [2021-06-28T11:34:34.837Z] ---> 55fc760f313e [2021-06-28T11:34:34.837Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-06-28T11:34:34.837Z] ---> Using cache [2021-06-28T11:34:34.837Z] ---> cd0b66b6a067 [2021-06-28T11:34:34.837Z] Step 10/10 : COPY . . [2021-06-28T11:34:35.336Z] === RUN TestDockerSuite/TestCpToCaseH [2021-06-28T11:34:36.265Z] --- PASS: TestServiceUpdateConfigs (15.71s) [2021-06-28T11:34:36.265Z] === RUN TestServiceUpdateNetwork [2021-06-28T11:34:37.633Z] === RUN TestDockerSuite/TestCpToCaseI [2021-06-28T11:34:39.001Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-06-28T11:34:42.288Z] ok github.com/docker/docker/cmd/dockerd 0.069s coverage: 29.1% of statements [2021-06-28T11:34:42.288Z] ok github.com/docker/docker/container 0.118s coverage: 34.6% of statements [2021-06-28T11:34:42.288Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-28T11:34:42.288Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-28T11:34:42.288Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-28T11:34:42.288Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-28T11:34:43.172Z] check_test.go:380: [dfe0b428197c1] daemon is not started [2021-06-28T11:34:43.172Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-06-28T11:34:43.750Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-06-28T11:34:45.126Z] === RUN TestDockerSuite/TestCpToDot [2021-06-28T11:34:45.126Z] docker_api_swarm_test.go:801: [dcc6aa03ecd4f] joining swarm manager [db7dd20069574]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:34:46.057Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-06-28T11:34:46.620Z] docker_api_swarm_test.go:801: [d196176e3f08a] joining swarm manager [db7dd20069574]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:34:47.548Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-06-28T11:34:47.569Z] ok github.com/docker/docker/daemon/cluster 0.059s coverage: 0.5% of statements [2021-06-28T11:34:48.111Z] docker_api_swarm_test.go:801: [d2f3612bf3bf5] joining swarm manager [db7dd20069574]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-28T11:34:48.132Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.012s coverage: 65.3% of statements [2021-06-28T11:34:49.041Z] === RUN TestDockerSuite/TestCpToStdout [2021-06-28T11:34:49.496Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2021-06-28T11:34:49.603Z] docker_api_swarm_test.go:801: [d8a7e24fb358f] joining swarm manager [db7dd20069574]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-06-28T11:34:49.860Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-06-28T11:34:50.789Z] docker_api_swarm_test.go:809: [dcd8881d9259c] joining swarm manager [db7dd20069574]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-06-28T11:34:51.045Z] --- PASS: TestServiceUpdateNetwork (14.66s) [2021-06-28T11:34:51.045Z] === RUN TestServiceUpdatePidsLimit [2021-06-28T11:34:51.302Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-06-28T11:34:51.559Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-06-28T11:34:52.487Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-06-28T11:34:52.743Z] === RUN TestDockerSuite/TestCpVolumePath [2021-06-28T11:34:53.673Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-06-28T11:34:54.236Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-06-28T11:34:54.236Z] === RUN TestDockerSuite/TestCreateArgs [2021-06-28T11:34:54.236Z] === RUN TestDockerSuite/TestCreateByImageID [2021-06-28T11:34:54.492Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-06-28T11:34:55.421Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-06-28T11:34:55.421Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-06-28T11:34:55.421Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-06-28T11:34:55.421Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-06-28T11:34:56.351Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-06-28T11:34:56.914Z] === RUN TestDockerSuite/TestCreateLabels [2021-06-28T11:34:56.914Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-06-28T11:34:56.914Z] === RUN TestDockerSuite/TestCreateRM [2021-06-28T11:34:57.171Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-06-28T11:34:57.171Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-28T11:34:57.171Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-06-28T11:34:57.171Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-06-28T11:34:57.171Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-06-28T11:34:57.584Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 13.8% of statements [2021-06-28T11:34:57.584Z] ok github.com/docker/docker/daemon/config 0.026s coverage: 81.4% of statements [2021-06-28T11:34:57.840Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2021-06-28T11:34:58.096Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2021-06-28T11:34:58.658Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2021-06-28T11:34:59.700Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-06-28T11:34:59.700Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-06-28T11:34:59.700Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-06-28T11:34:59.893Z] ---> 4762a172bb98 [2021-06-28T11:35:00.548Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.795s coverage: 73.3% of statements [2021-06-28T11:35:00.804Z] ok github.com/docker/docker/daemon 12.171s coverage: 17.4% of statements [2021-06-28T11:35:00.804Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-28T11:35:00.804Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-28T11:35:00.804Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-28T11:35:00.804Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-28T11:35:00.847Z] Successfully built 4762a172bb98 [2021-06-28T11:35:00.847Z] Successfully tagged docker:latest [2021-06-28T11:35:00.847Z] INFO: Image build ended at 06/28/2021 11:35:00. Duration:00:00:31.9295310 [2021-06-28T11:35:00.847Z] [2021-06-28T11:35:00.847Z] [2021-06-28T11:35:00.847Z] INFO: Building the test binaries at 06/28/2021 11:35:00... [2021-06-28T11:35:01.065Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-06-28T11:35:01.735Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.1% of statements [2021-06-28T11:35:02.299Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.361s coverage: 56.2% of statements [2021-06-28T11:35:02.432Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-06-28T11:35:02.432Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-06-28T11:35:02.432Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-06-28T11:35:02.689Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-06-28T11:35:02.689Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-06-28T11:35:02.689Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-06-28T11:35:03.617Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-06-28T11:35:04.205Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.012s coverage: 1.9% of statements [2021-06-28T11:35:04.983Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-06-28T11:35:05.582Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.299s coverage: 49.4% of statements [2021-06-28T11:35:05.910Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-06-28T11:35:06.607Z] INFO: make.ps1 starting at 06/28/2021 11:35:05 [2021-06-28T11:35:06.607Z] INFO: Git commit (2b3c4ff46a) assumed from DOCKER_GITCOMMIT environment variable [2021-06-28T11:35:06.607Z] INFO: Invoking autogen... [2021-06-28T11:35:06.949Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.869s coverage: 46.2% of statements [2021-06-28T11:35:06.949Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-28T11:35:07.059Z] INFO: Building daemon... [2021-06-28T11:35:07.510Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.641s coverage: 57.7% of statements [2021-06-28T11:35:07.510Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-06-28T11:35:07.510Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-28T11:35:07.767Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.015s coverage: 57.5% of statements [2021-06-28T11:35:07.799Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-06-28T11:35:09.135Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2021-06-28T11:35:09.166Z] --- PASS: TestServiceUpdatePidsLimit (17.97s) [2021-06-28T11:35:09.166Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.44s) [2021-06-28T11:35:09.166Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.23s) [2021-06-28T11:35:09.166Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.33s) [2021-06-28T11:35:09.166Z] PASS [2021-06-28T11:35:09.166Z] [2021-06-28T11:35:09.166Z] === Skipped [2021-06-28T11:35:09.166Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-28T11:35:09.166Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-28T11:35:09.166Z] [2021-06-28T11:35:09.166Z] [2021-06-28T11:35:09.166Z] DONE 27 tests, 1 skipped in 195.305s [2021-06-28T11:35:09.166Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-28T11:35:09.166Z] ++ 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 [2021-06-28T11:35:09.166Z] ++ set -e [2021-06-28T11:35:09.166Z] ++ '[' -n 0 ']' [2021-06-28T11:35:09.166Z] ++ set -x [2021-06-28T11:35:09.166Z] ++ 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 [2021-06-28T11:35:09.166Z] INFO: Testing against a local daemon [2021-06-28T11:35:09.166Z] === RUN TestSessionCreate [2021-06-28T11:35:09.166Z] --- PASS: TestSessionCreate (0.02s) [2021-06-28T11:35:09.166Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-28T11:35:09.166Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-06-28T11:35:09.166Z] PASS [2021-06-28T11:35:09.166Z] [2021-06-28T11:35:09.166Z] DONE 2 tests in 0.216s [2021-06-28T11:35:09.166Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-28T11:35:09.166Z] ++ 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 [2021-06-28T11:35:09.166Z] ++ set -e [2021-06-28T11:35:09.166Z] ++ '[' -n 0 ']' [2021-06-28T11:35:09.166Z] ++ set -x [2021-06-28T11:35:09.166Z] ++ 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 [2021-06-28T11:35:09.422Z] INFO: Testing against a local daemon [2021-06-28T11:35:09.422Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-28T11:35:09.422Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-28T11:35:09.422Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-28T11:35:09.422Z] === RUN TestEventsExecDie [2021-06-28T11:35:09.422Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-06-28T11:35:09.733Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2021-06-28T11:35:10.295Z] ok github.com/docker/docker/daemon/images 0.042s coverage: 6.7% of statements [2021-06-28T11:35:10.295Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-28T11:35:10.295Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-28T11:35:10.790Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-06-28T11:35:10.790Z] --- PASS: TestEventsExecDie (1.27s) [2021-06-28T11:35:10.790Z] === RUN TestEventsBackwardsCompatible [2021-06-28T11:35:10.790Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-06-28T11:35:10.790Z] === RUN TestEventsVolumeCreate [2021-06-28T11:35:10.790Z] --- PASS: TestEventsVolumeCreate (0.07s) [2021-06-28T11:35:10.790Z] === RUN TestInfoBinaryCommits [2021-06-28T11:35:10.790Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-06-28T11:35:10.790Z] === RUN TestInfoAPIVersioned [2021-06-28T11:35:10.790Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-28T11:35:10.790Z] === RUN TestInfoDiscoveryBackend [2021-06-28T11:35:11.223Z] ok github.com/docker/docker/daemon/logger 0.222s coverage: 43.5% of statements [2021-06-28T11:35:11.353Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-06-28T11:35:11.353Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-28T11:35:11.353Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-06-28T11:35:11.353Z] === RUN TestDockerSuite/TestDevicePermissions [2021-06-28T11:35:11.787Z] ok github.com/docker/docker/daemon/logger/awslogs 0.162s coverage: 77.8% of statements [2021-06-28T11:35:11.787Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-28T11:35:11.787Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-28T11:35:12.281Z] === RUN TestDockerSuite/TestDockerFails [2021-06-28T11:35:12.281Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-06-28T11:35:12.281Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-06-28T11:35:12.281Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-06-28T11:35:12.281Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-06-28T11:35:12.281Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-28T11:35:12.350Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2021-06-28T11:35:12.606Z] ok github.com/docker/docker/daemon/logger/journald 0.006s coverage: 23.9% of statements [2021-06-28T11:35:12.844Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2021-06-28T11:35:12.844Z] === RUN TestInfoAPI [2021-06-28T11:35:12.844Z] --- PASS: TestInfoAPI (0.03s) [2021-06-28T11:35:12.844Z] === RUN TestInfoAPIWarnings [2021-06-28T11:35:13.169Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.013s coverage: 69.9% of statements [2021-06-28T11:35:13.169Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 87.2% of statements [2021-06-28T11:35:13.406Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-06-28T11:35:13.968Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-06-28T11:35:14.097Z] ok github.com/docker/docker/daemon/logger/local 0.018s coverage: 75.2% of statements [2021-06-28T11:35:14.098Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-28T11:35:14.098Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.032s coverage: 55.1% of statements [2021-06-28T11:35:15.028Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.010s coverage: 31.5% of statements [2021-06-28T11:35:15.351Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-06-28T11:35:15.351Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-06-28T11:35:15.351Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-06-28T11:35:15.613Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-06-28T11:35:15.957Z] ok github.com/docker/docker/daemon/logger/syslog 0.013s coverage: 46.8% of statements [2021-06-28T11:35:16.213Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-06-28T11:35:16.470Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2021-06-28T11:35:17.032Z] ok github.com/docker/docker/daemon/logger/splunk 1.601s coverage: 82.5% of statements [2021-06-28T11:35:17.032Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-28T11:35:17.032Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-28T11:35:18.399Z] ok github.com/docker/docker/distribution/metadata 0.040s coverage: 48.2% of statements [2021-06-28T11:35:18.399Z] ok github.com/docker/docker/distribution 0.140s coverage: 25.4% of statements [2021-06-28T11:35:18.399Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-28T11:35:19.328Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-06-28T11:35:19.891Z] ok github.com/docker/docker/image 0.015s coverage: 86.6% of statements [2021-06-28T11:35:20.454Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2021-06-28T11:35:21.016Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2021-06-28T11:35:21.016Z] ok github.com/docker/docker/distribution/xfer 1.955s coverage: 85.1% of statements [2021-06-28T11:35:21.016Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-28T11:35:21.272Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2021-06-28T11:35:21.272Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-28T11:35:21.835Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2021-06-28T11:35:22.149Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-06-28T11:35:24.039Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-06-28T11:35:26.556Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-06-28T11:35:27.924Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-06-28T11:35:28.852Z] === RUN TestDockerSuite/TestEventsAttach [2021-06-28T11:35:29.416Z] --- PASS: TestInfoAPIWarnings (16.38s) [2021-06-28T11:35:29.416Z] === RUN TestInfoDebug [2021-06-28T11:35:29.979Z] --- PASS: TestInfoDebug (0.55s) [2021-06-28T11:35:29.979Z] === RUN TestInfoInsecureRegistries [2021-06-28T11:35:29.979Z] === RUN TestDockerSuite/TestEventsCommit [2021-06-28T11:35:30.542Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-06-28T11:35:30.542Z] === RUN TestInfoRegistryMirrors [2021-06-28T11:35:30.798Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2021-06-28T11:35:30.798Z] === RUN TestLoginFailsWithBadCredentials [2021-06-28T11:35:31.055Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-06-28T11:35:31.055Z] --- PASS: TestLoginFailsWithBadCredentials (0.14s) [2021-06-28T11:35:31.055Z] === RUN TestPingCacheHeaders [2021-06-28T11:35:31.055Z] --- PASS: TestPingCacheHeaders (0.06s) [2021-06-28T11:35:31.055Z] === RUN TestPingGet [2021-06-28T11:35:31.055Z] --- PASS: TestPingGet (0.03s) [2021-06-28T11:35:31.055Z] === RUN TestPingHead [2021-06-28T11:35:31.055Z] --- PASS: TestPingHead (0.03s) [2021-06-28T11:35:31.055Z] === RUN TestVersion [2021-06-28T11:35:31.311Z] --- PASS: TestVersion (0.03s) [2021-06-28T11:35:31.311Z] PASS [2021-06-28T11:35:31.311Z] [2021-06-28T11:35:31.311Z] === Skipped [2021-06-28T11:35:31.311Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-28T11:35:31.311Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-28T11:35:31.311Z] [2021-06-28T11:35:31.311Z] [2021-06-28T11:35:31.311Z] DONE 19 tests, 1 skipped in 21.989s [2021-06-28T11:35:31.311Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-28T11:35:31.311Z] ++ 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 [2021-06-28T11:35:31.311Z] ++ set -e [2021-06-28T11:35:31.311Z] ++ '[' -n 0 ']' [2021-06-28T11:35:31.311Z] ++ set -x [2021-06-28T11:35:31.311Z] ++ 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 [2021-06-28T11:35:31.311Z] INFO: Testing against a local daemon [2021-06-28T11:35:31.311Z] === RUN TestVolumesCreateAndList [2021-06-28T11:35:31.311Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-06-28T11:35:31.311Z] === RUN TestVolumesRemove [2021-06-28T11:35:31.569Z] --- PASS: TestVolumesRemove (0.12s) [2021-06-28T11:35:31.569Z] === RUN TestVolumesInspect [2021-06-28T11:35:31.569Z] --- PASS: TestVolumesInspect (0.04s) [2021-06-28T11:35:31.569Z] === RUN TestVolumesInvalidJSON [2021-06-28T11:35:31.569Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-28T11:35:31.569Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-28T11:35:31.569Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-28T11:35:31.569Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-06-28T11:35:31.569Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-28T11:35:31.569Z] PASS [2021-06-28T11:35:31.569Z] [2021-06-28T11:35:31.569Z] DONE 5 tests in 0.352s [2021-06-28T11:35:31.569Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-28T11:35:31.780Z] ok github.com/docker/docker/layer 7.656s coverage: 68.8% of statements [2021-06-28T11:35:31.780Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-28T11:35:31.780Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-28T11:35:31.780Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-28T11:35:31.780Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-28T11:35:31.825Z] ++++ cat bundles/test-integration/docker.pid [2021-06-28T11:35:31.825Z] +++ kill 5780 [2021-06-28T11:35:32.081Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-06-28T11:35:32.081Z] +++ /etc/init.d/apparmor stop [2021-06-28T11:35:32.081Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-28T11:35:32.081Z] [2021-06-28T11:35:32.081Z] Unloading profiles will leave already running processes permanently [2021-06-28T11:35:32.081Z] unconfined, which can lead to unexpected situations. [2021-06-28T11:35:32.081Z] [2021-06-28T11:35:32.081Z] To set a process to complain mode, use the command line tool [2021-06-28T11:35:32.081Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-28T11:35:32.081Z] +++ true [2021-06-28T11:35:32.081Z] exiting test-integration [2021-06-28T11:35:32.081Z] ++ exit 0 [2021-06-28T11:35:32.081Z] [2021-06-28T11:35:33.013Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-06-28T11:35:33.013Z] + for job in $(jobs -p) [2021-06-28T11:35:33.013Z] + wait 26222 [2021-06-28T11:35:33.670Z] ok github.com/docker/docker/libnetwork/api 1.306s coverage: 90.1% of statements [2021-06-28T11:35:33.941Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-06-28T11:35:34.232Z] ok github.com/docker/docker/libnetwork/bitseq 0.122s coverage: 84.4% of statements [2021-06-28T11:35:35.617Z] ok github.com/docker/docker/libnetwork/config 0.065s coverage: 24.0% of statements [2021-06-28T11:35:35.617Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2021-06-28T11:35:35.859Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-06-28T11:35:35.876Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2021-06-28T11:35:37.224Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-06-28T11:35:39.152Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.443s coverage: 59.9% of statements [2021-06-28T11:35:39.152Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2021-06-28T11:35:39.408Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.167s coverage: 4.0% of statements [2021-06-28T11:35:39.971Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2021-06-28T11:35:40.227Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2021-06-28T11:35:40.492Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-06-28T11:35:43.008Z] === RUN TestDockerSuite/TestEventsCopy [2021-06-28T11:35:43.569Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-06-28T11:35:44.131Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-06-28T11:35:45.502Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-06-28T11:35:50.166Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.112s coverage: 6.6% of statements [2021-06-28T11:35:50.166Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2021-06-28T11:35:50.166Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2021-06-28T11:35:50.166Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2021-06-28T11:35:50.166Z] ok github.com/docker/docker/libnetwork/etchosts 0.013s coverage: 81.2% of statements [2021-06-28T11:35:50.729Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.002s coverage: 48.1% of statements [2021-06-28T11:35:50.729Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2021-06-28T11:35:50.743Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-06-28T11:35:50.985Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2021-06-28T11:35:50.998Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-06-28T11:35:52.362Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-06-28T11:35:53.288Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-06-28T11:35:53.288Z] === RUN TestDockerSuite/TestEventsFilterType [2021-06-28T11:35:53.545Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-06-28T11:35:53.545Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-06-28T11:35:53.802Z] === RUN TestDockerSuite/TestEventsFilters [2021-06-28T11:35:55.180Z] === RUN TestDockerSuite/TestEventsFormat [2021-06-28T11:35:56.550Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-06-28T11:35:56.550Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-06-28T11:35:56.550Z] === RUN TestDockerSuite/TestEventsImageImport [2021-06-28T11:35:57.480Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-06-28T11:35:57.480Z] === RUN TestDockerSuite/TestEventsImagePull [2021-06-28T11:35:57.735Z] === RUN TestDockerSuite/TestEventsImageTag [2021-06-28T11:35:59.098Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-06-28T11:35:59.098Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-06-28T11:35:59.098Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-06-28T11:35:59.098Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-06-28T11:35:59.098Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-06-28T11:35:59.098Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-06-28T11:36:00.464Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-06-28T11:36:01.394Z] === RUN TestDockerSuite/TestEventsRename [2021-06-28T11:36:01.956Z] === RUN TestDockerSuite/TestEventsResize [2021-06-28T11:36:02.518Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-06-28T11:36:03.155Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2021-06-28T11:36:03.719Z] ok github.com/docker/docker/libnetwork 37.706s coverage: 40.7% of statements [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-06-28T11:36:03.719Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-06-28T11:36:03.976Z] ok github.com/docker/docker/libnetwork/ipams/null 0.004s coverage: 57.1% of statements [2021-06-28T11:36:04.906Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 47.4% of statements [2021-06-28T11:36:05.162Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.019s coverage: 71.4% of statements [2021-06-28T11:36:05.783Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-06-28T11:36:06.092Z] ok github.com/docker/docker/libnetwork/ipamutils 0.531s coverage: 74.0% of statements [2021-06-28T11:36:07.458Z] ok github.com/docker/docker/libnetwork/iptables 0.327s coverage: 45.1% of statements [2021-06-28T11:36:07.715Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2021-06-28T11:36:08.278Z] ok github.com/docker/docker/libnetwork/netutils 0.054s coverage: 44.1% of statements [2021-06-28T11:36:08.300Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-06-28T11:36:10.191Z] === RUN TestDockerSuite/TestEventsStreaming [2021-06-28T11:36:10.753Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-06-28T11:36:10.753Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-06-28T11:36:13.271Z] docker_api_swarm_service_test.go:394: [d2f2294d68d9c] joining swarm manager [dfb6f9b45ce1e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:36:13.847Z] docker_api_swarm_service_test.go:394: [d66b723aacc33] joining swarm manager [dfb6f9b45ce1e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:36:13.847Z] === RUN TestDockerSuite/TestEventsTop [2021-06-28T11:36:15.214Z] === RUN TestDockerSuite/TestEventsUntag [2021-06-28T11:36:17.729Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-06-28T11:36:19.030Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-06-28T11:36:19.030Z] [2021-06-28T11:36:19.030Z] ________ ____ __. [2021-06-28T11:36:19.030Z] \_____ \ | |/ _| [2021-06-28T11:36:19.030Z] / | \| < [2021-06-28T11:36:19.030Z] / | \ | \ [2021-06-28T11:36:19.030Z] \_______ /____|__ \ [2021-06-28T11:36:19.030Z] \/ \/ [2021-06-28T11:36:19.030Z] [2021-06-28T11:36:19.030Z] INFO: make.ps1 ended at 06/28/2021 11:36:17 [2021-06-28T11:36:19.483Z] INFO: Binaries build ended at 06/28/2021 11:36:19. Duration:00:01:18.4433406 [2021-06-28T11:36:20.442Z] INFO: Copying the built daemon binary to d:\CI\PR-42572\1\binary\dockerd-2b3c4ff46a.exe... [2021-06-28T11:36:20.442Z] INFO: Copying the built client binary to d:\CI\PR-42572\1\binary\docker-2b3c4ff46a.exe... [2021-06-28T11:36:20.442Z] INFO: Copying dockerversion from the container... [2021-06-28T11:36:20.494Z] ok github.com/docker/docker/libnetwork/ipam 18.349s coverage: 85.3% of statements [2021-06-28T11:36:20.494Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-06-28T11:36:20.494Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-06-28T11:36:20.494Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-06-28T11:36:20.494Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2021-06-28T11:36:20.895Z] INFO: Copying the golang package from the container to d:\CI\PR-42572\1\installer\go.zip... [2021-06-28T11:36:21.850Z] INFO: Extracting go.zip to d:\CI\PR-42572\1\go [2021-06-28T11:36:25.736Z] ok github.com/docker/docker/libnetwork/osl 4.309s coverage: 39.7% of statements [2021-06-28T11:36:25.736Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.004s coverage: 20.0% of statements [2021-06-28T11:36:25.736Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2021-06-28T11:36:26.298Z] ok github.com/docker/docker/libnetwork/portmapper 0.226s coverage: 49.5% of statements [2021-06-28T11:36:26.555Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.5% of statements [2021-06-28T11:36:27.119Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 47.9% of statements [2021-06-28T11:36:27.375Z] ok github.com/docker/docker/oci 0.007s coverage: 45.2% of statements [2021-06-28T11:36:27.937Z] ok github.com/docker/docker/opts 0.021s coverage: 67.1% of statements [2021-06-28T11:36:28.194Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-06-28T11:36:29.561Z] ok github.com/docker/docker/pkg/archive 0.303s coverage: 81.9% of statements [2021-06-28T11:36:29.898Z] === RUN TestDockerSuite/TestExec [2021-06-28T11:36:30.154Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-06-28T11:36:30.410Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-06-28T11:36:30.488Z] ok github.com/docker/docker/pkg/authorization 0.269s coverage: 68.3% of statements [2021-06-28T11:36:30.488Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2021-06-28T11:36:30.744Z] ok github.com/docker/docker/pkg/capabilities 0.019s coverage: 87.5% of statements [2021-06-28T11:36:30.973Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-06-28T11:36:31.900Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-06-28T11:36:32.829Z] === RUN TestDockerSuite/TestExecAPIStart [2021-06-28T11:36:32.829Z] docker_api_swarm_service_test.go:342: [dafddd0925704] joining swarm manager [d5841b732ebe1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:36:33.758Z] docker_api_swarm_service_test.go:342: [d8a617bafbe47] joining swarm manager [d5841b732ebe1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:36:34.009Z] ok github.com/docker/docker/pkg/chrootarchive 2.475s coverage: 43.2% of statements [2021-06-28T11:36:34.009Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements [2021-06-28T11:36:34.266Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2021-06-28T11:36:34.521Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2021-06-28T11:36:35.652Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-06-28T11:36:37.019Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-06-28T11:36:38.689Z] ok github.com/docker/docker/pkg/discovery/kv 3.031s coverage: 84.1% of statements [2021-06-28T11:36:38.689Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2021-06-28T11:36:38.689Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2021-06-28T11:36:38.689Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2021-06-28T11:36:38.922Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-06-28T11:36:39.251Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-06-28T11:36:39.812Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 86.3% of statements [2021-06-28T11:36:39.850Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-06-28T11:36:40.068Z] ok github.com/docker/docker/pkg/fsutils 0.132s coverage: 85.1% of statements [2021-06-28T11:36:40.068Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-06-28T11:36:40.778Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-06-28T11:36:41.011Z] ok github.com/docker/docker/pkg/idtools 0.325s coverage: 69.5% of statements [2021-06-28T11:36:41.576Z] ok github.com/docker/docker/pkg/ioutils 0.379s coverage: 69.3% of statements [2021-06-28T11:36:41.707Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-06-28T11:36:42.137Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2021-06-28T11:36:42.138Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2021-06-28T11:36:42.394Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-06-28T11:36:42.394Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2021-06-28T11:36:42.636Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-06-28T11:36:42.649Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-06-28T11:36:42.906Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2021-06-28T11:36:43.162Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-06-28T11:36:44.526Z] === RUN TestDockerSuite/TestExecCgroup [2021-06-28T11:36:46.885Z] INFO: Extraction ended at 06/28/2021 11:36:44. Duration:00:00:22.9777520 [2021-06-28T11:36:46.885Z] INFO: Updating the golang and path environment variables [2021-06-28T11:36:46.885Z] INFO: GOPATH=d:\gopath [2021-06-28T11:36:46.885Z] INFO: go version go1.16.5 windows/amd64 [2021-06-28T11:36:46.885Z] INFO: Running the daemon under test in debug mode [2021-06-28T11:36:46.885Z] INFO: Starting a daemon under test... [2021-06-28T11:36:46.885Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42572\1\daemon --pidfile d:\CI\PR-42572\1\docker.pid -D [2021-06-28T11:36:46.885Z] INFO: Process started successfully. [2021-06-28T11:36:46.885Z] INFO: Start tailing logs of the daemon under tests [2021-06-28T11:36:46.885Z] INFO: Waiting for the daemon under test to start... [2021-06-28T11:36:47.042Z] === RUN TestDockerSuite/TestExecEnv [2021-06-28T11:36:47.970Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-06-28T11:36:49.860Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-06-28T11:36:49.860Z] === RUN TestDockerSuite/TestExecExitStatus [2021-06-28T11:36:50.789Z] === RUN TestDockerSuite/TestExecInspectID [2021-06-28T11:36:51.718Z] docker_api_swarm_service_test.go:489: [d3f0dd7059617] joining swarm manager [d2e29c412a63d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:36:52.646Z] docker_api_swarm_service_test.go:489: [ddcdd3dccd2f9] joining swarm manager [d2e29c412a63d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:36:53.576Z] === RUN TestDockerSuite/TestExecInteractive [2021-06-28T11:36:55.469Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-06-28T11:36:56.844Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-06-28T11:36:57.772Z] === RUN TestDockerSuite/TestExecParseError [2021-06-28T11:36:58.699Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-06-28T11:36:59.261Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-06-28T11:37:00.191Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-06-28T11:37:04.358Z] === RUN TestDockerSuite/TestExecSetEnv [2021-06-28T11:37:04.614Z] === RUN TestDockerSuite/TestExecStartFails [2021-06-28T11:37:05.980Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-06-28T11:37:06.910Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-06-28T11:37:07.869Z] ...INFO: Daemon under test started and replied! [2021-06-28T11:37:07.869Z] INFO: Docker version of the daemon under test [2021-06-28T11:37:07.869Z] [2021-06-28T11:37:07.869Z] Client: [2021-06-28T11:37:07.869Z] Version: 17.06.2-ce [2021-06-28T11:37:07.869Z] API version: 1.30 [2021-06-28T11:37:07.869Z] Go version: go1.8.3 [2021-06-28T11:37:07.869Z] Git commit: cec0b72 [2021-06-28T11:37:07.869Z] Built: Tue Sep 5 19:57:19 2017 [2021-06-28T11:37:07.869Z] OS/Arch: windows/amd64 [2021-06-28T11:37:07.869Z] [2021-06-28T11:37:07.869Z] Server: [2021-06-28T11:37:07.869Z] Version: 0.0.0-dev [2021-06-28T11:37:07.869Z] API version: 1.41 (minimum version 1.24) [2021-06-28T11:37:07.869Z] Go version: go1.16.5 [2021-06-28T11:37:07.869Z] Git commit: 2b3c4ff46a [2021-06-28T11:37:07.869Z] Built: 06/28/2021 11:35:06 [2021-06-28T11:37:07.869Z] OS/Arch: windows/amd64 [2021-06-28T11:37:07.869Z] Experimental: false [2021-06-28T11:37:07.869Z] [2021-06-28T11:37:07.869Z] INFO: Docker info of the daemon under test [2021-06-28T11:37:07.869Z] [2021-06-28T11:37:07.869Z] Containers: 0 [2021-06-28T11:37:07.869Z] Running: 0 [2021-06-28T11:37:07.869Z] Paused: 0 [2021-06-28T11:37:07.869Z] Stopped: 0 [2021-06-28T11:37:07.869Z] Images: 0 [2021-06-28T11:37:07.869Z] Server Version: 0.0.0-dev [2021-06-28T11:37:07.869Z] Storage Driver: windowsfilter [2021-06-28T11:37:07.869Z] Windows: [2021-06-28T11:37:07.869Z] Logging Driver: json-file [2021-06-28T11:37:07.869Z] Plugins: [2021-06-28T11:37:07.869Z] Volume: local [2021-06-28T11:37:07.869Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-28T11:37:07.869Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-28T11:37:07.869Z] Swarm: inactive [2021-06-28T11:37:07.869Z] Default Isolation: process [2021-06-28T11:37:07.869Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-28T11:37:07.869Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-28T11:37:07.869Z] OSType: windows [2021-06-28T11:37:07.869Z] Architecture: x86_64 [2021-06-28T11:37:07.869Z] CPUs: 4 [2021-06-28T11:37:07.869Z] Total Memory: 32GiB [2021-06-28T11:37:07.869Z] Name: azwin-2-e4a9a0 [2021-06-28T11:37:07.869Z] ID: 3R3H:OM63:35MB:MKTJ:RVIN:LDI7:EXHO:DLWI:UCZI:RLR4:675L:R2JV [2021-06-28T11:37:07.869Z] Docker Root Dir: D:\CI\PR-42572\1\daemon [2021-06-28T11:37:07.869Z] Debug Mode (client): false [2021-06-28T11:37:07.869Z] Debug Mode (server): true [2021-06-28T11:37:07.869Z] File Descriptors: -1 [2021-06-28T11:37:07.869Z] Goroutines: 16 [2021-06-28T11:37:07.869Z] System Time: 2021-06-28T11:37:05.7604962Z [2021-06-28T11:37:07.869Z] EventsListeners: 0 [2021-06-28T11:37:07.869Z] Registry: https://index.docker.io/v1/ [2021-06-28T11:37:07.869Z] Labels: [2021-06-28T11:37:07.869Z] Experimental: false [2021-06-28T11:37:07.869Z] Insecure Registries: [2021-06-28T11:37:07.869Z] 127.0.0.0/8 [2021-06-28T11:37:07.869Z] Live Restore Enabled: false [2021-06-28T11:37:07.869Z] [2021-06-28T11:37:07.869Z] [2021-06-28T11:37:07.869Z] INFO: Docker images of the daemon under test [2021-06-28T11:37:07.869Z] [2021-06-28T11:37:07.869Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-28T11:37:07.869Z] [2021-06-28T11:37:07.869Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore/insider [2021-06-28T11:37:07.869Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 from docker hub into daemon under test. This may take some time... [2021-06-28T11:37:07.869Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-06-28T11:37:07.869Z] 29d5b6a226d2: Pulling fs layer [2021-06-28T11:37:13.447Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-06-28T11:37:14.813Z] docker_api_swarm_service_test.go:127: [ddabac01ffa4c] joining swarm manager [d7e8a70239015]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:37:15.741Z] docker_api_swarm_service_test.go:128: [dc9a428716571] joining swarm manager [d7e8a70239015]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:37:16.377Z] 29d5b6a226d2: Verifying Checksum [2021-06-28T11:37:16.377Z] 29d5b6a226d2: Download complete [2021-06-28T11:37:17.128Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-06-28T11:37:18.057Z] docker_api_swarm_service_test.go:136: [dbd37b50831b2] joining swarm manager [d7e8a70239015]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-28T11:37:18.057Z] === RUN TestDockerSuite/TestExecTTY [2021-06-28T11:37:18.986Z] docker_api_swarm_service_test.go:137: [defd2fb2230ce] joining swarm manager [d7e8a70239015]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-06-28T11:37:19.549Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-06-28T11:37:20.917Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-06-28T11:37:21.479Z] === RUN TestDockerSuite/TestExecUlimits [2021-06-28T11:37:21.813Z] ok github.com/docker/docker/pkg/plugins 33.622s coverage: 76.6% of statements [2021-06-28T11:37:21.813Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2021-06-28T11:37:21.813Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-06-28T11:37:21.813Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-06-28T11:37:21.813Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-06-28T11:37:21.813Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 75.0% of statements [2021-06-28T11:37:21.813Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-06-28T11:37:22.846Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-06-28T11:37:22.846Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-06-28T11:37:22.846Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-06-28T11:37:23.701Z] ok github.com/docker/docker/pkg/signal 3.284s coverage: 62.3% of statements [2021-06-28T11:37:23.701Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-06-28T11:37:23.958Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-06-28T11:37:23.958Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-06-28T11:37:24.521Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 52.9% of statements [2021-06-28T11:37:24.736Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-06-28T11:37:25.083Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 39.9% of statements [2021-06-28T11:37:25.298Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-06-28T11:37:25.339Z] ok github.com/docker/docker/pkg/tailfile 0.057s coverage: 88.6% of statements [2021-06-28T11:37:25.595Z] ok github.com/docker/docker/pkg/tarsum 0.044s coverage: 89.3% of statements [2021-06-28T11:37:25.851Z] testing: warning: no tests to run [2021-06-28T11:37:25.851Z] coverage: [no statements] [2021-06-28T11:37:25.851Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-06-28T11:37:26.107Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-06-28T11:37:26.363Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-06-28T11:37:26.363Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-06-28T11:37:27.189Z] === RUN TestDockerSuite/TestExecWithTERM [2021-06-28T11:37:28.118Z] === RUN TestDockerSuite/TestExecWithUser [2021-06-28T11:37:28.254Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2021-06-28T11:37:28.510Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2021-06-28T11:37:28.767Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2021-06-28T11:37:29.484Z] === RUN TestDockerSuite/TestGetContainerStats [2021-06-28T11:37:29.699Z] ok github.com/docker/docker/quota 0.212s coverage: 71.4% of statements [2021-06-28T11:37:30.262Z] ok github.com/docker/docker/reference 0.006s coverage: 83.7% of statements [2021-06-28T11:37:31.191Z] ok github.com/docker/docker/registry 0.050s coverage: 58.8% of statements [2021-06-28T11:37:31.456Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-06-28T11:37:31.721Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-06-28T11:37:32.283Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-06-28T11:37:32.283Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-06-28T11:37:34.727Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-06-28T11:37:35.552Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-06-28T11:37:35.807Z] ok github.com/docker/docker/volume/local 0.103s coverage: 76.4% of statements [2021-06-28T11:37:36.369Z] ok github.com/docker/docker/volume/mounts 0.020s coverage: 67.0% of statements [2021-06-28T11:37:37.297Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2021-06-28T11:37:38.899Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-06-28T11:37:40.787Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-06-28T11:37:41.714Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-06-28T11:37:44.230Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-06-28T11:37:45.596Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-06-28T11:37:46.159Z] docker_api_swarm_service_test.go:303: [dc03d99395102] joining swarm manager [ddbb7244dae0e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:37:46.415Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-06-28T11:37:46.415Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-06-28T11:37:46.415Z] === RUN TestDockerSuite/TestHealth [2021-06-28T11:37:47.344Z] docker_api_swarm_service_test.go:303: [d5fa075e47b6d] joining swarm manager [ddbb7244dae0e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:38:08.770Z] Running on azwin-2-5fbdb1 in d:\jenkins\workspace\moby_PR-42572 [Pipeline] { [Pipeline] ws [2021-06-28T11:38:08.785Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-06-28T11:38:08.876Z] The recommended git tool is: git [2021-06-28T11:38:09.157Z] using credential docker-jenkins-github-credentials [2021-06-28T11:38:09.229Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-06-28T11:38:09.234Z] Cloning the remote Git repository [2021-06-28T11:38:09.234Z] Cloning with configured refspecs honoured and without tags [2021-06-28T11:38:09.269Z] Cloning repository https://github.com/moby/moby.git [2021-06-28T11:38:09.269Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-06-28T11:38:09.335Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:38:09.335Z] > git --version # timeout=10 [2021-06-28T11:38:09.386Z] > git --version # 'git version 2.24.1.windows.2' [2021-06-28T11:38:09.387Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:38:09.389Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:38:10.158Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-06-28T11:38:10.158Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-06-28T11:38:10.414Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-06-28T11:38:10.414Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-06-28T11:38:10.671Z] docker_api_swarm_service_test.go:99: [d3847d156a7d0] joining swarm manager [ddb88a67f13cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:38:11.599Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-06-28T11:38:11.599Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-06-28T11:38:11.599Z] docker_api_swarm_service_test.go:100: [de6628e043fbe] joining swarm manager [ddb88a67f13cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:38:12.574Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-06-28T11:38:12.574Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-06-28T11:38:12.574Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-06-28T11:38:12.574Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-06-28T11:38:12.574Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-06-28T11:38:12.831Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-06-28T11:38:13.394Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-06-28T11:38:13.394Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-06-28T11:38:14.765Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-06-28T11:38:14.765Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-06-28T11:38:16.135Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-06-28T11:38:17.503Z] === RUN TestDockerSuite/TestImagesFormat [2021-06-28T11:38:17.503Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-06-28T11:38:18.872Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-06-28T11:38:21.386Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-06-28T11:38:21.386Z] === RUN TestDockerSuite/TestImportBadURL [2021-06-28T11:38:21.386Z] === RUN TestDockerSuite/TestImportDisplay [2021-06-28T11:38:23.077Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:38:23.278Z] === RUN TestDockerSuite/TestImportFile [2021-06-28T11:38:23.396Z] Fetching without tags [2021-06-28T11:38:24.131Z] Merging remotes/origin/master commit 665de2e973b8061930e50426bb469228e3c66963 into PR head commit 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:38:24.646Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-06-28T11:38:24.646Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-06-28T11:38:23.126Z] > git config --add remote.origin.fetch +refs/pull/42572/head:refs/remotes/origin/PR-42572 # timeout=10 [2021-06-28T11:38:23.173Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:38:23.310Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-28T11:38:23.430Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-28T11:38:23.430Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:38:23.432Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42572/head:refs/remotes/origin/PR-42572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-28T11:38:24.166Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:38:24.222Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [2021-06-28T11:38:26.538Z] === RUN TestDockerSuite/TestImportGzipped [2021-06-28T11:38:27.625Z] Merge succeeded, producing 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:38:27.625Z] Checking out Revision 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a (PR-42572) [2021-06-28T11:38:28.001Z] Commit message: "libnetwork: drvregistry.New() remove unused lDs, gDs arguments" [2021-06-28T11:38:28.431Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-06-28T11:38:28.318Z] > git --version # timeout=10 [2021-06-28T11:38:28.375Z] > git --version # 'git version 2.24.1.windows.2' [2021-06-28T11:38:28.423Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2021-06-28T11:38:27.312Z] > git remote # timeout=10 [2021-06-28T11:38:27.359Z] > git config --get remote.origin.url # timeout=10 [2021-06-28T11:38:27.408Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-28T11:38:27.409Z] > git merge 665de2e973b8061930e50426bb469228e3c66963 # timeout=10 [2021-06-28T11:38:27.534Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-06-28T11:38:27.660Z] > git config core.sparsecheckout # timeout=10 [2021-06-28T11:38:27.707Z] > git checkout -f 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-28T11:38:29.802Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-06-28T11:38:30.017Z] + docker version [2021-06-28T11:38:30.017Z] Client: Mirantis Container Runtime [2021-06-28T11:38:30.017Z] Version: 20.10.0 [2021-06-28T11:38:30.017Z] API version: 1.41 [2021-06-28T11:38:30.017Z] Go version: go1.13.15 [2021-06-28T11:38:30.017Z] Git commit: 6ee42dc [2021-06-28T11:38:30.017Z] Built: 03/11/2021 13:24:56 [2021-06-28T11:38:30.017Z] OS/Arch: windows/amd64 [2021-06-28T11:38:30.017Z] Context: default [2021-06-28T11:38:30.017Z] Experimental: true [2021-06-28T11:38:30.017Z] [2021-06-28T11:38:30.017Z] Server: Mirantis Container Runtime [2021-06-28T11:38:30.017Z] Engine: [2021-06-28T11:38:30.017Z] Version: 20.10.0 [2021-06-28T11:38:30.017Z] API version: 1.41 (minimum version 1.24) [2021-06-28T11:38:30.017Z] Go version: go1.13.15 [2021-06-28T11:38:30.017Z] Git commit: 1e08f21e79 [2021-06-28T11:38:30.017Z] Built: 03/11/2021 13:23:32 [2021-06-28T11:38:30.017Z] OS/Arch: windows/amd64 [2021-06-28T11:38:30.017Z] Experimental: true [Pipeline] sh [2021-06-28T11:38:31.129Z] + docker info [2021-06-28T11:38:31.178Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-06-28T11:38:32.102Z] Client: [2021-06-28T11:38:32.102Z] Context: default [2021-06-28T11:38:32.103Z] Debug Mode: false [2021-06-28T11:38:32.103Z] Plugins: [2021-06-28T11:38:32.103Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-28T11:38:32.103Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-28T11:38:32.103Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-28T11:38:32.103Z] [2021-06-28T11:38:32.103Z] Server: [2021-06-28T11:38:32.103Z] Containers: 0 [2021-06-28T11:38:32.103Z] Running: 0 [2021-06-28T11:38:32.103Z] Paused: 0 [2021-06-28T11:38:32.103Z] Stopped: 0 [2021-06-28T11:38:32.103Z] Images: 10 [2021-06-28T11:38:32.103Z] Server Version: 20.10.0 [2021-06-28T11:38:32.103Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-28T11:38:32.103Z] Windows: [2021-06-28T11:38:32.103Z] LCOW: [2021-06-28T11:38:32.103Z] Logging Driver: json-file [2021-06-28T11:38:32.103Z] Plugins: [2021-06-28T11:38:32.103Z] Volume: local [2021-06-28T11:38:32.103Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-28T11:38:32.103Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-28T11:38:32.103Z] Swarm: inactive [2021-06-28T11:38:32.103Z] Default Isolation: process [2021-06-28T11:38:32.103Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-28T11:38:32.103Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-28T11:38:32.103Z] OSType: windows [2021-06-28T11:38:32.103Z] Architecture: x86_64 [2021-06-28T11:38:32.103Z] CPUs: 4 [2021-06-28T11:38:32.103Z] Total Memory: 32GiB [2021-06-28T11:38:32.103Z] Name: azwin-2-5fbdb1 [2021-06-28T11:38:32.103Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-06-28T11:38:32.103Z] Docker Root Dir: D:\docker [2021-06-28T11:38:32.103Z] Debug Mode: false [2021-06-28T11:38:32.103Z] Registry: https://index.docker.io/v1/ [2021-06-28T11:38:32.103Z] Labels: [2021-06-28T11:38:32.103Z] Experimental: true [2021-06-28T11:38:32.103Z] Insecure Registries: [2021-06-28T11:38:32.103Z] 10.0.0.4:5000 [2021-06-28T11:38:32.103Z] 127.0.0.0/8 [2021-06-28T11:38:32.103Z] Registry Mirrors: [2021-06-28T11:38:32.103Z] http://10.0.0.4:5000/ [2021-06-28T11:38:32.103Z] Live Restore Enabled: false [2021-06-28T11:38:32.103Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-06-28T11:38:32.544Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-06-28T11:38:33.108Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-06-28T11:38:33.108Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-06-28T11:38:33.108Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-06-28T11:38:34.040Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-06-28T11:38:34.968Z] check_test.go:380: [d3847d156a7d0] daemon is not started [2021-06-28T11:38:35.225Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-06-28T11:38:36.152Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-06-28T11:38:37.081Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-06-28T11:38:38.013Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-06-28T11:38:38.576Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-06-28T11:38:38.576Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-06-28T11:38:39.943Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-06-28T11:38:40.199Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-06-28T11:38:40.761Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-06-28T11:38:41.690Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-06-28T11:38:41.690Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-06-28T11:38:42.279Z] 29d5b6a226d2: Pull complete [2021-06-28T11:38:42.279Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-06-28T11:38:42.279Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T11:38:42.279Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 into daemon under test completed successfully [2021-06-28T11:38:42.279Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore in daemon under test [2021-06-28T11:38:42.279Z] INFO: Version of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 is '10.0.20295.1' [2021-06-28T11:38:42.279Z] WARN: Skipping validation tests [2021-06-28T11:38:42.279Z] INFO: Running unit tests at 06/28/2021 11:38:39... [2021-06-28T11:38:42.620Z] docker_api_swarm_service_test.go:532: [da6e605dbeb96] joining swarm manager [da61144541294]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:38:42.620Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-06-28T11:38:42.620Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-06-28T11:38:42.620Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-06-28T11:38:43.281Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-06-28T11:38:43.281Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-477a6bfa\powershellScript.ps1'; exit $LASTEXITCODE; [2021-06-28T11:38:43.281Z] ---------------------------------------------------------------------------- [2021-06-28T11:38:43.281Z] [2021-06-28T11:38:43.281Z] INFO: executeCI.ps1 starting at Mon Jun 28 11:38:42 CUT 2021 [2021-06-28T11:38:43.281Z] [2021-06-28T11:38:43.281Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-06-28T11:38:43.281Z] INFO: Running git version 2.24.1.windows.2 [2021-06-28T11:38:43.281Z] INFO: Branch:fe_release Build:20295.1.210212-1600 [2021-06-28T11:38:43.281Z] INFO: Environment variables: [2021-06-28T11:38:43.281Z] [2021-06-28T11:38:43.281Z] Name Value [2021-06-28T11:38:43.281Z] ---- ----- [2021-06-28T11:38:43.281Z] ALLUSERSPROFILE C:\ProgramData [2021-06-28T11:38:43.281Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-06-28T11:38:43.281Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-06-28T11:38:43.281Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-06-28T11:38:43.281Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-06-28T11:38:43.281Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-06-28T11:38:43.281Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-06-28T11:38:43.281Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-06-28T11:38:43.281Z] BRANCH_NAME PR-42572 [2021-06-28T11:38:43.281Z] BUILD_DISPLAY_NAME #1 [2021-06-28T11:38:43.281Z] BUILD_ID 1 [2021-06-28T11:38:43.281Z] BUILD_NUMBER 1 [2021-06-28T11:38:43.281Z] BUILD_TAG jenkins-moby-PR-42572-1 [2021-06-28T11:38:43.281Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/1/ [2021-06-28T11:38:43.281Z] CHANGE_AUTHOR thaJeztah [2021-06-28T11:38:43.281Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-06-28T11:38:43.281Z] CHANGE_BRANCH libnetwork_remove_unused_args [2021-06-28T11:38:43.281Z] CHANGE_FORK thaJeztah/docker [2021-06-28T11:38:43.281Z] CHANGE_ID 42572 [2021-06-28T11:38:43.281Z] CHANGE_TARGET master [2021-06-28T11:38:43.281Z] CHANGE_TITLE Libnetwork remove unused args from driver-registry [2021-06-28T11:38:43.281Z] CHANGE_URL https://github.com/moby/moby/pull/42572 [2021-06-28T11:38:43.282Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-28T11:38:43.282Z] CommonProgramFiles C:\Program Files\Common Files [2021-06-28T11:38:43.282Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-06-28T11:38:43.282Z] CommonProgramW6432 C:\Program Files\Common Files [2021-06-28T11:38:43.282Z] COMPUTERNAME azwin-2-5fbdb1 [2021-06-28T11:38:43.282Z] ComSpec C:\Windows\system32\cmd.exe [2021-06-28T11:38:43.282Z] ConfigSequenceNumber 0 [2021-06-28T11:38:43.282Z] DOCKER_BUILDKIT 0 [2021-06-28T11:38:43.282Z] DOCKER_DUT_DEBUG 1 [2021-06-28T11:38:43.282Z] DOCKER_EXPERIMENTAL 1 [2021-06-28T11:38:43.282Z] DOCKER_GRAPHDRIVER overlay2 [2021-06-28T11:38:43.282Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2021-06-28T11:38:43.282Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-06-28T11:38:43.282Z] EXECUTOR_NUMBER 0 [2021-06-28T11:38:43.282Z] FQDN azwin-2-5fbdb1.westus.cloudapp.azure.com [2021-06-28T11:38:43.282Z] GIT_BRANCH PR-42572 [2021-06-28T11:38:43.282Z] GIT_COMMIT 2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a [2021-06-28T11:38:43.282Z] GIT_URL https://github.com/moby/moby.git [2021-06-28T11:38:43.282Z] HUDSON_COOKIE 3180c31f-7f0b-4c89-bdb0-36eea9b29774 [2021-06-28T11:38:43.282Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-06-28T11:38:43.282Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-06-28T11:38:43.282Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-06-28T11:38:43.282Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-06-28T11:38:43.282Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-06-28T11:38:43.282Z] JENKINS_NODE_COOKIE ce0092dc-fcd6-45da-84c8-ae9db344fc4e [2021-06-28T11:38:43.282Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-06-28T11:38:43.282Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-06-28T11:38:43.282Z] JOB_BASE_NAME PR-42572 [2021-06-28T11:38:43.282Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/display/redirect [2021-06-28T11:38:43.282Z] JOB_NAME moby/PR-42572 [2021-06-28T11:38:43.282Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/ [2021-06-28T11:38:43.282Z] library.jps.version master [2021-06-28T11:38:43.282Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-06-28T11:38:43.282Z] NODE_LABELS amd64 azure azwin-2-5fbdb1 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-06-28T11:38:43.282Z] NODE_NAME azwin-2-5fbdb1 [2021-06-28T11:38:43.282Z] NUMBER_OF_PROCESSORS 4 [2021-06-28T11:38:43.282Z] OS Windows_NT [2021-06-28T11:38:43.282Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-06-28T11:38:43.282Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-06-28T11:38:43.282Z] PROCESSOR_ARCHITECTURE AMD64 [2021-06-28T11:38:43.282Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2021-06-28T11:38:43.282Z] PROCESSOR_LEVEL 6 [2021-06-28T11:38:43.282Z] PROCESSOR_REVISION 4f01 [2021-06-28T11:38:43.282Z] ProgramData C:\ProgramData [2021-06-28T11:38:43.282Z] ProgramFiles C:\Program Files [2021-06-28T11:38:43.282Z] ProgramFiles(x86) C:\Program Files (x86) [2021-06-28T11:38:43.282Z] ProgramW6432 C:\Program Files [2021-06-28T11:38:43.282Z] PROMPT $P$G [2021-06-28T11:38:43.282Z] PSExecutionPolicyPreference Bypass [2021-06-28T11:38:43.282Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-06-28T11:38:43.282Z] PUBLIC C:\Users\Public [2021-06-28T11:38:43.282Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/1/display/redirect?page=artif... [2021-06-28T11:38:43.282Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/1/display/redirect?page=changes [2021-06-28T11:38:43.282Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/1/display/redirect [2021-06-28T11:38:43.282Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42572/1/display/redirect?page=tests [2021-06-28T11:38:43.282Z] SKIP_VALIDATION_TESTS 1 [2021-06-28T11:38:43.282Z] SOURCES_DRIVE d [2021-06-28T11:38:43.282Z] SOURCES_SUBDIR gopath [2021-06-28T11:38:43.282Z] STAGE_NAME Run tests [2021-06-28T11:38:43.282Z] SystemDrive C: [2021-06-28T11:38:43.282Z] SystemRoot C:\Windows [2021-06-28T11:38:43.282Z] TEMP C:\Windows\TEMP [2021-06-28T11:38:43.282Z] TESTDEBUG 0 [2021-06-28T11:38:43.282Z] TESTRUN_DRIVE d [2021-06-28T11:38:43.282Z] TESTRUN_SUBDIR CI [2021-06-28T11:38:43.282Z] TIMEOUT 120m [2021-06-28T11:38:43.282Z] TMP C:\Windows\TEMP [2021-06-28T11:38:43.282Z] USERDOMAIN WORKGROUP [2021-06-28T11:38:43.282Z] USERNAME azwin-2-5fbdb1$ [2021-06-28T11:38:43.282Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-06-28T11:38:43.282Z] windir C:\Windows [2021-06-28T11:38:43.282Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore/insider [2021-06-28T11:38:43.282Z] WINDOWS_BASE_IMAGE_TAG 10.0.20295.1 [2021-06-28T11:38:43.282Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-06-28T11:38:43.282Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-06-28T11:38:43.282Z] [2021-06-28T11:38:43.282Z] [2021-06-28T11:38:43.282Z] [2021-06-28T11:38:43.282Z] INFO: Sources under d:\gopath\... [2021-06-28T11:38:43.282Z] INFO: Test run under d:\CI\... [2021-06-28T11:38:43.282Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-06-28T11:38:43.282Z] INFO: docker/docker repository was found [2021-06-28T11:38:43.282Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-06-28T11:38:43.282Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20295.1' [2021-06-28T11:38:43.282Z] INFO: Docker version of control daemon [2021-06-28T11:38:43.282Z] [2021-06-28T11:38:43.743Z] Client: Mirantis Container Runtime [2021-06-28T11:38:43.743Z] Version: 20.10.0 [2021-06-28T11:38:43.743Z] API version: 1.41 [2021-06-28T11:38:43.743Z] Go version: go1.13.15 [2021-06-28T11:38:43.743Z] Git commit: 6ee42dc [2021-06-28T11:38:43.743Z] Built: 03/11/2021 13:24:56 [2021-06-28T11:38:43.743Z] OS/Arch: windows/amd64 [2021-06-28T11:38:43.743Z] Context: default [2021-06-28T11:38:43.743Z] Experimental: true [2021-06-28T11:38:43.743Z] [2021-06-28T11:38:43.743Z] Server: Mirantis Container Runtime [2021-06-28T11:38:43.743Z] Engine: [2021-06-28T11:38:43.743Z] Version: 20.10.0 [2021-06-28T11:38:43.743Z] API version: 1.41 (minimum version 1.24) [2021-06-28T11:38:43.743Z] Go version: go1.13.15 [2021-06-28T11:38:43.743Z] Git commit: 1e08f21e79 [2021-06-28T11:38:43.743Z] Built: 03/11/2021 13:23:32 [2021-06-28T11:38:43.743Z] OS/Arch: windows/amd64 [2021-06-28T11:38:43.743Z] Experimental: true [2021-06-28T11:38:43.743Z] [2021-06-28T11:38:43.743Z] INFO: Docker info of control daemon [2021-06-28T11:38:43.743Z] [2021-06-28T11:38:43.812Z] INFO: make.ps1 starting at 06/28/2021 11:38:43 [2021-06-28T11:38:43.986Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-06-28T11:38:43.986Z] docker_api_swarm_service_test.go:533: [d90fac79a4d1a] joining swarm manager [da61144541294]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:38:44.205Z] Client: [2021-06-28T11:38:44.205Z] Context: default [2021-06-28T11:38:44.205Z] Debug Mode: false [2021-06-28T11:38:44.205Z] Plugins: [2021-06-28T11:38:44.205Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-28T11:38:44.205Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-28T11:38:44.205Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-28T11:38:44.205Z] [2021-06-28T11:38:44.205Z] Server: [2021-06-28T11:38:44.205Z] Containers: 0 [2021-06-28T11:38:44.205Z] Running: 0 [2021-06-28T11:38:44.205Z] Paused: 0 [2021-06-28T11:38:44.205Z] Stopped: 0 [2021-06-28T11:38:44.205Z] Images: 10 [2021-06-28T11:38:44.205Z] Server Version: 20.10.0 [2021-06-28T11:38:44.205Z] Storage Driver: lcow (linux) windowsfilter (windows) [2021-06-28T11:38:44.205Z] LCOW: [2021-06-28T11:38:44.205Z] Windows: [2021-06-28T11:38:44.205Z] Logging Driver: json-file [2021-06-28T11:38:44.205Z] Plugins: [2021-06-28T11:38:44.205Z] Volume: local [2021-06-28T11:38:44.205Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-28T11:38:44.205Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-28T11:38:44.205Z] Swarm: inactive [2021-06-28T11:38:44.205Z] Default Isolation: process [2021-06-28T11:38:44.205Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-28T11:38:44.205Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-28T11:38:44.205Z] OSType: windows [2021-06-28T11:38:44.205Z] Architecture: x86_64 [2021-06-28T11:38:44.205Z] CPUs: 4 [2021-06-28T11:38:44.205Z] Total Memory: 32GiB [2021-06-28T11:38:44.205Z] Name: azwin-2-5fbdb1 [2021-06-28T11:38:44.205Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-06-28T11:38:44.205Z] Docker Root Dir: D:\docker [2021-06-28T11:38:44.205Z] Debug Mode: false [2021-06-28T11:38:44.205Z] Registry: https://index.docker.io/v1/ [2021-06-28T11:38:44.205Z] Labels: [2021-06-28T11:38:44.205Z] Experimental: true [2021-06-28T11:38:44.205Z] Insecure Registries: [2021-06-28T11:38:44.205Z] 10.0.0.4:5000 [2021-06-28T11:38:44.205Z] 127.0.0.0/8 [2021-06-28T11:38:44.205Z] Registry Mirrors: [2021-06-28T11:38:44.205Z] http://10.0.0.4:5000/ [2021-06-28T11:38:44.205Z] Live Restore Enabled: false [2021-06-28T11:38:44.205Z] [2021-06-28T11:38:44.205Z] [2021-06-28T11:38:44.205Z] INFO: Commit hash is 2b3c4ff46a [2021-06-28T11:38:44.205Z] INFO: Nuke-Everything... [2021-06-28T11:38:44.205Z] INFO: Container count on control daemon to delete is 0 [2021-06-28T11:38:44.264Z] INFO: Git commit (2b3c4ff46a) assumed from DOCKER_GITCOMMIT environment variable [2021-06-28T11:38:44.264Z] INFO: Invoking autogen... [2021-06-28T11:38:44.264Z] INFO: Running unit tests... [2021-06-28T11:38:44.666Z] INFO: Nuking d:\CI [2021-06-28T11:38:44.915Z] === RUN TestDockerSuite/TestInspectDefault [2021-06-28T11:38:45.128Z] INFO: Zapped successfully [2021-06-28T11:38:45.128Z] INFO: Location for testing is d:\CI\PR-42572\1 [2021-06-28T11:38:45.128Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-06-28T11:38:45.128Z] [2021-06-28T11:38:45.128Z] [2021-06-28T11:38:45.128Z] INFO: Building the image from Dockerfile.windows at 06/28/2021 11:38:44... [2021-06-28T11:38:45.128Z] [2021-06-28T11:38:45.477Z] === RUN TestDockerSuite/TestInspectHistory [2021-06-28T11:38:46.845Z] === RUN TestDockerSuite/TestInspectImage [2021-06-28T11:38:47.101Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-06-28T11:38:47.101Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-06-28T11:38:47.101Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-06-28T11:38:47.101Z] === RUN TestDockerSuite/TestInspectInt64 [2021-06-28T11:38:48.483Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-06-28T11:38:49.412Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-06-28T11:38:49.412Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-06-28T11:38:50.778Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-06-28T11:38:50.941Z] Sending build context to Docker daemon 60.85MB [2021-06-28T11:38:50.941Z] [2021-06-28T11:38:50.941Z] Step 1/10 : FROM microsoft/windowsservercore [2021-06-28T11:38:50.941Z] ---> 39d157a84080 [2021-06-28T11:38:50.941Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-06-28T11:38:50.941Z] ---> Using cache [2021-06-28T11:38:50.941Z] ---> 21e123233489 [2021-06-28T11:38:50.941Z] Step 3/10 : ARG GO_VERSION=1.16.5 [2021-06-28T11:38:50.941Z] ---> Using cache [2021-06-28T11:38:50.941Z] ---> 4dbe6bcec500 [2021-06-28T11:38:50.941Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-06-28T11:38:50.941Z] ---> Using cache [2021-06-28T11:38:50.941Z] ---> a5d565419d95 [2021-06-28T11:38:50.941Z] 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} [2021-06-28T11:38:50.941Z] ---> Using cache [2021-06-28T11:38:50.941Z] ---> ec52513c5844 [2021-06-28T11:38:50.941Z] 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; [2021-06-28T11:38:50.941Z] ---> Using cache [2021-06-28T11:38:50.941Z] ---> a5bf1fe712e7 [2021-06-28T11:38:50.941Z] 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 [2021-06-28T11:38:50.941Z] ---> Using cache [2021-06-28T11:38:50.941Z] ---> 0547e39fa367 [2021-06-28T11:38:50.941Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-06-28T11:38:50.941Z] ---> Using cache [2021-06-28T11:38:50.941Z] ---> d1a5b0106c6f [2021-06-28T11:38:50.942Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-06-28T11:38:50.942Z] ---> Using cache [2021-06-28T11:38:50.942Z] ---> 8e02f4463bed [2021-06-28T11:38:50.942Z] Step 10/10 : COPY . . [2021-06-28T11:38:51.707Z] === RUN TestDockerSuite/TestInspectPlugin [2021-06-28T11:38:52.779Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-06-28T11:38:53.598Z] === RUN TestDockerSuite/TestInspectRootFS [2021-06-28T11:38:53.598Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-06-28T11:38:54.160Z] === RUN TestDockerSuite/TestInspectStatus [2021-06-28T11:38:55.529Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-06-28T11:38:56.894Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-06-28T11:38:57.823Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-06-28T11:38:58.386Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-06-28T11:38:58.658Z] ok github.com/docker/docker/libnetwork/networkdb 156.038s coverage: 60.6% of statements [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/rootless [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/volume [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-28T11:38:58.658Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === Skipped [2021-06-28T11:38:58.658Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-06-28T11:38:58.658Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-06-28T11:38:58.658Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-06-28T11:38:58.658Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-06-28T11:38:58.658Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-06-28T11:38:58.658Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:38:58.658Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-06-28T11:38:58.658Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:38:58.658Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-06-28T11:38:58.658Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:38:58.658Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-06-28T11:38:58.658Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:38:58.658Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-06-28T11:38:58.658Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:38:58.658Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-06-28T11:38:58.658Z] graphtest_unix.go:73: No driver to put! [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-06-28T11:38:58.658Z] time="2021-06-28T11:35:03Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-28T11:38:58.658Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-28T11:38:58.658Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-06-28T11:38:58.658Z] time="2021-06-28T11:35:03Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-28T11:38:58.658Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-28T11:38:58.658Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-06-28T11:38:58.658Z] time="2021-06-28T11:35:03Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-28T11:38:58.658Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-28T11:38:58.658Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-06-28T11:38:58.658Z] time="2021-06-28T11:35:03Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-28T11:38:58.658Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-28T11:38:58.658Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-06-28T11:38:58.658Z] time="2021-06-28T11:35:03Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-28T11:38:58.658Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-28T11:38:58.658Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-06-28T11:38:58.658Z] graphtest_unix.go:73: No driver to put! [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-06-28T11:38:58.658Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-06-28T11:38:58.658Z] overlay_test.go:49: Fails to compute changes intermittently [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-06-28T11:38:58.658Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-06-28T11:38:58.658Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-06-28T11:38:58.658Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:38:58.658Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-06-28T11:38:58.658Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:38:58.658Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-06-28T11:38:58.658Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:38:58.658Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-06-28T11:38:58.658Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:38:58.658Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-06-28T11:38:58.658Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-28T11:38:58.658Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-06-28T11:38:58.658Z] graphtest_unix.go:73: No driver to put! [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: libnetwork TestParallel3 (0.00s) [2021-06-28T11:38:58.658Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: libnetwork TestParallel2 (0.00s) [2021-06-28T11:38:58.658Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: libnetwork TestParallel1 (0.00s) [2021-06-28T11:38:58.658Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-06-28T11:38:58.658Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-06-28T11:38:58.658Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-06-28T11:38:58.658Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-06-28T11:38:58.658Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-06-28T11:38:58.658Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-06-28T11:38:58.658Z] firewalld_test.go:13: firewalld is not running [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-06-28T11:38:58.658Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-06-28T11:38:58.658Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] [2021-06-28T11:38:58.658Z] DONE 2627 tests, 37 skipped in 407.056s Post stage [Pipeline] junit [2021-06-28T11:38:58.670Z] Recording test results [2021-06-28T11:38:58.906Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-06-28T11:38:59.271Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42572/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a hack/validate/vendor [2021-06-28T11:38:59.314Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-06-28T11:38:59.876Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-06-28T11:39:00.200Z] update vendored copy of archive/tar [2021-06-28T11:39:00.200Z] downloading: https://golang.org/dl/go1.16.5.src.tar.gz [2021-06-28T11:39:00.806Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-06-28T11:39:01.284Z] ? github.com/docker/docker/api [no test files] [2021-06-28T11:39:01.369Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-06-28T11:39:01.369Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-06-28T11:39:01.566Z] patching file stat_unix.go [2021-06-28T11:39:01.566Z] 2021/06/28 11:39:01 Collecting initial packages [2021-06-28T11:39:01.566Z] 2021/06/28 11:39:01 Download dependencies [2021-06-28T11:39:03.258Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-06-28T11:39:04.623Z] === RUN TestDockerSuite/TestLinksEnvs [2021-06-28T11:39:04.830Z] 2021/06/28 11:39:04 Starting whole vndr cycle because no package specified [2021-06-28T11:39:04.830Z] 2021/06/28 11:39:04 Ignoring paths matching "^archive/tar" [2021-06-28T11:39:04.830Z] 2021/06/28 11:39:04 Clone github.com/Microsoft/go-winio, revision 5c2e05d71961716a6c392a06ada435aaf5d5302c, attempt 1/20 [2021-06-28T11:39:04.830Z] 2021/06/28 11:39:04 Clone github.com/bits-and-blooms/bitset, revision 59de210119f50cedaa42d175dc88b6335fcf63f6, attempt 1/20 [2021-06-28T11:39:04.830Z] 2021/06/28 11:39:04 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2021-06-28T11:39:04.830Z] 2021/06/28 11:39:04 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2021-06-28T11:39:04.830Z] 2021/06/28 11:39:04 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2021-06-28T11:39:05.087Z] 2021/06/28 11:39:04 Clone github.com/Microsoft/hcsshim, revision e811ee705ec77df2ae28857ade553043fb564d91, attempt 1/20 [2021-06-28T11:39:05.087Z] 2021/06/28 11:39:04 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2021-06-28T11:39:05.087Z] 2021/06/28 11:39:04 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2021-06-28T11:39:05.087Z] 2021/06/28 11:39:04 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2021-06-28T11:39:05.087Z] 2021/06/28 11:39:04 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2021-06-28T11:39:05.087Z] 2021/06/28 11:39:04 Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20 [2021-06-28T11:39:05.087Z] 2021/06/28 11:39:04 Clone github.com/moby/sys, revision b0f1fd7235275d01bd35cc4421e884e522395f45, attempt 1/20 [2021-06-28T11:39:05.087Z] 2021/06/28 11:39:04 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2021-06-28T11:39:05.087Z] 2021/06/28 11:39:04 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2021-06-28T11:39:05.087Z] 2021/06/28 11:39:04 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2021-06-28T11:39:05.087Z] 2021/06/28 11:39:04 Clone golang.org/x/net, revision e18ecbb051101a46fc263334b127c89bc7bff7ea, attempt 1/20 [2021-06-28T11:39:06.453Z] 2021/06/28 11:39:06 Finished clone github.com/moby/locker [2021-06-28T11:39:06.453Z] 2021/06/28 11:39:06 Clone golang.org/x/sys, revision d19ff857e887eacb631721f188c7d365c2331456, attempt 1/20 [2021-06-28T11:39:06.453Z] 2021/06/28 11:39:06 Finished clone github.com/google/uuid [2021-06-28T11:39:06.453Z] 2021/06/28 11:39:06 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2021-06-28T11:39:06.453Z] 2021/06/28 11:39:06 Finished clone github.com/creack/pty [2021-06-28T11:39:06.453Z] 2021/06/28 11:39:06 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2021-06-28T11:39:06.453Z] 2021/06/28 11:39:06 Finished clone github.com/docker/libtrust [2021-06-28T11:39:06.453Z] 2021/06/28 11:39:06 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2021-06-28T11:39:06.453Z] 2021/06/28 11:39:06 Finished clone github.com/Azure/go-ansiterm [2021-06-28T11:39:06.454Z] 2021/06/28 11:39:06 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2021-06-28T11:39:06.454Z] 2021/06/28 11:39:06 Finished clone github.com/tchap/go-patricia [2021-06-28T11:39:06.454Z] 2021/06/28 11:39:06 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2021-06-28T11:39:06.454Z] 2021/06/28 11:39:06 Finished clone github.com/bits-and-blooms/bitset [2021-06-28T11:39:06.454Z] 2021/06/28 11:39:06 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2021-06-28T11:39:06.454Z] 2021/06/28 11:39:06 Finished clone github.com/Microsoft/go-winio [2021-06-28T11:39:06.454Z] 2021/06/28 11:39:06 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2021-06-28T11:39:06.454Z] 2021/06/28 11:39:06 Finished clone github.com/moby/term [2021-06-28T11:39:06.454Z] 2021/06/28 11:39:06 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2021-06-28T11:39:06.454Z] 2021/06/28 11:39:06 Finished clone github.com/moby/sys [2021-06-28T11:39:06.454Z] 2021/06/28 11:39:06 Clone golang.org/x/sync, revision 036812b2e83c0ddf193dd5a34e034151da389d09, attempt 1/20 [2021-06-28T11:39:06.536Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-06-28T11:39:06.710Z] 2021/06/28 11:39:06 Finished clone github.com/gorilla/mux [2021-06-28T11:39:06.710Z] 2021/06/28 11:39:06 Clone github.com/moby/buildkit, revision 9f254e18360a24c2ae47b26f772c3c89533bcbb7, attempt 1/20 [2021-06-28T11:39:06.792Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-06-28T11:39:06.967Z] 2021/06/28 11:39:06 Finished clone github.com/sirupsen/logrus [2021-06-28T11:39:06.967Z] 2021/06/28 11:39:06 Clone github.com/tonistiigi/fsutil, revision d72af97c0eaf93c1d20360e3cb9c63c223675b83, attempt 1/20 [2021-06-28T11:39:07.530Z] 2021/06/28 11:39:07 Finished clone github.com/syndtr/gocapability [2021-06-28T11:39:07.530Z] 2021/06/28 11:39:07 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2021-06-28T11:39:07.530Z] 2021/06/28 11:39:07 Finished clone github.com/docker/go-units [2021-06-28T11:39:07.530Z] 2021/06/28 11:39:07 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2021-06-28T11:39:07.530Z] 2021/06/28 11:39:07 Finished clone github.com/RackSec/srslog [2021-06-28T11:39:07.530Z] 2021/06/28 11:39:07 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2021-06-28T11:39:07.787Z] 2021/06/28 11:39:07 Finished clone github.com/opencontainers/image-spec [2021-06-28T11:39:07.787Z] 2021/06/28 11:39:07 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2021-06-28T11:39:07.787Z] 2021/06/28 11:39:07 Finished clone gotest.tools/v3 [2021-06-28T11:39:07.787Z] 2021/06/28 11:39:07 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2021-06-28T11:39:07.787Z] 2021/06/28 11:39:07 Finished clone github.com/imdario/mergo [2021-06-28T11:39:07.787Z] 2021/06/28 11:39:07 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2021-06-28T11:39:07.787Z] 2021/06/28 11:39:07 Finished clone golang.org/x/sync [2021-06-28T11:39:07.787Z] 2021/06/28 11:39:07 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2021-06-28T11:39:08.043Z] 2021/06/28 11:39:07 Finished clone github.com/google/go-cmp [2021-06-28T11:39:08.043Z] 2021/06/28 11:39:07 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2021-06-28T11:39:08.607Z] 2021/06/28 11:39:08 Finished clone github.com/tonistiigi/units [2021-06-28T11:39:08.683Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-06-28T11:39:08.863Z] 2021/06/28 11:39:08 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2021-06-28T11:39:08.863Z] 2021/06/28 11:39:08 Finished clone github.com/docker/go-connections [2021-06-28T11:39:08.863Z] 2021/06/28 11:39:08 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2021-06-28T11:39:09.120Z] 2021/06/28 11:39:08 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2021-06-28T11:39:09.120Z] 2021/06/28 11:39:08 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2021-06-28T11:39:09.120Z] 2021/06/28 11:39:08 Finished clone github.com/google/shlex [2021-06-28T11:39:09.120Z] 2021/06/28 11:39:08 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2021-06-28T11:39:09.120Z] 2021/06/28 11:39:09 Finished clone github.com/opentracing-contrib/go-stdlib [2021-06-28T11:39:09.120Z] 2021/06/28 11:39:09 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2021-06-28T11:39:09.120Z] 2021/06/28 11:39:09 Finished clone github.com/gofrs/flock [2021-06-28T11:39:09.120Z] 2021/06/28 11:39:09 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2021-06-28T11:39:09.120Z] 2021/06/28 11:39:09 Finished clone github.com/opentracing/opentracing-go [2021-06-28T11:39:09.120Z] 2021/06/28 11:39:09 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2021-06-28T11:39:09.376Z] 2021/06/28 11:39:09 Finished clone github.com/mitchellh/hashstructure [2021-06-28T11:39:09.376Z] 2021/06/28 11:39:09 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2021-06-28T11:39:10.306Z] 2021/06/28 11:39:09 Finished clone github.com/docker/go-events [2021-06-28T11:39:10.306Z] 2021/06/28 11:39:09 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2021-06-28T11:39:10.306Z] 2021/06/28 11:39:10 Finished clone github.com/sean-/seed [2021-06-28T11:39:10.306Z] 2021/06/28 11:39:10 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2021-06-28T11:39:10.306Z] 2021/06/28 11:39:10 Finished clone github.com/armon/go-metrics [2021-06-28T11:39:10.306Z] 2021/06/28 11:39:10 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2021-06-28T11:39:10.306Z] 2021/06/28 11:39:10 Finished clone github.com/armon/go-radix [2021-06-28T11:39:10.306Z] 2021/06/28 11:39:10 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2021-06-28T11:39:10.563Z] 2021/06/28 11:39:10 Finished clone github.com/hashicorp/errwrap [2021-06-28T11:39:10.563Z] 2021/06/28 11:39:10 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2021-06-28T11:39:11.200Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-06-28T11:39:11.200Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-06-28T11:39:11.505Z] 2021/06/28 11:39:11 Finished clone github.com/tonistiigi/fsutil [2021-06-28T11:39:11.505Z] 2021/06/28 11:39:11 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2021-06-28T11:39:11.505Z] 2021/06/28 11:39:11 Finished clone github.com/hashicorp/go-multierror [2021-06-28T11:39:11.505Z] 2021/06/28 11:39:11 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2021-06-28T11:39:11.761Z] 2021/06/28 11:39:11 Finished clone github.com/hashicorp/memberlist [2021-06-28T11:39:11.761Z] 2021/06/28 11:39:11 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2021-06-28T11:39:11.761Z] 2021/06/28 11:39:11 Finished clone github.com/vishvananda/netns [2021-06-28T11:39:11.761Z] 2021/06/28 11:39:11 Clone github.com/coreos/etcd, revision 2c834459e1aab78a5d5219c7dfe42335fc4b617a, attempt 1/20 [2021-06-28T11:39:12.017Z] 2021/06/28 11:39:11 Finished clone github.com/hashicorp/go-sockaddr [2021-06-28T11:39:12.017Z] 2021/06/28 11:39:11 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2021-06-28T11:39:12.017Z] 2021/06/28 11:39:11 Finished clone github.com/docker/libkv [2021-06-28T11:39:12.017Z] 2021/06/28 11:39:11 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2021-06-28T11:39:13.091Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-06-28T11:39:13.348Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-06-28T11:39:13.348Z] docker_api_swarm_service_test.go:147: [d5c454211b1c9] joining swarm manager [dbc73438bc7ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:39:13.383Z] 2021/06/28 11:39:12 Finished clone github.com/samuel/go-zookeeper [2021-06-28T11:39:13.383Z] 2021/06/28 11:39:12 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2021-06-28T11:39:13.383Z] 2021/06/28 11:39:13 Finished clone github.com/deckarep/golang-set [2021-06-28T11:39:13.383Z] 2021/06/28 11:39:13 Clone github.com/ishidawataru/sctp, revision f2269e66cdee387bd321445d5d300893449805be, attempt 1/20 [2021-06-28T11:39:13.383Z] 2021/06/28 11:39:13 Finished clone github.com/coreos/go-semver [2021-06-28T11:39:13.384Z] 2021/06/28 11:39:13 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2021-06-28T11:39:13.640Z] 2021/06/28 11:39:13 Finished clone github.com/moby/ipvs [2021-06-28T11:39:13.640Z] 2021/06/28 11:39:13 Clone github.com/json-iterator/go, revision a1ca0830781e007c66b225121d2cdb3a649421f6, attempt 1/20 [2021-06-28T11:39:13.896Z] 2021/06/28 11:39:13 Finished clone github.com/vishvananda/netlink [2021-06-28T11:39:13.896Z] 2021/06/28 11:39:13 Clone github.com/modern-go/concurrent, revision bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94, attempt 1/20 [2021-06-28T11:39:14.153Z] 2021/06/28 11:39:14 Finished clone github.com/golang/gddo [2021-06-28T11:39:14.153Z] 2021/06/28 11:39:14 Clone github.com/modern-go/reflect2, revision 94122c33edd36123c84d5368cfb2b69df93a0ec8, attempt 1/20 [2021-06-28T11:39:14.277Z] docker_api_swarm_service_test.go:147: [de9cea169e6ab] joining swarm manager [dbc73438bc7ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:39:14.715Z] 2021/06/28 11:39:14 Finished clone github.com/ishidawataru/sctp [2021-06-28T11:39:14.715Z] 2021/06/28 11:39:14 Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20 [2021-06-28T11:39:15.277Z] 2021/06/28 11:39:15 Finished clone github.com/hashicorp/go-msgpack [2021-06-28T11:39:15.277Z] 2021/06/28 11:39:15 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2021-06-28T11:39:15.533Z] 2021/06/28 11:39:15 Finished clone golang.org/x/net [2021-06-28T11:39:15.533Z] 2021/06/28 11:39:15 Finished clone github.com/modern-go/concurrent [2021-06-28T11:39:15.533Z] 2021/06/28 11:39:15 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2021-06-28T11:39:15.533Z] 2021/06/28 11:39:15 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2021-06-28T11:39:15.533Z] 2021/06/28 11:39:15 Finished clone github.com/modern-go/reflect2 [2021-06-28T11:39:15.533Z] 2021/06/28 11:39:15 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2021-06-28T11:39:16.123Z] ---> cb52bc1b8bab [2021-06-28T11:39:16.167Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-06-28T11:39:16.902Z] 2021/06/28 11:39:16 Finished clone github.com/json-iterator/go [2021-06-28T11:39:16.902Z] 2021/06/28 11:39:16 Clone github.com/opencontainers/runc, revision b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7, attempt 1/20 [2021-06-28T11:39:16.902Z] 2021/06/28 11:39:16 Finished clone go.etcd.io/bbolt [2021-06-28T11:39:16.902Z] 2021/06/28 11:39:16 Clone github.com/opencontainers/runtime-spec, revision 1c3f411f041711bbeecf35ff7e93461ea6789220, attempt 1/20 [2021-06-28T11:39:16.902Z] 2021/06/28 11:39:16 Finished clone github.com/mistifyio/go-zfs [2021-06-28T11:39:16.902Z] 2021/06/28 11:39:16 Clone github.com/klauspost/compress, revision a3b7545c88eea469c2246bee0e6c130525d56190, attempt 1/20 [2021-06-28T11:39:16.902Z] 2021/06/28 11:39:16 Finished clone github.com/opencontainers/go-digest [2021-06-28T11:39:16.902Z] 2021/06/28 11:39:16 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2021-06-28T11:39:17.096Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-06-28T11:39:17.665Z] Successfully built cb52bc1b8bab [2021-06-28T11:39:17.665Z] Successfully tagged docker:latest [2021-06-28T11:39:17.665Z] INFO: Image build ended at 06/28/2021 11:39:17. Duration:00:00:32.4745245 [2021-06-28T11:39:17.665Z] [2021-06-28T11:39:17.665Z] [2021-06-28T11:39:17.665Z] INFO: Building the test binaries at 06/28/2021 11:39:17... [2021-06-28T11:39:18.023Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-06-28T11:39:18.269Z] 2021/06/28 11:39:18 Finished clone github.com/cyphar/filepath-securejoin [2021-06-28T11:39:18.269Z] 2021/06/28 11:39:18 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2021-06-28T11:39:18.832Z] 2021/06/28 11:39:18 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2021-06-28T11:39:18.832Z] 2021/06/28 11:39:18 Clone github.com/coreos/go-systemd/v22, revision 256724e3db397c5ca4287b8f0c78e9e8492fdb01, attempt 1/20 [2021-06-28T11:39:18.953Z] === RUN TestMiddlewares [2021-06-28T11:39:18.953Z] --- PASS: TestMiddlewares (0.00s) [2021-06-28T11:39:18.953Z] PASS [2021-06-28T11:39:18.953Z] coverage: 9.0% of statements [2021-06-28T11:39:18.953Z] ok github.com/docker/docker/api/server 0.319s coverage: 9.0% of statements [2021-06-28T11:39:19.105Z] 2021/06/28 11:39:19 Finished clone github.com/hashicorp/serf [2021-06-28T11:39:19.105Z] 2021/06/28 11:39:19 Clone github.com/godbus/dbus/v5, revision c88335c0b1d28a30e7fc76d526a06154b85e5d97, attempt 1/20 [2021-06-28T11:39:20.033Z] 2021/06/28 11:39:19 Finished clone github.com/vbatts/tar-split [2021-06-28T11:39:20.033Z] 2021/06/28 11:39:19 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2021-06-28T11:39:20.289Z] 2021/06/28 11:39:20 Finished clone github.com/opencontainers/runtime-spec [2021-06-28T11:39:20.289Z] 2021/06/28 11:39:20 Clone github.com/fluent/fluent-logger-golang, revision b9b7fb02ccfee8ba4e69aa87386820c2bf24fd11, attempt 1/20 [2021-06-28T11:39:21.219Z] 2021/06/28 11:39:20 Finished clone github.com/coreos/go-systemd [2021-06-28T11:39:21.219Z] 2021/06/28 11:39:20 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2021-06-28T11:39:21.219Z] 2021/06/28 11:39:20 Finished clone github.com/coreos/go-systemd/v22 [2021-06-28T11:39:21.219Z] 2021/06/28 11:39:20 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2021-06-28T11:39:21.475Z] 2021/06/28 11:39:21 Finished clone github.com/godbus/dbus/v5 [2021-06-28T11:39:21.475Z] 2021/06/28 11:39:21 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2021-06-28T11:39:21.732Z] 2021/06/28 11:39:21 Finished clone github.com/Graylog2/go-gelf [2021-06-28T11:39:21.732Z] 2021/06/28 11:39:21 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2021-06-28T11:39:21.989Z] 2021/06/28 11:39:21 Finished clone github.com/fluent/fluent-logger-golang [2021-06-28T11:39:21.989Z] 2021/06/28 11:39:21 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2021-06-28T11:39:22.553Z] 2021/06/28 11:39:22 Finished clone github.com/philhofer/fwd [2021-06-28T11:39:22.553Z] 2021/06/28 11:39:22 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2021-06-28T11:39:23.483Z] 2021/06/28 11:39:23 Finished clone github.com/fsnotify/fsnotify [2021-06-28T11:39:23.483Z] 2021/06/28 11:39:23 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2021-06-28T11:39:23.494Z] INFO: make.ps1 starting at 06/28/2021 11:39:22 [2021-06-28T11:39:23.494Z] INFO: Git commit (2b3c4ff46a) assumed from DOCKER_GITCOMMIT environment variable [2021-06-28T11:39:23.494Z] INFO: Invoking autogen... [2021-06-28T11:39:23.494Z] INFO: Building daemon... [2021-06-28T11:39:24.046Z] 2021/06/28 11:39:23 Finished clone github.com/bsphere/le_go [2021-06-28T11:39:24.046Z] 2021/06/28 11:39:23 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2021-06-28T11:39:24.302Z] 2021/06/28 11:39:24 Finished clone github.com/jmespath/go-jmespath [2021-06-28T11:39:24.302Z] 2021/06/28 11:39:24 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2021-06-28T11:39:25.671Z] 2021/06/28 11:39:25 Finished clone github.com/tinylib/msgp [2021-06-28T11:39:25.671Z] 2021/06/28 11:39:25 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2021-06-28T11:39:25.928Z] 2021/06/28 11:39:25 Finished clone github.com/golang/groupcache [2021-06-28T11:39:25.928Z] 2021/06/28 11:39:25 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2021-06-28T11:39:26.185Z] 2021/06/28 11:39:25 Finished clone golang.org/x/oauth2 [2021-06-28T11:39:26.185Z] 2021/06/28 11:39:25 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2021-06-28T11:39:28.076Z] 2021/06/28 11:39:27 Finished clone github.com/googleapis/gax-go [2021-06-28T11:39:28.077Z] 2021/06/28 11:39:27 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2021-06-28T11:39:29.969Z] 2021/06/28 11:39:29 Finished clone go.opencensus.io [2021-06-28T11:39:29.969Z] 2021/06/28 11:39:29 Clone github.com/containerd/containerd, revision 36cc874494a56a253cd181a1a685b44b58a2e34a, attempt 1/20 [2021-06-28T11:39:30.195Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-06-28T11:39:30.225Z] 2021/06/28 11:39:30 Finished clone github.com/miekg/dns [2021-06-28T11:39:30.225Z] 2021/06/28 11:39:30 Clone github.com/containerd/fifo, revision 650e8a8a179d040123db61f016cb133143e7a581, attempt 1/20 [2021-06-28T11:39:31.594Z] 2021/06/28 11:39:31 Finished clone golang.org/x/sys [2021-06-28T11:39:31.594Z] 2021/06/28 11:39:31 Clone github.com/containerd/continuity, revision bce1c3f9669b6f3e7f6656ee715b0b4d75fa64a6, attempt 1/20 [2021-06-28T11:39:31.851Z] 2021/06/28 11:39:31 Finished clone github.com/containerd/fifo [2021-06-28T11:39:31.851Z] 2021/06/28 11:39:31 Clone github.com/containerd/cgroups, revision b9de8a2212026c07cec67baf3323f1fc0121e048, attempt 1/20 [2021-06-28T11:39:32.097Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-06-28T11:39:33.747Z] 2021/06/28 11:39:33 Clone github.com/containerd/console, revision 2f1e3d2b6afd18e8b2077816c711205a0b4d8769, attempt 1/20 [2021-06-28T11:39:33.747Z] 2021/06/28 11:39:33 Finished clone golang.org/x/text [2021-06-28T11:39:34.004Z] 2021/06/28 11:39:33 Finished clone github.com/containerd/cgroups [2021-06-28T11:39:34.004Z] 2021/06/28 11:39:33 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2021-06-28T11:39:34.568Z] 2021/06/28 11:39:34 Finished clone github.com/opencontainers/runc [2021-06-28T11:39:34.568Z] 2021/06/28 11:39:34 Clone github.com/containerd/typeurl, revision 5e43fb8b75ed2f2305fc04e6918c8d10636771bc, attempt 1/20 [2021-06-28T11:39:34.615Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-06-28T11:39:35.179Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-06-28T11:39:35.497Z] 2021/06/28 11:39:35 Finished clone github.com/containerd/go-runc [2021-06-28T11:39:35.497Z] 2021/06/28 11:39:35 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2021-06-28T11:39:36.060Z] 2021/06/28 11:39:35 Finished clone github.com/klauspost/compress [2021-06-28T11:39:36.060Z] 2021/06/28 11:39:35 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2021-06-28T11:39:36.060Z] 2021/06/28 11:39:35 Finished clone github.com/containerd/typeurl [2021-06-28T11:39:36.060Z] 2021/06/28 11:39:35 Clone github.com/cilium/ebpf, revision ef54c303d1fff1e80a9bf20f00a378fde5419d61, attempt 1/20 [2021-06-28T11:39:36.060Z] 2021/06/28 11:39:35 Finished clone github.com/moby/buildkit [2021-06-28T11:39:36.060Z] 2021/06/28 11:39:35 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2021-06-28T11:39:36.317Z] 2021/06/28 11:39:36 Finished clone google.golang.org/grpc [2021-06-28T11:39:36.317Z] 2021/06/28 11:39:36 Clone github.com/pelletier/go-toml, revision 65ca8064882c8c308e5c804c5d5443d409e0738c, attempt 1/20 [2021-06-28T11:39:36.574Z] 2021/06/28 11:39:36 Finished clone github.com/containerd/console [2021-06-28T11:39:36.574Z] 2021/06/28 11:39:36 Clone https://github.com/thaJeztah/swarmkit.git to github.com/docker/swarmkit, revision 137a181673b213a2bd81d2b032007139d69325a7, attempt 1/20 [2021-06-28T11:39:37.144Z] 2021/06/28 11:39:36 Finished clone github.com/containerd/continuity [2021-06-28T11:39:37.144Z] 2021/06/28 11:39:36 Clone github.com/gogo/protobuf, revision b03c65ea87cdc3521ede29f62fe3ce239267c1bc, attempt 1/20 [2021-06-28T11:39:37.144Z] 2021/06/28 11:39:36 Finished clone github.com/containerd/ttrpc [2021-06-28T11:39:37.144Z] 2021/06/28 11:39:36 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2021-06-28T11:39:37.401Z] 2021/06/28 11:39:37 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2021-06-28T11:39:37.401Z] 2021/06/28 11:39:37 Finished clone github.com/docker/distribution [2021-06-28T11:39:38.329Z] 2021/06/28 11:39:37 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2021-06-28T11:39:38.329Z] 2021/06/28 11:39:37 Finished clone github.com/gogo/googleapis [2021-06-28T11:39:39.258Z] 2021/06/28 11:39:38 Finished clone github.com/pelletier/go-toml [2021-06-28T11:39:39.258Z] 2021/06/28 11:39:38 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2021-06-28T11:39:39.350Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-06-28T11:39:39.350Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-06-28T11:39:39.350Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-06-28T11:39:39.350Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-06-28T11:39:39.350Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-06-28T11:39:39.515Z] 2021/06/28 11:39:39 Finished clone github.com/fernet/fernet-go [2021-06-28T11:39:39.515Z] 2021/06/28 11:39:39 Clone golang.org/x/crypto, revision 0c34fe9e7dc2486962ef9867e3edb3503537209f, attempt 1/20 [2021-06-28T11:39:39.912Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-06-28T11:39:40.078Z] 2021/06/28 11:39:39 Finished clone github.com/prometheus/client_golang [2021-06-28T11:39:40.078Z] 2021/06/28 11:39:39 Clone golang.org/x/time, revision 3af7569d3a1e776fc2a3c1cec133b43105ea9c2e, attempt 1/20 [2021-06-28T11:39:40.474Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-06-28T11:39:41.008Z] 2021/06/28 11:39:40 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2021-06-28T11:39:41.008Z] 2021/06/28 11:39:40 Finished clone github.com/Microsoft/hcsshim [2021-06-28T11:39:41.265Z] 2021/06/28 11:39:41 Finished clone golang.org/x/time [2021-06-28T11:39:41.265Z] 2021/06/28 11:39:41 Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2021-06-28T11:39:41.867Z] 2021/06/28 11:39:41 Finished clone github.com/cilium/ebpf [2021-06-28T11:39:41.867Z] 2021/06/28 11:39:41 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2021-06-28T11:39:42.123Z] 2021/06/28 11:39:42 Finished clone github.com/hashicorp/go-immutable-radix [2021-06-28T11:39:42.123Z] 2021/06/28 11:39:42 Clone github.com/coreos/pkg, revision 97fdf19511ea361ae1c100dd393cc47f8dcfa1e1, attempt 1/20 [2021-06-28T11:39:42.687Z] 2021/06/28 11:39:42 Finished clone github.com/hashicorp/go-memdb [2021-06-28T11:39:42.687Z] 2021/06/28 11:39:42 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2021-06-28T11:39:43.250Z] 2021/06/28 11:39:43 Finished clone github.com/hashicorp/golang-lru [2021-06-28T11:39:43.250Z] 2021/06/28 11:39:43 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2021-06-28T11:39:43.814Z] 2021/06/28 11:39:43 Finished clone github.com/coreos/pkg [2021-06-28T11:39:43.814Z] 2021/06/28 11:39:43 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2021-06-28T11:39:44.639Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-06-28T11:39:44.742Z] 2021/06/28 11:39:44 Finished clone github.com/cespare/xxhash/v2 [2021-06-28T11:39:44.742Z] 2021/06/28 11:39:44 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2021-06-28T11:39:44.895Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-06-28T11:39:44.999Z] 2021/06/28 11:39:44 Finished clone github.com/beorn7/perks [2021-06-28T11:39:44.999Z] 2021/06/28 11:39:44 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2021-06-28T11:39:45.562Z] 2021/06/28 11:39:45 Finished clone github.com/golang/protobuf [2021-06-28T11:39:45.562Z] 2021/06/28 11:39:45 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2021-06-28T11:39:46.125Z] 2021/06/28 11:39:45 Finished clone golang.org/x/crypto [2021-06-28T11:39:46.125Z] 2021/06/28 11:39:45 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2021-06-28T11:39:46.381Z] 2021/06/28 11:39:46 Finished clone github.com/prometheus/client_model [2021-06-28T11:39:46.381Z] 2021/06/28 11:39:46 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2021-06-28T11:39:47.747Z] 2021/06/28 11:39:47 Finished clone github.com/matttproud/golang_protobuf_extensions [2021-06-28T11:39:47.747Z] 2021/06/28 11:39:47 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2021-06-28T11:39:47.747Z] 2021/06/28 11:39:47 Finished clone code.cloudfoundry.org/clock [2021-06-28T11:39:47.747Z] 2021/06/28 11:39:47 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2021-06-28T11:39:48.004Z] 2021/06/28 11:39:47 Finished clone github.com/pkg/errors [2021-06-28T11:39:48.004Z] 2021/06/28 11:39:47 Clone github.com/spf13/cobra, revision 8380ddd3132bdf8fd77731725b550c181dda0aa8, attempt 1/20 [2021-06-28T11:39:48.934Z] 2021/06/28 11:39:48 Finished clone github.com/prometheus/common [2021-06-28T11:39:48.934Z] 2021/06/28 11:39:48 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2021-06-28T11:39:48.934Z] 2021/06/28 11:39:48 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2021-06-28T11:39:48.934Z] 2021/06/28 11:39:48 Finished clone github.com/prometheus/procfs [2021-06-28T11:39:49.191Z] 2021/06/28 11:39:49 Finished clone github.com/morikuni/aec [2021-06-28T11:39:49.191Z] 2021/06/28 11:39:49 Clone github.com/opencontainers/selinux, revision 76bc82e11d854d3e40c08889d13c98abcea72ea2, attempt 1/20 [2021-06-28T11:39:49.191Z] 2021/06/28 11:39:49 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2021-06-28T11:39:49.191Z] 2021/06/28 11:39:49 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2021-06-28T11:39:50.121Z] 2021/06/28 11:39:50 Finished clone github.com/inconshreveable/mousetrap [2021-06-28T11:39:50.139Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-06-28T11:39:50.395Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-06-28T11:39:50.395Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-06-28T11:39:50.683Z] 2021/06/28 11:39:50 Finished clone github.com/docker/go-metrics [2021-06-28T11:39:50.683Z] 2021/06/28 11:39:50 Finished clone github.com/spf13/pflag [2021-06-28T11:39:51.246Z] 2021/06/28 11:39:51 Finished clone github.com/spf13/cobra [2021-06-28T11:39:51.323Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-06-28T11:39:52.615Z] 2021/06/28 11:39:52 Finished clone github.com/opencontainers/selinux [2021-06-28T11:39:52.692Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-06-28T11:39:53.178Z] 2021/06/28 11:39:53 Finished clone github.com/google/certificate-transparency-go [2021-06-28T11:39:53.620Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-06-28T11:39:54.190Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-06-28T11:39:54.766Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-06-28T11:39:55.695Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-06-28T11:39:59.865Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-06-28T11:40:00.121Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-06-28T11:40:01.049Z] === RUN TestDockerSuite/TestLogsSince [2021-06-28T11:40:05.376Z] 2021/06/28 11:40:03 Finished clone github.com/cloudflare/cfssl [2021-06-28T11:40:07.897Z] 2021/06/28 11:40:07 Finished clone github.com/docker/swarmkit [2021-06-28T11:40:09.167Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-06-28T11:40:12.071Z] 2021/06/28 11:40:11 Finished clone github.com/coreos/etcd [2021-06-28T11:40:14.413Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-06-28T11:40:15.342Z] === RUN TestDockerSuite/TestLogsTail [2021-06-28T11:40:16.246Z] 2021/06/28 11:40:15 Finished clone cloud.google.com/go [2021-06-28T11:40:16.708Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-06-28T11:40:18.078Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-06-28T11:40:18.143Z] 2021/06/28 11:40:17 Finished clone github.com/containerd/containerd [2021-06-28T11:40:19.009Z] === RUN TestDockerSuite/TestMountIntoProc [2021-06-28T11:40:19.266Z] === RUN TestDockerSuite/TestMountIntoSys [2021-06-28T11:40:19.532Z] === RUN TestBoolValue [2021-06-28T11:40:19.532Z] --- PASS: TestBoolValue (0.00s) [2021-06-28T11:40:19.532Z] === RUN TestBoolValueOrDefault [2021-06-28T11:40:19.532Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-06-28T11:40:19.532Z] === RUN TestInt64ValueOrZero [2021-06-28T11:40:19.532Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-06-28T11:40:19.532Z] === RUN TestInt64ValueOrDefault [2021-06-28T11:40:19.532Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-06-28T11:40:19.532Z] === RUN TestInt64ValueOrDefaultWithError [2021-06-28T11:40:19.532Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-06-28T11:40:19.532Z] === RUN TestJsonContentType [2021-06-28T11:40:19.532Z] --- PASS: TestJsonContentType (0.00s) [2021-06-28T11:40:19.532Z] PASS [2021-06-28T11:40:19.532Z] coverage: 14.7% of statements [2021-06-28T11:40:19.532Z] ok github.com/docker/docker/api/server/httputils 0.303s coverage: 14.7% of statements [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-28T11:40:19.532Z] === RUN TestMaskSecretKeys [2021-06-28T11:40:19.532Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-06-28T11:40:19.532Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-06-28T11:40:19.532Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-06-28T11:40:19.532Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-06-28T11:40:19.532Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-06-28T11:40:19.532Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-06-28T11:40:19.532Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-06-28T11:40:19.532Z] === RUN TestVersionMiddlewareVersion [2021-06-28T11:40:19.532Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-06-28T11:40:19.532Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-06-28T11:40:19.532Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-06-28T11:40:19.532Z] PASS [2021-06-28T11:40:19.532Z] coverage: 37.7% of statements [2021-06-28T11:40:19.532Z] ok github.com/docker/docker/api/server/middleware 0.254s coverage: 37.7% of statements [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-28T11:40:19.532Z] === RUN TestAdjustForAPIVersion [2021-06-28T11:40:19.532Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-06-28T11:40:19.532Z] PASS [2021-06-28T11:40:19.532Z] coverage: 5.7% of statements [2021-06-28T11:40:19.532Z] ok github.com/docker/docker/api/server/router/swarm 0.229s coverage: 5.7% of statements [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/types [no test files] [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-28T11:40:19.532Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-28T11:40:19.532Z] === RUN TestStrSliceMarshalJSON [2021-06-28T11:40:19.532Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-06-28T11:40:19.532Z] === RUN TestStrSliceUnmarshalJSON [2021-06-28T11:40:19.532Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-06-28T11:40:19.532Z] === RUN TestStrSliceUnmarshalString [2021-06-28T11:40:19.532Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-06-28T11:40:19.532Z] === RUN TestStrSliceUnmarshalSlice [2021-06-28T11:40:19.532Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-06-28T11:40:19.532Z] PASS [2021-06-28T11:40:19.532Z] coverage: 90.0% of statements [2021-06-28T11:40:19.532Z] ok github.com/docker/docker/api/types/strslice 0.208s coverage: 90.0% of statements [2021-06-28T11:40:19.986Z] === RUN TestToJSON [2021-06-28T11:40:19.986Z] --- PASS: TestToJSON (0.00s) [2021-06-28T11:40:19.986Z] === RUN TestToParamWithVersion [2021-06-28T11:40:19.986Z] --- PASS: TestToParamWithVersion (0.00s) [2021-06-28T11:40:19.986Z] === RUN TestFromJSON [2021-06-28T11:40:19.986Z] --- PASS: TestFromJSON (0.00s) [2021-06-28T11:40:19.986Z] === RUN TestEmpty [2021-06-28T11:40:19.986Z] --- PASS: TestEmpty (0.00s) [2021-06-28T11:40:19.986Z] === RUN TestArgsMatchKVListEmptySources [2021-06-28T11:40:19.986Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-06-28T11:40:19.986Z] === RUN TestArgsMatchKVList [2021-06-28T11:40:19.986Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-06-28T11:40:19.986Z] === RUN TestArgsMatch [2021-06-28T11:40:19.986Z] --- PASS: TestArgsMatch (0.00s) [2021-06-28T11:40:19.986Z] === RUN TestAdd [2021-06-28T11:40:19.986Z] --- PASS: TestAdd (0.00s) [2021-06-28T11:40:19.986Z] === RUN TestDel [2021-06-28T11:40:19.986Z] --- PASS: TestDel (0.00s) [2021-06-28T11:40:19.986Z] === RUN TestLen [2021-06-28T11:40:19.986Z] --- PASS: TestLen (0.00s) [2021-06-28T11:40:19.986Z] === RUN TestExactMatch [2021-06-28T11:40:19.986Z] --- PASS: TestExactMatch (0.00s) [2021-06-28T11:40:19.986Z] === RUN TestOnlyOneExactMatch [2021-06-28T11:40:19.986Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-06-28T11:40:19.986Z] === RUN TestContains [2021-06-28T11:40:19.986Z] --- PASS: TestContains (0.00s) [2021-06-28T11:40:19.986Z] === RUN TestValidate [2021-06-28T11:40:19.986Z] --- PASS: TestValidate (0.00s) [2021-06-28T11:40:19.986Z] === RUN TestWalkValues [2021-06-28T11:40:19.986Z] --- PASS: TestWalkValues (0.00s) [2021-06-28T11:40:19.986Z] === RUN TestFuzzyMatch [2021-06-28T11:40:19.986Z] --- PASS: TestFuzzyMatch (0.00s) [2021-06-28T11:40:19.986Z] === RUN TestClone [2021-06-28T11:40:19.986Z] --- PASS: TestClone (0.00s) [2021-06-28T11:40:19.986Z] PASS [2021-06-28T11:40:19.986Z] coverage: 92.2% of statements [2021-06-28T11:40:19.986Z] ok github.com/docker/docker/api/types/filters 0.166s coverage: 92.2% of statements [2021-06-28T11:40:19.986Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-28T11:40:19.986Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-28T11:40:19.986Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-28T11:40:19.986Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-28T11:40:19.986Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-28T11:40:19.986Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-28T11:40:19.986Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-28T11:40:20.439Z] === RUN TestDurationToSecondsString [2021-06-28T11:40:20.439Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-06-28T11:40:20.440Z] === RUN TestGetTimestamp [2021-06-28T11:40:20.440Z] --- PASS: TestGetTimestamp (0.17s) [2021-06-28T11:40:20.440Z] === RUN TestParseTimestamps [2021-06-28T11:40:20.440Z] --- PASS: TestParseTimestamps (0.00s) [2021-06-28T11:40:20.440Z] PASS [2021-06-28T11:40:20.440Z] coverage: 100.0% of statements [2021-06-28T11:40:20.440Z] ok github.com/docker/docker/api/types/time 0.289s coverage: 100.0% of statements [2021-06-28T11:40:20.440Z] === RUN TestCompareVersion [2021-06-28T11:40:20.440Z] --- PASS: TestCompareVersion (0.00s) [2021-06-28T11:40:20.440Z] PASS [2021-06-28T11:40:20.440Z] coverage: 75.0% of statements [2021-06-28T11:40:20.440Z] ok github.com/docker/docker/api/types/versions 0.152s coverage: 75.0% of statements [2021-06-28T11:40:20.440Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-28T11:40:20.440Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-28T11:40:20.440Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-28T11:40:20.440Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-06-28T11:40:20.440Z] ? github.com/docker/docker/builder [no test files] [2021-06-28T11:40:20.440Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-28T11:40:20.440Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-28T11:40:20.440Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-28T11:40:20.440Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-28T11:40:20.440Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-28T11:40:20.440Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-28T11:40:20.440Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-28T11:40:20.635Z] === RUN TestDockerSuite/TestNetHostname [2021-06-28T11:40:21.961Z] === RUN TestParseRemoteURL [2021-06-28T11:40:21.961Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-06-28T11:40:21.961Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-06-28T11:40:21.961Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-06-28T11:40:21.961Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-06-28T11:40:21.961Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-06-28T11:40:21.961Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-06-28T11:40:21.961Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-06-28T11:40:21.961Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-06-28T11:40:21.961Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-06-28T11:40:21.961Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-06-28T11:40:21.961Z] --- PASS: TestParseRemoteURL (0.00s) [2021-06-28T11:40:21.961Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-06-28T11:40:21.961Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-06-28T11:40:21.961Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-06-28T11:40:21.961Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-06-28T11:40:21.961Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-06-28T11:40:21.961Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-06-28T11:40:21.961Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-06-28T11:40:21.961Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-06-28T11:40:21.961Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-06-28T11:40:21.961Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-06-28T11:40:21.961Z] === RUN TestCloneArgsSmartHttp [2021-06-28T11:40:21.961Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-06-28T11:40:21.961Z] === RUN TestCloneArgsDumbHttp [2021-06-28T11:40:21.961Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-06-28T11:40:21.961Z] === RUN TestCloneArgsGit [2021-06-28T11:40:21.961Z] --- PASS: TestCloneArgsGit (0.00s) [2021-06-28T11:40:21.961Z] === RUN TestCheckoutGit [2021-06-28T11:40:23.159Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-06-28T11:40:23.721Z] === RUN TestDockerSuite/TestNetworkEvents [2021-06-28T11:40:24.115Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-06-28T11:40:24.115Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-06-28T11:40:24.115Z] === RUN TestProcessNoDockerignore [2021-06-28T11:40:24.115Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-06-28T11:40:24.116Z] === RUN TestProcessShouldLeaveAllFiles [2021-06-28T11:40:24.116Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-06-28T11:40:24.116Z] === RUN TestDetectContentType [2021-06-28T11:40:24.116Z] --- PASS: TestDetectContentType (0.00s) [2021-06-28T11:40:24.116Z] === RUN TestSelectAcceptableMIME [2021-06-28T11:40:24.116Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-06-28T11:40:24.116Z] === RUN TestInspectEmptyResponse [2021-06-28T11:40:24.116Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-06-28T11:40:24.116Z] === RUN TestInspectResponseBinary [2021-06-28T11:40:24.116Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-06-28T11:40:24.116Z] === RUN TestResponseUnsupportedContentType [2021-06-28T11:40:24.116Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-06-28T11:40:24.116Z] === RUN TestInspectResponseTextSimple [2021-06-28T11:40:24.116Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-06-28T11:40:24.116Z] === RUN TestInspectResponseEmptyContentType [2021-06-28T11:40:24.116Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-06-28T11:40:24.116Z] === RUN TestUnknownContentLength [2021-06-28T11:40:24.116Z] --- PASS: TestUnknownContentLength (0.00s) [2021-06-28T11:40:24.116Z] === RUN TestDownloadRemote [2021-06-28T11:40:24.116Z] --- PASS: TestDownloadRemote (0.07s) [2021-06-28T11:40:24.116Z] === RUN TestGetWithStatusError [2021-06-28T11:40:24.116Z] --- PASS: TestGetWithStatusError (0.00s) [2021-06-28T11:40:24.116Z] === RUN TestCloseRootDirectory [2021-06-28T11:40:24.116Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:40:24.116Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-06-28T11:40:24.116Z] === RUN TestHashFile [2021-06-28T11:40:24.116Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:40:24.116Z] --- SKIP: TestHashFile (0.00s) [2021-06-28T11:40:24.116Z] === RUN TestHashSubdir [2021-06-28T11:40:24.116Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:40:24.116Z] --- SKIP: TestHashSubdir (0.00s) [2021-06-28T11:40:24.116Z] === RUN TestRemoveDirectory [2021-06-28T11:40:24.116Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:40:24.116Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-06-28T11:40:24.116Z] PASS [2021-06-28T11:40:24.116Z] coverage: 9.3% of statements [2021-06-28T11:40:24.116Z] ok github.com/docker/docker/builder/remotecontext 0.741s coverage: 9.3% of statements [2021-06-28T11:40:24.569Z] === RUN TestGetAllAllowed [2021-06-28T11:40:24.569Z] --- PASS: TestGetAllAllowed (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestGetAllMeta [2021-06-28T11:40:24.569Z] --- PASS: TestGetAllMeta (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestWarnOnUnusedBuildArgs [2021-06-28T11:40:24.569Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestIsUnreferencedBuiltin [2021-06-28T11:40:24.569Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestIsExistingDirectory [2021-06-28T11:40:24.569Z] --- PASS: TestIsExistingDirectory (0.01s) [2021-06-28T11:40:24.569Z] === RUN TestGetFilenameForDownload [2021-06-28T11:40:24.569Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestEnv2Variables [2021-06-28T11:40:24.569Z] --- PASS: TestEnv2Variables (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-06-28T11:40:24.569Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestMaintainer [2021-06-28T11:40:24.569Z] --- PASS: TestMaintainer (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestLabel [2021-06-28T11:40:24.569Z] --- PASS: TestLabel (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestFromScratch [2021-06-28T11:40:24.569Z] --- PASS: TestFromScratch (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestFromWithArg [2021-06-28T11:40:24.569Z] --- PASS: TestFromWithArg (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-06-28T11:40:24.569Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestFromWithUndefinedArg [2021-06-28T11:40:24.569Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestFromMultiStageWithNamedStage [2021-06-28T11:40:24.569Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestOnbuild [2021-06-28T11:40:24.569Z] --- PASS: TestOnbuild (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestWorkdir [2021-06-28T11:40:24.569Z] --- PASS: TestWorkdir (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestCmd [2021-06-28T11:40:24.569Z] --- PASS: TestCmd (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestHealthcheckNone [2021-06-28T11:40:24.569Z] --- PASS: TestHealthcheckNone (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestHealthcheckCmd [2021-06-28T11:40:24.569Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestEntrypoint [2021-06-28T11:40:24.569Z] --- PASS: TestEntrypoint (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestExpose [2021-06-28T11:40:24.569Z] --- PASS: TestExpose (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestUser [2021-06-28T11:40:24.569Z] --- PASS: TestUser (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestVolume [2021-06-28T11:40:24.569Z] --- PASS: TestVolume (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestStopSignal [2021-06-28T11:40:24.569Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-28T11:40:24.569Z] --- SKIP: TestStopSignal (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestArg [2021-06-28T11:40:24.569Z] --- PASS: TestArg (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestShell [2021-06-28T11:40:24.569Z] --- PASS: TestShell (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestPrependEnvOnCmd [2021-06-28T11:40:24.569Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestRunWithBuildArgs [2021-06-28T11:40:24.569Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestRunIgnoresHealthcheck [2021-06-28T11:40:24.569Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestDispatchUnsupportedOptions [2021-06-28T11:40:24.569Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-06-28T11:40:24.569Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-06-28T11:40:24.569Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-06-28T11:40:24.569Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-06-28T11:40:24.569Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-06-28T11:40:24.569Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-06-28T11:40:24.569Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestNormalizeWorkdir [2021-06-28T11:40:24.569Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestDispatch [2021-06-28T11:40:24.569Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-06-28T11:40:24.569Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-06-28T11:40:24.569Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-06-28T11:40:24.569Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-06-28T11:40:24.569Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-06-28T11:40:24.569Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-06-28T11:40:24.569Z] === RUN TestDispatch/COPY_url [2021-06-28T11:40:24.569Z] --- PASS: TestDispatch (0.08s) [2021-06-28T11:40:24.569Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2021-06-28T11:40:24.569Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2021-06-28T11:40:24.569Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-06-28T11:40:24.569Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-06-28T11:40:24.569Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.02s) [2021-06-28T11:40:24.569Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-06-28T11:40:24.569Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestAddScratchImageAddsToMounts [2021-06-28T11:40:24.569Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestAddFromScratchPopulatesPlatform [2021-06-28T11:40:24.569Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-06-28T11:40:24.569Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-06-28T11:40:24.569Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-06-28T11:40:25.022Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-06-28T11:40:25.022Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-06-28T11:40:25.022Z] === RUN TestImageSourceGetAddsToMounts [2021-06-28T11:40:25.022Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-06-28T11:40:25.022Z] === RUN TestEmptyDockerfile [2021-06-28T11:40:25.022Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-06-28T11:40:25.022Z] === RUN TestSymlinkDockerfile [2021-06-28T11:40:25.022Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-06-28T11:40:25.022Z] === RUN TestDockerfileOutsideTheBuildContext [2021-06-28T11:40:25.022Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-06-28T11:40:25.022Z] === RUN TestNonExistingDockerfile [2021-06-28T11:40:25.022Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-06-28T11:40:25.022Z] === RUN TestCopyRunConfig [2021-06-28T11:40:25.022Z] --- PASS: TestCopyRunConfig (0.00s) [2021-06-28T11:40:25.022Z] === RUN TestDeepCopyRunConfig [2021-06-28T11:40:25.022Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-06-28T11:40:25.022Z] === RUN TestExportImage [2021-06-28T11:40:25.022Z] --- PASS: TestExportImage (0.00s) [2021-06-28T11:40:25.022Z] === RUN TestNormalizeDest [2021-06-28T11:40:25.022Z] --- PASS: TestNormalizeDest (0.00s) [2021-06-28T11:40:25.022Z] PASS [2021-06-28T11:40:25.022Z] coverage: 47.0% of statements [2021-06-28T11:40:25.022Z] ok github.com/docker/docker/builder/dockerfile 0.932s coverage: 47.0% of statements [2021-06-28T11:40:25.022Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-28T11:40:25.022Z] === RUN TestEnable [2021-06-28T11:40:25.022Z] --- PASS: TestEnable (0.00s) [2021-06-28T11:40:25.022Z] === RUN TestDisable [2021-06-28T11:40:25.022Z] --- PASS: TestDisable (0.00s) [2021-06-28T11:40:25.476Z] === RUN TestEnabled [2021-06-28T11:40:25.476Z] --- PASS: TestEnabled (0.00s) [2021-06-28T11:40:25.476Z] PASS [2021-06-28T11:40:25.476Z] coverage: 100.0% of statements [2021-06-28T11:40:25.476Z] ok github.com/docker/docker/cli/debug 0.121s coverage: 100.0% of statements [2021-06-28T11:40:26.431Z] === RUN TestTCP4Proxy [2021-06-28T11:40:26.431Z] --- PASS: TestTCP4Proxy (0.01s) [2021-06-28T11:40:26.431Z] === RUN TestTCP4ProxyHalfClose [2021-06-28T11:40:26.431Z] --- PASS: TestTCP4ProxyHalfClose (0.01s) [2021-06-28T11:40:26.431Z] === RUN TestTCP6Proxy [2021-06-28T11:40:26.431Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-28T11:40:26.431Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-06-28T11:40:26.431Z] === RUN TestTCPDualStackProxy [2021-06-28T11:40:26.431Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-28T11:40:26.431Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-06-28T11:40:26.431Z] === RUN TestUDP4Proxy [2021-06-28T11:40:26.431Z] --- PASS: TestUDP4Proxy (0.00s) [2021-06-28T11:40:26.431Z] === RUN TestUDP6Proxy [2021-06-28T11:40:26.431Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-28T11:40:26.431Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-06-28T11:40:26.431Z] === RUN TestUDPWriteError [2021-06-28T11:40:26.431Z] --- PASS: TestUDPWriteError (0.00s) [2021-06-28T11:40:26.431Z] === RUN TestSCTP4Proxy [2021-06-28T11:40:26.431Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-06-28T11:40:26.431Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-06-28T11:40:26.431Z] === RUN TestSCTP6Proxy [2021-06-28T11:40:26.431Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-28T11:40:26.431Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-06-28T11:40:26.431Z] PASS [2021-06-28T11:40:26.431Z] coverage: 49.4% of statements [2021-06-28T11:40:26.431Z] ok github.com/docker/docker/cmd/docker-proxy 0.151s coverage: 49.4% of statements [2021-06-28T11:40:26.992Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-06-28T11:40:29.511Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-06-28T11:40:30.325Z] 2021/06/28 11:40:29 Finished clone google.golang.org/genproto [2021-06-28T11:40:30.326Z] 2021/06/28 11:40:30 Finished clone github.com/gogo/protobuf [2021-06-28T11:40:32.782Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-06-28T11:40:33.038Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-06-28T11:40:33.294Z] === RUN TestDockerSuite/TestPluginActive [2021-06-28T11:40:35.184Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-06-28T11:40:35.441Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-06-28T11:40:36.686Z] === RUN TestCheckpointCreateError [2021-06-28T11:40:36.686Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestCheckpointCreate [2021-06-28T11:40:36.686Z] --- PASS: TestCheckpointCreate (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestCheckpointDeleteError [2021-06-28T11:40:36.686Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestCheckpointDelete [2021-06-28T11:40:36.686Z] --- PASS: TestCheckpointDelete (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestCheckpointListError [2021-06-28T11:40:36.686Z] --- PASS: TestCheckpointListError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestCheckpointList [2021-06-28T11:40:36.686Z] --- PASS: TestCheckpointList (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestCheckpointListContainerNotFound [2021-06-28T11:40:36.686Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestNewClientWithOpsFromEnv [2021-06-28T11:40:36.686Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-28T11:40:36.686Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestGetAPIPath [2021-06-28T11:40:36.686Z] --- PASS: TestGetAPIPath (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestParseHostURL [2021-06-28T11:40:36.686Z] --- PASS: TestParseHostURL (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-06-28T11:40:36.686Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestNegotiateAPIVersionEmpty [2021-06-28T11:40:36.686Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestNegotiateAPIVersion [2021-06-28T11:40:36.686Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestNegotiateAPVersionOverride [2021-06-28T11:40:36.686Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestNegotiateAPIVersionAutomatic [2021-06-28T11:40:36.686Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-06-28T11:40:36.686Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-06-28T11:40:36.686Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestClientRedirect [2021-06-28T11:40:36.686Z] --- PASS: TestClientRedirect (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigCreateUnsupported [2021-06-28T11:40:36.686Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigCreateError [2021-06-28T11:40:36.686Z] --- PASS: TestConfigCreateError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigCreate [2021-06-28T11:40:36.686Z] --- PASS: TestConfigCreate (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigInspectNotFound [2021-06-28T11:40:36.686Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigInspectWithEmptyID [2021-06-28T11:40:36.686Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigInspectUnsupported [2021-06-28T11:40:36.686Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigInspectError [2021-06-28T11:40:36.686Z] --- PASS: TestConfigInspectError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigInspectConfigNotFound [2021-06-28T11:40:36.686Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigInspect [2021-06-28T11:40:36.686Z] --- PASS: TestConfigInspect (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigListUnsupported [2021-06-28T11:40:36.686Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigListError [2021-06-28T11:40:36.686Z] --- PASS: TestConfigListError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigList [2021-06-28T11:40:36.686Z] --- PASS: TestConfigList (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigRemoveUnsupported [2021-06-28T11:40:36.686Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigRemoveError [2021-06-28T11:40:36.686Z] --- PASS: TestConfigRemoveError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigRemove [2021-06-28T11:40:36.686Z] --- PASS: TestConfigRemove (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigUpdateUnsupported [2021-06-28T11:40:36.686Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigUpdateError [2021-06-28T11:40:36.686Z] --- PASS: TestConfigUpdateError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestConfigUpdate [2021-06-28T11:40:36.686Z] --- PASS: TestConfigUpdate (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerCommitError [2021-06-28T11:40:36.686Z] --- PASS: TestContainerCommitError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerCommit [2021-06-28T11:40:36.686Z] --- PASS: TestContainerCommit (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerStatPathError [2021-06-28T11:40:36.686Z] --- PASS: TestContainerStatPathError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerStatPathNotFoundError [2021-06-28T11:40:36.686Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerStatPathNoHeaderError [2021-06-28T11:40:36.686Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerStatPath [2021-06-28T11:40:36.686Z] --- PASS: TestContainerStatPath (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestCopyToContainerError [2021-06-28T11:40:36.686Z] --- PASS: TestCopyToContainerError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestCopyToContainerNotFoundError [2021-06-28T11:40:36.686Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestCopyToContainerNotStatusOKError [2021-06-28T11:40:36.686Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestCopyToContainer [2021-06-28T11:40:36.686Z] --- PASS: TestCopyToContainer (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestCopyFromContainerError [2021-06-28T11:40:36.686Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestCopyFromContainerNotFoundError [2021-06-28T11:40:36.686Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestCopyFromContainerNotStatusOKError [2021-06-28T11:40:36.686Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestCopyFromContainerNoHeaderError [2021-06-28T11:40:36.686Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestCopyFromContainer [2021-06-28T11:40:36.686Z] --- PASS: TestCopyFromContainer (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerCreateError [2021-06-28T11:40:36.686Z] --- PASS: TestContainerCreateError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerCreateImageNotFound [2021-06-28T11:40:36.686Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerCreateWithName [2021-06-28T11:40:36.686Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerCreateAutoRemove [2021-06-28T11:40:36.686Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerDiffError [2021-06-28T11:40:36.686Z] --- PASS: TestContainerDiffError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerDiff [2021-06-28T11:40:36.686Z] --- PASS: TestContainerDiff (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerExecCreateError [2021-06-28T11:40:36.686Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerExecCreate [2021-06-28T11:40:36.686Z] --- PASS: TestContainerExecCreate (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerExecStartError [2021-06-28T11:40:36.686Z] --- PASS: TestContainerExecStartError (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerExecStart [2021-06-28T11:40:36.686Z] --- PASS: TestContainerExecStart (0.00s) [2021-06-28T11:40:36.686Z] === RUN TestContainerExecInspectError [2021-06-28T11:40:36.686Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-06-28T11:40:36.687Z] === RUN TestContainerExecInspect [2021-06-28T11:40:36.687Z] --- PASS: TestContainerExecInspect (0.00s) [2021-06-28T11:40:36.687Z] === RUN TestContainerExportError [2021-06-28T11:40:36.687Z] --- PASS: TestContainerExportError (0.00s) [2021-06-28T11:40:36.687Z] === RUN TestContainerExport [2021-06-28T11:40:36.687Z] --- PASS: TestContainerExport (0.00s) [2021-06-28T11:40:36.687Z] === RUN TestContainerInspectError [2021-06-28T11:40:36.687Z] --- PASS: TestContainerInspectError (0.00s) [2021-06-28T11:40:36.687Z] === RUN TestContainerInspectContainerNotFound [2021-06-28T11:40:36.687Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-06-28T11:40:36.687Z] === RUN TestContainerInspectWithEmptyID [2021-06-28T11:40:36.687Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-06-28T11:40:36.687Z] === RUN TestContainerInspect [2021-06-28T11:40:36.687Z] --- PASS: TestContainerInspect (0.00s) [2021-06-28T11:40:36.687Z] === RUN TestContainerInspectNode [2021-06-28T11:40:36.687Z] --- PASS: TestContainerInspectNode (0.00s) [2021-06-28T11:40:36.687Z] === RUN TestContainerKillError [2021-06-28T11:40:36.687Z] --- PASS: TestContainerKillError (0.00s) [2021-06-28T11:40:36.687Z] === RUN TestContainerKill [2021-06-28T11:40:36.687Z] --- PASS: TestContainerKill (0.00s) [2021-06-28T11:40:36.687Z] === RUN TestContainerListError [2021-06-28T11:40:36.687Z] --- PASS: TestContainerListError (0.00s) [2021-06-28T11:40:36.687Z] === RUN TestContainerList [2021-06-28T11:40:36.687Z] --- PASS: TestContainerList (0.00s) [2021-06-28T11:40:36.687Z] === RUN TestContainerLogsNotFoundError [2021-06-28T11:40:36.687Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-06-28T11:40:36.687Z] === RUN TestContainerLogsError [2021-06-28T11:40:36.687Z] --- PASS: TestContainerLogsError (0.00s) [2021-06-28T11:40:36.687Z] === RUN TestContainerLogs [2021-06-28T11:40:37.142Z] --- PASS: TestContainerLogs (0.17s) [2021-06-28T11:40:37.142Z] === RUN TestContainerPauseError [2021-06-28T11:40:37.142Z] --- PASS: TestContainerPauseError (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainerPause [2021-06-28T11:40:37.142Z] --- PASS: TestContainerPause (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainersPruneError [2021-06-28T11:40:37.142Z] --- PASS: TestContainersPruneError (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainersPrune [2021-06-28T11:40:37.142Z] --- PASS: TestContainersPrune (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainerRemoveError [2021-06-28T11:40:37.142Z] --- PASS: TestContainerRemoveError (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainerRemoveNotFoundError [2021-06-28T11:40:37.142Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainerRemove [2021-06-28T11:40:37.142Z] --- PASS: TestContainerRemove (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainerRenameError [2021-06-28T11:40:37.142Z] --- PASS: TestContainerRenameError (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainerRename [2021-06-28T11:40:37.142Z] --- PASS: TestContainerRename (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainerResizeError [2021-06-28T11:40:37.142Z] --- PASS: TestContainerResizeError (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainerExecResizeError [2021-06-28T11:40:37.142Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainerResize [2021-06-28T11:40:37.142Z] --- PASS: TestContainerResize (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainerExecResize [2021-06-28T11:40:37.142Z] --- PASS: TestContainerExecResize (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainerRestartError [2021-06-28T11:40:37.142Z] --- PASS: TestContainerRestartError (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainerRestart [2021-06-28T11:40:37.142Z] --- PASS: TestContainerRestart (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainerStartError [2021-06-28T11:40:37.142Z] --- PASS: TestContainerStartError (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainerStart [2021-06-28T11:40:37.142Z] --- PASS: TestContainerStart (0.00s) [2021-06-28T11:40:37.142Z] === RUN TestContainerStatsError [2021-06-28T11:40:37.142Z] --- PASS: TestContainerStatsError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestContainerStats [2021-06-28T11:40:37.143Z] --- PASS: TestContainerStats (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestContainerStopError [2021-06-28T11:40:37.143Z] --- PASS: TestContainerStopError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestContainerStop [2021-06-28T11:40:37.143Z] --- PASS: TestContainerStop (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestContainerTopError [2021-06-28T11:40:37.143Z] --- PASS: TestContainerTopError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestContainerTop [2021-06-28T11:40:37.143Z] --- PASS: TestContainerTop (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestContainerUnpauseError [2021-06-28T11:40:37.143Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestContainerUnpause [2021-06-28T11:40:37.143Z] --- PASS: TestContainerUnpause (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestContainerUpdateError [2021-06-28T11:40:37.143Z] --- PASS: TestContainerUpdateError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestContainerUpdate [2021-06-28T11:40:37.143Z] --- PASS: TestContainerUpdate (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestContainerWaitError [2021-06-28T11:40:37.143Z] --- PASS: TestContainerWaitError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestContainerWait [2021-06-28T11:40:37.143Z] --- PASS: TestContainerWait (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestDiskUsageError [2021-06-28T11:40:37.143Z] --- PASS: TestDiskUsageError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestDiskUsage [2021-06-28T11:40:37.143Z] --- PASS: TestDiskUsage (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestDistributionInspectUnsupported [2021-06-28T11:40:37.143Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestDistributionInspectWithEmptyID [2021-06-28T11:40:37.143Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestEventsErrorInOptions [2021-06-28T11:40:37.143Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestEventsErrorFromServer [2021-06-28T11:40:37.143Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestEvents [2021-06-28T11:40:37.143Z] --- PASS: TestEvents (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestTLSCloseWriter [2021-06-28T11:40:37.143Z] === PAUSE TestTLSCloseWriter [2021-06-28T11:40:37.143Z] === RUN TestImageBuildError [2021-06-28T11:40:37.143Z] --- PASS: TestImageBuildError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageBuild [2021-06-28T11:40:37.143Z] --- PASS: TestImageBuild (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestGetDockerOS [2021-06-28T11:40:37.143Z] --- PASS: TestGetDockerOS (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageCreateError [2021-06-28T11:40:37.143Z] --- PASS: TestImageCreateError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageCreate [2021-06-28T11:40:37.143Z] --- PASS: TestImageCreate (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageHistoryError [2021-06-28T11:40:37.143Z] --- PASS: TestImageHistoryError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageHistory [2021-06-28T11:40:37.143Z] --- PASS: TestImageHistory (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageImportError [2021-06-28T11:40:37.143Z] --- PASS: TestImageImportError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageImport [2021-06-28T11:40:37.143Z] --- PASS: TestImageImport (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageInspectError [2021-06-28T11:40:37.143Z] --- PASS: TestImageInspectError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageInspectImageNotFound [2021-06-28T11:40:37.143Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageInspectWithEmptyID [2021-06-28T11:40:37.143Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageInspect [2021-06-28T11:40:37.143Z] --- PASS: TestImageInspect (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageListError [2021-06-28T11:40:37.143Z] --- PASS: TestImageListError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageList [2021-06-28T11:40:37.143Z] --- PASS: TestImageList (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageListApiBefore125 [2021-06-28T11:40:37.143Z] --- PASS: TestImageListApiBefore125 (0.02s) [2021-06-28T11:40:37.143Z] === RUN TestImageLoadError [2021-06-28T11:40:37.143Z] --- PASS: TestImageLoadError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageLoad [2021-06-28T11:40:37.143Z] --- PASS: TestImageLoad (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImagesPruneError [2021-06-28T11:40:37.143Z] --- PASS: TestImagesPruneError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImagesPrune [2021-06-28T11:40:37.143Z] --- PASS: TestImagesPrune (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImagePullReferenceParseError [2021-06-28T11:40:37.143Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImagePullAnyError [2021-06-28T11:40:37.143Z] --- PASS: TestImagePullAnyError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImagePullStatusUnauthorizedError [2021-06-28T11:40:37.143Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-28T11:40:37.143Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-28T11:40:37.143Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-06-28T11:40:37.143Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImagePullWithoutErrors [2021-06-28T11:40:37.143Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImagePushReferenceError [2021-06-28T11:40:37.143Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImagePushAnyError [2021-06-28T11:40:37.143Z] --- PASS: TestImagePushAnyError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImagePushStatusUnauthorizedError [2021-06-28T11:40:37.143Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-28T11:40:37.143Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-28T11:40:37.143Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-06-28T11:40:37.143Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImagePushWithoutErrors [2021-06-28T11:40:37.143Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-06-28T11:40:37.143Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-06-28T11:40:37.143Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-06-28T11:40:37.143Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-06-28T11:40:37.143Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-06-28T11:40:37.143Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-06-28T11:40:37.143Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-06-28T11:40:37.143Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-06-28T11:40:37.143Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageRemoveError [2021-06-28T11:40:37.143Z] --- PASS: TestImageRemoveError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageRemoveImageNotFound [2021-06-28T11:40:37.143Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageRemove [2021-06-28T11:40:37.143Z] --- PASS: TestImageRemove (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageSaveError [2021-06-28T11:40:37.143Z] --- PASS: TestImageSaveError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageSave [2021-06-28T11:40:37.143Z] --- PASS: TestImageSave (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageSearchAnyError [2021-06-28T11:40:37.143Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageSearchStatusUnauthorizedError [2021-06-28T11:40:37.143Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-28T11:40:37.143Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-28T11:40:37.143Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-06-28T11:40:37.143Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageSearchWithoutErrors [2021-06-28T11:40:37.143Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageTagError [2021-06-28T11:40:37.143Z] --- PASS: TestImageTagError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageTagInvalidReference [2021-06-28T11:40:37.143Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageTagInvalidSourceImageName [2021-06-28T11:40:37.143Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageTagHexSource [2021-06-28T11:40:37.143Z] --- PASS: TestImageTagHexSource (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestImageTag [2021-06-28T11:40:37.143Z] --- PASS: TestImageTag (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestInfoServerError [2021-06-28T11:40:37.143Z] --- PASS: TestInfoServerError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestInfoInvalidResponseJSONError [2021-06-28T11:40:37.143Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestInfo [2021-06-28T11:40:37.143Z] --- PASS: TestInfo (0.01s) [2021-06-28T11:40:37.143Z] === RUN TestNetworkConnectError [2021-06-28T11:40:37.143Z] --- PASS: TestNetworkConnectError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-06-28T11:40:37.143Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNetworkConnect [2021-06-28T11:40:37.143Z] --- PASS: TestNetworkConnect (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNetworkCreateError [2021-06-28T11:40:37.143Z] --- PASS: TestNetworkCreateError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNetworkCreate [2021-06-28T11:40:37.143Z] --- PASS: TestNetworkCreate (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNetworkDisconnectError [2021-06-28T11:40:37.143Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNetworkDisconnect [2021-06-28T11:40:37.143Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNetworkInspectError [2021-06-28T11:40:37.143Z] --- PASS: TestNetworkInspectError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNetworkInspectNotFoundError [2021-06-28T11:40:37.143Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNetworkInspectWithEmptyID [2021-06-28T11:40:37.143Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNetworkInspect [2021-06-28T11:40:37.143Z] --- PASS: TestNetworkInspect (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNetworkListError [2021-06-28T11:40:37.143Z] --- PASS: TestNetworkListError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNetworkList [2021-06-28T11:40:37.143Z] --- PASS: TestNetworkList (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNetworksPruneError [2021-06-28T11:40:37.143Z] --- PASS: TestNetworksPruneError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNetworksPrune [2021-06-28T11:40:37.143Z] --- PASS: TestNetworksPrune (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNetworkRemoveError [2021-06-28T11:40:37.143Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNetworkRemove [2021-06-28T11:40:37.143Z] --- PASS: TestNetworkRemove (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNodeInspectError [2021-06-28T11:40:37.143Z] --- PASS: TestNodeInspectError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNodeInspectNodeNotFound [2021-06-28T11:40:37.143Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNodeInspectWithEmptyID [2021-06-28T11:40:37.143Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNodeInspect [2021-06-28T11:40:37.143Z] --- PASS: TestNodeInspect (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNodeListError [2021-06-28T11:40:37.143Z] --- PASS: TestNodeListError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNodeList [2021-06-28T11:40:37.143Z] --- PASS: TestNodeList (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNodeRemoveError [2021-06-28T11:40:37.143Z] --- PASS: TestNodeRemoveError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNodeRemove [2021-06-28T11:40:37.143Z] --- PASS: TestNodeRemove (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNodeUpdateError [2021-06-28T11:40:37.143Z] --- PASS: TestNodeUpdateError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestNodeUpdate [2021-06-28T11:40:37.143Z] --- PASS: TestNodeUpdate (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestOptionWithTimeout [2021-06-28T11:40:37.143Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPingFail [2021-06-28T11:40:37.143Z] --- PASS: TestPingFail (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPingWithError [2021-06-28T11:40:37.143Z] 2021/06/28 11:40:36 RoundTripper returned a response & error; ignoring response [2021-06-28T11:40:37.143Z] 2021/06/28 11:40:36 RoundTripper returned a response & error; ignoring response [2021-06-28T11:40:37.143Z] --- PASS: TestPingWithError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPingSuccess [2021-06-28T11:40:37.143Z] --- PASS: TestPingSuccess (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPingHeadFallback [2021-06-28T11:40:37.143Z] === RUN TestPingHeadFallback/OK [2021-06-28T11:40:37.143Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-06-28T11:40:37.143Z] === RUN TestPingHeadFallback/Not_Found [2021-06-28T11:40:37.143Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-06-28T11:40:37.143Z] --- PASS: TestPingHeadFallback (0.00s) [2021-06-28T11:40:37.143Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-06-28T11:40:37.143Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-06-28T11:40:37.143Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-06-28T11:40:37.143Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPluginDisableError [2021-06-28T11:40:37.143Z] --- PASS: TestPluginDisableError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPluginDisable [2021-06-28T11:40:37.143Z] --- PASS: TestPluginDisable (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPluginEnableError [2021-06-28T11:40:37.143Z] --- PASS: TestPluginEnableError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPluginEnable [2021-06-28T11:40:37.143Z] --- PASS: TestPluginEnable (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPluginInspectError [2021-06-28T11:40:37.143Z] --- PASS: TestPluginInspectError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPluginInspectWithEmptyID [2021-06-28T11:40:37.143Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPluginInspect [2021-06-28T11:40:37.143Z] --- PASS: TestPluginInspect (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPluginListError [2021-06-28T11:40:37.143Z] --- PASS: TestPluginListError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPluginList [2021-06-28T11:40:37.143Z] --- PASS: TestPluginList (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPluginPushError [2021-06-28T11:40:37.143Z] --- PASS: TestPluginPushError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPluginPush [2021-06-28T11:40:37.143Z] --- PASS: TestPluginPush (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPluginRemoveError [2021-06-28T11:40:37.143Z] --- PASS: TestPluginRemoveError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPluginRemove [2021-06-28T11:40:37.143Z] --- PASS: TestPluginRemove (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPluginSetError [2021-06-28T11:40:37.143Z] --- PASS: TestPluginSetError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPluginSet [2021-06-28T11:40:37.143Z] --- PASS: TestPluginSet (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSetHostHeader [2021-06-28T11:40:37.143Z] --- PASS: TestSetHostHeader (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestPlainTextError [2021-06-28T11:40:37.143Z] --- PASS: TestPlainTextError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestInfiniteError [2021-06-28T11:40:37.143Z] --- PASS: TestInfiniteError (0.05s) [2021-06-28T11:40:37.143Z] === RUN TestCanceledContext [2021-06-28T11:40:37.143Z] 2021/06/28 11:40:36 RoundTripper returned a response & error; ignoring response [2021-06-28T11:40:37.143Z] --- PASS: TestCanceledContext (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestDeadlineExceededContext [2021-06-28T11:40:37.143Z] 2021/06/28 11:40:36 RoundTripper returned a response & error; ignoring response [2021-06-28T11:40:37.143Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretCreateUnsupported [2021-06-28T11:40:37.143Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretCreateError [2021-06-28T11:40:37.143Z] --- PASS: TestSecretCreateError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretCreate [2021-06-28T11:40:37.143Z] --- PASS: TestSecretCreate (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretInspectUnsupported [2021-06-28T11:40:37.143Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretInspectError [2021-06-28T11:40:37.143Z] --- PASS: TestSecretInspectError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretInspectSecretNotFound [2021-06-28T11:40:37.143Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretInspectWithEmptyID [2021-06-28T11:40:37.143Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretInspect [2021-06-28T11:40:37.143Z] --- PASS: TestSecretInspect (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretListUnsupported [2021-06-28T11:40:37.143Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretListError [2021-06-28T11:40:37.143Z] --- PASS: TestSecretListError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretList [2021-06-28T11:40:37.143Z] --- PASS: TestSecretList (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretRemoveUnsupported [2021-06-28T11:40:37.143Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretRemoveError [2021-06-28T11:40:37.143Z] --- PASS: TestSecretRemoveError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretRemove [2021-06-28T11:40:37.143Z] --- PASS: TestSecretRemove (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretUpdateUnsupported [2021-06-28T11:40:37.143Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretUpdateError [2021-06-28T11:40:37.143Z] --- PASS: TestSecretUpdateError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSecretUpdate [2021-06-28T11:40:37.143Z] --- PASS: TestSecretUpdate (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceCreateError [2021-06-28T11:40:37.143Z] --- PASS: TestServiceCreateError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceCreate [2021-06-28T11:40:37.143Z] --- PASS: TestServiceCreate (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceCreateCompatiblePlatforms [2021-06-28T11:40:37.143Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceCreateDigestPinning [2021-06-28T11:40:37.143Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceInspectError [2021-06-28T11:40:37.143Z] --- PASS: TestServiceInspectError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceInspectServiceNotFound [2021-06-28T11:40:37.143Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceInspectWithEmptyID [2021-06-28T11:40:37.143Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceInspect [2021-06-28T11:40:37.143Z] --- PASS: TestServiceInspect (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceListError [2021-06-28T11:40:37.143Z] --- PASS: TestServiceListError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceList [2021-06-28T11:40:37.143Z] --- PASS: TestServiceList (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceLogsError [2021-06-28T11:40:37.143Z] --- PASS: TestServiceLogsError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceLogs [2021-06-28T11:40:37.143Z] --- PASS: TestServiceLogs (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceRemoveError [2021-06-28T11:40:37.143Z] --- PASS: TestServiceRemoveError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceRemoveNotFoundError [2021-06-28T11:40:37.143Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceRemove [2021-06-28T11:40:37.143Z] --- PASS: TestServiceRemove (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceUpdateError [2021-06-28T11:40:37.143Z] --- PASS: TestServiceUpdateError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestServiceUpdate [2021-06-28T11:40:37.143Z] --- PASS: TestServiceUpdate (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSwarmGetUnlockKeyError [2021-06-28T11:40:37.143Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-06-28T11:40:37.143Z] === RUN TestSwarmGetUnlockKey [2021-06-28T11:40:37.143Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestSwarmInitError [2021-06-28T11:40:37.144Z] --- PASS: TestSwarmInitError (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestSwarmInit [2021-06-28T11:40:37.144Z] --- PASS: TestSwarmInit (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestSwarmInspectError [2021-06-28T11:40:37.144Z] --- PASS: TestSwarmInspectError (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestSwarmInspect [2021-06-28T11:40:37.144Z] --- PASS: TestSwarmInspect (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestSwarmJoinError [2021-06-28T11:40:37.144Z] --- PASS: TestSwarmJoinError (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestSwarmJoin [2021-06-28T11:40:37.144Z] --- PASS: TestSwarmJoin (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestSwarmLeaveError [2021-06-28T11:40:37.144Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestSwarmLeave [2021-06-28T11:40:37.144Z] --- PASS: TestSwarmLeave (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestSwarmUnlockError [2021-06-28T11:40:37.144Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestSwarmUnlock [2021-06-28T11:40:37.144Z] --- PASS: TestSwarmUnlock (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestSwarmUpdateError [2021-06-28T11:40:37.144Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestSwarmUpdate [2021-06-28T11:40:37.144Z] --- PASS: TestSwarmUpdate (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestTaskInspectError [2021-06-28T11:40:37.144Z] --- PASS: TestTaskInspectError (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestTaskInspectWithEmptyID [2021-06-28T11:40:37.144Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestTaskInspect [2021-06-28T11:40:37.144Z] --- PASS: TestTaskInspect (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestTaskListError [2021-06-28T11:40:37.144Z] --- PASS: TestTaskListError (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestTaskList [2021-06-28T11:40:37.144Z] --- PASS: TestTaskList (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestVolumeCreateError [2021-06-28T11:40:37.144Z] --- PASS: TestVolumeCreateError (0.00s) [2021-06-28T11:40:37.144Z] === RUN TestVolumeCreate [2021-06-28T11:40:37.149Z] --- PASS: TestVolumeCreate (0.00s) [2021-06-28T11:40:37.149Z] === RUN TestVolumeInspectError [2021-06-28T11:40:37.149Z] --- PASS: TestVolumeInspectError (0.00s) [2021-06-28T11:40:37.149Z] === RUN TestVolumeInspectNotFound [2021-06-28T11:40:37.149Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-06-28T11:40:37.149Z] === RUN TestVolumeInspectWithEmptyID [2021-06-28T11:40:37.149Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-06-28T11:40:37.149Z] === RUN TestVolumeInspect [2021-06-28T11:40:37.149Z] --- PASS: TestVolumeInspect (0.00s) [2021-06-28T11:40:37.149Z] === RUN TestVolumeListError [2021-06-28T11:40:37.149Z] --- PASS: TestVolumeListError (0.00s) [2021-06-28T11:40:37.149Z] === RUN TestVolumeList [2021-06-28T11:40:37.149Z] --- PASS: TestVolumeList (0.00s) [2021-06-28T11:40:37.149Z] === RUN TestVolumeRemoveError [2021-06-28T11:40:37.149Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-06-28T11:40:37.149Z] === RUN TestVolumeRemove [2021-06-28T11:40:37.149Z] --- PASS: TestVolumeRemove (0.00s) [2021-06-28T11:40:37.149Z] === CONT TestTLSCloseWriter [2021-06-28T11:40:37.149Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-06-28T11:40:37.149Z] PASS [2021-06-28T11:40:37.149Z] coverage: 75.0% of statements [2021-06-28T11:40:37.149Z] ok github.com/docker/docker/client 0.784s coverage: 75.0% of statements [2021-06-28T11:40:40.701Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-06-28T11:40:41.629Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-06-28T11:40:41.629Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-06-28T11:40:41.629Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-06-28T11:40:42.192Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-06-28T11:40:44.083Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-06-28T11:40:45.451Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-06-28T11:40:46.819Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-06-28T11:40:47.382Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-06-28T11:40:48.752Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-06-28T11:40:49.601Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-06-28T11:40:49.601Z] [2021-06-28T11:40:49.601Z] ________ ____ __. [2021-06-28T11:40:49.601Z] \_____ \ | |/ _| [2021-06-28T11:40:49.601Z] / | \| < [2021-06-28T11:40:49.601Z] / | \ | \ [2021-06-28T11:40:49.601Z] \_______ /____|__ \ [2021-06-28T11:40:49.601Z] \/ \/ [2021-06-28T11:40:49.601Z] [2021-06-28T11:40:49.601Z] INFO: make.ps1 ended at 06/28/2021 11:40:37 [2021-06-28T11:40:49.601Z] INFO: Binaries build ended at 06/28/2021 11:40:38. Duration:00:01:21.0953905 [2021-06-28T11:40:49.601Z] INFO: Copying the built daemon binary to d:\CI\PR-42572\1\binary\dockerd-2b3c4ff46a.exe... [2021-06-28T11:40:49.601Z] INFO: Copying the built client binary to d:\CI\PR-42572\1\binary\docker-2b3c4ff46a.exe... [2021-06-28T11:40:49.601Z] INFO: Copying dockerversion from the container... [2021-06-28T11:40:49.601Z] INFO: Copying the golang package from the container to d:\CI\PR-42572\1\installer\go.zip... [2021-06-28T11:40:49.601Z] INFO: Extracting go.zip to d:\CI\PR-42572\1\go [2021-06-28T11:40:50.119Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-06-28T11:40:51.932Z] --- PASS: TestCheckoutGit (30.11s) [2021-06-28T11:40:51.932Z] === RUN TestValidGitTransport [2021-06-28T11:40:51.932Z] --- PASS: TestValidGitTransport (0.00s) [2021-06-28T11:40:51.932Z] === RUN TestGitInvalidRef [2021-06-28T11:40:52.385Z] --- PASS: TestGitInvalidRef (0.22s) [2021-06-28T11:40:52.385Z] PASS [2021-06-28T11:40:52.385Z] coverage: 86.3% of statements [2021-06-28T11:40:52.385Z] ok github.com/docker/docker/builder/remotecontext/git 30.714s coverage: 86.3% of statements [2021-06-28T11:40:53.346Z] ? github.com/docker/docker/cli [no test files] [2021-06-28T11:40:53.346Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-28T11:40:53.391Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-06-28T11:40:54.319Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-06-28T11:40:56.229Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-06-28T11:40:58.748Z] === RUN TestDockerSuite/TestPortHostBinding [2021-06-28T11:40:58.748Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-06-28T11:41:00.641Z] === RUN TestDockerSuite/TestPortList [2021-06-28T11:41:04.436Z] INFO: Extraction ended at 06/28/2021 11:41:03. Duration:00:00:22.9575734 [2021-06-28T11:41:04.436Z] INFO: Updating the golang and path environment variables [2021-06-28T11:41:04.436Z] INFO: GOPATH=d:\gopath [2021-06-28T11:41:04.436Z] INFO: go version go1.16.5 windows/amd64 [2021-06-28T11:41:04.436Z] INFO: Running the daemon under test in debug mode [2021-06-28T11:41:04.436Z] INFO: Starting a daemon under test... [2021-06-28T11:41:04.436Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42572\1\daemon --pidfile d:\CI\PR-42572\1\docker.pid -D [2021-06-28T11:41:05.980Z] INFO: Process started successfully. [2021-06-28T11:41:05.980Z] INFO: Start tailing logs of the daemon under tests [2021-06-28T11:41:05.980Z] INFO: Waiting for the daemon under test to start... [2021-06-28T11:41:08.087Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-06-28T11:41:08.087Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-06-28T11:41:08.087Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-06-28T11:41:08.087Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-06-28T11:41:08.087Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.01s) [2021-06-28T11:41:08.087Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-06-28T11:41:08.087Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-06-28T11:41:08.087Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-06-28T11:41:08.087Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-06-28T11:41:08.087Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-06-28T11:41:08.087Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-06-28T11:41:08.087Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-06-28T11:41:08.087Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-06-28T11:41:08.087Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestConfigureDaemonLogs [2021-06-28T11:41:08.087Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestCommonOptionsInstallFlags [2021-06-28T11:41:08.087Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-06-28T11:41:08.087Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-06-28T11:41:08.087Z] PASS [2021-06-28T11:41:08.087Z] coverage: 18.5% of statements [2021-06-28T11:41:08.087Z] ok github.com/docker/docker/cmd/dockerd 1.193s coverage: 18.5% of statements [2021-06-28T11:41:08.087Z] === RUN TestContainerStopSignal [2021-06-28T11:41:08.087Z] --- PASS: TestContainerStopSignal (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestContainerStopTimeout [2021-06-28T11:41:08.087Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestContainerSecretReferenceDestTarget [2021-06-28T11:41:08.087Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-06-28T11:41:08.087Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestContainerLogPathSetForRingLogger [2021-06-28T11:41:08.087Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestReplaceAndAppendEnvVars [2021-06-28T11:41:08.087Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-06-28T11:41:08.087Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestNewMemoryStore [2021-06-28T11:41:08.087Z] --- PASS: TestNewMemoryStore (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestAddContainers [2021-06-28T11:41:08.087Z] --- PASS: TestAddContainers (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestGetContainer [2021-06-28T11:41:08.087Z] --- PASS: TestGetContainer (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestDeleteContainer [2021-06-28T11:41:08.087Z] --- PASS: TestDeleteContainer (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestListContainers [2021-06-28T11:41:08.087Z] --- PASS: TestListContainers (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestFirstContainer [2021-06-28T11:41:08.087Z] --- PASS: TestFirstContainer (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestApplyAllContainer [2021-06-28T11:41:08.087Z] --- PASS: TestApplyAllContainer (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestIsValidHealthString [2021-06-28T11:41:08.087Z] --- PASS: TestIsValidHealthString (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestStateRunStop [2021-06-28T11:41:08.087Z] --- PASS: TestStateRunStop (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestStateTimeoutWait [2021-06-28T11:41:08.087Z] state_test.go:141: Stop callback fired [2021-06-28T11:41:08.087Z] state_test.go:165: Stop callback fired [2021-06-28T11:41:08.087Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-06-28T11:41:08.087Z] === RUN TestIsValidStateString [2021-06-28T11:41:08.087Z] --- PASS: TestIsValidStateString (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestViewSaveDelete [2021-06-28T11:41:08.087Z] --- PASS: TestViewSaveDelete (0.01s) [2021-06-28T11:41:08.087Z] === RUN TestViewAll [2021-06-28T11:41:08.087Z] --- PASS: TestViewAll (0.01s) [2021-06-28T11:41:08.087Z] === RUN TestViewGet [2021-06-28T11:41:08.087Z] --- PASS: TestViewGet (0.01s) [2021-06-28T11:41:08.087Z] === RUN TestNames [2021-06-28T11:41:08.087Z] --- PASS: TestNames (0.00s) [2021-06-28T11:41:08.087Z] === RUN TestViewWithHealthCheck [2021-06-28T11:41:08.087Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-06-28T11:41:08.087Z] PASS [2021-06-28T11:41:08.087Z] coverage: 41.5% of statements [2021-06-28T11:41:08.087Z] ok github.com/docker/docker/container 1.776s coverage: 41.5% of statements [2021-06-28T11:41:08.087Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-28T11:41:08.087Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-28T11:41:08.087Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-28T11:41:08.087Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-28T11:41:09.610Z] === RUN TestNewListSecretsFilters [2021-06-28T11:41:09.610Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-06-28T11:41:09.610Z] === RUN TestNewListConfigsFilters [2021-06-28T11:41:09.610Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-06-28T11:41:09.610Z] PASS [2021-06-28T11:41:09.610Z] coverage: 0.5% of statements [2021-06-28T11:41:09.610Z] ok github.com/docker/docker/daemon/cluster 1.027s coverage: 0.5% of statements [2021-06-28T11:41:10.066Z] === RUN TestPrepare [2021-06-28T11:41:10.066Z] --- PASS: TestPrepare (0.00s) [2021-06-28T11:41:10.066Z] === RUN TestStart [2021-06-28T11:41:10.066Z] --- PASS: TestStart (0.00s) [2021-06-28T11:41:10.066Z] === RUN TestWaitCancel [2021-06-28T11:41:10.066Z] --- PASS: TestWaitCancel (0.00s) [2021-06-28T11:41:10.066Z] === RUN TestWaitDisabled [2021-06-28T11:41:10.066Z] --- PASS: TestWaitDisabled (0.00s) [2021-06-28T11:41:10.066Z] === RUN TestWaitEnabled [2021-06-28T11:41:10.066Z] --- PASS: TestWaitEnabled (0.00s) [2021-06-28T11:41:10.066Z] === RUN TestRemove [2021-06-28T11:41:10.066Z] --- PASS: TestRemove (0.00s) [2021-06-28T11:41:10.066Z] PASS [2021-06-28T11:41:10.066Z] coverage: 65.3% of statements [2021-06-28T11:41:10.066Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.545s coverage: 65.3% of statements [2021-06-28T11:41:10.586Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-06-28T11:41:11.147Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-06-28T11:41:13.767Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-06-28T11:41:13.767Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.16s) [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCIsolation [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertFromGRPCIsolation [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-06-28T11:41:13.767Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-06-28T11:41:13.767Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertFromGRPCConfigs [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCConfigs [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-06-28T11:41:13.767Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-06-28T11:41:13.767Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-06-28T11:41:13.767Z] PASS [2021-06-28T11:41:13.767Z] coverage: 35.9% of statements [2021-06-28T11:41:13.767Z] ok github.com/docker/docker/daemon/cluster/convert 1.121s coverage: 35.9% of statements [2021-06-28T11:41:14.725Z] === RUN TestBuilderGC [2021-06-28T11:41:14.725Z] --- PASS: TestBuilderGC (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestDaemonConfigurationNotFound [2021-06-28T11:41:14.725Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestDaemonBrokenConfiguration [2021-06-28T11:41:14.725Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestParseClusterAdvertiseSettings [2021-06-28T11:41:14.725Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestFindConfigurationConflicts [2021-06-28T11:41:14.725Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-06-28T11:41:14.725Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestDaemonConfigurationMergeConflicts [2021-06-28T11:41:14.725Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-06-28T11:41:14.725Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-06-28T11:41:14.725Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-06-28T11:41:14.725Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-06-28T11:41:14.725Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-06-28T11:41:14.725Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-06-28T11:41:14.725Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-06-28T11:41:14.725Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-06-28T11:41:14.725Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-06-28T11:41:14.725Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestValidateConfigurationErrors [2021-06-28T11:41:14.725Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-06-28T11:41:14.725Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-06-28T11:41:14.725Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-06-28T11:41:14.725Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-06-28T11:41:14.725Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-06-28T11:41:14.725Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-06-28T11:41:14.725Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-06-28T11:41:14.725Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-06-28T11:41:14.725Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-06-28T11:41:14.725Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-06-28T11:41:14.725Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-06-28T11:41:14.725Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestValidateConfiguration [2021-06-28T11:41:14.725Z] === RUN TestValidateConfiguration/with_label [2021-06-28T11:41:14.725Z] === RUN TestValidateConfiguration/with_dns [2021-06-28T11:41:14.725Z] === RUN TestValidateConfiguration/with_dns-search [2021-06-28T11:41:14.725Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-06-28T11:41:14.725Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-06-28T11:41:14.725Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-06-28T11:41:14.725Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-06-28T11:41:14.725Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfiguration (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-06-28T11:41:14.725Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestModifiedDiscoverySettings [2021-06-28T11:41:14.725Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestReloadSetConfigFileNotExist [2021-06-28T11:41:14.725Z] time="2021-06-28T11:41:14Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-06-28T11:41:14.725Z] --- PASS: TestReloadSetConfigFileNotExist (0.16s) [2021-06-28T11:41:14.725Z] === RUN TestReloadDefaultConfigNotExist [2021-06-28T11:41:14.725Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:41:14.725Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestReloadBadDefaultConfig [2021-06-28T11:41:14.725Z] time="2021-06-28T11:41:14Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-477848295" [2021-06-28T11:41:14.725Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-06-28T11:41:14.725Z] === RUN TestReloadWithConflictingLabels [2021-06-28T11:41:14.725Z] time="2021-06-28T11:41:14Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-367160090" [2021-06-28T11:41:14.725Z] --- PASS: TestReloadWithConflictingLabels (0.01s) [2021-06-28T11:41:14.725Z] === RUN TestReloadWithDuplicateLabels [2021-06-28T11:41:14.725Z] time="2021-06-28T11:41:14Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-294828977" [2021-06-28T11:41:14.725Z] --- PASS: TestReloadWithDuplicateLabels (0.01s) [2021-06-28T11:41:14.725Z] === RUN TestDaemonConfigurationMerge [2021-06-28T11:41:14.725Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-06-28T11:41:14.725Z] PASS [2021-06-28T11:41:14.725Z] coverage: 79.2% of statements [2021-06-28T11:41:14.725Z] ok github.com/docker/docker/daemon/config 0.960s coverage: 79.2% of statements [2021-06-28T11:41:16.918Z] === RUN TestWaitNodeAttachment [2021-06-28T11:41:16.918Z] === RUN TestDiscoveryOptsErrors [2021-06-28T11:41:16.918Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-06-28T11:41:16.918Z] === RUN TestDiscoveryOpts [2021-06-28T11:41:16.918Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-06-28T11:41:16.918Z] PASS [2021-06-28T11:41:16.918Z] coverage: 30.0% of statements [2021-06-28T11:41:16.980Z] 2021/06/28 11:41:15 Finished clone github.com/hashicorp/consul [2021-06-28T11:41:17.372Z] ok github.com/docker/docker/daemon/discovery 0.326s coverage: 30.0% of statements [2021-06-28T11:41:17.372Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-06-28T11:41:17.372Z] === RUN TestIsolationConversion [2021-06-28T11:41:17.372Z] === RUN TestIsolationConversion/default [2021-06-28T11:41:17.372Z] === RUN TestIsolationConversion/process [2021-06-28T11:41:17.372Z] === RUN TestIsolationConversion/hyperv [2021-06-28T11:41:17.372Z] --- PASS: TestIsolationConversion (0.00s) [2021-06-28T11:41:17.372Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-06-28T11:41:17.372Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-06-28T11:41:17.372Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-06-28T11:41:17.372Z] === RUN TestContainerLabels [2021-06-28T11:41:17.372Z] --- PASS: TestContainerLabels (0.00s) [2021-06-28T11:41:17.372Z] === RUN TestCredentialSpecConversion [2021-06-28T11:41:17.372Z] === RUN TestCredentialSpecConversion/none [2021-06-28T11:41:17.372Z] === RUN TestCredentialSpecConversion/config [2021-06-28T11:41:17.372Z] === RUN TestCredentialSpecConversion/file [2021-06-28T11:41:17.372Z] === RUN TestCredentialSpecConversion/registry [2021-06-28T11:41:17.372Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-06-28T11:41:17.372Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-06-28T11:41:17.372Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-06-28T11:41:17.372Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-06-28T11:41:17.372Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-06-28T11:41:17.372Z] === RUN TestControllerValidateMountBind [2021-06-28T11:41:17.372Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-06-28T11:41:17.372Z] === RUN TestControllerValidateMountVolume [2021-06-28T11:41:17.372Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-06-28T11:41:17.372Z] === RUN TestControllerValidateMountTarget [2021-06-28T11:41:17.372Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-06-28T11:41:17.372Z] === RUN TestControllerValidateMountTmpfs [2021-06-28T11:41:17.372Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-06-28T11:41:17.372Z] === RUN TestControllerValidateMountInvalidType [2021-06-28T11:41:17.372Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-06-28T11:41:17.372Z] === RUN TestControllerValidateMountNamedPipe [2021-06-28T11:41:17.372Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-06-28T11:41:17.372Z] PASS [2021-06-28T11:41:17.372Z] coverage: 11.0% of statements [2021-06-28T11:41:17.372Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.815s coverage: 11.0% of statements [2021-06-28T11:41:18.329Z] === RUN TestEventsLog [2021-06-28T11:41:18.329Z] --- PASS: TestEventsLog (0.00s) [2021-06-28T11:41:18.329Z] === RUN TestEventsLogTimeout [2021-06-28T11:41:18.329Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-06-28T11:41:18.329Z] === RUN TestLogEvents [2021-06-28T11:41:18.329Z] --- PASS: TestLogEvents (0.05s) [2021-06-28T11:41:18.329Z] === RUN TestLoadBufferedEvents [2021-06-28T11:41:18.329Z] --- PASS: TestLoadBufferedEvents (0.12s) [2021-06-28T11:41:18.329Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-06-28T11:41:18.329Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-06-28T11:41:18.329Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-06-28T11:41:18.329Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-06-28T11:41:18.329Z] PASS [2021-06-28T11:41:18.329Z] coverage: 50.0% of statements [2021-06-28T11:41:18.329Z] ok github.com/docker/docker/daemon/events 0.363s coverage: 50.0% of statements [2021-06-28T11:41:19.232Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-06-28T11:41:19.232Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-06-28T11:41:19.232Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-06-28T11:41:19.232Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-06-28T11:41:19.232Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-06-28T11:41:19.287Z] === RUN TestVerifyNetworkingConfig [2021-06-28T11:41:19.287Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-06-28T11:41:19.287Z] === RUN TestGetContainer [2021-06-28T11:41:19.287Z] --- PASS: TestGetContainer (0.00s) [2021-06-28T11:41:19.287Z] === RUN TestValidContainerNames [2021-06-28T11:41:19.287Z] --- PASS: TestValidContainerNames (0.00s) [2021-06-28T11:41:19.287Z] === RUN TestContainerInitDNS [2021-06-28T11:41:19.287Z] daemon_test.go:147: root required [2021-06-28T11:41:19.287Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-06-28T11:41:19.287Z] === RUN TestMerge [2021-06-28T11:41:19.287Z] --- PASS: TestMerge (0.00s) [2021-06-28T11:41:19.287Z] === RUN TestValidateContainerIsolation [2021-06-28T11:41:19.287Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-06-28T11:41:19.287Z] === RUN TestFindNetworkErrorType [2021-06-28T11:41:19.287Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-06-28T11:41:19.287Z] === RUN TestEnsureServicesExist [2021-06-28T11:41:19.287Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-06-28T11:41:19.287Z] === RUN TestEnsureServicesExistErrors [2021-06-28T11:41:19.287Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-06-28T11:41:19.287Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-06-28T11:41:19.287Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-06-28T11:41:19.287Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-06-28T11:41:19.287Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-06-28T11:41:19.287Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-06-28T11:41:19.287Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-06-28T11:41:19.287Z] === RUN TestContainerDelete [2021-06-28T11:41:19.287Z] --- PASS: TestContainerDelete (0.00s) [2021-06-28T11:41:19.287Z] === RUN TestContainerDoubleDelete [2021-06-28T11:41:19.287Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-06-28T11:41:19.287Z] === RUN TestLogContainerEventCopyLabels [2021-06-28T11:41:19.287Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-06-28T11:41:19.287Z] === RUN TestLogContainerEventWithAttributes [2021-06-28T11:41:19.287Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-06-28T11:41:19.287Z] === RUN TestNoneHealthcheck [2021-06-28T11:41:19.287Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-06-28T11:41:19.287Z] === RUN TestHealthStates [2021-06-28T11:41:19.287Z] === RUN TestIsEmptyDir [2021-06-28T11:41:19.287Z] --- PASS: TestIsEmptyDir (0.01s) [2021-06-28T11:41:19.287Z] PASS [2021-06-28T11:41:19.287Z] coverage: 2.3% of statements [2021-06-28T11:41:19.287Z] time="2021-06-28T11:41:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:41:19.287Z] ok github.com/docker/docker/daemon/graphdriver 0.839s coverage: 2.3% of statements [2021-06-28T11:41:19.287Z] time="2021-06-28T11:41:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:41:19.288Z] time="2021-06-28T11:41:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:41:19.288Z] time="2021-06-28T11:41:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:41:19.288Z] time="2021-06-28T11:41:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:41:19.288Z] time="2021-06-28T11:41:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:41:19.288Z] time="2021-06-28T11:41:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:41:19.288Z] time="2021-06-28T11:41:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:41:19.288Z] time="2021-06-28T11:41:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:41:19.288Z] time="2021-06-28T11:41:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-28T11:41:19.288Z] --- PASS: TestHealthStates (0.13s) [2021-06-28T11:41:19.288Z] === RUN TestMaskURLCredentials [2021-06-28T11:41:19.288Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-06-28T11:41:19.288Z] === RUN TestGetInspectData [2021-06-28T11:41:19.288Z] --- PASS: TestGetInspectData (0.00s) [2021-06-28T11:41:19.288Z] === RUN TestFillLicense [2021-06-28T11:41:19.288Z] --- PASS: TestFillLicense (0.00s) [2021-06-28T11:41:19.288Z] === RUN TestListInvalidFilter [2021-06-28T11:41:19.288Z] --- PASS: TestListInvalidFilter (0.00s) [2021-06-28T11:41:19.288Z] === RUN TestNameFilter [2021-06-28T11:41:19.288Z] --- PASS: TestNameFilter (0.00s) [2021-06-28T11:41:19.288Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-06-28T11:41:19.288Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-06-28T11:41:19.288Z] === 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 [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-06-28T11:41:19.288Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.01s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-06-28T11:41:19.288Z] --- 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) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-06-28T11:41:19.288Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-06-28T11:41:19.288Z] === RUN TestDaemonReloadLabels [2021-06-28T11:41:19.288Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-06-28T11:41:19.288Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-06-28T11:41:19.288Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-06-28T11:41:19.288Z] === RUN TestDaemonReloadMirrors [2021-06-28T11:41:19.288Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-06-28T11:41:19.288Z] === RUN TestDaemonReloadInsecureRegistries [2021-06-28T11:41:19.288Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-06-28T11:41:19.288Z] === RUN TestDaemonReloadNotAffectOthers [2021-06-28T11:41:19.288Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-06-28T11:41:19.288Z] === RUN TestDaemonDiscoveryReload [2021-06-28T11:41:19.745Z] === RUN TestLinkNaming [2021-06-28T11:41:19.745Z] --- PASS: TestLinkNaming (0.00s) [2021-06-28T11:41:19.745Z] === RUN TestLinkNew [2021-06-28T11:41:19.745Z] --- PASS: TestLinkNew (0.00s) [2021-06-28T11:41:19.745Z] === RUN TestLinkEnv [2021-06-28T11:41:19.745Z] --- PASS: TestLinkEnv (0.00s) [2021-06-28T11:41:19.745Z] === RUN TestLinkMultipleEnv [2021-06-28T11:41:19.745Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-06-28T11:41:19.745Z] === RUN TestLinkPortRangeEnv [2021-06-28T11:41:19.745Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-06-28T11:41:19.745Z] PASS [2021-06-28T11:41:19.745Z] coverage: 93.0% of statements [2021-06-28T11:41:19.745Z] ok github.com/docker/docker/daemon/links 0.117s coverage: 93.0% of statements [2021-06-28T11:41:19.793Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-06-28T11:41:19.793Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-06-28T11:41:20.198Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-06-28T11:41:20.198Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-06-28T11:41:20.356Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-06-28T11:41:20.612Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-06-28T11:41:20.651Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-06-28T11:41:20.651Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-06-28T11:41:21.610Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-06-28T11:41:21.610Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-06-28T11:41:21.610Z] reload_test.go:520: root required [2021-06-28T11:41:21.610Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-28T11:41:21.610Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-06-28T11:41:21.610Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-06-28T11:41:21.610Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-06-28T11:41:21.610Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2021-06-28T11:41:21.610Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-06-28T11:41:21.610Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-06-28T11:41:21.610Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-06-28T11:41:21.610Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-06-28T11:41:21.610Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-06-28T11:41:21.610Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-06-28T11:41:21.610Z] === RUN TestParseVolumesFrom [2021-06-28T11:41:21.610Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-06-28T11:41:21.610Z] PASS [2021-06-28T11:41:21.610Z] coverage: 9.1% of statements [2021-06-28T11:41:21.610Z] ok github.com/docker/docker/daemon 3.269s coverage: 9.1% of statements [2021-06-28T11:41:21.610Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-28T11:41:21.610Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-28T11:41:21.610Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-28T11:41:21.610Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-28T11:41:21.610Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-06-28T11:41:21.610Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-06-28T11:41:21.610Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-06-28T11:41:21.610Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-28T11:41:21.610Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-06-28T11:41:21.610Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-06-28T11:41:21.610Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-28T11:41:21.610Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-06-28T11:41:21.610Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-06-28T11:41:21.610Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-06-28T11:41:21.610Z] === RUN TestAdapterReadLogs [2021-06-28T11:41:21.610Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-06-28T11:41:21.610Z] === RUN TestCopier [2021-06-28T11:41:21.610Z] --- PASS: TestCopier (0.00s) [2021-06-28T11:41:21.610Z] === RUN TestCopierLongLines [2021-06-28T11:41:21.610Z] --- PASS: TestCopierLongLines (0.00s) [2021-06-28T11:41:21.610Z] === RUN TestCopierSlow [2021-06-28T11:41:21.610Z] --- PASS: TestCopierSlow (0.20s) [2021-06-28T11:41:21.610Z] === RUN TestCopierWithSized [2021-06-28T11:41:21.610Z] === RUN TestCopierWithSized/as_is [2021-06-28T11:41:21.610Z] === RUN TestCopierWithSized/With_RingLogger [2021-06-28T11:41:21.978Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-06-28T11:41:21.978Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-06-28T11:41:22.066Z] --- PASS: TestCopierWithSized (0.02s) [2021-06-28T11:41:22.066Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-06-28T11:41:22.066Z] --- PASS: TestCopierWithSized/With_RingLogger (0.02s) [2021-06-28T11:41:22.066Z] === RUN TestCopierWithPartial [2021-06-28T11:41:22.066Z] --- PASS: TestCopierWithPartial (0.09s) [2021-06-28T11:41:22.066Z] === RUN TestRingLogger [2021-06-28T11:41:22.066Z] --- PASS: TestRingLogger (0.00s) [2021-06-28T11:41:22.066Z] === RUN TestRingCap [2021-06-28T11:41:22.066Z] --- PASS: TestRingCap (0.00s) [2021-06-28T11:41:22.066Z] === RUN TestRingClose [2021-06-28T11:41:22.066Z] --- PASS: TestRingClose (0.00s) [2021-06-28T11:41:22.066Z] === RUN TestRingDrain [2021-06-28T11:41:22.066Z] --- PASS: TestRingDrain (0.00s) [2021-06-28T11:41:22.066Z] PASS [2021-06-28T11:41:22.066Z] coverage: 43.8% of statements [2021-06-28T11:41:22.066Z] ok github.com/docker/docker/daemon/logger 0.633s coverage: 43.8% of statements [2021-06-28T11:41:22.228Z] 2021/06/28 11:41:21 Finished clone github.com/aws/aws-sdk-go [2021-06-28T11:41:23.022Z] === RUN TestSearchRegistryForImagesErrors [2021-06-28T11:41:23.022Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-06-28T11:41:23.022Z] === RUN TestSearchRegistryForImages [2021-06-28T11:41:23.022Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-06-28T11:41:23.022Z] === RUN TestOnlyPlatformWithFallback [2021-06-28T11:41:23.022Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-06-28T11:41:23.022Z] === RUN TestImageDelete [2021-06-28T11:41:23.022Z] === RUN TestImageDelete/no_lease [2021-06-28T11:41:23.022Z] === RUN TestImageDelete/lease_exists [2021-06-28T11:41:23.022Z] --- PASS: TestImageDelete (0.02s) [2021-06-28T11:41:23.022Z] --- PASS: TestImageDelete/no_lease (0.00s) [2021-06-28T11:41:23.022Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-06-28T11:41:23.022Z] === RUN TestContentStoreForPull [2021-06-28T11:41:23.022Z] --- PASS: TestContentStoreForPull (0.12s) [2021-06-28T11:41:23.022Z] PASS [2021-06-28T11:41:23.022Z] coverage: 6.7% of statements [2021-06-28T11:41:23.022Z] ok github.com/docker/docker/daemon/images 0.669s coverage: 6.7% of statements [2021-06-28T11:41:23.022Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-28T11:41:23.022Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-28T11:41:23.022Z] === RUN TestNewStreamConfig [2021-06-28T11:41:23.022Z] === RUN TestNewStreamConfig/defaults [2021-06-28T11:41:23.022Z] === RUN TestNewStreamConfig/invalid_create_group [2021-06-28T11:41:23.022Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-06-28T11:41:23.022Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-06-28T11:41:23.022Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-06-28T11:41:23.022Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-06-28T11:41:23.022Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-06-28T11:41:23.022Z] --- PASS: TestNewStreamConfig (0.00s) [2021-06-28T11:41:23.022Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-06-28T11:41:23.022Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-06-28T11:41:23.022Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-06-28T11:41:23.022Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-06-28T11:41:23.022Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-06-28T11:41:23.022Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-06-28T11:41:23.022Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-06-28T11:41:23.022Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-06-28T11:41:23.022Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-06-28T11:41:23.022Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-06-28T11:41:23.022Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-06-28T11:41:23.022Z] === RUN TestNewAWSLogsClientRegionDetect [2021-06-28T11:41:23.022Z] time="2021-06-28T11:41:22Z" level=info msg="Trying to get region from EC2 Metadata" [2021-06-28T11:41:23.022Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.15s) [2021-06-28T11:41:23.022Z] === RUN TestCreateSuccess [2021-06-28T11:41:23.022Z] --- PASS: TestCreateSuccess (0.00s) [2021-06-28T11:41:23.022Z] === RUN TestCreateLogGroupSuccess [2021-06-28T11:41:23.022Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-06-28T11:41:23.022Z] === RUN TestCreateError [2021-06-28T11:41:23.022Z] --- PASS: TestCreateError (0.00s) [2021-06-28T11:41:23.022Z] === RUN TestCreateAlreadyExists [2021-06-28T11:41:23.022Z] time="2021-06-28T11:41:22Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-06-28T11:41:23.022Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-06-28T11:41:23.022Z] === RUN TestLogClosed [2021-06-28T11:41:23.022Z] --- PASS: TestLogClosed (0.00s) [2021-06-28T11:41:23.022Z] === RUN TestLogBlocking [2021-06-28T11:41:23.022Z] --- PASS: TestLogBlocking (0.00s) [2021-06-28T11:41:23.022Z] === RUN TestLogNonBlockingBufferEmpty [2021-06-28T11:41:23.022Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-06-28T11:41:23.343Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-06-28T11:41:23.475Z] === RUN TestLogNonBlockingBufferFull [2021-06-28T11:41:23.475Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-06-28T11:41:23.475Z] === RUN TestPublishBatchSuccess [2021-06-28T11:41:23.475Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-06-28T11:41:23.475Z] === RUN TestPublishBatchError [2021-06-28T11:41:23.475Z] time="2021-06-28T11:41:22Z" level=error msg=Error [2021-06-28T11:41:23.475Z] --- PASS: TestPublishBatchError (0.00s) [2021-06-28T11:41:23.475Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-06-28T11:41:23.475Z] time="2021-06-28T11:41:22Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-28T11:41:23.475Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-06-28T11:41:23.475Z] === RUN TestPublishBatchAlreadyAccepted [2021-06-28T11:41:23.475Z] time="2021-06-28T11:41:22Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-28T11:41:23.475Z] time="2021-06-28T11:41:22Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-06-28T11:41:23.475Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-06-28T11:41:23.475Z] === RUN TestCollectBatchSimple [2021-06-28T11:41:23.476Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestCollectBatchTicker [2021-06-28T11:41:23.476Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestCollectBatchMultilinePattern [2021-06-28T11:41:23.476Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-06-28T11:41:23.476Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-06-28T11:41:23.476Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-06-28T11:41:23.476Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-06-28T11:41:23.476Z] === RUN TestCollectBatchClose [2021-06-28T11:41:23.476Z] --- PASS: TestCollectBatchClose (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestEffectiveLen [2021-06-28T11:41:23.476Z] === RUN TestEffectiveLen/0/Hello [2021-06-28T11:41:23.476Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-06-28T11:41:23.476Z] === RUN TestEffectiveLen/2/🙃 [2021-06-28T11:41:23.476Z] === RUN TestEffectiveLen/3/���� [2021-06-28T11:41:23.476Z] === RUN TestEffectiveLen/4/He��o [2021-06-28T11:41:23.476Z] === RUN TestEffectiveLen/5/ [2021-06-28T11:41:23.476Z] --- PASS: TestEffectiveLen (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestFindValidSplit [2021-06-28T11:41:23.476Z] === RUN TestFindValidSplit/0/ [2021-06-28T11:41:23.476Z] cloudwatchlogs_test.go:1044: [2021-06-28T11:41:23.476Z] cloudwatchlogs_test.go:1045: [2021-06-28T11:41:23.476Z] === RUN TestFindValidSplit/1/Hello [2021-06-28T11:41:23.476Z] cloudwatchlogs_test.go:1044: Hello [2021-06-28T11:41:23.476Z] cloudwatchlogs_test.go:1045: [2021-06-28T11:41:23.476Z] === RUN TestFindValidSplit/2/Hello [2021-06-28T11:41:23.476Z] cloudwatchlogs_test.go:1044: He [2021-06-28T11:41:23.476Z] cloudwatchlogs_test.go:1045: llo [2021-06-28T11:41:23.476Z] === RUN TestFindValidSplit/3/Hello [2021-06-28T11:41:23.476Z] cloudwatchlogs_test.go:1044: [2021-06-28T11:41:23.476Z] cloudwatchlogs_test.go:1045: Hello [2021-06-28T11:41:23.476Z] === RUN TestFindValidSplit/4/🙃 [2021-06-28T11:41:23.476Z] cloudwatchlogs_test.go:1044: [2021-06-28T11:41:23.476Z] cloudwatchlogs_test.go:1045: 🙃 [2021-06-28T11:41:23.476Z] === RUN TestFindValidSplit/5/🙃 [2021-06-28T11:41:23.476Z] cloudwatchlogs_test.go:1044: 🙃 [2021-06-28T11:41:23.476Z] cloudwatchlogs_test.go:1045: [2021-06-28T11:41:23.476Z] === RUN TestFindValidSplit/6/a� [2021-06-28T11:41:23.476Z] cloudwatchlogs_test.go:1044: a [2021-06-28T11:41:23.476Z] cloudwatchlogs_test.go:1045: � [2021-06-28T11:41:23.476Z] === RUN TestFindValidSplit/7/a� [2021-06-28T11:41:23.476Z] cloudwatchlogs_test.go:1044: a� [2021-06-28T11:41:23.476Z] cloudwatchlogs_test.go:1045: [2021-06-28T11:41:23.476Z] --- PASS: TestFindValidSplit (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestProcessEventEmoji [2021-06-28T11:41:23.476Z] --- PASS: TestProcessEventEmoji (0.01s) [2021-06-28T11:41:23.476Z] === RUN TestCollectBatchLineSplit [2021-06-28T11:41:23.476Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestCollectBatchLineSplitWithBinary [2021-06-28T11:41:23.476Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestCollectBatchMaxEvents [2021-06-28T11:41:23.476Z] --- PASS: TestCollectBatchMaxEvents (0.05s) [2021-06-28T11:41:23.476Z] === RUN TestCollectBatchMaxTotalBytes [2021-06-28T11:41:23.476Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-06-28T11:41:23.476Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-06-28T11:41:23.476Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-06-28T11:41:23.476Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-06-28T11:41:23.476Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.07s) [2021-06-28T11:41:23.476Z] === RUN TestParseLogOptionsMultilinePattern [2021-06-28T11:41:23.476Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestParseLogOptionsDatetimeFormat [2021-06-28T11:41:23.476Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-06-28T11:41:23.476Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-06-28T11:41:23.476Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-06-28T11:41:23.476Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-06-28T11:41:23.476Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-06-28T11:41:23.476Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-06-28T11:41:23.476Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-06-28T11:41:23.476Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-06-28T11:41:23.476Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-06-28T11:41:23.476Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-06-28T11:41:23.476Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-06-28T11:41:23.476Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-06-28T11:41:23.476Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-06-28T11:41:23.476Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-06-28T11:41:23.476Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-06-28T11:41:23.476Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-06-28T11:41:23.476Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-06-28T11:41:23.476Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-06-28T11:41:23.476Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-06-28T11:41:23.476Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestCreateTagSuccess [2021-06-28T11:41:23.476Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-06-28T11:41:23.476Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-06-28T11:41:23.476Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-06-28T11:41:23.476Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-06-28T11:41:23.476Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-06-28T11:41:23.476Z] PASS [2021-06-28T11:41:23.476Z] coverage: 77.8% of statements [2021-06-28T11:41:23.476Z] ok github.com/docker/docker/daemon/logger/awslogs 1.065s coverage: 77.8% of statements [2021-06-28T11:41:23.476Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-06-28T11:41:23.476Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-28T11:41:23.476Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-28T11:41:23.476Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-06-28T11:41:23.476Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-06-28T11:41:23.476Z] === RUN TestJSONLogsMarshalJSONBuf [2021-06-28T11:41:23.476Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-06-28T11:41:23.476Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-06-28T11:41:23.929Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.15s) [2021-06-28T11:41:23.929Z] === RUN TestFastTimeMarshalJSON [2021-06-28T11:41:23.929Z] --- PASS: TestFastTimeMarshalJSON (0.04s) [2021-06-28T11:41:23.929Z] PASS [2021-06-28T11:41:23.929Z] coverage: 87.2% of statements [2021-06-28T11:41:23.929Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.316s coverage: 87.2% of statements [2021-06-28T11:41:24.382Z] === RUN TestJSONFileLogger [2021-06-28T11:41:24.382Z] --- PASS: TestJSONFileLogger (0.00s) [2021-06-28T11:41:24.382Z] === RUN TestJSONFileLoggerWithTags [2021-06-28T11:41:24.382Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-06-28T11:41:24.382Z] === RUN TestJSONFileLoggerWithOpts [2021-06-28T11:41:24.382Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-06-28T11:41:24.382Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-06-28T11:41:24.382Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-06-28T11:41:24.382Z] === RUN TestEncodeDecode [2021-06-28T11:41:24.382Z] === PAUSE TestEncodeDecode [2021-06-28T11:41:24.382Z] === RUN TestUnexpectedEOF [2021-06-28T11:41:24.382Z] time="2021-06-28T11:41:24Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-28T11:41:24.382Z] time="2021-06-28T11:41:24Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-28T11:41:24.382Z] --- PASS: TestUnexpectedEOF (0.16s) [2021-06-28T11:41:24.382Z] === CONT TestEncodeDecode [2021-06-28T11:41:24.382Z] --- PASS: TestEncodeDecode (0.00s) [2021-06-28T11:41:24.382Z] PASS [2021-06-28T11:41:24.382Z] coverage: 69.9% of statements [2021-06-28T11:41:24.382Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.495s coverage: 69.9% of statements [2021-06-28T11:41:25.248Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-06-28T11:41:25.351Z] === RUN TestWriteLog [2021-06-28T11:41:25.351Z] === PAUSE TestWriteLog [2021-06-28T11:41:25.351Z] === RUN TestReadLog [2021-06-28T11:41:25.351Z] === PAUSE TestReadLog [2021-06-28T11:41:25.351Z] === CONT TestWriteLog [2021-06-28T11:41:25.351Z] === CONT TestReadLog [2021-06-28T11:41:25.351Z] === RUN TestReadLog/tail_exact [2021-06-28T11:41:25.351Z] --- PASS: TestWriteLog (0.00s) [2021-06-28T11:41:25.815Z] === RUN TestReadLog/tail_less_than_available [2021-06-28T11:41:25.815Z] === RUN TestReadLog/tail_more_than_available [2021-06-28T11:41:25.815Z] --- PASS: TestReadLog (0.13s) [2021-06-28T11:41:25.815Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-06-28T11:41:25.815Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-06-28T11:41:25.815Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-06-28T11:41:25.815Z] PASS [2021-06-28T11:41:25.815Z] coverage: 75.2% of statements [2021-06-28T11:41:25.815Z] ok github.com/docker/docker/daemon/logger/local 0.546s coverage: 75.2% of statements [2021-06-28T11:41:25.815Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-28T11:41:25.815Z] === RUN TestOpenFileDelete [2021-06-28T11:41:25.815Z] --- PASS: TestOpenFileDelete (0.00s) [2021-06-28T11:41:25.815Z] === RUN TestOpenFileRename [2021-06-28T11:41:25.815Z] --- PASS: TestOpenFileRename (0.00s) [2021-06-28T11:41:25.815Z] === RUN TestParseLogTagDefaultTag [2021-06-28T11:41:25.815Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-06-28T11:41:25.815Z] === RUN TestParseLogTag [2021-06-28T11:41:25.815Z] --- PASS: TestParseLogTag (0.00s) [2021-06-28T11:41:25.815Z] === RUN TestParseLogTagEmptyTag [2021-06-28T11:41:25.815Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-06-28T11:41:25.815Z] === RUN TestTailFiles [2021-06-28T11:41:25.815Z] --- PASS: TestTailFiles (0.00s) [2021-06-28T11:41:25.815Z] === RUN TestFollowLogsConsumerGone [2021-06-28T11:41:25.815Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-06-28T11:41:25.815Z] === RUN TestFollowLogsProducerGone [2021-06-28T11:41:25.815Z] logfile_test.go:179: logDecode() closed after sending 217 messages [2021-06-28T11:41:25.815Z] logfile_test.go:232: messages sent: 217, received: 217 [2021-06-28T11:41:25.815Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-06-28T11:41:25.815Z] === RUN TestCheckCapacityAndRotate [2021-06-28T11:41:25.815Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-06-28T11:41:25.815Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-06-28T11:41:25.815Z] --- PASS: TestCheckCapacityAndRotate (0.02s) [2021-06-28T11:41:25.815Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-06-28T11:41:25.815Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.01s) [2021-06-28T11:41:25.815Z] PASS [2021-06-28T11:41:25.815Z] coverage: 53.7% of statements [2021-06-28T11:41:25.815Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.497s coverage: 53.7% of statements [2021-06-28T11:41:26.276Z] === RUN TestLog [2021-06-28T11:41:26.276Z] --- PASS: TestLog (0.01s) [2021-06-28T11:41:26.276Z] PASS [2021-06-28T11:41:26.276Z] coverage: 31.5% of statements [2021-06-28T11:41:26.276Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.571s coverage: 31.5% of statements [2021-06-28T11:41:27.102Z] ...INFO: Daemon under test started and replied! [2021-06-28T11:41:27.102Z] INFO: Docker version of the daemon under test [2021-06-28T11:41:27.102Z] [2021-06-28T11:41:27.102Z] Client: [2021-06-28T11:41:27.102Z] Version: 17.06.2-ce [2021-06-28T11:41:27.102Z] API version: 1.30 [2021-06-28T11:41:27.102Z] Go version: go1.8.3 [2021-06-28T11:41:27.102Z] Git commit: cec0b72 [2021-06-28T11:41:27.102Z] Built: Tue Sep 5 19:57:19 2017 [2021-06-28T11:41:27.102Z] OS/Arch: windows/amd64 [2021-06-28T11:41:27.102Z] [2021-06-28T11:41:27.102Z] Server: [2021-06-28T11:41:27.102Z] Version: 0.0.0-dev [2021-06-28T11:41:27.102Z] API version: 1.41 (minimum version 1.24) [2021-06-28T11:41:27.102Z] Go version: go1.16.5 [2021-06-28T11:41:27.102Z] Git commit: 2b3c4ff46a [2021-06-28T11:41:27.102Z] Built: 06/28/2021 11:39:22 [2021-06-28T11:41:27.102Z] OS/Arch: windows/amd64 [2021-06-28T11:41:27.102Z] Experimental: false [2021-06-28T11:41:27.102Z] [2021-06-28T11:41:27.102Z] INFO: Docker info of the daemon under test [2021-06-28T11:41:27.102Z] [2021-06-28T11:41:27.102Z] Containers: 0 [2021-06-28T11:41:27.102Z] Running: 0 [2021-06-28T11:41:27.102Z] Paused: 0 [2021-06-28T11:41:27.102Z] Stopped: 0 [2021-06-28T11:41:27.102Z] Images: 0 [2021-06-28T11:41:27.102Z] Server Version: 0.0.0-dev [2021-06-28T11:41:27.102Z] Storage Driver: windowsfilter [2021-06-28T11:41:27.102Z] Windows: [2021-06-28T11:41:27.102Z] Logging Driver: json-file [2021-06-28T11:41:27.102Z] Plugins: [2021-06-28T11:41:27.102Z] Volume: local [2021-06-28T11:41:27.102Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-28T11:41:27.102Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-28T11:41:27.102Z] Swarm: inactive [2021-06-28T11:41:27.102Z] Default Isolation: process [2021-06-28T11:41:27.102Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-28T11:41:27.102Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-28T11:41:27.102Z] OSType: windows [2021-06-28T11:41:27.102Z] Architecture: x86_64 [2021-06-28T11:41:27.102Z] CPUs: 4 [2021-06-28T11:41:27.102Z] Total Memory: 32GiB [2021-06-28T11:41:27.102Z] Name: azwin-2-5fbdb1 [2021-06-28T11:41:27.102Z] ID: SIAW:IVJE:BFQI:2M2I:OOAS:WA53:QKCE:3CFW:YUM5:D7RO:724J:MOOE [2021-06-28T11:41:27.102Z] Docker Root Dir: D:\CI\PR-42572\1\daemon [2021-06-28T11:41:27.102Z] Debug Mode (client): false [2021-06-28T11:41:27.102Z] Debug Mode (server): true [2021-06-28T11:41:27.102Z] File Descriptors: -1 [2021-06-28T11:41:27.102Z] Goroutines: 16 [2021-06-28T11:41:27.102Z] System Time: 2021-06-28T11:41:25.2263243Z [2021-06-28T11:41:27.102Z] EventsListeners: 0 [2021-06-28T11:41:27.102Z] Registry: https://index.docker.io/v1/ [2021-06-28T11:41:27.102Z] Labels: [2021-06-28T11:41:27.102Z] Experimental: false [2021-06-28T11:41:27.102Z] Insecure Registries: [2021-06-28T11:41:27.102Z] 127.0.0.0/8 [2021-06-28T11:41:27.102Z] Live Restore Enabled: false [2021-06-28T11:41:27.102Z] [2021-06-28T11:41:27.102Z] [2021-06-28T11:41:27.102Z] INFO: Docker images of the daemon under test [2021-06-28T11:41:27.102Z] [2021-06-28T11:41:27.102Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-28T11:41:27.102Z] [2021-06-28T11:41:27.102Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore/insider [2021-06-28T11:41:27.102Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 from docker hub into daemon under test. This may take some time... [2021-06-28T11:41:27.102Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-06-28T11:41:27.102Z] 29d5b6a226d2: Pulling fs layer [2021-06-28T11:41:27.138Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-06-28T11:41:27.278Z] === RUN TestNewParse [2021-06-28T11:41:27.278Z] --- PASS: TestNewParse (0.00s) [2021-06-28T11:41:27.278Z] PASS [2021-06-28T11:41:27.278Z] coverage: 8.3% of statements [2021-06-28T11:41:27.278Z] ok github.com/docker/docker/daemon/logger/templates 0.153s coverage: 8.3% of statements [2021-06-28T11:41:27.278Z] === RUN TestValidateLogOpt [2021-06-28T11:41:27.278Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-28T11:41:27.278Z] === RUN TestNewMissedConfig [2021-06-28T11:41:27.278Z] --- PASS: TestNewMissedConfig (0.00s) [2021-06-28T11:41:27.278Z] === RUN TestNewMissedUrl [2021-06-28T11:41:27.278Z] --- PASS: TestNewMissedUrl (0.00s) [2021-06-28T11:41:27.278Z] === RUN TestNewMissedToken [2021-06-28T11:41:27.278Z] --- PASS: TestNewMissedToken (0.00s) [2021-06-28T11:41:27.278Z] === RUN TestNewWithProxy [2021-06-28T11:41:27.278Z] --- PASS: TestNewWithProxy (0.01s) [2021-06-28T11:41:27.278Z] === RUN TestDefault [2021-06-28T11:41:27.278Z] --- PASS: TestDefault (0.01s) [2021-06-28T11:41:27.278Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-06-28T11:41:27.278Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-06-28T11:41:27.278Z] === RUN TestJsonFormat [2021-06-28T11:41:27.278Z] --- PASS: TestJsonFormat (0.01s) [2021-06-28T11:41:27.278Z] === RUN TestRawFormat [2021-06-28T11:41:27.278Z] --- PASS: TestRawFormat (0.00s) [2021-06-28T11:41:27.278Z] === RUN TestRawFormatWithLabels [2021-06-28T11:41:27.278Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-06-28T11:41:27.278Z] === RUN TestRawFormatWithoutTag [2021-06-28T11:41:27.278Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-06-28T11:41:27.278Z] === RUN TestBatching [2021-06-28T11:41:27.278Z] --- PASS: TestBatching (0.14s) [2021-06-28T11:41:27.278Z] === RUN TestFrequency [2021-06-28T11:41:27.701Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-06-28T11:41:27.766Z] === RUN TestParseLogFormat [2021-06-28T11:41:27.766Z] --- PASS: TestParseLogFormat (0.00s) [2021-06-28T11:41:27.766Z] === RUN TestValidateLogOptEmpty [2021-06-28T11:41:27.766Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-06-28T11:41:27.766Z] === RUN TestValidateSyslogAddress [2021-06-28T11:41:27.766Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-06-28T11:41:27.766Z] === RUN TestParseAddressDefaultPort [2021-06-28T11:41:27.766Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-06-28T11:41:27.766Z] === RUN TestValidateSyslogFacility [2021-06-28T11:41:27.766Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-06-28T11:41:27.766Z] === RUN TestValidateLogOptSyslogFormat [2021-06-28T11:41:27.766Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-06-28T11:41:27.766Z] === RUN TestValidateLogOpt [2021-06-28T11:41:27.766Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-28T11:41:27.766Z] PASS [2021-06-28T11:41:27.766Z] coverage: 46.8% of statements [2021-06-28T11:41:27.766Z] ok github.com/docker/docker/daemon/logger/syslog 0.427s coverage: 46.8% of statements [2021-06-28T11:41:27.766Z] --- PASS: TestFrequency (0.16s) [2021-06-28T11:41:27.766Z] === RUN TestOneMessagePerRequest [2021-06-28T11:41:27.766Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-06-28T11:41:27.766Z] === RUN TestVerify [2021-06-28T11:41:27.766Z] --- PASS: TestVerify (0.00s) [2021-06-28T11:41:27.766Z] === RUN TestSkipVerify [2021-06-28T11:41:27.766Z] time="2021-06-28T11:41:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:41:27.766Z] time="2021-06-28T11:41:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:41:27.766Z] time="2021-06-28T11:41:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:41:27.766Z] time="2021-06-28T11:41:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:41:27.957Z] === RUN TestDockerSuite/TestPsByOrder [2021-06-28T11:41:28.254Z] --- PASS: TestSkipVerify (0.64s) [2021-06-28T11:41:28.254Z] === RUN TestBufferMaximum [2021-06-28T11:41:28.254Z] time="2021-06-28T11:41:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:41:28.254Z] time="2021-06-28T11:41:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:41:28.254Z] time="2021-06-28T11:41:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:41:28.254Z] time="2021-06-28T11:41:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:41:28.254Z] time="2021-06-28T11:41:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:41:28.254Z] time="2021-06-28T11:41:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624880487.979663\",\"host\":\"2b9855963efa\"}'" [2021-06-28T11:41:28.254Z] time="2021-06-28T11:41:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624880487.979663\",\"host\":\"2b9855963efa\"}'" [2021-06-28T11:41:28.254Z] --- PASS: TestBufferMaximum (0.01s) [2021-06-28T11:41:28.254Z] === RUN TestServerAlwaysDown [2021-06-28T11:41:28.254Z] time="2021-06-28T11:41:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:41:28.254Z] time="2021-06-28T11:41:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:41:28.254Z] time="2021-06-28T11:41:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624880487.988328\",\"host\":\"2b9855963efa\"}'" [2021-06-28T11:41:28.254Z] time="2021-06-28T11:41:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624880487.988328\",\"host\":\"2b9855963efa\"}'" [2021-06-28T11:41:28.254Z] time="2021-06-28T11:41:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:41:28.254Z] time="2021-06-28T11:41:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624880487.988328\",\"host\":\"2b9855963efa\"}'" [2021-06-28T11:41:28.254Z] time="2021-06-28T11:41:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624880487.993695\",\"host\":\"2b9855963efa\"}'" [2021-06-28T11:41:28.254Z] time="2021-06-28T11:41:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624880487.993695\",\"host\":\"2b9855963efa\"}'" [2021-06-28T11:41:28.254Z] --- PASS: TestServerAlwaysDown (0.01s) [2021-06-28T11:41:28.254Z] === RUN TestCannotSendAfterClose [2021-06-28T11:41:28.254Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-06-28T11:41:28.254Z] === RUN TestDeadlockOnBlockedEndpoint [2021-06-28T11:41:29.276Z] time="2021-06-28T11:41:28Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-06-28T11:41:29.276Z] time="2021-06-28T11:41:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"2b9855963efa\"}'" [2021-06-28T11:41:29.276Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-06-28T11:41:29.276Z] PASS [2021-06-28T11:41:29.276Z] coverage: 82.5% of statements [2021-06-28T11:41:29.276Z] ok github.com/docker/docker/daemon/logger/splunk 2.362s coverage: 82.5% of statements [2021-06-28T11:41:29.276Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-28T11:41:29.276Z] ? github.com/docker/docker/daemon/network [no test files] [2021-06-28T11:41:29.276Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-28T11:41:29.276Z] === RUN TestV1IDService [2021-06-28T11:41:29.276Z] --- PASS: TestV1IDService (0.03s) [2021-06-28T11:41:29.276Z] === RUN TestV2MetadataService [2021-06-28T11:41:29.754Z] === RUN TestSuccessfulDownload [2021-06-28T11:41:29.754Z] download_test.go:268: Needs fixing on Windows [2021-06-28T11:41:29.754Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-06-28T11:41:29.754Z] === RUN TestCancelledDownload [2021-06-28T11:41:29.754Z] --- PASS: TestCancelledDownload (0.00s) [2021-06-28T11:41:29.754Z] === RUN TestMaxDownloadAttempts [2021-06-28T11:41:29.754Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-28T11:41:29.754Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-28T11:41:29.754Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-28T11:41:29.754Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-28T11:41:29.754Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-28T11:41:29.754Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-28T11:41:29.754Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-28T11:41:29.754Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-28T11:41:29.754Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-28T11:41:29.754Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-28T11:41:29.754Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-28T11:41:29.754Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-28T11:41:30.236Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-06-28T11:41:30.236Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-06-28T11:41:30.236Z] === RUN TestContinueOnError_MirrorEndpoint [2021-06-28T11:41:30.236Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-06-28T11:41:30.236Z] === RUN TestContinueOnError_NeverContinue [2021-06-28T11:41:30.236Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-06-28T11:41:30.236Z] === RUN TestManifestStore [2021-06-28T11:41:30.236Z] === RUN TestManifestStore/no_remote_or_local [2021-06-28T11:41:30.236Z] time="2021-06-28T11:41:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-28T11:41:30.236Z] time="2021-06-28T11:41:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-28T11:41:30.236Z] time="2021-06-28T11:41:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-28T11:41:30.236Z] time="2021-06-28T11:41:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-28T11:41:30.236Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-06-28T11:41:30.236Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.41s) [2021-06-28T11:41:30.236Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.41s) [2021-06-28T11:41:30.236Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.41s) [2021-06-28T11:41:30.236Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.41s) [2021-06-28T11:41:30.236Z] === RUN TestTransfer [2021-06-28T11:41:30.236Z] --- PASS: TestV2MetadataService (0.82s) [2021-06-28T11:41:30.236Z] PASS [2021-06-28T11:41:30.236Z] coverage: 48.2% of statements [2021-06-28T11:41:30.236Z] ok github.com/docker/docker/distribution/metadata 1.160s coverage: 48.2% of statements [2021-06-28T11:41:30.236Z] time="2021-06-28T11:41:30Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local143026915\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-06-28T11:41:30.236Z] === RUN TestManifestStore/no_local_cache [2021-06-28T11:41:30.236Z] === RUN TestManifestStore/with_local_cache [2021-06-28T11:41:30.236Z] === RUN TestManifestStore/unknown_media_type [2021-06-28T11:41:30.236Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-06-28T11:41:30.236Z] time="2021-06-28T11:41:30Z" level=warning msg="reference for unknown type: " [2021-06-28T11:41:30.236Z] time="2021-06-28T11:41:30Z" level=warning msg="reference for unknown type: " [2021-06-28T11:41:30.236Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-06-28T11:41:30.236Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-06-28T11:41:30.236Z] --- PASS: TestTransfer (0.16s) [2021-06-28T11:41:30.236Z] === RUN TestConcurrencyLimit [2021-06-28T11:41:30.236Z] time="2021-06-28T11:41:30Z" level=warning msg="reference for unknown type: " [2021-06-28T11:41:30.236Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-06-28T11:41:30.236Z] time="2021-06-28T11:41:30Z" level=warning msg="reference for unknown type: " [2021-06-28T11:41:30.236Z] time="2021-06-28T11:41:30Z" level=warning msg="reference for unknown type: " [2021-06-28T11:41:30.236Z] === RUN TestManifestStore/error_persisting_manifest [2021-06-28T11:41:30.236Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-06-28T11:41:30.236Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-06-28T11:41:30.236Z] time="2021-06-28T11:41:30Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-06-28T11:41:30.236Z] --- PASS: TestManifestStore (0.24s) [2021-06-28T11:41:30.236Z] --- PASS: TestManifestStore/no_remote_or_local (0.16s) [2021-06-28T11:41:30.236Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-06-28T11:41:30.236Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-06-28T11:41:30.236Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2021-06-28T11:41:30.236Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-06-28T11:41:30.236Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-06-28T11:41:30.236Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2021-06-28T11:41:30.236Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-06-28T11:41:30.236Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-06-28T11:41:30.236Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-06-28T11:41:30.236Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-06-28T11:41:30.236Z] === RUN TestDetectManifestBlobMediaType [2021-06-28T11:41:30.236Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-06-28T11:41:30.236Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-06-28T11:41:30.236Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-06-28T11:41:30.236Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-06-28T11:41:30.236Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-06-28T11:41:30.236Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-06-28T11:41:30.236Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-06-28T11:41:30.236Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-06-28T11:41:30.236Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-06-28T11:41:30.236Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-06-28T11:41:30.236Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-06-28T11:41:30.236Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-06-28T11:41:30.236Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-06-28T11:41:30.236Z] === RUN TestFixManifestLayers [2021-06-28T11:41:30.236Z] --- PASS: TestFixManifestLayers (0.00s) [2021-06-28T11:41:30.236Z] === RUN TestFixManifestLayersBaseLayerParent [2021-06-28T11:41:30.236Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-28T11:41:30.236Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-28T11:41:30.236Z] === RUN TestFixManifestLayersBadParent [2021-06-28T11:41:30.236Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-06-28T11:41:30.236Z] === RUN TestValidateManifest [2021-06-28T11:41:30.236Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-28T11:41:30.236Z] --- SKIP: TestValidateManifest (0.00s) [2021-06-28T11:41:30.236Z] === RUN TestFormatPlatform [2021-06-28T11:41:30.236Z] --- PASS: TestFormatPlatform (0.00s) [2021-06-28T11:41:30.236Z] === RUN TestGetRepositoryMountCandidates [2021-06-28T11:41:30.236Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-06-28T11:41:30.236Z] === RUN TestLayerAlreadyExists [2021-06-28T11:41:30.236Z] 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} [2021-06-28T11:41:30.236Z] 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} [2021-06-28T11:41:30.236Z] 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} [2021-06-28T11:41:30.236Z] 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} [2021-06-28T11:41:30.236Z] 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} [2021-06-28T11:41:30.236Z] 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} [2021-06-28T11:41:30.236Z] --- PASS: TestLayerAlreadyExists (0.01s) [2021-06-28T11:41:30.236Z] === RUN TestWhenEmptyAuthConfig [2021-06-28T11:41:30.730Z] --- PASS: TestConcurrencyLimit (0.37s) [2021-06-28T11:41:30.731Z] === RUN TestInactiveJobs [2021-06-28T11:41:30.731Z] === RUN TestNotFound [2021-06-28T11:41:30.731Z] --- PASS: TestNotFound (0.00s) [2021-06-28T11:41:30.731Z] === RUN TestConflict [2021-06-28T11:41:30.731Z] --- PASS: TestConflict (0.00s) [2021-06-28T11:41:30.731Z] === RUN TestForbidden [2021-06-28T11:41:30.731Z] --- PASS: TestForbidden (0.00s) [2021-06-28T11:41:30.731Z] === RUN TestInvalidParameter [2021-06-28T11:41:30.731Z] --- PASS: TestInvalidParameter (0.00s) [2021-06-28T11:41:30.731Z] === RUN TestNotImplemented [2021-06-28T11:41:30.731Z] --- PASS: TestNotImplemented (0.00s) [2021-06-28T11:41:30.731Z] === RUN TestNotModified [2021-06-28T11:41:30.731Z] --- PASS: TestNotModified (0.00s) [2021-06-28T11:41:30.731Z] === RUN TestUnauthorized [2021-06-28T11:41:30.731Z] --- PASS: TestUnauthorized (0.00s) [2021-06-28T11:41:30.731Z] === RUN TestUnknown [2021-06-28T11:41:30.731Z] --- PASS: TestUnknown (0.00s) [2021-06-28T11:41:30.731Z] === RUN TestCancelled [2021-06-28T11:41:30.731Z] --- PASS: TestCancelled (0.00s) [2021-06-28T11:41:30.731Z] === RUN TestDeadline [2021-06-28T11:41:30.731Z] --- PASS: TestDeadline (0.00s) [2021-06-28T11:41:30.731Z] === RUN TestDataLoss [2021-06-28T11:41:30.731Z] --- PASS: TestDataLoss (0.00s) [2021-06-28T11:41:30.731Z] === RUN TestUnavailable [2021-06-28T11:41:30.731Z] --- PASS: TestUnavailable (0.00s) [2021-06-28T11:41:30.731Z] === RUN TestSystem [2021-06-28T11:41:30.731Z] --- PASS: TestSystem (0.00s) [2021-06-28T11:41:30.731Z] === RUN TestFromStatusCode [2021-06-28T11:41:30.731Z] === RUN TestFromStatusCode/Not_Found [2021-06-28T11:41:30.731Z] === RUN TestFromStatusCode/Bad_Request [2021-06-28T11:41:30.731Z] === RUN TestFromStatusCode/Conflict [2021-06-28T11:41:30.731Z] === RUN TestFromStatusCode/Unauthorized [2021-06-28T11:41:30.731Z] === RUN TestFromStatusCode/Service_Unavailable [2021-06-28T11:41:30.731Z] === RUN TestFromStatusCode/Forbidden [2021-06-28T11:41:30.731Z] === RUN TestFromStatusCode/Not_Modified [2021-06-28T11:41:30.731Z] === RUN TestFromStatusCode/Not_Implemented [2021-06-28T11:41:30.731Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-06-28T11:41:30.731Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-06-28T11:41:30.731Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-06-28T11:41:30.731Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-06-28T11:41:30.731Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-06-28T11:41:30.731Z] --- PASS: TestFromStatusCode (0.00s) [2021-06-28T11:41:30.731Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-06-28T11:41:30.731Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-06-28T11:41:30.731Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-06-28T11:41:30.731Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-06-28T11:41:30.731Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-06-28T11:41:30.731Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-06-28T11:41:30.731Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-06-28T11:41:30.731Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-06-28T11:41:30.731Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-06-28T11:41:30.731Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-06-28T11:41:30.731Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-06-28T11:41:30.731Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-06-28T11:41:30.731Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-06-28T11:41:30.731Z] PASS [2021-06-28T11:41:30.731Z] coverage: 53.1% of statements [2021-06-28T11:41:30.731Z] ok github.com/docker/docker/errdefs 0.166s coverage: 53.1% of statements [2021-06-28T11:41:31.223Z] --- PASS: TestInactiveJobs (0.38s) [2021-06-28T11:41:31.223Z] === RUN TestWatchRelease [2021-06-28T11:41:31.223Z] --- PASS: TestWatchRelease (0.04s) [2021-06-28T11:41:31.223Z] === RUN TestWatchFinishedTransfer [2021-06-28T11:41:31.223Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-06-28T11:41:31.223Z] === RUN TestDuplicateTransfer [2021-06-28T11:41:31.223Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-06-28T11:41:31.223Z] === RUN TestSuccessfulUpload [2021-06-28T11:41:31.223Z] time="2021-06-28T11:41:31Z" level=error msg="Upload failed, retrying: simulating retry" [2021-06-28T11:41:31.226Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-06-28T11:41:31.717Z] --- PASS: TestSuccessfulUpload (0.36s) [2021-06-28T11:41:31.717Z] === RUN TestCancelledUpload [2021-06-28T11:41:31.717Z] --- PASS: TestCancelledUpload (0.00s) [2021-06-28T11:41:31.717Z] PASS [2021-06-28T11:41:31.717Z] coverage: 76.8% of statements [2021-06-28T11:41:31.717Z] ok github.com/docker/docker/distribution/xfer 2.020s coverage: 76.8% of statements [2021-06-28T11:41:31.717Z] --- PASS: TestWhenEmptyAuthConfig (1.22s) [2021-06-28T11:41:31.717Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-06-28T11:41:31.717Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-06-28T11:41:31.717Z] === RUN TestTokenPassThru [2021-06-28T11:41:31.717Z] --- PASS: TestTokenPassThru (0.02s) [2021-06-28T11:41:31.717Z] === RUN TestTokenPassThruDifferentHost [2021-06-28T11:41:31.717Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-06-28T11:41:31.717Z] PASS [2021-06-28T11:41:31.717Z] coverage: 23.8% of statements [2021-06-28T11:41:31.717Z] ok github.com/docker/docker/distribution 2.061s coverage: 23.8% of statements [2021-06-28T11:41:31.717Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-28T11:41:31.717Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-28T11:41:32.155Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-06-28T11:41:32.213Z] === RUN TestFSGetInvalidData [2021-06-28T11:41:32.213Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-06-28T11:41:32.213Z] === RUN TestFSInvalidSet [2021-06-28T11:41:32.213Z] --- PASS: TestFSInvalidSet (0.01s) [2021-06-28T11:41:32.213Z] === RUN TestFSInvalidRoot [2021-06-28T11:41:32.213Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-06-28T11:41:32.213Z] === RUN TestFSMetadataGetSet [2021-06-28T11:41:32.213Z] --- PASS: TestFSMetadataGetSet (0.02s) [2021-06-28T11:41:32.213Z] === RUN TestFSInvalidWalker [2021-06-28T11:41:32.213Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-06-28T11:41:32.213Z] === RUN TestFSGetSet [2021-06-28T11:41:32.213Z] --- PASS: TestFSGetSet (0.01s) [2021-06-28T11:41:32.213Z] === RUN TestFSGetUnsetKey [2021-06-28T11:41:32.213Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-06-28T11:41:32.213Z] === RUN TestFSGetEmptyData [2021-06-28T11:41:32.213Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-06-28T11:41:32.213Z] === RUN TestFSDelete [2021-06-28T11:41:32.213Z] --- PASS: TestFSDelete (0.01s) [2021-06-28T11:41:32.213Z] === RUN TestFSWalker [2021-06-28T11:41:32.213Z] --- PASS: TestFSWalker (0.01s) [2021-06-28T11:41:32.213Z] === RUN TestFSWalkerStopOnError [2021-06-28T11:41:32.213Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-06-28T11:41:32.213Z] === RUN TestNewFromJSON [2021-06-28T11:41:32.213Z] --- PASS: TestNewFromJSON (0.00s) [2021-06-28T11:41:32.213Z] === RUN TestNewFromJSONWithInvalidJSON [2021-06-28T11:41:32.213Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-06-28T11:41:32.213Z] === RUN TestMarshalKeyOrder [2021-06-28T11:41:32.213Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-06-28T11:41:32.213Z] === RUN TestHistoryEqual [2021-06-28T11:41:32.213Z] === RUN TestCompare [2021-06-28T11:41:32.213Z] --- PASS: TestCompare (0.00s) [2021-06-28T11:41:32.213Z] PASS [2021-06-28T11:41:32.213Z] coverage: 19.2% of statements [2021-06-28T11:41:32.213Z] ok github.com/docker/docker/image/cache 0.301s coverage: 19.2% of statements [2021-06-28T11:41:32.213Z] --- PASS: TestHistoryEqual (0.16s) [2021-06-28T11:41:32.213Z] === RUN TestImage [2021-06-28T11:41:32.213Z] --- PASS: TestImage (0.00s) [2021-06-28T11:41:32.213Z] === RUN TestImageOSNotEmpty [2021-06-28T11:41:32.213Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-06-28T11:41:32.213Z] === RUN TestNewChildImageFromImageWithRootFS [2021-06-28T11:41:32.213Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-06-28T11:41:32.213Z] === RUN TestCreate [2021-06-28T11:41:32.213Z] --- PASS: TestCreate (0.01s) [2021-06-28T11:41:32.213Z] === RUN TestRestore [2021-06-28T11:41:32.213Z] time="2021-06-28T11:41:31Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-06-28T11:41:32.213Z] --- PASS: TestRestore (0.03s) [2021-06-28T11:41:32.213Z] === RUN TestAddDelete [2021-06-28T11:41:32.213Z] --- PASS: TestAddDelete (0.05s) [2021-06-28T11:41:32.213Z] === RUN TestSearchAfterDelete [2021-06-28T11:41:32.213Z] --- PASS: TestSearchAfterDelete (0.03s) [2021-06-28T11:41:32.213Z] === RUN TestParentReset [2021-06-28T11:41:32.213Z] --- PASS: TestParentReset (0.04s) [2021-06-28T11:41:32.213Z] === RUN TestGetAndSetLastUpdated [2021-06-28T11:41:32.213Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-06-28T11:41:32.213Z] === RUN TestStoreLen [2021-06-28T11:41:32.703Z] --- PASS: TestStoreLen (0.05s) [2021-06-28T11:41:32.703Z] PASS [2021-06-28T11:41:32.703Z] coverage: 86.6% of statements [2021-06-28T11:41:32.703Z] ok github.com/docker/docker/image 0.730s coverage: 86.6% of statements [2021-06-28T11:41:32.716Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-06-28T11:41:33.192Z] === RUN TestMakeV1ConfigFromConfig [2021-06-28T11:41:33.192Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-06-28T11:41:33.192Z] PASS [2021-06-28T11:41:33.192Z] coverage: 25.0% of statements [2021-06-28T11:41:33.192Z] ok github.com/docker/docker/image/v1 0.233s coverage: 25.0% of statements [2021-06-28T11:41:33.192Z] === RUN TestValidateManifest [2021-06-28T11:41:33.192Z] === RUN TestValidateManifest/nil [2021-06-28T11:41:33.192Z] === RUN TestValidateManifest/non-nil [2021-06-28T11:41:33.192Z] --- PASS: TestValidateManifest (0.00s) [2021-06-28T11:41:33.192Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-06-28T11:41:33.192Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-06-28T11:41:33.192Z] PASS [2021-06-28T11:41:33.192Z] coverage: 0.7% of statements [2021-06-28T11:41:33.192Z] ok github.com/docker/docker/image/tarexport 0.188s coverage: 0.7% of statements [2021-06-28T11:41:33.192Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-28T11:41:34.199Z] 29d5b6a226d2: Verifying Checksum [2021-06-28T11:41:34.199Z] 29d5b6a226d2: Download complete [2021-06-28T11:41:34.805Z] === RUN TestSerialization [2021-06-28T11:41:34.805Z] --- PASS: TestSerialization (0.02s) [2021-06-28T11:41:34.805Z] PASS [2021-06-28T11:41:34.805Z] coverage: 100.0% of statements [2021-06-28T11:41:34.805Z] ok github.com/docker/docker/libcontainerd/queue 0.216s coverage: 100.0% of statements [2021-06-28T11:41:35.301Z] === RUN TestEnvironmentParsing [2021-06-28T11:41:35.301Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-06-28T11:41:35.301Z] PASS [2021-06-28T11:41:35.301Z] coverage: 1.2% of statements [2021-06-28T11:41:35.301Z] ok github.com/docker/docker/libcontainerd/local 0.343s coverage: 1.2% of statements [2021-06-28T11:41:35.301Z] === RUN TestEmptyLayer [2021-06-28T11:41:35.301Z] --- PASS: TestEmptyLayer (0.00s) [2021-06-28T11:41:35.301Z] === RUN TestCommitFailure [2021-06-28T11:41:35.794Z] --- PASS: TestCommitFailure (0.02s) [2021-06-28T11:41:35.794Z] === RUN TestStartTransactionFailure [2021-06-28T11:41:35.794Z] --- PASS: TestStartTransactionFailure (0.01s) [2021-06-28T11:41:35.794Z] === RUN TestGetOrphan [2021-06-28T11:41:35.794Z] --- PASS: TestGetOrphan (0.01s) [2021-06-28T11:41:35.794Z] === RUN TestMountAndRegister [2021-06-28T11:41:35.794Z] layer_test.go:271: Layer size: 14 [2021-06-28T11:41:35.794Z] --- PASS: TestMountAndRegister (0.05s) [2021-06-28T11:41:35.794Z] === RUN TestLayerRelease [2021-06-28T11:41:35.794Z] layer_test.go:304: Failing on Windows [2021-06-28T11:41:35.794Z] --- SKIP: TestLayerRelease (0.00s) [2021-06-28T11:41:35.794Z] === RUN TestStoreRestore [2021-06-28T11:41:35.794Z] layer_test.go:353: Failing on Windows [2021-06-28T11:41:35.794Z] --- SKIP: TestStoreRestore (0.00s) [2021-06-28T11:41:35.794Z] === RUN TestTarStreamStability [2021-06-28T11:41:35.794Z] layer_test.go:468: Failing on Windows [2021-06-28T11:41:35.794Z] --- SKIP: TestTarStreamStability (0.00s) [2021-06-28T11:41:35.794Z] === RUN TestRegisterExistingLayer [2021-06-28T11:41:35.794Z] --- PASS: TestRegisterExistingLayer (0.18s) [2021-06-28T11:41:35.794Z] === RUN TestTarStreamVerification [2021-06-28T11:41:35.794Z] layer_test.go:697: Failing on Windows [2021-06-28T11:41:35.794Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-06-28T11:41:35.794Z] === RUN TestLayerMigration [2021-06-28T11:41:35.794Z] migration_test.go:46: Failing on Windows [2021-06-28T11:41:35.794Z] --- SKIP: TestLayerMigration (0.00s) [2021-06-28T11:41:35.794Z] === RUN TestLayerMigrationNoTarsplit [2021-06-28T11:41:35.794Z] migration_test.go:182: Failing on Windows [2021-06-28T11:41:35.794Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-06-28T11:41:35.794Z] === RUN TestMountInit [2021-06-28T11:41:35.794Z] mount_test.go:17: Failing on Windows [2021-06-28T11:41:35.794Z] --- SKIP: TestMountInit (0.00s) [2021-06-28T11:41:35.794Z] === RUN TestMountSize [2021-06-28T11:41:35.794Z] mount_test.go:76: Failing on Windows [2021-06-28T11:41:35.794Z] --- SKIP: TestMountSize (0.00s) [2021-06-28T11:41:35.794Z] === RUN TestMountChanges [2021-06-28T11:41:35.794Z] mount_test.go:125: Failing on Windows [2021-06-28T11:41:35.794Z] --- SKIP: TestMountChanges (0.01s) [2021-06-28T11:41:35.794Z] === RUN TestMountApply [2021-06-28T11:41:35.794Z] mount_test.go:212: Failing on Windows [2021-06-28T11:41:35.794Z] --- SKIP: TestMountApply (0.00s) [2021-06-28T11:41:35.794Z] PASS [2021-06-28T11:41:35.794Z] coverage: 30.1% of statements [2021-06-28T11:41:35.794Z] ok github.com/docker/docker/layer 0.704s coverage: 30.1% of statements [2021-06-28T11:41:36.289Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-28T11:41:36.289Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-28T11:41:36.289Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-28T11:41:36.289Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-28T11:41:36.778Z] === RUN TestSequenceGetAvailableBit [2021-06-28T11:41:36.778Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-06-28T11:41:36.778Z] === RUN TestSequenceEqual [2021-06-28T11:41:36.778Z] --- PASS: TestSequenceEqual (0.00s) [2021-06-28T11:41:36.778Z] === RUN TestSequenceCopy [2021-06-28T11:41:36.778Z] --- PASS: TestSequenceCopy (0.00s) [2021-06-28T11:41:36.778Z] === RUN TestGetFirstAvailable [2021-06-28T11:41:36.778Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-06-28T11:41:36.778Z] === RUN TestFindSequence [2021-06-28T11:41:36.778Z] --- PASS: TestFindSequence (0.00s) [2021-06-28T11:41:36.778Z] === RUN TestCheckIfAvailable [2021-06-28T11:41:36.778Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-06-28T11:41:36.778Z] === RUN TestMergeSequences [2021-06-28T11:41:36.778Z] --- PASS: TestMergeSequences (0.00s) [2021-06-28T11:41:36.886Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-06-28T11:41:37.142Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-06-28T11:41:37.256Z] === RUN TestPushReservation [2021-06-28T11:41:37.256Z] --- PASS: TestPushReservation (0.00s) [2021-06-28T11:41:37.256Z] === RUN TestSerializeDeserialize [2021-06-28T11:41:37.256Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-06-28T11:41:37.256Z] === RUN TestSet [2021-06-28T11:41:37.256Z] --- PASS: TestSet (0.00s) [2021-06-28T11:41:37.256Z] === RUN TestSetUnset [2021-06-28T11:41:37.256Z] --- PASS: TestSetUnset (0.00s) [2021-06-28T11:41:37.256Z] === RUN TestOffsetSetUnset [2021-06-28T11:41:37.256Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-06-28T11:41:37.256Z] === RUN TestSetInRange [2021-06-28T11:41:37.256Z] --- PASS: TestSetInRange (0.00s) [2021-06-28T11:41:37.256Z] === RUN TestSetAnyInRange [2021-06-28T11:41:37.256Z] --- PASS: TestSetAnyInRange (0.00s) [2021-06-28T11:41:37.256Z] === RUN TestMethods [2021-06-28T11:41:37.256Z] --- PASS: TestMethods (0.00s) [2021-06-28T11:41:37.256Z] === RUN TestRandomAllocateDeallocate [2021-06-28T11:41:39.497Z] === RUN TestInvalidConfig [2021-06-28T11:41:39.497Z] --- PASS: TestInvalidConfig (0.00s) [2021-06-28T11:41:39.497Z] === RUN TestConfig [2021-06-28T11:41:39.497Z] --- PASS: TestConfig (0.00s) [2021-06-28T11:41:39.497Z] === RUN TestOptionsLabels [2021-06-28T11:41:39.497Z] --- PASS: TestOptionsLabels (0.00s) [2021-06-28T11:41:39.497Z] === RUN TestValidName [2021-06-28T11:41:39.497Z] --- PASS: TestValidName (0.00s) [2021-06-28T11:41:39.497Z] === RUN TestTLSConfiguration [2021-06-28T11:41:39.497Z] time="2021-06-28T11:41:38Z" level=info msg="Option Initializing KV with TLS" [2021-06-28T11:41:39.497Z] --- PASS: TestTLSConfiguration (0.16s) [2021-06-28T11:41:39.497Z] PASS [2021-06-28T11:41:39.497Z] coverage: 24.0% of statements [2021-06-28T11:41:39.497Z] ok github.com/docker/docker/libnetwork/config 0.358s coverage: 24.0% of statements [2021-06-28T11:41:39.497Z] === RUN TestErrorInterfaces [2021-06-28T11:41:39.497Z] --- PASS: TestErrorInterfaces (0.00s) [2021-06-28T11:41:39.497Z] === RUN TestNetworkMarshalling [2021-06-28T11:41:39.965Z] --- PASS: TestNetworkMarshalling (0.17s) [2021-06-28T11:41:39.965Z] === RUN TestEndpointMarshalling [2021-06-28T11:41:39.965Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-06-28T11:41:39.965Z] === RUN TestAuxAddresses [2021-06-28T11:41:39.965Z] time="2021-06-28T11:41:39Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-28T11:41:39.965Z] --- PASS: TestAuxAddresses (0.02s) [2021-06-28T11:41:39.965Z] === RUN TestSRVServiceQuery [2021-06-28T11:41:39.965Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:41:39.965Z] --- SKIP: TestSRVServiceQuery (0.01s) [2021-06-28T11:41:39.965Z] === RUN TestServiceVIPReuse [2021-06-28T11:41:39.965Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:41:39.965Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-06-28T11:41:39.965Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-06-28T11:41:39.965Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:41:39.965Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-06-28T11:41:39.965Z] === RUN TestDNSIPQuery [2021-06-28T11:41:39.965Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:41:39.965Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-06-28T11:41:39.965Z] === RUN TestDNSProxyServFail [2021-06-28T11:41:39.965Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:41:39.965Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-06-28T11:41:39.965Z] === RUN TestSandboxAddEmpty [2021-06-28T11:41:39.965Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:41:39.965Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-06-28T11:41:39.965Z] === RUN TestSandboxAddMultiPrio [2021-06-28T11:41:39.965Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:41:39.965Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-06-28T11:41:39.965Z] === RUN TestSandboxAddSamePrio [2021-06-28T11:41:39.965Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:41:39.965Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-06-28T11:41:39.965Z] === RUN TestCleanupServiceDiscovery [2021-06-28T11:41:39.965Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:41:39.965Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-06-28T11:41:39.965Z] === RUN TestDNSOptions [2021-06-28T11:41:39.965Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:41:39.965Z] --- SKIP: TestDNSOptions (0.00s) [2021-06-28T11:41:39.965Z] === RUN TestMultipleControllersWithSameStore [2021-06-28T11:41:39.965Z] time="2021-06-28T11:41:39Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-28T11:41:39.965Z] time="2021-06-28T11:41:39Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-28T11:41:39.965Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-06-28T11:41:39.965Z] PASS [2021-06-28T11:41:39.965Z] coverage: 8.6% of statements [2021-06-28T11:41:39.965Z] ok github.com/docker/docker/libnetwork 0.810s coverage: 8.6% of statements [2021-06-28T11:41:39.965Z] ? github.com/docker/docker/libnetwork/api [no test files] [2021-06-28T11:41:39.965Z] === RUN TestKey [2021-06-28T11:41:39.965Z] --- PASS: TestKey (0.00s) [2021-06-28T11:41:39.965Z] === RUN TestParseKey [2021-06-28T11:41:39.965Z] --- PASS: TestParseKey (0.00s) [2021-06-28T11:41:39.965Z] === RUN TestInvalidDataStore [2021-06-28T11:41:39.965Z] --- PASS: TestInvalidDataStore (0.00s) [2021-06-28T11:41:39.965Z] === RUN TestKVObjectFlatKey [2021-06-28T11:41:39.965Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-06-28T11:41:39.965Z] === RUN TestAtomicKVObjectFlatKey [2021-06-28T11:41:39.965Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-06-28T11:41:39.965Z] PASS [2021-06-28T11:41:39.965Z] coverage: 21.9% of statements [2021-06-28T11:41:39.965Z] ok github.com/docker/docker/libnetwork/datastore 0.130s coverage: 21.9% of statements [2021-06-28T11:41:40.956Z] === RUN TestIPDataMarshalling [2021-06-28T11:41:40.956Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-06-28T11:41:40.956Z] === RUN TestValidateAndIsV6 [2021-06-28T11:41:40.956Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-06-28T11:41:40.956Z] PASS [2021-06-28T11:41:40.956Z] coverage: 68.9% of statements [2021-06-28T11:41:40.956Z] ok github.com/docker/docker/libnetwork/driverapi 0.150s coverage: 68.9% of statements [2021-06-28T11:41:40.956Z] --- PASS: TestRandomAllocateDeallocate (4.10s) [2021-06-28T11:41:40.956Z] === RUN TestAllocateRandomDeallocate [2021-06-28T11:41:40.956Z] === RUN TestDriver [2021-06-28T11:41:40.956Z] --- PASS: TestDriver (0.00s) [2021-06-28T11:41:40.956Z] PASS [2021-06-28T11:41:40.956Z] coverage: 34.8% of statements [2021-06-28T11:41:40.956Z] ok github.com/docker/docker/libnetwork/drivers/host 0.171s coverage: 34.8% of statements [2021-06-28T11:41:41.312Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-06-28T11:41:41.312Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-06-28T11:41:41.950Z] === RUN TestDriver [2021-06-28T11:41:41.950Z] --- PASS: TestDriver (0.00s) [2021-06-28T11:41:41.950Z] PASS [2021-06-28T11:41:41.950Z] coverage: 34.8% of statements [2021-06-28T11:41:41.950Z] ok github.com/docker/docker/libnetwork/drivers/null 0.156s coverage: 34.8% of statements [2021-06-28T11:41:41.950Z] === RUN TestNetworkAllocateFree [2021-06-28T11:41:41.950Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-06-28T11:41:41.950Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-06-28T11:41:41.950Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-06-28T11:41:41.950Z] PASS [2021-06-28T11:41:41.950Z] coverage: 63.6% of statements [2021-06-28T11:41:41.950Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.178s coverage: 63.6% of statements [2021-06-28T11:41:41.950Z] --- PASS: TestAllocateRandomDeallocate (1.04s) [2021-06-28T11:41:41.950Z] === RUN TestAllocateRandomDeallocateSerialize [2021-06-28T11:41:42.935Z] === RUN TestGetEmptyCapabilities [2021-06-28T11:41:42.935Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-06-28T11:41:42.935Z] === RUN TestGetExtraCapabilities [2021-06-28T11:41:42.935Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-06-28T11:41:42.935Z] === RUN TestGetInvalidCapabilities [2021-06-28T11:41:42.935Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-06-28T11:41:42.935Z] === RUN TestRemoteDriver [2021-06-28T11:41:42.935Z] --- PASS: TestRemoteDriver (0.01s) [2021-06-28T11:41:42.935Z] === RUN TestDriverError [2021-06-28T11:41:42.935Z] --- PASS: TestDriverError (0.00s) [2021-06-28T11:41:42.935Z] === RUN TestMissingValues [2021-06-28T11:41:42.935Z] --- PASS: TestMissingValues (0.00s) [2021-06-28T11:41:42.935Z] === RUN TestRollback [2021-06-28T11:41:42.935Z] --- PASS: TestRollback (0.01s) [2021-06-28T11:41:42.935Z] PASS [2021-06-28T11:41:42.935Z] coverage: 57.4% of statements [2021-06-28T11:41:42.935Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.277s coverage: 57.4% of statements [2021-06-28T11:41:43.404Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.07s) [2021-06-28T11:41:43.404Z] === RUN TestRetrieveFromStore [2021-06-28T11:41:43.404Z] === RUN TestNAT [2021-06-28T11:41:43.404Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-06-28T11:41:43.404Z] --- SKIP: TestNAT (0.00s) [2021-06-28T11:41:43.404Z] === RUN TestTransparent [2021-06-28T11:41:43.404Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-06-28T11:41:43.404Z] --- SKIP: TestTransparent (0.00s) [2021-06-28T11:41:43.404Z] PASS [2021-06-28T11:41:43.404Z] coverage: 0.0% of statements [2021-06-28T11:41:43.404Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.254s coverage: 0.0% of statements [2021-06-28T11:41:43.404Z] --- PASS: TestRetrieveFromStore (0.45s) [2021-06-28T11:41:43.404Z] === RUN TestIsCorrupted [2021-06-28T11:41:43.404Z] --- PASS: TestIsCorrupted (0.01s) [2021-06-28T11:41:43.404Z] === RUN TestSetRollover [2021-06-28T11:41:43.867Z] === RUN TestNew [2021-06-28T11:41:43.867Z] --- PASS: TestNew (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestAddDriver [2021-06-28T11:41:43.867Z] --- PASS: TestAddDriver (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestAddDuplicateDriver [2021-06-28T11:41:43.867Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestIPAMDefaultAddressSpaces [2021-06-28T11:41:43.867Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestDriver [2021-06-28T11:41:43.867Z] --- PASS: TestDriver (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestIPAM [2021-06-28T11:41:43.867Z] --- PASS: TestIPAM (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestWalkIPAMs [2021-06-28T11:41:43.867Z] --- PASS: TestWalkIPAMs (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestWalkDrivers [2021-06-28T11:41:43.867Z] --- PASS: TestWalkDrivers (0.00s) [2021-06-28T11:41:43.867Z] PASS [2021-06-28T11:41:43.867Z] coverage: 82.4% of statements [2021-06-28T11:41:43.867Z] ok github.com/docker/docker/libnetwork/drvregistry 0.431s coverage: 82.4% of statements [2021-06-28T11:41:43.867Z] === RUN TestBuildDefault [2021-06-28T11:41:43.867Z] --- PASS: TestBuildDefault (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestBuildHostnameDomainname [2021-06-28T11:41:43.867Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestBuildHostname [2021-06-28T11:41:43.867Z] --- PASS: TestBuildHostname (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestBuildHostnameFQDN [2021-06-28T11:41:43.867Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestBuildNoIP [2021-06-28T11:41:43.867Z] --- PASS: TestBuildNoIP (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestUpdate [2021-06-28T11:41:43.867Z] --- PASS: TestUpdate (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-06-28T11:41:43.867Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-06-28T11:41:43.867Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestAddEmpty [2021-06-28T11:41:43.867Z] --- PASS: TestAddEmpty (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestAdd [2021-06-28T11:41:43.867Z] --- PASS: TestAdd (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestDeleteEmpty [2021-06-28T11:41:43.867Z] --- PASS: TestDeleteEmpty (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestDeleteNewline [2021-06-28T11:41:43.867Z] --- PASS: TestDeleteNewline (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestDelete [2021-06-28T11:41:43.867Z] --- PASS: TestDelete (0.00s) [2021-06-28T11:41:43.867Z] === RUN TestConcurrentWrites [2021-06-28T11:41:44.324Z] --- PASS: TestConcurrentWrites (0.21s) [2021-06-28T11:41:44.324Z] PASS [2021-06-28T11:41:44.324Z] coverage: 81.2% of statements [2021-06-28T11:41:44.324Z] ok github.com/docker/docker/libnetwork/etchosts 0.348s coverage: 81.2% of statements [2021-06-28T11:41:44.783Z] --- PASS: TestSetRollover (1.28s) [2021-06-28T11:41:44.783Z] === RUN TestSetRolloverSerial [2021-06-28T11:41:44.783Z] === RUN TestDiff [2021-06-28T11:41:44.783Z] --- PASS: TestDiff (0.00s) [2021-06-28T11:41:44.783Z] === RUN TestAddedCallback [2021-06-28T11:41:44.783Z] --- PASS: TestAddedCallback (0.00s) [2021-06-28T11:41:44.783Z] === RUN TestRemovedCallback [2021-06-28T11:41:44.783Z] --- PASS: TestRemovedCallback (0.00s) [2021-06-28T11:41:44.783Z] === RUN TestNoCallback [2021-06-28T11:41:44.783Z] --- PASS: TestNoCallback (0.00s) [2021-06-28T11:41:44.783Z] PASS [2021-06-28T11:41:44.783Z] coverage: 48.1% of statements [2021-06-28T11:41:44.783Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.266s coverage: 48.1% of statements [2021-06-28T11:41:45.238Z] === RUN TestNew [2021-06-28T11:41:45.238Z] --- PASS: TestNew (0.00s) [2021-06-28T11:41:45.238Z] === RUN TestAllocate [2021-06-28T11:41:45.238Z] --- PASS: TestAllocate (0.00s) [2021-06-28T11:41:45.238Z] === RUN TestUninitialized [2021-06-28T11:41:45.238Z] --- PASS: TestUninitialized (0.00s) [2021-06-28T11:41:45.238Z] === RUN TestAllocateInRange [2021-06-28T11:41:45.238Z] --- PASS: TestAllocateInRange (0.00s) [2021-06-28T11:41:45.238Z] === RUN TestAllocateSerial [2021-06-28T11:41:45.238Z] --- PASS: TestAllocateSerial (0.00s) [2021-06-28T11:41:45.238Z] PASS [2021-06-28T11:41:45.238Z] coverage: 87.5% of statements [2021-06-28T11:41:45.238Z] ok github.com/docker/docker/libnetwork/idm 0.145s coverage: 87.5% of statements [2021-06-28T11:41:45.482Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-06-28T11:41:45.693Z] === RUN TestCaller [2021-06-28T11:41:45.693Z] --- PASS: TestCaller (0.00s) [2021-06-28T11:41:45.693Z] PASS [2021-06-28T11:41:45.693Z] coverage: 100.0% of statements [2021-06-28T11:41:45.693Z] ok github.com/docker/docker/libnetwork/internal/caller 0.124s coverage: 100.0% of statements [2021-06-28T11:41:45.693Z] === RUN TestSetSerialInsertDelete [2021-06-28T11:41:45.693Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-06-28T11:41:45.693Z] === RUN TestSetParallelInsertDelete [2021-06-28T11:41:47.219Z] === RUN TestPoolRequest [2021-06-28T11:41:47.219Z] --- PASS: TestPoolRequest (0.00s) [2021-06-28T11:41:47.219Z] === RUN TestOtherRequests [2021-06-28T11:41:47.219Z] --- PASS: TestOtherRequests (0.00s) [2021-06-28T11:41:47.219Z] PASS [2021-06-28T11:41:47.219Z] coverage: 57.1% of statements [2021-06-28T11:41:47.219Z] ok github.com/docker/docker/libnetwork/ipams/null 0.204s coverage: 57.1% of statements [2021-06-28T11:41:47.219Z] --- PASS: TestSetRolloverSerial (2.37s) [2021-06-28T11:41:47.219Z] === RUN TestGetFirstAvailableFromCurrent [2021-06-28T11:41:47.219Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-06-28T11:41:47.219Z] PASS [2021-06-28T11:41:47.219Z] coverage: 84.4% of statements [2021-06-28T11:41:47.219Z] ok github.com/docker/docker/libnetwork/bitseq 10.542s coverage: 84.4% of statements [2021-06-28T11:41:47.219Z] === RUN TestInt2IP2IntConversion [2021-06-28T11:41:47.673Z] --- PASS: TestInt2IP2IntConversion (0.52s) [2021-06-28T11:41:47.673Z] === RUN TestGetAddressVersion [2021-06-28T11:41:47.673Z] --- PASS: TestGetAddressVersion (0.00s) [2021-06-28T11:41:47.673Z] === RUN TestKeyString [2021-06-28T11:41:47.673Z] --- PASS: TestKeyString (0.00s) [2021-06-28T11:41:47.673Z] === RUN TestPoolDataMarshal [2021-06-28T11:41:47.673Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-06-28T11:41:47.673Z] === RUN TestSubnetsMarshal [2021-06-28T11:41:48.127Z] --- PASS: TestSubnetsMarshal (0.26s) [2021-06-28T11:41:48.127Z] === RUN TestAddSubnets [2021-06-28T11:41:48.127Z] --- PASS: TestAddSubnets (0.06s) [2021-06-28T11:41:48.127Z] === RUN TestDoublePoolRelease [2021-06-28T11:41:48.127Z] --- PASS: TestDoublePoolRelease (0.08s) [2021-06-28T11:41:48.127Z] === RUN TestAddReleasePoolID [2021-06-28T11:41:48.582Z] --- PASS: TestAddReleasePoolID (0.31s) [2021-06-28T11:41:48.582Z] === RUN TestPredefinedPool [2021-06-28T11:41:48.582Z] === RUN TestGetCapabilities [2021-06-28T11:41:48.582Z] --- PASS: TestGetCapabilities (0.01s) [2021-06-28T11:41:48.582Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-06-28T11:41:48.582Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-06-28T11:41:48.582Z] === RUN TestGetDefaultAddressSpaces [2021-06-28T11:41:48.582Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-06-28T11:41:48.582Z] === RUN TestRemoteDriver [2021-06-28T11:41:48.583Z] --- PASS: TestRemoteDriver (0.01s) [2021-06-28T11:41:48.583Z] PASS [2021-06-28T11:41:48.583Z] coverage: 47.4% of statements [2021-06-28T11:41:48.583Z] --- PASS: TestPredefinedPool (0.03s) [2021-06-28T11:41:48.583Z] === RUN TestRemoveSubnet [2021-06-28T11:41:48.583Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.280s coverage: 47.4% of statements [2021-06-28T11:41:49.037Z] --- PASS: TestRemoveSubnet (0.52s) [2021-06-28T11:41:49.037Z] === RUN TestGetSameAddress [2021-06-28T11:41:49.037Z] --- PASS: TestGetSameAddress (0.12s) [2021-06-28T11:41:49.037Z] === RUN TestPoolAllocationReuse [2021-06-28T11:41:49.492Z] === RUN TestWindowsIPAM [2021-06-28T11:41:49.492Z] --- PASS: TestWindowsIPAM (0.00s) [2021-06-28T11:41:49.492Z] PASS [2021-06-28T11:41:49.492Z] coverage: 71.4% of statements [2021-06-28T11:41:49.492Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.201s coverage: 71.4% of statements [2021-06-28T11:41:50.447Z] === RUN TestDefaultNetwork [2021-06-28T11:41:50.738Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-06-28T11:41:50.900Z] --- PASS: TestDefaultNetwork (0.28s) [2021-06-28T11:41:50.900Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-06-28T11:41:50.900Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.26s) [2021-06-28T11:41:50.900Z] === RUN TestInitAddressPools [2021-06-28T11:41:50.900Z] --- PASS: TestInitAddressPools (0.00s) [2021-06-28T11:41:50.900Z] PASS [2021-06-28T11:41:50.900Z] coverage: 74.0% of statements [2021-06-28T11:41:50.900Z] ok github.com/docker/docker/libnetwork/ipamutils 0.741s coverage: 74.0% of statements [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-06-28T11:41:50.900Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-06-28T11:41:51.859Z] === RUN TestKeyValue [2021-06-28T11:41:51.859Z] --- PASS: TestKeyValue (0.00s) [2021-06-28T11:41:51.859Z] PASS [2021-06-28T11:41:51.859Z] coverage: 60.0% of statements [2021-06-28T11:41:51.859Z] ok github.com/docker/docker/libnetwork/netlabel 0.133s coverage: 60.0% of statements [2021-06-28T11:41:53.381Z] === RUN TestGenerate [2021-06-28T11:41:53.381Z] --- PASS: TestGenerate (0.00s) [2021-06-28T11:41:53.381Z] === RUN TestGeneratePtr [2021-06-28T11:41:53.381Z] --- PASS: TestGeneratePtr (0.00s) [2021-06-28T11:41:53.381Z] === RUN TestGenerateMissingField [2021-06-28T11:41:53.381Z] --- PASS: TestGenerateMissingField (0.00s) [2021-06-28T11:41:53.381Z] === RUN TestFieldCannotBeSet [2021-06-28T11:41:53.381Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-06-28T11:41:53.381Z] === RUN TestTypeMismatchError [2021-06-28T11:41:53.381Z] --- PASS: TestTypeMismatchError (0.00s) [2021-06-28T11:41:53.381Z] PASS [2021-06-28T11:41:53.381Z] coverage: 100.0% of statements [2021-06-28T11:41:53.381Z] ok github.com/docker/docker/libnetwork/options 0.162s coverage: 100.0% of statements [2021-06-28T11:41:53.381Z] --- PASS: TestPoolAllocationReuse (4.38s) [2021-06-28T11:41:53.381Z] === RUN TestGetAddressSubPoolEqualPool [2021-06-28T11:41:53.833Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2021-06-28T11:41:53.833Z] === RUN TestRequestReleaseAddressFromSubPool [2021-06-28T11:41:53.833Z] === RUN TestNetworkDBSimple [2021-06-28T11:41:54.006Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-06-28T11:41:54.006Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-06-28T11:41:54.287Z] testing: warning: no tests to run [2021-06-28T11:41:54.287Z] PASS [2021-06-28T11:41:54.287Z] coverage: 0.0% of statements [2021-06-28T11:41:54.287Z] ok github.com/docker/docker/libnetwork/osl 0.126s coverage: 0.0% of statements [no tests to run] [2021-06-28T11:41:54.740Z] 2021/06/28 11:41:54 Closing DB instances... [2021-06-28T11:41:55.194Z] === RUN TestRequestNewPort [2021-06-28T11:41:55.194Z] --- PASS: TestRequestNewPort (0.00s) [2021-06-28T11:41:55.194Z] === RUN TestRequestSpecificPort [2021-06-28T11:41:55.194Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-06-28T11:41:55.194Z] === RUN TestReleasePort [2021-06-28T11:41:55.194Z] --- PASS: TestReleasePort (0.00s) [2021-06-28T11:41:55.194Z] === RUN TestReuseReleasedPort [2021-06-28T11:41:55.194Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-06-28T11:41:55.194Z] === RUN TestReleaseUnreadledPort [2021-06-28T11:41:55.194Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-06-28T11:41:55.194Z] === RUN TestUnknowProtocol [2021-06-28T11:41:55.194Z] --- PASS: TestUnknowProtocol (0.00s) [2021-06-28T11:41:55.194Z] === RUN TestAllocateAllPorts [2021-06-28T11:41:55.194Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-06-28T11:41:55.194Z] === RUN TestPortAllocation [2021-06-28T11:41:55.194Z] --- PASS: TestPortAllocation (0.00s) [2021-06-28T11:41:55.194Z] === RUN TestPortAllocationWithCustomRange [2021-06-28T11:41:55.194Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-06-28T11:41:55.194Z] === RUN TestNoDuplicateBPR [2021-06-28T11:41:55.194Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-06-28T11:41:55.194Z] === RUN TestChangePortRange [2021-06-28T11:41:55.194Z] portallocator_test.go:345: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-06-28T11:41:55.194Z] portallocator_test.go:345: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-06-28T11:41:55.194Z] portallocator_test.go:345: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-06-28T11:41:55.194Z] portallocator_test.go:345: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-06-28T11:41:55.194Z] portallocator_test.go:345: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-06-28T11:41:55.194Z] portallocator_test.go:345: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-06-28T11:41:55.194Z] --- PASS: TestChangePortRange (0.00s) [2021-06-28T11:41:55.194Z] PASS [2021-06-28T11:41:55.194Z] coverage: 88.6% of statements [2021-06-28T11:41:55.194Z] ok github.com/docker/docker/libnetwork/portallocator 0.144s coverage: 88.6% of statements [2021-06-28T11:41:55.373Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-06-28T11:41:55.648Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.90s) [2021-06-28T11:41:55.648Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-06-28T11:41:55.648Z] --- PASS: TestNetworkDBSimple (2.02s) [2021-06-28T11:41:55.648Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-06-28T11:41:55.648Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-06-28T11:41:55.648Z] PASS [2021-06-28T11:41:55.648Z] coverage: 100.0% of statements [2021-06-28T11:41:55.648Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.166s coverage: 100.0% of statements [2021-06-28T11:41:56.103Z] === RUN TestTransportPortConv [2021-06-28T11:41:56.103Z] --- PASS: TestTransportPortConv (0.00s) [2021-06-28T11:41:56.103Z] === RUN TestTransportPortBindingConv [2021-06-28T11:41:56.103Z] --- PASS: TestTransportPortBindingConv (0.00s) [2021-06-28T11:41:56.103Z] === RUN TestErrorConstructors [2021-06-28T11:41:56.103Z] --- PASS: TestErrorConstructors (0.00s) [2021-06-28T11:41:56.103Z] === RUN TestCompareIPMask [2021-06-28T11:41:56.103Z] --- PASS: TestCompareIPMask (0.00s) [2021-06-28T11:41:56.103Z] === RUN TestUtilGetHostPartIP [2021-06-28T11:41:56.103Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-06-28T11:41:56.103Z] === RUN TestUtilGetBroadcastIP [2021-06-28T11:41:56.103Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-06-28T11:41:56.103Z] === RUN TestParseCIDR [2021-06-28T11:41:56.103Z] --- PASS: TestParseCIDR (0.00s) [2021-06-28T11:41:56.103Z] PASS [2021-06-28T11:41:56.103Z] coverage: 47.9% of statements [2021-06-28T11:41:56.103Z] ok github.com/docker/docker/libnetwork/types 0.165s coverage: 47.9% of statements [2021-06-28T11:41:57.061Z] 2021/06/28 11:41:56 Closing DB instances... [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-06-28T11:41:57.061Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-06-28T11:41:57.061Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-06-28T11:41:57.061Z] PASS [2021-06-28T11:41:57.061Z] coverage: 44.0% of statements [2021-06-28T11:41:57.061Z] ok github.com/docker/docker/oci 0.187s coverage: 44.0% of statements [2021-06-28T11:41:57.515Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.85s) [2021-06-28T11:41:57.515Z] === RUN TestGetAddress [2021-06-28T11:41:57.515Z] === RUN TestAddressPoolOpt [2021-06-28T11:41:57.515Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/a [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/something [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/_=a [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/env1=value1 [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/_env1=value1 [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/env2=value2=value3 [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/env3=abc!qwe [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/env_4=value_4 [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/PATH [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/=a [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/PATH= [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/PATH=something [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/asd!qwe [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/1asd [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/123 [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/some_space [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/__some_space_before [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/some_space_after__ [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/= [2021-06-28T11:41:57.515Z] === RUN TestValidateEnv/PaTh [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/a (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/something (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/= (0.00s) [2021-06-28T11:41:57.515Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-06-28T11:41:57.515Z] === RUN TestParseHost [2021-06-28T11:41:57.515Z] --- PASS: TestParseHost (0.00s) [2021-06-28T11:41:57.515Z] === RUN TestParseDockerDaemonHost [2021-06-28T11:41:57.515Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-06-28T11:41:57.515Z] === RUN TestParseTCP [2021-06-28T11:41:57.515Z] --- PASS: TestParseTCP (0.00s) [2021-06-28T11:41:57.515Z] === RUN TestParseInvalidUnixAddrInvalid [2021-06-28T11:41:57.515Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-06-28T11:41:57.515Z] === RUN TestValidateExtraHosts [2021-06-28T11:41:57.515Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-06-28T11:41:57.515Z] === RUN TestIpOptString [2021-06-28T11:41:57.515Z] --- PASS: TestIpOptString (0.00s) [2021-06-28T11:41:57.515Z] === RUN TestNewIpOptInvalidDefaultVal [2021-06-28T11:41:57.515Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-06-28T11:41:57.515Z] === RUN TestNewIpOptValidDefaultVal [2021-06-28T11:41:57.515Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-06-28T11:41:57.515Z] === RUN TestIpOptSetInvalidVal [2021-06-28T11:41:57.515Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-06-28T11:41:57.515Z] === RUN TestValidateIPAddress [2021-06-28T11:41:57.515Z] --- PASS: TestValidateIPAddress (0.00s) [2021-06-28T11:41:57.515Z] === RUN TestMapOpts [2021-06-28T11:41:57.515Z] --- PASS: TestMapOpts (0.00s) [2021-06-28T11:41:57.515Z] === RUN TestListOptsWithoutValidator [2021-06-28T11:41:57.515Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-06-28T11:41:57.515Z] === RUN TestListOptsWithValidator [2021-06-28T11:41:57.515Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-06-28T11:41:57.515Z] === RUN TestValidateDNSSearch [2021-06-28T11:41:57.515Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-06-28T11:41:57.515Z] === RUN TestValidateLabel [2021-06-28T11:41:57.515Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-06-28T11:41:57.515Z] === RUN TestValidateLabel/label_with_general_format [2021-06-28T11:41:57.515Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-06-28T11:41:57.515Z] === RUN TestValidateLabel/label_with_one_more [2021-06-28T11:41:57.515Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-06-28T11:41:57.515Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-06-28T11:41:57.515Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-06-28T11:41:57.515Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-06-28T11:41:57.515Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-06-28T11:41:57.515Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-06-28T11:41:57.515Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-06-28T11:41:57.515Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-06-28T11:41:57.516Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-06-28T11:41:57.516Z] --- PASS: TestValidateLabel (0.00s) [2021-06-28T11:41:57.516Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-06-28T11:41:57.516Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-06-28T11:41:57.516Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-06-28T11:41:57.516Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-06-28T11:41:57.516Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-06-28T11:41:57.516Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-06-28T11:41:57.516Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-06-28T11:41:57.516Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-06-28T11:41:57.516Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-06-28T11:41:57.516Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-06-28T11:41:57.516Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-06-28T11:41:57.516Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-06-28T11:41:57.516Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-06-28T11:41:57.516Z] === RUN TestNamedListOpts [2021-06-28T11:41:57.516Z] --- PASS: TestNamedListOpts (0.00s) [2021-06-28T11:41:57.516Z] === RUN TestNamedMapOpts [2021-06-28T11:41:57.516Z] --- PASS: TestNamedMapOpts (0.00s) [2021-06-28T11:41:57.516Z] === RUN TestParseLink [2021-06-28T11:41:57.516Z] --- PASS: TestParseLink (0.00s) [2021-06-28T11:41:57.516Z] === RUN TestQuotedStringSetWithQuotes [2021-06-28T11:41:57.516Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-06-28T11:41:57.516Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-06-28T11:41:57.516Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-06-28T11:41:57.516Z] === RUN TestQuotedStringSetWithNoQuotes [2021-06-28T11:41:57.516Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-06-28T11:41:57.516Z] === RUN TestUlimitOpt [2021-06-28T11:41:57.516Z] --- PASS: TestUlimitOpt (0.00s) [2021-06-28T11:41:57.516Z] PASS [2021-06-28T11:41:57.516Z] coverage: 67.1% of statements [2021-06-28T11:41:57.516Z] ok github.com/docker/docker/opts 0.230s coverage: 67.1% of statements [2021-06-28T11:41:57.894Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-06-28T11:41:57.969Z] === RUN TestParseVersion [2021-06-28T11:41:57.969Z] --- PASS: TestParseVersion (0.00s) [2021-06-28T11:41:57.969Z] PASS [2021-06-28T11:41:57.969Z] coverage: 52.9% of statements [2021-06-28T11:41:57.969Z] ok github.com/docker/docker/pkg/aaparser 0.116s coverage: 52.9% of statements [2021-06-28T11:41:58.422Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.62s) [2021-06-28T11:41:58.422Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-06-28T11:41:58.456Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-06-28T11:41:59.947Z] 2021/06/28 11:41:59 Closing DB instances... [2021-06-28T11:41:59.947Z] === RUN TestPeerCertificateMarshalJSON [2021-06-28T11:41:59.947Z] === RUN TestIsArchivePathDir [2021-06-28T11:41:59.947Z] --- PASS: TestIsArchivePathDir (0.06s) [2021-06-28T11:41:59.947Z] === RUN TestIsArchivePathInvalidFile [2021-06-28T11:41:59.947Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2021-06-28T11:41:59.947Z] === RUN TestIsArchivePathTar [2021-06-28T11:42:00.346Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-06-28T11:42:00.346Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-06-28T11:42:00.400Z] --- PASS: TestIsArchivePathTar (0.14s) [2021-06-28T11:42:00.400Z] === RUN TestDecompressStreamGzip [2021-06-28T11:42:00.400Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-06-28T11:42:00.400Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-06-28T11:42:00.400Z] --- PASS: TestPeerCertificateMarshalJSON (0.55s) [2021-06-28T11:42:00.400Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-06-28T11:42:00.400Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-06-28T11:42:00.400Z] === RUN TestMiddleware [2021-06-28T11:42:00.400Z] --- PASS: TestMiddleware (0.00s) [2021-06-28T11:42:00.400Z] === RUN TestNewResponseModifier [2021-06-28T11:42:00.400Z] --- PASS: TestNewResponseModifier (0.00s) [2021-06-28T11:42:00.400Z] PASS [2021-06-28T11:42:00.400Z] coverage: 26.8% of statements [2021-06-28T11:42:00.400Z] ok github.com/docker/docker/pkg/authorization 0.807s coverage: 26.8% of statements [2021-06-28T11:42:00.400Z] --- PASS: TestDecompressStreamGzip (0.12s) [2021-06-28T11:42:00.400Z] === RUN TestDecompressStreamBzip2 [2021-06-28T11:42:00.400Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2021-06-28T11:42:00.400Z] === RUN TestDecompressStreamXz [2021-06-28T11:42:00.400Z] archive_test.go:134: Xz not present in msys2 [2021-06-28T11:42:00.400Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-06-28T11:42:00.400Z] === RUN TestCompressStreamXzUnsupported [2021-06-28T11:42:00.400Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-06-28T11:42:00.400Z] === RUN TestCompressStreamBzip2Unsupported [2021-06-28T11:42:00.400Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-06-28T11:42:00.400Z] === RUN TestCompressStreamInvalid [2021-06-28T11:42:00.400Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-06-28T11:42:00.400Z] === RUN TestExtensionInvalid [2021-06-28T11:42:00.400Z] --- PASS: TestExtensionInvalid (0.00s) [2021-06-28T11:42:00.400Z] === RUN TestExtensionUncompressed [2021-06-28T11:42:00.400Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-06-28T11:42:00.400Z] === RUN TestExtensionBzip2 [2021-06-28T11:42:00.400Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-06-28T11:42:00.400Z] === RUN TestExtensionGzip [2021-06-28T11:42:00.400Z] --- PASS: TestExtensionGzip (0.00s) [2021-06-28T11:42:00.400Z] === RUN TestExtensionXz [2021-06-28T11:42:00.400Z] --- PASS: TestExtensionXz (0.00s) [2021-06-28T11:42:00.400Z] === RUN TestCmdStreamLargeStderr [2021-06-28T11:42:00.400Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2021-06-28T11:42:00.400Z] === RUN TestCmdStreamBad [2021-06-28T11:42:00.400Z] archive_test.go:239: Failing on Windows CI machines [2021-06-28T11:42:00.400Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-06-28T11:42:00.400Z] === RUN TestCmdStreamGood [2021-06-28T11:42:00.400Z] --- PASS: TestCmdStreamGood (0.04s) [2021-06-28T11:42:00.400Z] === RUN TestUntarPathWithInvalidDest [2021-06-28T11:42:00.854Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2021-06-28T11:42:00.854Z] === RUN TestUntarPathWithInvalidSrc [2021-06-28T11:42:00.854Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-06-28T11:42:00.854Z] === RUN TestUntarPath [2021-06-28T11:42:00.854Z] --- PASS: TestUntarPath (0.07s) [2021-06-28T11:42:00.854Z] === RUN TestUntarPathWithDestinationFile [2021-06-28T11:42:00.854Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2021-06-28T11:42:00.854Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-06-28T11:42:00.854Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-06-28T11:42:00.854Z] === RUN TestCopyWithTarInvalidSrc [2021-06-28T11:42:00.854Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-06-28T11:42:00.854Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-06-28T11:42:00.854Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-06-28T11:42:00.854Z] === RUN TestCopyWithTarSrcFile [2021-06-28T11:42:00.854Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-06-28T11:42:00.854Z] === RUN TestCopyWithTarSrcFolder [2021-06-28T11:42:00.854Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-06-28T11:42:00.854Z] === RUN TestCopyFileWithTarInvalidSrc [2021-06-28T11:42:00.854Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-06-28T11:42:00.854Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-06-28T11:42:00.854Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-06-28T11:42:00.854Z] === RUN TestCopyFileWithTarSrcFolder [2021-06-28T11:42:00.854Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-06-28T11:42:00.854Z] === RUN TestCopyFileWithTarSrcFile [2021-06-28T11:42:00.854Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-06-28T11:42:00.854Z] === RUN TestTarFiles [2021-06-28T11:42:00.854Z] === RUN TestUnbuffered [2021-06-28T11:42:00.854Z] --- PASS: TestUnbuffered (0.00s) [2021-06-28T11:42:00.854Z] === RUN TestRaceUnbuffered [2021-06-28T11:42:00.854Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-06-28T11:42:00.854Z] PASS [2021-06-28T11:42:00.854Z] coverage: 100.0% of statements [2021-06-28T11:42:00.854Z] ok github.com/docker/docker/pkg/broadcaster 0.146s coverage: 100.0% of statements [2021-06-28T11:42:01.307Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2021-06-28T11:42:01.307Z] === RUN TestNetworkDBCRUDTableEntry [2021-06-28T11:42:01.715Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-06-28T11:42:01.761Z] === RUN TestMatch [2021-06-28T11:42:01.761Z] === RUN TestMatch/[[]] [2021-06-28T11:42:01.761Z] === RUN TestMatch/[[foo]] [2021-06-28T11:42:01.761Z] === RUN TestMatch/[[bar]_[foo]] [2021-06-28T11:42:01.761Z] === RUN TestMatch/[[foo_bar]] [2021-06-28T11:42:01.761Z] === RUN TestMatch/[[qux]_[foo]] [2021-06-28T11:42:01.761Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-06-28T11:42:01.761Z] === RUN TestMatch/[] [2021-06-28T11:42:01.761Z] === RUN TestMatch/[]#01 [2021-06-28T11:42:01.761Z] === RUN TestMatch/[[qux]] [2021-06-28T11:42:01.761Z] === RUN TestMatch/[[foo_bar_qux]] [2021-06-28T11:42:01.761Z] === RUN TestMatch/[[qux]_[baz]] [2021-06-28T11:42:01.761Z] === RUN TestMatch/[[foo_baz]] [2021-06-28T11:42:01.761Z] --- PASS: TestMatch (0.00s) [2021-06-28T11:42:01.761Z] --- PASS: TestMatch/[[]] (0.00s) [2021-06-28T11:42:01.761Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-06-28T11:42:01.761Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-06-28T11:42:01.761Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-06-28T11:42:01.761Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-06-28T11:42:01.761Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-06-28T11:42:01.761Z] --- PASS: TestMatch/[] (0.00s) [2021-06-28T11:42:01.761Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-06-28T11:42:01.761Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-06-28T11:42:01.761Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-06-28T11:42:01.761Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-06-28T11:42:01.761Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-06-28T11:42:01.761Z] PASS [2021-06-28T11:42:01.761Z] coverage: 87.5% of statements [2021-06-28T11:42:01.761Z] ok github.com/docker/docker/pkg/capabilities 0.129s coverage: 87.5% of statements [2021-06-28T11:42:02.718Z] === RUN TestChrootTarUntar [2021-06-28T11:42:02.718Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:42:02.718Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-06-28T11:42:02.718Z] === RUN TestChrootUntarWithHugeExcludesList [2021-06-28T11:42:02.718Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:42:02.718Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-28T11:42:02.718Z] === RUN TestChrootUntarEmptyArchive [2021-06-28T11:42:02.718Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-06-28T11:42:02.718Z] === RUN TestChrootTarUntarWithSymlink [2021-06-28T11:42:02.718Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:42:02.718Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-06-28T11:42:02.718Z] === RUN TestChrootCopyWithTar [2021-06-28T11:42:02.718Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:42:02.718Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-06-28T11:42:02.718Z] === RUN TestChrootCopyFileWithTar [2021-06-28T11:42:02.718Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:42:02.718Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-06-28T11:42:02.718Z] === RUN TestChrootUntarPath [2021-06-28T11:42:02.718Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:42:02.718Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-06-28T11:42:02.718Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-06-28T11:42:02.718Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:42:02.718Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-28T11:42:02.718Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-06-28T11:42:02.718Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:42:02.718Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-28T11:42:02.718Z] === RUN TestChrootApplyDotDotFile [2021-06-28T11:42:02.718Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:42:02.718Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-06-28T11:42:02.718Z] PASS [2021-06-28T11:42:02.718Z] coverage: 15.4% of statements [2021-06-28T11:42:02.718Z] ok github.com/docker/docker/pkg/chrootarchive 0.212s coverage: 15.4% of statements [2021-06-28T11:42:03.676Z] 2021/06/28 11:42:03 Closing DB instances... [2021-06-28T11:42:03.676Z] === RUN TestSizeEmpty [2021-06-28T11:42:03.676Z] --- PASS: TestSizeEmpty (0.00s) [2021-06-28T11:42:03.676Z] === RUN TestSizeEmptyFile [2021-06-28T11:42:03.676Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-06-28T11:42:03.676Z] === RUN TestSizeNonemptyFile [2021-06-28T11:42:03.676Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-06-28T11:42:03.676Z] === RUN TestSizeNestedDirectoryEmpty [2021-06-28T11:42:03.676Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-06-28T11:42:03.676Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-06-28T11:42:03.676Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-06-28T11:42:03.676Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-06-28T11:42:03.676Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-06-28T11:42:03.676Z] === RUN TestMoveToSubdir [2021-06-28T11:42:03.676Z] --- PASS: TestMoveToSubdir (0.00s) [2021-06-28T11:42:03.676Z] === RUN TestSizeNonExistingDirectory [2021-06-28T11:42:03.676Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-06-28T11:42:03.676Z] PASS [2021-06-28T11:42:03.676Z] coverage: 80.0% of statements [2021-06-28T11:42:03.676Z] ok github.com/docker/docker/pkg/directory 0.129s coverage: 80.0% of statements [2021-06-28T11:42:04.640Z] === RUN Test [2021-06-28T11:42:04.640Z] === RUN Test/TestContainsEntry [2021-06-28T11:42:04.640Z] === RUN Test/TestCreateEntries [2021-06-28T11:42:04.640Z] === RUN Test/TestEntriesDiff [2021-06-28T11:42:04.640Z] === RUN Test/TestEntriesEquality [2021-06-28T11:42:04.640Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-06-28T11:42:04.640Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-06-28T11:42:04.640Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-06-28T11:42:04.640Z] === RUN Test/TestGeneratorNotGenerate [2021-06-28T11:42:04.640Z] === RUN Test/TestGeneratorWithPort [2021-06-28T11:42:04.640Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-06-28T11:42:04.640Z] === RUN Test/TestNewEntry [2021-06-28T11:42:04.640Z] === RUN Test/TestParse [2021-06-28T11:42:04.640Z] --- PASS: Test (0.00s) [2021-06-28T11:42:04.640Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-06-28T11:42:04.640Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-06-28T11:42:04.640Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-06-28T11:42:04.640Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-06-28T11:42:04.640Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-06-28T11:42:04.640Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-06-28T11:42:04.640Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-06-28T11:42:04.640Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-06-28T11:42:04.640Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-06-28T11:42:04.640Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-06-28T11:42:04.640Z] --- PASS: Test/TestNewEntry (0.00s) [2021-06-28T11:42:04.640Z] --- PASS: Test/TestParse (0.00s) [2021-06-28T11:42:04.640Z] PASS [2021-06-28T11:42:04.640Z] coverage: 58.3% of statements [2021-06-28T11:42:04.640Z] ok github.com/docker/docker/pkg/discovery 0.172s coverage: 58.3% of statements [2021-06-28T11:42:04.985Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-06-28T11:42:04.985Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-06-28T11:42:05.094Z] --- PASS: TestNetworkDBCRUDTableEntry (3.63s) [2021-06-28T11:42:05.094Z] === RUN TestNetworkDBCRUDTableEntries [2021-06-28T11:42:05.548Z] === RUN Test [2021-06-28T11:42:05.548Z] === RUN Test/TestContent [2021-06-28T11:42:05.548Z] === RUN Test/TestInitialize [2021-06-28T11:42:05.548Z] === RUN Test/TestNew [2021-06-28T11:42:05.548Z] === RUN Test/TestParsingContentsWithComments [2021-06-28T11:42:05.548Z] === RUN Test/TestRegister [2021-06-28T11:42:05.548Z] === RUN Test/TestWatch [2021-06-28T11:42:05.548Z] --- PASS: Test (0.00s) [2021-06-28T11:42:05.548Z] --- PASS: Test/TestContent (0.00s) [2021-06-28T11:42:05.548Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-28T11:42:05.548Z] --- PASS: Test/TestNew (0.00s) [2021-06-28T11:42:05.548Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-06-28T11:42:05.548Z] --- PASS: Test/TestRegister (0.00s) [2021-06-28T11:42:05.548Z] --- PASS: Test/TestWatch (0.00s) [2021-06-28T11:42:05.548Z] PASS [2021-06-28T11:42:05.548Z] coverage: 92.9% of statements [2021-06-28T11:42:05.548Z] ok github.com/docker/docker/pkg/discovery/file 0.186s coverage: 92.9% of statements [2021-06-28T11:42:05.548Z] --- PASS: TestTarFiles (4.55s) [2021-06-28T11:42:05.548Z] === RUN TestTarUntar [2021-06-28T11:42:05.548Z] --- PASS: TestTarUntar (0.03s) [2021-06-28T11:42:05.548Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-06-28T11:42:05.548Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-06-28T11:42:05.548Z] === RUN TestTarWithOptions [2021-06-28T11:42:05.548Z] --- PASS: TestTarWithOptions (0.03s) [2021-06-28T11:42:05.548Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-06-28T11:42:05.548Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-06-28T11:42:05.548Z] === RUN TestUntarUstarGnuConflict [2021-06-28T11:42:05.548Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-06-28T11:42:05.548Z] === RUN TestUntarInvalidFilenames [2021-06-28T11:42:05.548Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames735918058\\dest" [2021-06-28T11:42:05.548Z] --- PASS: TestUntarInvalidFilenames (0.19s) [2021-06-28T11:42:05.548Z] === RUN TestUntarHardlinkToSymlink [2021-06-28T11:42:05.548Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-06-28T11:42:05.548Z] === RUN TestUntarInvalidHardlink [2021-06-28T11:42:05.548Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink932838939\\victim\\hello" -> "../victim/hello" [2021-06-28T11:42:05.548Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink200658622\\victim\\hello" -> "/../victim/hello" [2021-06-28T11:42:05.548Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink548949253\\victim" -> "../victim" [2021-06-28T11:42:05.548Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink570466464\\victim" -> "../victim" [2021-06-28T11:42:05.548Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink860257663\\victim" -> "../victim" [2021-06-28T11:42:05.548Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink987293906\\victim" -> "../victim" [2021-06-28T11:42:05.548Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2021-06-28T11:42:05.548Z] === RUN TestUntarInvalidSymlink [2021-06-28T11:42:05.548Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink490755593\\dest\\dotdot" -> "../victim/hello" [2021-06-28T11:42:05.548Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink165981652\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-28T11:42:05.548Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink556917027\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:42:05.548Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink270473766\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:42:05.548Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink002386765\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:42:05.548Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink999167048\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:42:05.548Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink653413639\\dest\\dir\\loophole" -> "../../victim" [2021-06-28T11:42:05.548Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2021-06-28T11:42:05.548Z] === RUN TestTempArchiveCloseMultipleTimes [2021-06-28T11:42:05.548Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-06-28T11:42:05.548Z] === RUN TestXGlobalNoParent [2021-06-28T11:42:05.548Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-06-28T11:42:05.548Z] === RUN TestReplaceFileTarWrapper [2021-06-28T11:42:06.003Z] --- PASS: TestReplaceFileTarWrapper (0.14s) [2021-06-28T11:42:06.003Z] === RUN TestPrefixHeaderReadable [2021-06-28T11:42:06.003Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-06-28T11:42:06.003Z] === RUN TestDisablePigz [2021-06-28T11:42:06.003Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-06-28T11:42:06.003Z] --- PASS: TestDisablePigz (0.12s) [2021-06-28T11:42:06.003Z] === RUN TestPigz [2021-06-28T11:42:06.003Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-06-28T11:42:06.003Z] --- PASS: TestPigz (0.13s) [2021-06-28T11:42:06.003Z] === RUN TestCopyFileWithInvalidDest [2021-06-28T11:42:06.003Z] archive_windows_test.go:16: Currently fails [2021-06-28T11:42:06.003Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-06-28T11:42:06.003Z] === RUN TestCanonicalTarNameForPath [2021-06-28T11:42:06.003Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-06-28T11:42:06.003Z] === RUN TestCanonicalTarName [2021-06-28T11:42:06.003Z] --- PASS: TestCanonicalTarName (0.00s) [2021-06-28T11:42:06.003Z] === RUN TestChmodTarEntry [2021-06-28T11:42:06.003Z] --- PASS: TestChmodTarEntry (0.00s) [2021-06-28T11:42:06.003Z] === RUN TestHardLinkOrder [2021-06-28T11:42:06.457Z] --- PASS: TestHardLinkOrder (0.12s) [2021-06-28T11:42:06.457Z] === RUN TestChangeString [2021-06-28T11:42:06.457Z] --- PASS: TestChangeString (0.00s) [2021-06-28T11:42:06.457Z] === RUN TestChangesWithNoChanges [2021-06-28T11:42:06.457Z] --- PASS: TestChangesWithNoChanges (0.03s) [2021-06-28T11:42:06.457Z] === RUN TestChangesWithChanges [2021-06-28T11:42:06.457Z] --- PASS: TestChangesWithChanges (0.03s) [2021-06-28T11:42:06.457Z] === RUN TestChangesWithChangesGH13590 [2021-06-28T11:42:06.457Z] changes_test.go:196: needs more investigation [2021-06-28T11:42:06.457Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-06-28T11:42:06.457Z] === RUN TestChangesDirsEmpty [2021-06-28T11:42:06.457Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-28T11:42:06.457Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-06-28T11:42:06.457Z] === RUN TestChangesDirsMutated [2021-06-28T11:42:06.457Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-28T11:42:06.457Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-06-28T11:42:06.457Z] === RUN TestApplyLayer [2021-06-28T11:42:06.457Z] changes_test.go:433: needs further investigation [2021-06-28T11:42:06.457Z] --- SKIP: TestApplyLayer (0.00s) [2021-06-28T11:42:06.457Z] === RUN TestChangesSizeWithHardlinks [2021-06-28T11:42:06.457Z] changes_test.go:469: needs further investigation [2021-06-28T11:42:06.457Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-06-28T11:42:06.457Z] === RUN TestChangesSizeWithNoChanges [2021-06-28T11:42:06.457Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-06-28T11:42:06.457Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-06-28T11:42:06.457Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-06-28T11:42:06.457Z] === RUN TestChangesSize [2021-06-28T11:42:06.457Z] --- PASS: TestChangesSize (0.00s) [2021-06-28T11:42:06.457Z] === RUN TestApplyLayerInvalidFilenames [2021-06-28T11:42:06.457Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames227020108\\dest" [2021-06-28T11:42:06.457Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-06-28T11:42:06.457Z] === RUN TestApplyLayerInvalidHardlink [2021-06-28T11:42:06.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink423855198\\victim\\hello" -> "../victim/hello" [2021-06-28T11:42:06.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink324011045\\victim\\hello" -> "/../victim/hello" [2021-06-28T11:42:06.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink368791360\\victim" -> "../victim" [2021-06-28T11:42:06.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink165194655\\victim" -> "../victim" [2021-06-28T11:42:06.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink919794802\\victim" -> "../victim" [2021-06-28T11:42:06.457Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink428666665\\victim" -> "../victim" [2021-06-28T11:42:06.457Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-06-28T11:42:06.457Z] === RUN TestApplyLayerInvalidSymlink [2021-06-28T11:42:06.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink391146100\\dest\\dotdot" -> "../victim/hello" [2021-06-28T11:42:06.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink218106691\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-28T11:42:06.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink892645318\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:42:06.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink245199469\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:42:06.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink176838376\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:42:06.457Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink831586087\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:42:06.457Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2021-06-28T11:42:06.457Z] === RUN TestApplyLayerWhiteouts [2021-06-28T11:42:06.457Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2021-06-28T11:42:06.457Z] === RUN TestGenerateEmptyFile [2021-06-28T11:42:06.457Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-06-28T11:42:06.457Z] === RUN TestGenerateWithContent [2021-06-28T11:42:06.457Z] --- PASS: TestGenerateWithContent (0.00s) [2021-06-28T11:42:06.457Z] PASS [2021-06-28T11:42:06.457Z] coverage: 61.6% of statements [2021-06-28T11:42:06.457Z] ok github.com/docker/docker/pkg/archive 6.947s coverage: 61.6% of statements [2021-06-28T11:42:06.918Z] 2021/06/28 11:42:06 Closing DB instances... [2021-06-28T11:42:06.918Z] === RUN Test [2021-06-28T11:42:06.918Z] === RUN Test/TestInitialize [2021-06-28T11:42:06.918Z] time="2021-06-28T11:42:06Z" level=info msg="Initializing discovery without TLS" [2021-06-28T11:42:06.918Z] time="2021-06-28T11:42:06Z" level=info msg="Initializing discovery without TLS" [2021-06-28T11:42:06.918Z] time="2021-06-28T11:42:06Z" level=info msg="Initializing discovery without TLS" [2021-06-28T11:42:06.918Z] === RUN Test/TestInitializeWithCerts [2021-06-28T11:42:06.918Z] time="2021-06-28T11:42:06Z" level=info msg="Initializing discovery with TLS" [2021-06-28T11:42:06.918Z] === RUN Test/TestWatch [2021-06-28T11:42:06.918Z] time="2021-06-28T11:42:06Z" level=info msg="Initializing discovery without TLS" [2021-06-28T11:42:07.881Z] --- PASS: TestNetworkDBCRUDTableEntries (3.22s) [2021-06-28T11:42:07.881Z] === RUN TestNetworkDBNodeLeave [2021-06-28T11:42:08.258Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-06-28T11:42:08.258Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-06-28T11:42:09.625Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-06-28T11:42:09.881Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-06-28T11:42:10.065Z] --- PASS: Test (3.16s) [2021-06-28T11:42:10.065Z] --- PASS: Test/TestInitialize (0.16s) [2021-06-28T11:42:10.065Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-06-28T11:42:10.065Z] --- PASS: Test/TestWatch (3.00s) [2021-06-28T11:42:10.065Z] PASS [2021-06-28T11:42:10.065Z] coverage: 84.1% of statements [2021-06-28T11:42:10.065Z] ok github.com/docker/docker/pkg/discovery/kv 3.551s coverage: 84.1% of statements [2021-06-28T11:42:11.047Z] === RUN Test [2021-06-28T11:42:11.047Z] === RUN Test/TestWatch [2021-06-28T11:42:11.047Z] --- PASS: Test (0.00s) [2021-06-28T11:42:11.047Z] --- PASS: Test/TestWatch (0.00s) [2021-06-28T11:42:11.047Z] PASS [2021-06-28T11:42:11.047Z] coverage: 92.3% of statements [2021-06-28T11:42:11.047Z] ok github.com/docker/docker/pkg/discovery/memory 0.159s coverage: 92.3% of statements [2021-06-28T11:42:11.047Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2021-06-28T11:42:11.047Z] === RUN TestNetworkDBWatch [2021-06-28T11:42:11.249Z] === RUN TestDockerSuite/TestPsRightTagName [2021-06-28T11:42:11.523Z] === RUN Test [2021-06-28T11:42:11.523Z] === RUN Test/TestInitialize [2021-06-28T11:42:11.523Z] === RUN Test/TestInitializeWithPattern [2021-06-28T11:42:11.523Z] === RUN Test/TestRegister [2021-06-28T11:42:11.523Z] === RUN Test/TestWatch [2021-06-28T11:42:11.523Z] --- PASS: Test (0.00s) [2021-06-28T11:42:11.523Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-28T11:42:11.523Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-06-28T11:42:11.523Z] --- PASS: Test/TestRegister (0.00s) [2021-06-28T11:42:11.523Z] --- PASS: Test/TestWatch (0.00s) [2021-06-28T11:42:11.523Z] PASS [2021-06-28T11:42:11.523Z] coverage: 93.8% of statements [2021-06-28T11:42:11.523Z] ok github.com/docker/docker/pkg/discovery/nodes 0.174s coverage: 93.8% of statements [2021-06-28T11:42:12.189Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-06-28T11:42:12.537Z] === RUN TestPollerAddRemove [2021-06-28T11:42:12.537Z] --- PASS: TestPollerAddRemove (0.00s) [2021-06-28T11:42:12.537Z] === RUN TestPollerEvent [2021-06-28T11:42:12.537Z] poller_test.go:41: No chmod on Windows [2021-06-28T11:42:12.537Z] --- SKIP: TestPollerEvent (0.00s) [2021-06-28T11:42:12.537Z] === RUN TestPollerClose [2021-06-28T11:42:12.537Z] --- PASS: TestPollerClose (0.00s) [2021-06-28T11:42:12.537Z] PASS [2021-06-28T11:42:12.537Z] coverage: 45.7% of statements [2021-06-28T11:42:12.537Z] ok github.com/docker/docker/pkg/filenotify 0.135s coverage: 45.7% of statements [2021-06-28T11:42:12.537Z] 2021/06/28 11:42:12 Closing DB instances... [2021-06-28T11:42:13.533Z] === RUN TestCopyFileWithInvalidSrc [2021-06-28T11:42:13.533Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestCopyFileWithInvalidDest [2021-06-28T11:42:13.533Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestCopyFileWithSameSrcAndDest [2021-06-28T11:42:13.533Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-06-28T11:42:13.533Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestCopyFile [2021-06-28T11:42:13.533Z] --- PASS: TestCopyFile (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-06-28T11:42:13.533Z] fileutils_test.go:134: Needs porting to Windows [2021-06-28T11:42:13.533Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-06-28T11:42:13.533Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestReadSymlinkedDirectoryToFile [2021-06-28T11:42:13.533Z] fileutils_test.go:180: Needs porting to Windows [2021-06-28T11:42:13.533Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestWildcardMatches [2021-06-28T11:42:13.533Z] --- PASS: TestWildcardMatches (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestPatternMatches [2021-06-28T11:42:13.533Z] --- PASS: TestPatternMatches (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-06-28T11:42:13.533Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestPatternMatchesFolderExclusions [2021-06-28T11:42:13.533Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-06-28T11:42:13.533Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-06-28T11:42:13.533Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-06-28T11:42:13.533Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-06-28T11:42:13.533Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestSingleExclamationError [2021-06-28T11:42:13.533Z] --- PASS: TestSingleExclamationError (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestMatchesWithNoPatterns [2021-06-28T11:42:13.533Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestMatchesWithMalformedPatterns [2021-06-28T11:42:13.533Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestMatches [2021-06-28T11:42:13.533Z] --- PASS: TestMatches (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestCleanPatterns [2021-06-28T11:42:13.533Z] --- PASS: TestCleanPatterns (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-06-28T11:42:13.533Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestCleanPatternsExceptionFlag [2021-06-28T11:42:13.533Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-06-28T11:42:13.533Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-06-28T11:42:13.533Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestCleanPatternsErrorSingleException [2021-06-28T11:42:13.533Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestCreateIfNotExistsDir [2021-06-28T11:42:13.533Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-06-28T11:42:13.533Z] === RUN TestCreateIfNotExistsFile [2021-06-28T11:42:13.533Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2021-06-28T11:42:13.533Z] === RUN TestMatch [2021-06-28T11:42:13.533Z] --- PASS: TestMatch (0.00s) [2021-06-28T11:42:13.533Z] PASS [2021-06-28T11:42:13.533Z] coverage: 85.2% of statements [2021-06-28T11:42:13.533Z] ok github.com/docker/docker/pkg/fileutils 0.200s coverage: 85.2% of statements [2021-06-28T11:42:14.011Z] --- PASS: TestNetworkDBWatch (3.21s) [2021-06-28T11:42:14.011Z] === RUN TestNetworkDBBulkSync [2021-06-28T11:42:14.011Z] === RUN TestGet [2021-06-28T11:42:14.011Z] --- PASS: TestGet (0.00s) [2021-06-28T11:42:14.011Z] === RUN TestGetShortcutString [2021-06-28T11:42:14.011Z] --- PASS: TestGetShortcutString (0.00s) [2021-06-28T11:42:14.011Z] PASS [2021-06-28T11:42:14.011Z] coverage: 42.9% of statements [2021-06-28T11:42:14.011Z] ok github.com/docker/docker/pkg/homedir 0.108s coverage: 42.9% of statements [2021-06-28T11:42:14.084Z] === RUN TestDockerSuite/TestPsShowMounts [2021-06-28T11:42:14.646Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-06-28T11:42:15.026Z] === RUN TestCreateIDMapOrder [2021-06-28T11:42:15.026Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-06-28T11:42:15.026Z] PASS [2021-06-28T11:42:15.026Z] coverage: 7.2% of statements [2021-06-28T11:42:15.026Z] ok github.com/docker/docker/pkg/idtools 0.176s coverage: 7.2% of statements [2021-06-28T11:42:15.515Z] 2021/06/28 11:42:15 Closing DB instances... [2021-06-28T11:42:16.001Z] === RUN TestFixedBufferCap [2021-06-28T11:42:16.001Z] --- PASS: TestFixedBufferCap (0.00s) [2021-06-28T11:42:16.001Z] === RUN TestFixedBufferLen [2021-06-28T11:42:16.001Z] --- PASS: TestFixedBufferLen (0.00s) [2021-06-28T11:42:16.001Z] === RUN TestFixedBufferString [2021-06-28T11:42:16.001Z] --- PASS: TestFixedBufferString (0.00s) [2021-06-28T11:42:16.001Z] === RUN TestFixedBufferWrite [2021-06-28T11:42:16.001Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-06-28T11:42:16.001Z] === RUN TestFixedBufferRead [2021-06-28T11:42:16.001Z] --- PASS: TestFixedBufferRead (0.00s) [2021-06-28T11:42:16.001Z] === RUN TestBytesPipeRead [2021-06-28T11:42:16.001Z] --- PASS: TestBytesPipeRead (0.00s) [2021-06-28T11:42:16.001Z] === RUN TestBytesPipeWrite [2021-06-28T11:42:16.001Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-06-28T11:42:16.001Z] === RUN TestBytesPipeWriteRandomChunks [2021-06-28T11:42:16.483Z] --- PASS: TestBytesPipeWriteRandomChunks (0.37s) [2021-06-28T11:42:16.483Z] === RUN TestAtomicWriteToFile [2021-06-28T11:42:16.483Z] --- PASS: TestAtomicWriteToFile (0.02s) [2021-06-28T11:42:16.483Z] === RUN TestAtomicWriteSetCommit [2021-06-28T11:42:16.483Z] --- PASS: TestAtomicWriteSetCommit (0.00s) [2021-06-28T11:42:16.483Z] === RUN TestAtomicWriteSetCancel [2021-06-28T11:42:16.483Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-06-28T11:42:16.483Z] === RUN TestReadCloserWrapperClose [2021-06-28T11:42:16.483Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-06-28T11:42:16.483Z] === RUN TestReaderErrWrapperReadOnError [2021-06-28T11:42:16.483Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-06-28T11:42:16.483Z] === RUN TestReaderErrWrapperRead [2021-06-28T11:42:16.483Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-06-28T11:42:16.483Z] === RUN TestHashData [2021-06-28T11:42:16.483Z] --- PASS: TestHashData (0.00s) [2021-06-28T11:42:16.483Z] === RUN TestCancelReadCloser [2021-06-28T11:42:16.483Z] --- PASS: TestCancelReadCloser (0.10s) [2021-06-28T11:42:16.483Z] === RUN TestWriteCloserWrapperClose [2021-06-28T11:42:16.483Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-06-28T11:42:16.538Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-06-28T11:42:16.966Z] === RUN TestNopWriteCloser [2021-06-28T11:42:16.966Z] --- PASS: TestNopWriteCloser (0.00s) [2021-06-28T11:42:16.966Z] === RUN TestNopWriter [2021-06-28T11:42:16.966Z] --- PASS: TestNopWriter (0.00s) [2021-06-28T11:42:16.966Z] === RUN TestWriteCounter [2021-06-28T11:42:16.966Z] --- PASS: TestWriteCounter (0.00s) [2021-06-28T11:42:16.966Z] PASS [2021-06-28T11:42:16.966Z] coverage: 69.2% of statements [2021-06-28T11:42:16.966Z] ok github.com/docker/docker/pkg/ioutils 0.627s coverage: 69.2% of statements [2021-06-28T11:42:16.966Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2021-06-28T11:42:16.966Z] === RUN TestNetworkDBCRUDMediumCluster [2021-06-28T11:42:17.465Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-06-28T11:42:17.465Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-06-28T11:42:17.465Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-06-28T11:42:17.721Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-06-28T11:42:17.978Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-06-28T11:42:17.978Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-06-28T11:42:17.997Z] === RUN TestError [2021-06-28T11:42:17.997Z] --- PASS: TestError (0.00s) [2021-06-28T11:42:17.997Z] === RUN TestProgressString [2021-06-28T11:42:17.997Z] === RUN TestProgressString/no_progress [2021-06-28T11:42:17.997Z] === RUN TestProgressString/progress_1 [2021-06-28T11:42:17.997Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-06-28T11:42:17.997Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-06-28T11:42:17.997Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-06-28T11:42:17.997Z] === RUN TestProgressString/with_units [2021-06-28T11:42:17.997Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-06-28T11:42:17.997Z] === RUN TestProgressString/hide_counts [2021-06-28T11:42:17.997Z] --- PASS: TestProgressString (0.00s) [2021-06-28T11:42:17.997Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-06-28T11:42:17.997Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-06-28T11:42:17.997Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-06-28T11:42:17.997Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-06-28T11:42:17.997Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-06-28T11:42:17.997Z] --- PASS: TestProgressString/with_units (0.00s) [2021-06-28T11:42:17.997Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-06-28T11:42:17.997Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-06-28T11:42:17.997Z] === RUN TestJSONMessageDisplay [2021-06-28T11:42:17.997Z] --- PASS: TestJSONMessageDisplay (0.14s) [2021-06-28T11:42:17.997Z] === RUN TestJSONMessageDisplayWithJSONError [2021-06-28T11:42:17.997Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-06-28T11:42:17.997Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-06-28T11:42:17.997Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-06-28T11:42:17.997Z] === RUN TestDisplayJSONMessagesStream [2021-06-28T11:42:17.997Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-06-28T11:42:17.997Z] PASS [2021-06-28T11:42:17.997Z] coverage: 91.7% of statements [2021-06-28T11:42:17.997Z] ok github.com/docker/docker/pkg/jsonmessage 0.310s coverage: 91.7% of statements [2021-06-28T11:42:17.997Z] --- PASS: TestGetAddress (20.67s) [2021-06-28T11:42:17.997Z] === RUN TestRequestSyntaxCheck [2021-06-28T11:42:17.997Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2021-06-28T11:42:17.997Z] === RUN TestRequest [2021-06-28T11:42:18.497Z] === RUN TestStandardLongPath [2021-06-28T11:42:18.497Z] --- PASS: TestStandardLongPath (0.00s) [2021-06-28T11:42:18.497Z] === RUN TestUNCLongPath [2021-06-28T11:42:18.497Z] --- PASS: TestUNCLongPath (0.00s) [2021-06-28T11:42:18.497Z] PASS [2021-06-28T11:42:18.497Z] coverage: 100.0% of statements [2021-06-28T11:42:18.497Z] ok github.com/docker/docker/pkg/longpath 0.103s coverage: 100.0% of statements [2021-06-28T11:42:18.907Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-06-28T11:42:18.988Z] === RUN TestNameFormat [2021-06-28T11:42:18.988Z] --- PASS: TestNameFormat (0.00s) [2021-06-28T11:42:18.988Z] === RUN TestNameRetries [2021-06-28T11:42:18.988Z] --- PASS: TestNameRetries (0.00s) [2021-06-28T11:42:18.988Z] PASS [2021-06-28T11:42:18.988Z] coverage: 85.7% of statements [2021-06-28T11:42:18.988Z] ok github.com/docker/docker/pkg/namesgenerator 0.116s coverage: 85.7% of statements [2021-06-28T11:42:19.836Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-06-28T11:42:20.031Z] 2021/06/28 11:42:19 Closing DB instances... [2021-06-28T11:42:20.031Z] === RUN TestParseKeyValueOpt [2021-06-28T11:42:20.031Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-06-28T11:42:20.031Z] === RUN TestParseUintList [2021-06-28T11:42:20.031Z] --- PASS: TestParseUintList (0.00s) [2021-06-28T11:42:20.031Z] === RUN TestParseUintListMaximumLimits [2021-06-28T11:42:20.031Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-06-28T11:42:20.031Z] PASS [2021-06-28T11:42:20.031Z] coverage: 97.0% of statements [2021-06-28T11:42:20.031Z] ok github.com/docker/docker/pkg/parsers 0.141s coverage: 97.0% of statements [2021-06-28T11:42:20.031Z] time="2021-06-28T11:42:19Z" level=error msg="node: 50017717c1e1 is unknown to memberlist" [2021-06-28T11:42:20.523Z] === RUN TestNewAndRemove [2021-06-28T11:42:20.524Z] --- PASS: TestNewAndRemove (0.00s) [2021-06-28T11:42:20.524Z] === RUN TestRemoveInvalidPath [2021-06-28T11:42:20.524Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-06-28T11:42:20.524Z] PASS [2021-06-28T11:42:20.524Z] coverage: 82.6% of statements [2021-06-28T11:42:20.524Z] ok github.com/docker/docker/pkg/pidfile 0.128s coverage: 82.6% of statements [2021-06-28T11:42:20.765Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-06-28T11:42:21.584Z] --- PASS: TestNetworkDBCRUDMediumCluster (4.67s) [2021-06-28T11:42:21.584Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-06-28T11:42:22.082Z] === RUN TestFailedConnection [2021-06-28T11:42:22.658Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-06-28T11:42:23.221Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-06-28T11:42:23.730Z] 2021/06/28 11:42:23 Closing DB instances... [2021-06-28T11:42:24.215Z] --- PASS: TestFailedConnection (2.01s) [2021-06-28T11:42:24.215Z] === RUN TestFailOnce [2021-06-28T11:42:24.690Z] 2021/06/28 11:42:24 http: panic serving 127.0.0.1:49288: Plugin not ready [2021-06-28T11:42:24.690Z] goroutine 9 [running]: [2021-06-28T11:42:24.690Z] net/http.(*conn).serve.func1(0xc00005eaa0) [2021-06-28T11:42:24.690Z] c:/go/src/net/http/server.go:1824 +0x153 [2021-06-28T11:42:24.690Z] panic(0x1295160, 0x13ac1d0) [2021-06-28T11:42:24.690Z] c:/go/src/runtime/panic.go:971 +0x49a [2021-06-28T11:42:24.690Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x13bc890, 0xc0001bc000, 0xc00015a100) [2021-06-28T11:42:24.690Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-06-28T11:42:24.690Z] net/http.HandlerFunc.ServeHTTP(0xc000094050, 0x13bc890, 0xc0001bc000, 0xc00015a100) [2021-06-28T11:42:24.690Z] c:/go/src/net/http/server.go:2069 +0x4b [2021-06-28T11:42:24.690Z] net/http.(*ServeMux).ServeHTTP(0xc00009e000, 0x13bc890, 0xc0001bc000, 0xc00015a100) [2021-06-28T11:42:24.690Z] c:/go/src/net/http/server.go:2448 +0x1b7 [2021-06-28T11:42:24.690Z] net/http.serverHandler.ServeHTTP(0xc0000a6000, 0x13bc890, 0xc0001bc000, 0xc00015a100) [2021-06-28T11:42:24.690Z] c:/go/src/net/http/server.go:2887 +0xaa [2021-06-28T11:42:24.690Z] net/http.(*conn).serve(0xc00005eaa0, 0x13bd480, 0xc00004e900) [2021-06-28T11:42:24.690Z] c:/go/src/net/http/server.go:1952 +0x8cd [2021-06-28T11:42:24.690Z] created by net/http.(*Server).Serve [2021-06-28T11:42:24.690Z] c:/go/src/net/http/server.go:3013 +0x3b8 [2021-06-28T11:42:24.690Z] time="2021-06-28T11:42:24Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.FailOnce: Post \"http://127.0.0.1:49287/Test.FailOnce\": EOF, retrying in 1s" [2021-06-28T11:42:24.690Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (3.21s) [2021-06-28T11:42:24.690Z] === RUN TestNetworkDBGarbageCollection [2021-06-28T11:42:25.683Z] --- PASS: TestFailOnce (1.18s) [2021-06-28T11:42:25.683Z] === RUN TestEchoInputOutput [2021-06-28T11:42:25.683Z] --- PASS: TestEchoInputOutput (0.00s) [2021-06-28T11:42:25.683Z] === RUN TestBackoff [2021-06-28T11:42:25.683Z] --- PASS: TestBackoff (0.00s) [2021-06-28T11:42:25.683Z] === RUN TestAbortRetry [2021-06-28T11:42:25.683Z] --- PASS: TestAbortRetry (0.00s) [2021-06-28T11:42:25.683Z] === RUN TestClientScheme [2021-06-28T11:42:25.683Z] --- PASS: TestClientScheme (0.00s) [2021-06-28T11:42:25.683Z] === RUN TestNewClientWithTimeout [2021-06-28T11:42:26.154Z] time="2021-06-28T11:42:25Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49294/Test.Echo: Post \"http://127.0.0.1:49294/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-06-28T11:42:26.154Z] --- PASS: TestRequest (7.97s) [2021-06-28T11:42:26.154Z] === RUN TestOverlappingRequests [2021-06-28T11:42:26.627Z] --- PASS: TestOverlappingRequests (0.39s) [2021-06-28T11:42:26.627Z] === RUN TestRelease [2021-06-28T11:42:26.627Z] === RUN TestParseEmptyInterface [2021-06-28T11:42:26.627Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-06-28T11:42:26.627Z] === RUN TestParseNonInterfaceType [2021-06-28T11:42:26.627Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-06-28T11:42:26.627Z] === RUN TestParseWithOneFunction [2021-06-28T11:42:26.627Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-06-28T11:42:26.627Z] === RUN TestParseWithMultipleFuncs [2021-06-28T11:42:26.627Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-06-28T11:42:26.627Z] === RUN TestParseWithUnnamedReturn [2021-06-28T11:42:26.627Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-06-28T11:42:26.627Z] === RUN TestEmbeddedInterface [2021-06-28T11:42:26.627Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-06-28T11:42:26.627Z] === RUN TestParsedImports [2021-06-28T11:42:26.627Z] --- PASS: TestParsedImports (0.00s) [2021-06-28T11:42:26.627Z] === RUN TestAliasedImports [2021-06-28T11:42:26.627Z] --- PASS: TestAliasedImports (0.00s) [2021-06-28T11:42:26.627Z] PASS [2021-06-28T11:42:26.627Z] coverage: 56.8% of statements [2021-06-28T11:42:26.627Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.117s coverage: 56.8% of statements [2021-06-28T11:42:27.439Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-06-28T11:42:27.608Z] time="2021-06-28T11:42:27Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49294/Test.Echo: Post \"http://127.0.0.1:49294/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-06-28T11:42:27.608Z] === RUN TestHTTPTransport [2021-06-28T11:42:27.608Z] --- PASS: TestHTTPTransport (0.00s) [2021-06-28T11:42:27.608Z] PASS [2021-06-28T11:42:27.608Z] coverage: 85.7% of statements [2021-06-28T11:42:27.608Z] ok github.com/docker/docker/pkg/plugins/transport 0.192s coverage: 85.7% of statements [2021-06-28T11:42:28.063Z] --- PASS: TestRelease (1.50s) [2021-06-28T11:42:28.063Z] === RUN TestAllocateRandomDeallocate [2021-06-28T11:42:28.520Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-06-28T11:42:28.520Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-28T11:42:28.520Z] === RUN TestBufioReaderPoolPutAndGet [2021-06-28T11:42:28.520Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-06-28T11:42:28.520Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-06-28T11:42:28.520Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-06-28T11:42:28.520Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-06-28T11:42:28.520Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-28T11:42:28.520Z] === RUN TestBufioWriterPoolPutAndGet [2021-06-28T11:42:28.520Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-06-28T11:42:28.520Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-06-28T11:42:28.520Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-06-28T11:42:28.520Z] === RUN TestBufferPoolPutAndGet [2021-06-28T11:42:28.520Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-06-28T11:42:28.520Z] PASS [2021-06-28T11:42:28.520Z] coverage: 88.2% of statements [2021-06-28T11:42:28.520Z] ok github.com/docker/docker/pkg/pools 0.131s coverage: 88.2% of statements [2021-06-28T11:42:28.974Z] === RUN TestOutputOnPrematureClose [2021-06-28T11:42:28.974Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-06-28T11:42:28.974Z] === RUN TestCompleteSilently [2021-06-28T11:42:28.974Z] --- PASS: TestCompleteSilently (0.00s) [2021-06-28T11:42:28.974Z] PASS [2021-06-28T11:42:28.974Z] coverage: 75.9% of statements [2021-06-28T11:42:28.974Z] ok github.com/docker/docker/pkg/progress 0.085s coverage: 75.9% of statements [2021-06-28T11:42:29.432Z] === RUN TestSendToOneSub [2021-06-28T11:42:29.432Z] --- PASS: TestSendToOneSub (0.00s) [2021-06-28T11:42:29.433Z] === RUN TestSendToMultipleSubs [2021-06-28T11:42:29.433Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-06-28T11:42:29.433Z] === RUN TestEvictOneSub [2021-06-28T11:42:29.433Z] --- PASS: TestEvictOneSub (0.00s) [2021-06-28T11:42:29.433Z] === RUN TestClosePublisher [2021-06-28T11:42:29.433Z] --- PASS: TestClosePublisher (0.00s) [2021-06-28T11:42:29.433Z] === RUN TestPubSubRace [2021-06-28T11:42:29.887Z] time="2021-06-28T11:42:29Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49294/Test.Echo: Post \"http://127.0.0.1:49294/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-06-28T11:42:30.339Z] --- PASS: TestPubSubRace (1.04s) [2021-06-28T11:42:30.339Z] PASS [2021-06-28T11:42:30.339Z] coverage: 75.0% of statements [2021-06-28T11:42:30.339Z] ok github.com/docker/docker/pkg/pubsub 1.132s coverage: 75.0% of statements [2021-06-28T11:42:31.298Z] === RUN TestRegister [2021-06-28T11:42:31.298Z] --- PASS: TestRegister (0.00s) [2021-06-28T11:42:31.298Z] === RUN TestCommand [2021-06-28T11:42:31.298Z] --- PASS: TestCommand (0.03s) [2021-06-28T11:42:31.298Z] === RUN TestNaiveSelf [2021-06-28T11:42:31.298Z] --- PASS: TestNaiveSelf (0.02s) [2021-06-28T11:42:31.298Z] PASS [2021-06-28T11:42:31.298Z] coverage: 82.4% of statements [2021-06-28T11:42:31.298Z] ok github.com/docker/docker/pkg/reexec 0.172s coverage: 82.4% of statements [2021-06-28T11:42:31.752Z] === RUN TestParseSignal [2021-06-28T11:42:31.752Z] --- PASS: TestParseSignal (0.00s) [2021-06-28T11:42:31.752Z] === RUN TestValidSignalForPlatform [2021-06-28T11:42:31.752Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-06-28T11:42:31.752Z] PASS [2021-06-28T11:42:31.752Z] coverage: 19.7% of statements [2021-06-28T11:42:31.752Z] ok github.com/docker/docker/pkg/signal 0.124s coverage: 19.7% of statements [2021-06-28T11:42:32.206Z] --- PASS: TestAllocateRandomDeallocate (4.15s) [2021-06-28T11:42:32.206Z] === RUN TestRetrieveFromStore [2021-06-28T11:42:32.660Z] === RUN TestNewStdWriter [2021-06-28T11:42:32.660Z] --- PASS: TestNewStdWriter (0.00s) [2021-06-28T11:42:32.660Z] === RUN TestWriteWithUninitializedStdWriter [2021-06-28T11:42:32.660Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-06-28T11:42:32.660Z] === RUN TestWriteWithNilBytes [2021-06-28T11:42:32.660Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-06-28T11:42:32.660Z] === RUN TestWrite [2021-06-28T11:42:32.660Z] --- PASS: TestWrite (0.00s) [2021-06-28T11:42:32.660Z] === RUN TestWriteWithWriterError [2021-06-28T11:42:32.660Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-06-28T11:42:32.660Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-06-28T11:42:32.660Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-06-28T11:42:32.660Z] === RUN TestStdCopyWriteAndRead [2021-06-28T11:42:32.660Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-06-28T11:42:32.660Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-06-28T11:42:32.660Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-06-28T11:42:32.660Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-06-28T11:42:32.660Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-06-28T11:42:32.660Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-06-28T11:42:32.660Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-06-28T11:42:32.660Z] === RUN TestStdCopyWithInvalidInputHeader [2021-06-28T11:42:32.660Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-06-28T11:42:32.660Z] === RUN TestStdCopyWithCorruptedPrefix [2021-06-28T11:42:32.660Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-06-28T11:42:32.660Z] === RUN TestStdCopyReturnsWriteErrors [2021-06-28T11:42:32.660Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-06-28T11:42:32.660Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-06-28T11:42:32.660Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-06-28T11:42:32.660Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-06-28T11:42:32.660Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-06-28T11:42:32.660Z] PASS [2021-06-28T11:42:32.660Z] coverage: 100.0% of statements [2021-06-28T11:42:32.660Z] ok github.com/docker/docker/pkg/stdcopy 0.094s coverage: 100.0% of statements [2021-06-28T11:42:33.618Z] === RUN TestRawProgressFormatterFormatStatus [2021-06-28T11:42:33.618Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-06-28T11:42:33.618Z] === RUN TestRawProgressFormatterFormatProgress [2021-06-28T11:42:33.618Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-06-28T11:42:33.618Z] === RUN TestFormatStatus [2021-06-28T11:42:33.618Z] --- PASS: TestFormatStatus (0.00s) [2021-06-28T11:42:33.618Z] === RUN TestFormatError [2021-06-28T11:42:33.618Z] --- PASS: TestFormatError (0.00s) [2021-06-28T11:42:33.618Z] === RUN TestFormatJSONError [2021-06-28T11:42:33.618Z] --- PASS: TestFormatJSONError (0.00s) [2021-06-28T11:42:33.618Z] === RUN TestJsonProgressFormatterFormatProgress [2021-06-28T11:42:33.618Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-06-28T11:42:33.618Z] === RUN TestJsonProgressFormatterFormatStatus [2021-06-28T11:42:33.618Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-06-28T11:42:33.618Z] === RUN TestNewJSONProgressOutput [2021-06-28T11:42:33.618Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-06-28T11:42:33.618Z] === RUN TestAuxFormatterEmit [2021-06-28T11:42:33.618Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-06-28T11:42:33.618Z] === RUN TestStreamWriterStdout [2021-06-28T11:42:33.618Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-06-28T11:42:33.618Z] === RUN TestStreamWriterStderr [2021-06-28T11:42:33.618Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-06-28T11:42:33.618Z] PASS [2021-06-28T11:42:33.618Z] coverage: 66.2% of statements [2021-06-28T11:42:33.618Z] ok github.com/docker/docker/pkg/streamformatter 0.136s coverage: 66.2% of statements [2021-06-28T11:42:33.618Z] --- PASS: TestRetrieveFromStore (1.42s) [2021-06-28T11:42:33.618Z] === RUN TestRequestReleaseAddressDuplicate [2021-06-28T11:42:33.618Z] --- PASS: TestRequestReleaseAddressDuplicate (0.03s) [2021-06-28T11:42:33.618Z] === RUN TestParallelPredefinedRequest1 [2021-06-28T11:42:33.618Z] === PAUSE TestParallelPredefinedRequest1 [2021-06-28T11:42:33.618Z] === RUN TestParallelPredefinedRequest2 [2021-06-28T11:42:33.618Z] === PAUSE TestParallelPredefinedRequest2 [2021-06-28T11:42:33.618Z] === RUN TestParallelPredefinedRequest3 [2021-06-28T11:42:33.618Z] === PAUSE TestParallelPredefinedRequest3 [2021-06-28T11:42:33.618Z] === RUN TestParallelPredefinedRequest4 [2021-06-28T11:42:33.618Z] === PAUSE TestParallelPredefinedRequest4 [2021-06-28T11:42:33.618Z] === RUN TestParallelPredefinedRequest5 [2021-06-28T11:42:33.618Z] === PAUSE TestParallelPredefinedRequest5 [2021-06-28T11:42:33.618Z] === RUN TestDebug [2021-06-28T11:42:33.618Z] --- PASS: TestDebug (0.00s) [2021-06-28T11:42:33.618Z] === RUN TestRequestPoolParallel [2021-06-28T11:42:33.982Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-06-28T11:42:34.072Z] === RUN TestGenerateRandomID [2021-06-28T11:42:34.072Z] --- PASS: TestGenerateRandomID (0.00s) [2021-06-28T11:42:34.072Z] === RUN TestShortenId [2021-06-28T11:42:34.072Z] --- PASS: TestShortenId (0.00s) [2021-06-28T11:42:34.072Z] === RUN TestShortenSha256Id [2021-06-28T11:42:34.072Z] --- PASS: TestShortenSha256Id (0.00s) [2021-06-28T11:42:34.072Z] === RUN TestShortenIdEmpty [2021-06-28T11:42:34.072Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-06-28T11:42:34.072Z] === RUN TestShortenIdInvalid [2021-06-28T11:42:34.072Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-06-28T11:42:34.072Z] === RUN TestIsShortIDNonHex [2021-06-28T11:42:34.072Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-06-28T11:42:34.072Z] === RUN TestIsShortIDNotCorrectSize [2021-06-28T11:42:34.072Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-06-28T11:42:34.072Z] PASS [2021-06-28T11:42:34.072Z] coverage: 70.6% of statements [2021-06-28T11:42:34.072Z] ok github.com/docker/docker/pkg/stringid 0.099s coverage: 70.6% of statements [2021-06-28T11:42:34.072Z] --- PASS: TestRequestPoolParallel (0.46s) [2021-06-28T11:42:34.072Z] === RUN TestFullAllocateRelease [2021-06-28T11:42:34.253Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-06-28T11:42:34.525Z] --- PASS: TestFullAllocateRelease (0.41s) [2021-06-28T11:42:34.525Z] === RUN TestOddAllocateRelease [2021-06-28T11:42:34.525Z] time="2021-06-28T11:42:34Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49294/Test.Echo: Post \"http://127.0.0.1:49294/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-06-28T11:42:34.525Z] --- PASS: TestOddAllocateRelease (0.26s) [2021-06-28T11:42:34.525Z] === RUN TestFullAllocateSerialReleaseParallel [2021-06-28T11:42:34.525Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2021-06-28T11:42:34.525Z] === RUN TestOddAllocateSerialReleaseParallel [2021-06-28T11:42:34.525Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2021-06-28T11:42:34.525Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-06-28T11:42:34.978Z] === RUN TestIsCpusetListAvailable [2021-06-28T11:42:34.978Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-06-28T11:42:34.978Z] PASS [2021-06-28T11:42:34.978Z] coverage: 38.2% of statements [2021-06-28T11:42:34.978Z] ok github.com/docker/docker/pkg/sysinfo 0.112s coverage: 38.2% of statements [2021-06-28T11:42:34.978Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2021-06-28T11:42:34.978Z] === CONT TestParallelPredefinedRequest1 [2021-06-28T11:42:34.978Z] === CONT TestParallelPredefinedRequest4 [2021-06-28T11:42:34.978Z] === CONT TestParallelPredefinedRequest5 [2021-06-28T11:42:34.978Z] === CONT TestParallelPredefinedRequest4 [2021-06-28T11:42:34.978Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:42:34.978Z] === CONT TestParallelPredefinedRequest5 [2021-06-28T11:42:34.979Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:42:34.979Z] === CONT TestParallelPredefinedRequest1 [2021-06-28T11:42:34.979Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:42:34.979Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-06-28T11:42:34.979Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-06-28T11:42:34.979Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-06-28T11:42:34.979Z] === CONT TestParallelPredefinedRequest3 [2021-06-28T11:42:34.979Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:42:34.979Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-06-28T11:42:34.979Z] === CONT TestParallelPredefinedRequest2 [2021-06-28T11:42:34.979Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:42:34.979Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-06-28T11:42:34.979Z] PASS [2021-06-28T11:42:34.979Z] coverage: 85.3% of statements [2021-06-28T11:42:34.979Z] ok github.com/docker/docker/libnetwork/ipam 47.733s coverage: 85.3% of statements [2021-06-28T11:42:35.633Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-06-28T11:42:35.939Z] === RUN TestChtimes [2021-06-28T11:42:35.939Z] --- PASS: TestChtimes (0.00s) [2021-06-28T11:42:35.939Z] === RUN TestChtimesWindows [2021-06-28T11:42:35.939Z] --- PASS: TestChtimesWindows (0.00s) [2021-06-28T11:42:35.939Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-06-28T11:42:35.939Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-06-28T11:42:35.939Z] === RUN TestEnsureRemoveAllNotExist [2021-06-28T11:42:35.939Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-06-28T11:42:35.939Z] === RUN TestEnsureRemoveAllWithDir [2021-06-28T11:42:35.939Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-06-28T11:42:35.939Z] === RUN TestEnsureRemoveAllWithFile [2021-06-28T11:42:35.939Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-06-28T11:42:35.939Z] === RUN TestHasWin32KSupport [2021-06-28T11:42:35.939Z] syscall_windows_test.go:8: win32k: true [2021-06-28T11:42:35.939Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-06-28T11:42:35.939Z] PASS [2021-06-28T11:42:35.939Z] coverage: 12.9% of statements [2021-06-28T11:42:35.939Z] ok github.com/docker/docker/pkg/system 0.097s coverage: 12.9% of statements [2021-06-28T11:42:36.898Z] === RUN TestTailFile [2021-06-28T11:42:36.898Z] --- PASS: TestTailFile (0.00s) [2021-06-28T11:42:36.898Z] === RUN TestTailFileManyLines [2021-06-28T11:42:36.898Z] --- PASS: TestTailFileManyLines (0.00s) [2021-06-28T11:42:36.898Z] === RUN TestTailEmptyFile [2021-06-28T11:42:36.898Z] --- PASS: TestTailEmptyFile (0.00s) [2021-06-28T11:42:36.898Z] === RUN TestTailNegativeN [2021-06-28T11:42:36.898Z] --- PASS: TestTailNegativeN (0.00s) [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader [2021-06-28T11:42:36.898Z] === CONT TestNewTailReader [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/single_byte_delimiter [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/2_byte_delimiter [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/4_byte_delimiter [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/8_byte_delimiter [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/12_byte_delimiter [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/truncated_last_line [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-06-28T11:42:36.898Z] === CONT TestNewTailReader/no_delimiter [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.898Z] === CONT TestNewTailReader/4_byte_delimiter [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-28T11:42:36.898Z] === CONT TestNewTailReader/2_byte_delimiter [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-28T11:42:36.898Z] === CONT TestNewTailReader/12_byte_delimiter [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-06-28T11:42:36.898Z] === CONT TestNewTailReader/8_byte_delimiter [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-28T11:42:36.898Z] === CONT TestNewTailReader/single_byte_delimiter [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-28T11:42:36.898Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-28T11:42:36.898Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.898Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.898Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:36.898Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-28T11:42:36.898Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-28T11:42:36.898Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:36.899Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-28T11:42:36.899Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:36.899Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.900Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:36.900Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:36.900Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:36.901Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:36.901Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:36.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:36.901Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-28T11:42:36.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:36.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-28T11:42:36.901Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-28T11:42:36.901Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:37.365Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:37.365Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-06-28T11:42:37.365Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-28T11:42:37.365Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:37.365Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:37.365Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:37.365Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:37.365Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-28T11:42:37.366Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-28T11:42:37.366Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:37.367Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-28T11:42:37.368Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-28T11:42:37.368Z] --- PASS: TestNewTailReader (0.00s) [2021-06-28T11:42:37.368Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-06-28T11:42:37.368Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-06-28T11:42:37.368Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-06-28T11:42:37.368Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-06-28T11:42:37.368Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-06-28T11:42:37.368Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-06-28T11:42:37.368Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-06-28T11:42:37.368Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-06-28T11:42:37.368Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:42:37.368Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.368Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-06-28T11:42:37.368Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:42:37.368Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:42:37.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-28T11:42:37.370Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.371Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.01s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:42:37.372Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:42:37.372Z] PASS [2021-06-28T11:42:37.372Z] coverage: 88.6% of statements [2021-06-28T11:42:37.372Z] ok github.com/docker/docker/pkg/tailfile 0.269s coverage: 88.6% of statements [2021-06-28T11:42:38.238Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-06-28T11:42:38.328Z] === RUN TestTarSumRemoveNonExistent [2021-06-28T11:42:38.329Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-06-28T11:42:38.329Z] === RUN TestTarSumRemove [2021-06-28T11:42:38.329Z] --- PASS: TestTarSumRemove (0.00s) [2021-06-28T11:42:38.329Z] === RUN TestSortFileInfoSums [2021-06-28T11:42:38.329Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-06-28T11:42:38.329Z] === RUN TestNewTarSumForLabelInvalid [2021-06-28T11:42:38.329Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-06-28T11:42:38.329Z] === RUN TestNewTarSumForLabel [2021-06-28T11:42:38.329Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-06-28T11:42:38.329Z] === RUN TestEmptyTar [2021-06-28T11:42:38.329Z] --- PASS: TestEmptyTar (0.00s) [2021-06-28T11:42:38.329Z] === RUN TestTarSumsReadSize [2021-06-28T11:42:38.329Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-06-28T11:42:38.329Z] === RUN TestTarSums [2021-06-28T11:42:38.329Z] --- PASS: TestTarSums (0.06s) [2021-06-28T11:42:38.329Z] === RUN TestIteration [2021-06-28T11:42:38.329Z] --- PASS: TestIteration (0.00s) [2021-06-28T11:42:38.329Z] === RUN TestVersionLabelForChecksum [2021-06-28T11:42:38.329Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-06-28T11:42:38.329Z] === RUN TestVersion [2021-06-28T11:42:38.329Z] --- PASS: TestVersion (0.00s) [2021-06-28T11:42:38.329Z] === RUN TestGetVersion [2021-06-28T11:42:38.329Z] --- PASS: TestGetVersion (0.00s) [2021-06-28T11:42:38.329Z] === RUN TestGetVersions [2021-06-28T11:42:38.329Z] --- PASS: TestGetVersions (0.00s) [2021-06-28T11:42:38.329Z] PASS [2021-06-28T11:42:38.329Z] coverage: 89.3% of statements [2021-06-28T11:42:38.329Z] ok github.com/docker/docker/pkg/tarsum 0.226s coverage: 89.3% of statements [2021-06-28T11:42:38.494Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-06-28T11:42:38.494Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-06-28T11:42:38.750Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-06-28T11:42:38.782Z] testing: warning: no tests to run [2021-06-28T11:42:38.782Z] PASS [2021-06-28T11:42:38.782Z] coverage: [no statements] [2021-06-28T11:42:38.782Z] ok github.com/docker/docker/pkg/term/windows 0.088s coverage: [no statements] [no tests to run] [2021-06-28T11:42:39.236Z] === RUN TestTruncIndex [2021-06-28T11:42:39.236Z] --- PASS: TestTruncIndex (0.10s) [2021-06-28T11:42:39.236Z] PASS [2021-06-28T11:42:39.236Z] coverage: 91.5% of statements [2021-06-28T11:42:39.236Z] ok github.com/docker/docker/pkg/truncindex 0.189s coverage: 91.5% of statements [2021-06-28T11:42:39.689Z] === RUN TestIsGIT [2021-06-28T11:42:39.689Z] --- PASS: TestIsGIT (0.00s) [2021-06-28T11:42:39.689Z] === RUN TestIsTransport [2021-06-28T11:42:39.689Z] --- PASS: TestIsTransport (0.00s) [2021-06-28T11:42:39.689Z] PASS [2021-06-28T11:42:39.689Z] coverage: 100.0% of statements [2021-06-28T11:42:39.689Z] ok github.com/docker/docker/pkg/urlutil 0.087s coverage: 100.0% of statements [2021-06-28T11:42:40.142Z] === RUN TestVersionInfo [2021-06-28T11:42:40.142Z] --- PASS: TestVersionInfo (0.00s) [2021-06-28T11:42:40.142Z] === RUN TestAppendVersions [2021-06-28T11:42:40.142Z] --- PASS: TestAppendVersions (0.00s) [2021-06-28T11:42:40.142Z] PASS [2021-06-28T11:42:40.142Z] coverage: 88.9% of statements [2021-06-28T11:42:40.142Z] ok github.com/docker/docker/pkg/useragent 0.082s coverage: 88.9% of statements [2021-06-28T11:42:41.267Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-06-28T11:42:42.298Z] === RUN TestValidatePrivileges [2021-06-28T11:42:42.299Z] --- PASS: TestValidatePrivileges (0.00s) [2021-06-28T11:42:42.299Z] === RUN TestFilterByCapNeg [2021-06-28T11:42:42.299Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-06-28T11:42:42.299Z] === RUN TestFilterByCapPos [2021-06-28T11:42:42.299Z] --- PASS: TestFilterByCapPos (0.00s) [2021-06-28T11:42:42.299Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-06-28T11:42:42.299Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-06-28T11:42:42.299Z] PASS [2021-06-28T11:42:42.299Z] coverage: 12.0% of statements [2021-06-28T11:42:42.299Z] ok github.com/docker/docker/plugin 0.300s coverage: 12.0% of statements [2021-06-28T11:42:42.678Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-06-28T11:42:43.255Z] === RUN TestNewSettable [2021-06-28T11:42:43.255Z] --- PASS: TestNewSettable (0.00s) [2021-06-28T11:42:43.255Z] === RUN TestIsSettable [2021-06-28T11:42:43.255Z] --- PASS: TestIsSettable (0.00s) [2021-06-28T11:42:43.255Z] === RUN TestUpdateSettingsEnv [2021-06-28T11:42:43.255Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-06-28T11:42:43.255Z] PASS [2021-06-28T11:42:43.255Z] coverage: 20.0% of statements [2021-06-28T11:42:43.255Z] ok github.com/docker/docker/plugin/v2 0.196s coverage: 20.0% of statements [2021-06-28T11:42:43.255Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-06-28T11:42:43.255Z] === RUN TestClientStream [2021-06-28T11:42:43.255Z] --- PASS: TestClientStream (0.00s) [2021-06-28T11:42:43.255Z] === RUN TestClientSendFile [2021-06-28T11:42:43.255Z] --- PASS: TestClientSendFile (0.00s) [2021-06-28T11:42:43.255Z] === RUN TestClientWithRequestTimeout [2021-06-28T11:42:43.255Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-06-28T11:42:43.255Z] === RUN TestFileSpecPlugin [2021-06-28T11:42:43.255Z] --- PASS: TestFileSpecPlugin (0.02s) [2021-06-28T11:42:43.255Z] === RUN TestFileJSONSpecPlugin [2021-06-28T11:42:43.255Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2021-06-28T11:42:43.255Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-06-28T11:42:43.255Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-06-28T11:42:43.255Z] === RUN TestPluginAddHandler [2021-06-28T11:42:43.255Z] --- PASS: TestPluginAddHandler (0.00s) [2021-06-28T11:42:43.255Z] === RUN TestPluginWaitBadPlugin [2021-06-28T11:42:43.255Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-06-28T11:42:43.255Z] === RUN TestGet [2021-06-28T11:42:43.255Z] time="2021-06-28T11:42:42Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-06-28T11:42:44.212Z] === RUN TestLoad [2021-06-28T11:42:44.212Z] --- PASS: TestLoad (0.00s) [2021-06-28T11:42:44.212Z] === RUN TestSave [2021-06-28T11:42:44.212Z] --- PASS: TestSave (0.03s) [2021-06-28T11:42:44.212Z] === RUN TestAddDeleteGet [2021-06-28T11:42:44.212Z] --- PASS: TestAddDeleteGet (0.03s) [2021-06-28T11:42:44.212Z] === RUN TestInvalidTags [2021-06-28T11:42:44.212Z] --- PASS: TestInvalidTags (0.00s) [2021-06-28T11:42:44.212Z] PASS [2021-06-28T11:42:44.212Z] coverage: 84.4% of statements [2021-06-28T11:42:44.212Z] ok github.com/docker/docker/reference 0.223s coverage: 84.4% of statements [2021-06-28T11:42:44.212Z] time="2021-06-28T11:42:43Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-06-28T11:42:44.667Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-06-28T11:42:44.667Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-06-28T11:42:44.667Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-06-28T11:42:44.667Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-06-28T11:42:46.189Z] time="2021-06-28T11:42:45Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-06-28T11:42:46.189Z] === RUN TestResolveAuthConfigIndexServer [2021-06-28T11:42:46.189Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestResolveAuthConfigFullURL [2021-06-28T11:42:46.189Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestLoadAllowNondistributableArtifacts [2021-06-28T11:42:46.189Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestValidateMirror [2021-06-28T11:42:46.189Z] --- PASS: TestValidateMirror (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestLoadInsecureRegistries [2021-06-28T11:42:46.189Z] time="2021-06-28T11:42:45Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-06-28T11:42:46.189Z] time="2021-06-28T11:42:46Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-06-28T11:42:46.189Z] time="2021-06-28T11:42:46Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-06-28T11:42:46.189Z] --- PASS: TestLoadInsecureRegistries (0.14s) [2021-06-28T11:42:46.189Z] === RUN TestNewServiceConfig [2021-06-28T11:42:46.189Z] --- PASS: TestNewServiceConfig (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestValidateIndexName [2021-06-28T11:42:46.189Z] --- PASS: TestValidateIndexName (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestValidateIndexNameWithError [2021-06-28T11:42:46.189Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestEndpointParse [2021-06-28T11:42:46.189Z] --- PASS: TestEndpointParse (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestEndpointParseInvalid [2021-06-28T11:42:46.189Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestValidateEndpoint [2021-06-28T11:42:46.189Z] --- PASS: TestValidateEndpoint (0.01s) [2021-06-28T11:42:46.189Z] === RUN TestPing [2021-06-28T11:42:46.189Z] --- PASS: TestPing (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestPingRegistryEndpoint [2021-06-28T11:42:46.189Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:42:46.189Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestEndpoint [2021-06-28T11:42:46.189Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:42:46.189Z] --- SKIP: TestEndpoint (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestParseRepositoryInfo [2021-06-28T11:42:46.189Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestNewIndexInfo [2021-06-28T11:42:46.189Z] --- PASS: TestNewIndexInfo (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestMirrorEndpointLookup [2021-06-28T11:42:46.189Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:42:46.189Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2021-06-28T11:42:46.189Z] === RUN TestSearchRepositories [2021-06-28T11:42:46.189Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-06-28T11:42:46.189Z] Host: 127.0.0.1:49312 [2021-06-28T11:42:46.189Z] User-Agent: docker test client [2021-06-28T11:42:46.189Z] Authorization: Token fake-token [2021-06-28T11:42:46.189Z] X-Docker-Token: true [2021-06-28T11:42:46.189Z] Accept-Encoding: gzip [2021-06-28T11:42:46.189Z] [2021-06-28T11:42:46.189Z] [2021-06-28T11:42:46.189Z] registry_test.go:730: HTTP/1.1 200 OK [2021-06-28T11:42:46.189Z] Connection: close [2021-06-28T11:42:46.189Z] Content-Length: 144 [2021-06-28T11:42:46.189Z] Cache-Control: no-cache [2021-06-28T11:42:46.189Z] Content-Type: application/json [2021-06-28T11:42:46.189Z] Date: Mon, 28 Jun 2021 11:42:46 GMT [2021-06-28T11:42:46.189Z] Expires: -1 [2021-06-28T11:42:46.189Z] Pragma: no-cache [2021-06-28T11:42:46.189Z] Server: docker-tests/mock [2021-06-28T11:42:46.189Z] X-Docker-Registry-Config: mock [2021-06-28T11:42:46.189Z] X-Docker-Registry-Version: 0.0.0 [2021-06-28T11:42:46.189Z] [2021-06-28T11:42:46.189Z] [2021-06-28T11:42:46.189Z] --- PASS: TestSearchRepositories (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestTrustedLocation [2021-06-28T11:42:46.189Z] --- PASS: TestTrustedLocation (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-06-28T11:42:46.189Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestAllowNondistributableArtifacts [2021-06-28T11:42:46.189Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-06-28T11:42:46.189Z] === RUN TestIsSecureIndex [2021-06-28T11:42:46.189Z] --- PASS: TestIsSecureIndex (0.00s) [2021-06-28T11:42:46.189Z] PASS [2021-06-28T11:42:46.189Z] coverage: 51.7% of statements [2021-06-28T11:42:46.189Z] ok github.com/docker/docker/registry 0.468s coverage: 51.7% of statements [2021-06-28T11:42:46.643Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-06-28T11:42:46.643Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-06-28T11:42:46.643Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-06-28T11:42:46.643Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-06-28T11:42:46.643Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-06-28T11:42:46.643Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-06-28T11:42:46.643Z] === RUN TestResumableRequestReaderWithReadError [2021-06-28T11:42:46.643Z] time="2021-06-28T11:42:46Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-06-28T11:42:46.643Z] --- PASS: TestResumableRequestReaderWithReadError (0.15s) [2021-06-28T11:42:46.643Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-06-28T11:42:46.643Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-06-28T11:42:46.643Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-06-28T11:42:46.643Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-06-28T11:42:46.643Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-06-28T11:42:46.643Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-06-28T11:42:46.643Z] === RUN TestResumableRequestReader [2021-06-28T11:42:46.643Z] --- PASS: TestResumableRequestReader (0.00s) [2021-06-28T11:42:46.643Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-06-28T11:42:46.643Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-06-28T11:42:46.643Z] PASS [2021-06-28T11:42:46.643Z] coverage: 100.0% of statements [2021-06-28T11:42:46.643Z] ok github.com/docker/docker/registry/resumable 0.625s coverage: 100.0% of statements [2021-06-28T11:42:46.851Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-06-28T11:42:47.096Z] === RUN TestRestartManagerTimeout [2021-06-28T11:42:47.096Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-06-28T11:42:47.096Z] === RUN TestRestartManagerTimeoutReset [2021-06-28T11:42:47.096Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-06-28T11:42:47.096Z] PASS [2021-06-28T11:42:47.096Z] coverage: 45.3% of statements [2021-06-28T11:42:47.096Z] ok github.com/docker/docker/restartmanager 0.103s coverage: 45.3% of statements [2021-06-28T11:42:47.549Z] === RUN TestDecodeContainerConfig [2021-06-28T11:42:47.549Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-06-28T11:42:47.549Z] === RUN TestDecodeContainerConfigIsolation [2021-06-28T11:42:47.549Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-06-28T11:42:47.549Z] === RUN TestValidatePrivileged [2021-06-28T11:42:47.549Z] --- PASS: TestValidatePrivileged (0.00s) [2021-06-28T11:42:47.549Z] PASS [2021-06-28T11:42:47.549Z] coverage: 52.2% of statements [2021-06-28T11:42:47.549Z] ok github.com/docker/docker/runconfig 0.124s coverage: 52.2% of statements [2021-06-28T11:42:47.779Z] === RUN TestDockerSuite/TestRmiBlank [2021-06-28T11:42:47.780Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-06-28T11:42:47.780Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-06-28T11:42:48.003Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-06-28T11:42:48.003Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-06-28T11:42:48.003Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-06-28T11:42:48.003Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-06-28T11:42:48.003Z] PASS [2021-06-28T11:42:48.003Z] coverage: 62.5% of statements [2021-06-28T11:42:48.003Z] ok github.com/docker/docker/testutil 0.197s coverage: 62.5% of statements [2021-06-28T11:42:48.710Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-06-28T11:42:50.162Z] time="2021-06-28T11:42:49Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-06-28T11:42:51.131Z] === RUN TestGetDriver [2021-06-28T11:42:51.131Z] --- PASS: TestGetDriver (0.00s) [2021-06-28T11:42:51.131Z] === RUN TestVolumeRequestError [2021-06-28T11:42:51.131Z] --- PASS: TestVolumeRequestError (0.01s) [2021-06-28T11:42:51.131Z] PASS [2021-06-28T11:42:51.131Z] coverage: 36.1% of statements [2021-06-28T11:42:51.131Z] ok github.com/docker/docker/volume/drivers 0.269s coverage: 36.1% of statements [2021-06-28T11:42:51.590Z] === RUN TestGetAddress [2021-06-28T11:42:51.590Z] --- PASS: TestGetAddress (0.00s) [2021-06-28T11:42:51.590Z] === RUN TestRemove [2021-06-28T11:42:51.590Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-28T11:42:51.590Z] --- SKIP: TestRemove (0.00s) [2021-06-28T11:42:51.590Z] === RUN TestInitializeWithVolumes [2021-06-28T11:42:51.590Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-06-28T11:42:51.590Z] === RUN TestCreate [2021-06-28T11:42:51.590Z] --- PASS: TestCreate (0.01s) [2021-06-28T11:42:51.590Z] === RUN TestValidateName [2021-06-28T11:42:51.590Z] --- PASS: TestValidateName (0.00s) [2021-06-28T11:42:51.590Z] === RUN TestCreateWithOpts [2021-06-28T11:42:51.590Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-28T11:42:51.590Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-06-28T11:42:51.590Z] === RUN TestRelaodNoOpts [2021-06-28T11:42:51.590Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-06-28T11:42:51.590Z] PASS [2021-06-28T11:42:51.590Z] coverage: 41.5% of statements [2021-06-28T11:42:51.590Z] ok github.com/docker/docker/volume/local 0.182s coverage: 41.5% of statements [2021-06-28T11:42:51.982Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-06-28T11:42:51.982Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-06-28T11:42:52.559Z] === RUN TestConvertTmpfsOptions [2021-06-28T11:42:52.559Z] parser_test.go:49: data="mode=700,size=1m" [2021-06-28T11:42:52.559Z] parser_test.go:49: data="ro" [2021-06-28T11:42:52.559Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-06-28T11:42:52.559Z] === RUN TestParseMountRaw [2021-06-28T11:42:52.559Z] --- PASS: TestParseMountRaw (0.03s) [2021-06-28T11:42:52.559Z] === RUN TestParseMountRawSplit [2021-06-28T11:42:52.559Z] parser_test.go:390: case 0 [2021-06-28T11:42:52.559Z] parser_test.go:390: case 1 [2021-06-28T11:42:52.559Z] parser_test.go:390: case 2 [2021-06-28T11:42:52.910Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-06-28T11:42:53.018Z] parser_test.go:390: case 3 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 4 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 5 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 6 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 7 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 8 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 0 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 1 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 2 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 3 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 4 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 5 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 6 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 7 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 8 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 9 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 10 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 11 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 12 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 0 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 1 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 2 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 3 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 4 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 5 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 6 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 7 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 8 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 9 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 10 [2021-06-28T11:42:53.018Z] parser_test.go:390: case 11 [2021-06-28T11:42:53.018Z] --- PASS: TestParseMountRawSplit (0.01s) [2021-06-28T11:42:53.018Z] === RUN TestParseMountSpec [2021-06-28T11:42:53.018Z] parser_test.go:455: case 0 [2021-06-28T11:42:53.018Z] parser_test.go:455: case 1 [2021-06-28T11:42:53.018Z] parser_test.go:455: case 2 [2021-06-28T11:42:53.018Z] parser_test.go:455: case 3 [2021-06-28T11:42:53.018Z] parser_test.go:455: case 4 [2021-06-28T11:42:53.018Z] parser_test.go:455: case 5 [2021-06-28T11:42:53.018Z] --- PASS: TestParseMountSpec (0.00s) [2021-06-28T11:42:53.018Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-06-28T11:42:53.018Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-06-28T11:42:53.018Z] === RUN TestValidateMount [2021-06-28T11:42:53.018Z] --- PASS: TestValidateMount (0.00s) [2021-06-28T11:42:53.018Z] PASS [2021-06-28T11:42:53.018Z] coverage: 66.2% of statements [2021-06-28T11:42:53.018Z] ok github.com/docker/docker/volume/mounts 0.170s coverage: 66.2% of statements [2021-06-28T11:42:53.166Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-06-28T11:42:53.487Z] === RUN TestSetGetMeta [2021-06-28T11:42:53.487Z] === PAUSE TestSetGetMeta [2021-06-28T11:42:53.487Z] === RUN TestRestore [2021-06-28T11:42:53.487Z] === PAUSE TestRestore [2021-06-28T11:42:53.487Z] === RUN TestServiceCreate [2021-06-28T11:42:53.967Z] === PAUSE TestServiceCreate [2021-06-28T11:42:53.967Z] === RUN TestServiceList [2021-06-28T11:42:53.967Z] === PAUSE TestServiceList [2021-06-28T11:42:53.967Z] === RUN TestServiceRemove [2021-06-28T11:42:53.967Z] === PAUSE TestServiceRemove [2021-06-28T11:42:53.967Z] === RUN TestServiceGet [2021-06-28T11:42:53.967Z] === PAUSE TestServiceGet [2021-06-28T11:42:53.967Z] === RUN TestServicePrune [2021-06-28T11:42:53.967Z] === PAUSE TestServicePrune [2021-06-28T11:42:53.967Z] === RUN TestCreate [2021-06-28T11:42:53.967Z] === PAUSE TestCreate [2021-06-28T11:42:53.967Z] === RUN TestRemove [2021-06-28T11:42:53.967Z] === PAUSE TestRemove [2021-06-28T11:42:53.967Z] === RUN TestList [2021-06-28T11:42:53.967Z] === PAUSE TestList [2021-06-28T11:42:53.967Z] === RUN TestFindByDriver [2021-06-28T11:42:53.967Z] === PAUSE TestFindByDriver [2021-06-28T11:42:53.967Z] === RUN TestFindByReferenced [2021-06-28T11:42:53.967Z] === PAUSE TestFindByReferenced [2021-06-28T11:42:53.967Z] === RUN TestDerefMultipleOfSameRef [2021-06-28T11:42:53.967Z] === PAUSE TestDerefMultipleOfSameRef [2021-06-28T11:42:53.967Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-28T11:42:53.967Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-28T11:42:53.967Z] === RUN TestDefererencePluginOnCreateError [2021-06-28T11:42:53.967Z] === PAUSE TestDefererencePluginOnCreateError [2021-06-28T11:42:53.967Z] === RUN TestRefDerefRemove [2021-06-28T11:42:53.967Z] === PAUSE TestRefDerefRemove [2021-06-28T11:42:53.967Z] === RUN TestGet [2021-06-28T11:42:53.967Z] === PAUSE TestGet [2021-06-28T11:42:53.967Z] === RUN TestGetWithReference [2021-06-28T11:42:53.967Z] === PAUSE TestGetWithReference [2021-06-28T11:42:53.967Z] === RUN TestFilterFunc [2021-06-28T11:42:53.967Z] === RUN TestFilterFunc/test_nil_list [2021-06-28T11:42:53.967Z] === PAUSE TestFilterFunc/test_nil_list [2021-06-28T11:42:53.967Z] === RUN TestFilterFunc/test_empty_list [2021-06-28T11:42:53.967Z] === PAUSE TestFilterFunc/test_empty_list [2021-06-28T11:42:53.967Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-06-28T11:42:53.967Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-06-28T11:42:53.967Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-28T11:42:53.967Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-28T11:42:53.967Z] === RUN TestFilterFunc/test_filter_some [2021-06-28T11:42:53.967Z] === PAUSE TestFilterFunc/test_filter_some [2021-06-28T11:42:53.967Z] === RUN TestFilterFunc/test_filter_middle [2021-06-28T11:42:53.967Z] === PAUSE TestFilterFunc/test_filter_middle [2021-06-28T11:42:53.967Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-06-28T11:42:53.967Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-06-28T11:42:53.967Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-06-28T11:42:53.967Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-06-28T11:42:53.967Z] === CONT TestFilterFunc/test_nil_list [2021-06-28T11:42:53.967Z] === CONT TestFilterFunc/test_filter_some [2021-06-28T11:42:53.967Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-28T11:42:53.967Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-06-28T11:42:53.967Z] === CONT TestFilterFunc/test_filter_middle [2021-06-28T11:42:53.967Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-06-28T11:42:53.967Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-06-28T11:42:53.967Z] === CONT TestFilterFunc/test_empty_list [2021-06-28T11:42:53.967Z] --- PASS: TestFilterFunc (0.00s) [2021-06-28T11:42:53.967Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-06-28T11:42:53.967Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-06-28T11:42:53.967Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-06-28T11:42:53.967Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-06-28T11:42:53.967Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-06-28T11:42:53.967Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-06-28T11:42:53.967Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-06-28T11:42:53.967Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-06-28T11:42:53.967Z] === CONT TestSetGetMeta [2021-06-28T11:42:53.967Z] === CONT TestDerefMultipleOfSameRef [2021-06-28T11:42:53.967Z] === CONT TestServicePrune [2021-06-28T11:42:53.967Z] === CONT TestList [2021-06-28T11:42:53.967Z] --- PASS: TestSetGetMeta (0.02s) [2021-06-28T11:42:53.967Z] === CONT TestServiceGet [2021-06-28T11:42:53.967Z] --- PASS: TestDerefMultipleOfSameRef (0.04s) [2021-06-28T11:42:53.967Z] === CONT TestServiceRemove [2021-06-28T11:42:53.967Z] --- PASS: TestList (0.05s) [2021-06-28T11:42:53.967Z] === CONT TestServiceList [2021-06-28T11:42:53.967Z] --- PASS: TestServiceGet (0.14s) [2021-06-28T11:42:53.967Z] === CONT TestServiceCreate [2021-06-28T11:42:53.967Z] time="2021-06-28T11:42:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-28T11:42:53.967Z] --- PASS: TestServiceRemove (0.13s) [2021-06-28T11:42:53.967Z] === CONT TestRestore [2021-06-28T11:42:53.967Z] --- PASS: TestServiceList (0.12s) [2021-06-28T11:42:53.967Z] === CONT TestFindByReferenced [2021-06-28T11:42:53.967Z] time="2021-06-28T11:42:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-28T11:42:53.967Z] time="2021-06-28T11:42:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-28T11:42:53.967Z] time="2021-06-28T11:42:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-06-28T11:42:53.967Z] --- PASS: TestServiceCreate (0.03s) [2021-06-28T11:42:53.967Z] === CONT TestFindByDriver [2021-06-28T11:42:53.967Z] time="2021-06-28T11:42:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-28T11:42:53.967Z] --- PASS: TestFindByReferenced (0.02s) [2021-06-28T11:42:53.967Z] === CONT TestGetWithReference [2021-06-28T11:42:53.967Z] --- PASS: TestRestore (0.03s) [2021-06-28T11:42:53.967Z] === CONT TestGet [2021-06-28T11:42:53.967Z] --- PASS: TestServicePrune (0.20s) [2021-06-28T11:42:53.967Z] === CONT TestRefDerefRemove [2021-06-28T11:42:53.967Z] --- PASS: TestFindByDriver (0.02s) [2021-06-28T11:42:53.967Z] === CONT TestDefererencePluginOnCreateError [2021-06-28T11:42:53.967Z] --- PASS: TestGetWithReference (0.02s) [2021-06-28T11:42:53.967Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-28T11:42:53.967Z] --- PASS: TestGet (0.02s) [2021-06-28T11:42:53.967Z] === CONT TestRemove [2021-06-28T11:42:53.967Z] --- PASS: TestRefDerefRemove (0.02s) [2021-06-28T11:42:53.967Z] === CONT TestCreate [2021-06-28T11:42:53.967Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-06-28T11:42:53.967Z] --- PASS: TestRemove (0.02s) [2021-06-28T11:42:53.967Z] --- PASS: TestCreate (0.01s) [2021-06-28T11:42:53.967Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-06-28T11:42:53.967Z] PASS [2021-06-28T11:42:53.967Z] coverage: 69.6% of statements [2021-06-28T11:42:53.967Z] ok github.com/docker/docker/volume/service 0.520s coverage: 69.6% of statements [2021-06-28T11:42:55.684Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-06-28T11:42:55.684Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-06-28T11:42:56.261Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-06-28T11:42:58.781Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-06-28T11:42:58.827Z] --- PASS: TestGet (15.01s) [2021-06-28T11:42:58.827Z] === RUN TestPluginWithNoManifest [2021-06-28T11:42:58.827Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-06-28T11:42:58.827Z] === RUN TestGetAll [2021-06-28T11:42:58.827Z] --- PASS: TestGetAll (0.00s) [2021-06-28T11:42:58.827Z] PASS [2021-06-28T11:42:58.827Z] coverage: 73.4% of statements [2021-06-28T11:42:58.827Z] ok github.com/docker/docker/pkg/plugins 36.138s coverage: 73.4% of statements [2021-06-28T11:42:59.344Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-06-28T11:42:59.906Z] === RUN TestDockerSuite/TestRmiTag [2021-06-28T11:42:59.906Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-06-28T11:43:00.294Z] 29d5b6a226d2: Pull complete [2021-06-28T11:43:00.294Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-06-28T11:43:00.294Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T11:43:00.294Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 into daemon under test completed successfully [2021-06-28T11:43:00.294Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore in daemon under test [2021-06-28T11:43:00.294Z] INFO: Version of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 is '10.0.20295.1' [2021-06-28T11:43:00.294Z] WARN: Skipping validation tests [2021-06-28T11:43:00.294Z] INFO: Running unit tests at 06/28/2021 11:42:58... [2021-06-28T11:43:00.835Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-06-28T11:43:03.261Z] INFO: make.ps1 starting at 06/28/2021 11:43:02 [2021-06-28T11:43:03.723Z] INFO: Git commit (2b3c4ff46a) assumed from DOCKER_GITCOMMIT environment variable [2021-06-28T11:43:03.723Z] INFO: Invoking autogen... [2021-06-28T11:43:03.723Z] INFO: Running unit tests... [2021-06-28T11:43:05.009Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-06-28T11:43:05.268Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-06-28T11:43:06.197Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-06-28T11:43:07.563Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-06-28T11:43:07.563Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-06-28T11:43:08.126Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-06-28T11:43:09.492Z] === RUN TestDockerSuite/TestRunAddHost [2021-06-28T11:43:10.058Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-06-28T11:43:10.987Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-06-28T11:43:11.549Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-06-28T11:43:11.549Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-06-28T11:43:12.315Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-06-28T11:43:12.477Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-06-28T11:43:14.368Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-06-28T11:43:14.624Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-06-28T11:43:15.564Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-06-28T11:43:16.494Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-06-28T11:43:17.423Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-06-28T11:43:18.791Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-06-28T11:43:19.352Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-06-28T11:43:20.104Z] 2021/06/28 11:43:16 Closing DB instances... [2021-06-28T11:43:20.104Z] --- PASS: TestNetworkDBGarbageCollection (53.63s) [2021-06-28T11:43:20.104Z] === RUN TestFindNode [2021-06-28T11:43:20.104Z] 2021/06/28 11:43:18 Closing DB instances... [2021-06-28T11:43:20.104Z] --- PASS: TestFindNode (0.01s) [2021-06-28T11:43:20.104Z] === RUN TestChangeNodeState [2021-06-28T11:43:20.104Z] 2021/06/28 11:43:18 Closing DB instances... [2021-06-28T11:43:20.104Z] --- PASS: TestChangeNodeState (0.01s) [2021-06-28T11:43:20.104Z] === RUN TestNodeReincarnation [2021-06-28T11:43:20.104Z] 2021/06/28 11:43:18 Closing DB instances... [2021-06-28T11:43:20.281Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-06-28T11:43:20.909Z] ? github.com/docker/docker/api [no test files] [2021-06-28T11:43:21.209Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-06-28T11:43:21.466Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-06-28T11:43:22.399Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-06-28T11:43:23.327Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-06-28T11:43:23.802Z] time="2021-06-28T11:43:23Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-06-28T11:43:23.802Z] --- PASS: TestNodeReincarnation (5.01s) [2021-06-28T11:43:23.802Z] === RUN TestParallelCreate [2021-06-28T11:43:23.802Z] 2021/06/28 11:43:23 Closing DB instances... [2021-06-28T11:43:23.802Z] --- PASS: TestParallelCreate (0.01s) [2021-06-28T11:43:23.802Z] === RUN TestParallelDelete [2021-06-28T11:43:23.802Z] 2021/06/28 11:43:23 Closing DB instances... [2021-06-28T11:43:23.802Z] --- PASS: TestParallelDelete (0.01s) [2021-06-28T11:43:23.802Z] === RUN TestNetworkDBIslands [2021-06-28T11:43:23.802Z] time="2021-06-28T11:43:23Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:dbbbb531f122 with config:&{NodeID:dbbbb531f122 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:43:23.802Z] time="2021-06-28T11:43:23Z" level=info msg="Node dbbbb531f122/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:23.802Z] time="2021-06-28T11:43:23Z" level=info msg="Node dbbbb531f122/172.20.242.4, added to nodes list" [2021-06-28T11:43:23.802Z] time="2021-06-28T11:43:23Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:9b41d16e331f with config:&{NodeID:9b41d16e331f Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:43:23.802Z] time="2021-06-28T11:43:23Z" level=info msg="Node 9b41d16e331f/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:23.802Z] time="2021-06-28T11:43:23Z" level=info msg="Node 9b41d16e331f/172.20.242.4, added to nodes list" [2021-06-28T11:43:23.802Z] time="2021-06-28T11:43:23Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-06-28T11:43:23.802Z] time="2021-06-28T11:43:23Z" level=debug msg="memberlist: Stream connection from=[::1]:49346" [2021-06-28T11:43:23.802Z] time="2021-06-28T11:43:23Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-06-28T11:43:23.802Z] time="2021-06-28T11:43:23Z" level=info msg="Node 9b41d16e331f/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:23.802Z] time="2021-06-28T11:43:23Z" level=info msg="Node 9b41d16e331f/172.20.242.4, added to nodes list" [2021-06-28T11:43:23.802Z] time="2021-06-28T11:43:23Z" level=info msg="Node dbbbb531f122/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:23.802Z] time="2021-06-28T11:43:23Z" level=info msg="Node dbbbb531f122/172.20.242.4, added to nodes list" [2021-06-28T11:43:23.802Z] time="2021-06-28T11:43:23Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-06-28T11:43:23.802Z] time="2021-06-28T11:43:23Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49347" [2021-06-28T11:43:24.256Z] time="2021-06-28T11:43:24Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:eb24c134ccbc with config:&{NodeID:eb24c134ccbc Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:43:24.256Z] time="2021-06-28T11:43:24Z" level=info msg="Node eb24c134ccbc/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:24.256Z] time="2021-06-28T11:43:24Z" level=info msg="Node eb24c134ccbc/172.20.242.4, added to nodes list" [2021-06-28T11:43:24.256Z] time="2021-06-28T11:43:24Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-06-28T11:43:24.256Z] time="2021-06-28T11:43:24Z" level=debug msg="memberlist: Stream connection from=[::1]:49348" [2021-06-28T11:43:24.256Z] time="2021-06-28T11:43:24Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-06-28T11:43:24.256Z] time="2021-06-28T11:43:24Z" level=info msg="Node eb24c134ccbc/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:24.256Z] time="2021-06-28T11:43:24Z" level=info msg="Node eb24c134ccbc/172.20.242.4, added to nodes list" [2021-06-28T11:43:24.256Z] time="2021-06-28T11:43:24Z" level=info msg="Node dbbbb531f122/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:24.257Z] time="2021-06-28T11:43:24Z" level=info msg="Node dbbbb531f122/172.20.242.4, added to nodes list" [2021-06-28T11:43:24.257Z] time="2021-06-28T11:43:24Z" level=info msg="Node 9b41d16e331f/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:24.257Z] time="2021-06-28T11:43:24Z" level=info msg="Node 9b41d16e331f/172.20.242.4, added to nodes list" [2021-06-28T11:43:24.257Z] time="2021-06-28T11:43:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-06-28T11:43:24.257Z] time="2021-06-28T11:43:24Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49349" [2021-06-28T11:43:24.695Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-06-28T11:43:24.710Z] time="2021-06-28T11:43:24Z" level=info msg="Node eb24c134ccbc/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:24.710Z] time="2021-06-28T11:43:24Z" level=info msg="Node eb24c134ccbc/172.20.242.4, added to nodes list" [2021-06-28T11:43:24.710Z] time="2021-06-28T11:43:24Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:8850b8119d4f with config:&{NodeID:8850b8119d4f Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:43:24.710Z] time="2021-06-28T11:43:24Z" level=info msg="Node 8850b8119d4f/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:24.710Z] time="2021-06-28T11:43:24Z" level=info msg="Node 8850b8119d4f/172.20.242.4, added to nodes list" [2021-06-28T11:43:24.710Z] time="2021-06-28T11:43:24Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-06-28T11:43:24.710Z] time="2021-06-28T11:43:24Z" level=debug msg="memberlist: Stream connection from=[::1]:49350" [2021-06-28T11:43:24.710Z] time="2021-06-28T11:43:24Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-06-28T11:43:24.710Z] time="2021-06-28T11:43:24Z" level=info msg="Node 8850b8119d4f/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:24.710Z] time="2021-06-28T11:43:24Z" level=info msg="Node 8850b8119d4f/172.20.242.4, added to nodes list" [2021-06-28T11:43:24.710Z] time="2021-06-28T11:43:24Z" level=info msg="Node dbbbb531f122/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:24.710Z] time="2021-06-28T11:43:24Z" level=info msg="Node dbbbb531f122/172.20.242.4, added to nodes list" [2021-06-28T11:43:24.710Z] time="2021-06-28T11:43:24Z" level=info msg="Node 9b41d16e331f/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:24.710Z] time="2021-06-28T11:43:24Z" level=info msg="Node 9b41d16e331f/172.20.242.4, added to nodes list" [2021-06-28T11:43:24.710Z] time="2021-06-28T11:43:24Z" level=info msg="Node eb24c134ccbc/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:24.711Z] time="2021-06-28T11:43:24Z" level=info msg="Node eb24c134ccbc/172.20.242.4, added to nodes list" [2021-06-28T11:43:24.711Z] time="2021-06-28T11:43:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-06-28T11:43:24.711Z] time="2021-06-28T11:43:24Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351" [2021-06-28T11:43:24.711Z] time="2021-06-28T11:43:24Z" level=info msg="Node 8850b8119d4f/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:24.711Z] time="2021-06-28T11:43:24Z" level=info msg="Node 8850b8119d4f/172.20.242.4, added to nodes list" [2021-06-28T11:43:24.711Z] time="2021-06-28T11:43:24Z" level=info msg="Node 8850b8119d4f/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:24.711Z] time="2021-06-28T11:43:24Z" level=info msg="Node 8850b8119d4f/172.20.242.4, added to nodes list" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:afa68df5df2d with config:&{NodeID:afa68df5df2d Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=info msg="Node afa68df5df2d/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=info msg="Node afa68df5df2d/172.20.242.4, added to nodes list" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=debug msg="memberlist: Stream connection from=[::1]:49352" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=info msg="Node afa68df5df2d/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=info msg="Node afa68df5df2d/172.20.242.4, added to nodes list" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=info msg="Node 9b41d16e331f/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=info msg="Node 9b41d16e331f/172.20.242.4, added to nodes list" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=info msg="Node eb24c134ccbc/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=info msg="Node eb24c134ccbc/172.20.242.4, added to nodes list" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=info msg="Node dbbbb531f122/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=info msg="Node dbbbb531f122/172.20.242.4, added to nodes list" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=info msg="Node 8850b8119d4f/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=info msg="Node 8850b8119d4f/172.20.242.4, added to nodes list" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:24Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49353" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:25Z" level=info msg="Node afa68df5df2d/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:25Z" level=info msg="Node afa68df5df2d/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:25Z" level=info msg="Node afa68df5df2d/172.20.242.4, added to nodes list" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:25Z" level=info msg="Node afa68df5df2d/172.20.242.4, added to nodes list" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:25Z" level=info msg="Node afa68df5df2d/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:25.164Z] time="2021-06-28T11:43:25Z" level=info msg="Node afa68df5df2d/172.20.242.4, added to nodes list" [2021-06-28T11:43:25.617Z] networkdb_test.go:834: Re-joining: 3 [2021-06-28T11:43:25.617Z] time="2021-06-28T11:43:25Z" level=info msg="The new bootstrap node list is:[172.20.242.4:10033 172.20.242.4:10034 172.20.242.4:10035]" [2021-06-28T11:43:25.617Z] time="2021-06-28T11:43:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.242.4:10033" [2021-06-28T11:43:25.617Z] time="2021-06-28T11:43:25Z" level=debug msg="memberlist: Stream connection from=172.20.242.4:49354" [2021-06-28T11:43:25.617Z] time="2021-06-28T11:43:25Z" level=debug msg="memberlist: Stream connection from=172.20.242.4:49355" [2021-06-28T11:43:25.617Z] time="2021-06-28T11:43:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.242.4:10034" [2021-06-28T11:43:25.617Z] time="2021-06-28T11:43:25Z" level=debug msg="memberlist: Stream connection from=172.20.242.4:49356" [2021-06-28T11:43:25.617Z] time="2021-06-28T11:43:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.242.4:10035" [2021-06-28T11:43:25.617Z] networkdb_test.go:834: Re-joining: 4 [2021-06-28T11:43:25.617Z] time="2021-06-28T11:43:25Z" level=info msg="The new bootstrap node list is:[172.20.242.4:10033 172.20.242.4:10034 172.20.242.4:10035]" [2021-06-28T11:43:25.617Z] time="2021-06-28T11:43:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.242.4:10033" [2021-06-28T11:43:25.617Z] time="2021-06-28T11:43:25Z" level=debug msg="memberlist: Stream connection from=172.20.242.4:49357" [2021-06-28T11:43:25.617Z] time="2021-06-28T11:43:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.242.4:10034" [2021-06-28T11:43:25.617Z] time="2021-06-28T11:43:25Z" level=debug msg="memberlist: Stream connection from=172.20.242.4:49358" [2021-06-28T11:43:25.617Z] time="2021-06-28T11:43:25Z" level=debug msg="memberlist: Stream connection from=172.20.242.4:49359" [2021-06-28T11:43:25.617Z] time="2021-06-28T11:43:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.242.4:10035" [2021-06-28T11:43:25.622Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-06-28T11:43:26.078Z] time="2021-06-28T11:43:25Z" level=info msg="node 0 leaving" [2021-06-28T11:43:26.078Z] time="2021-06-28T11:43:25Z" level=info msg="Node dbbbb531f122 change state NodeActive --> NodeLeft" [2021-06-28T11:43:26.078Z] time="2021-06-28T11:43:25Z" level=info msg="Node dbbbb531f122 change state NodeActive --> NodeLeft" [2021-06-28T11:43:26.078Z] time="2021-06-28T11:43:25Z" level=info msg="node3(eb24c134ccbc): Node leave event for dbbbb531f122/172.20.242.4" [2021-06-28T11:43:26.078Z] time="2021-06-28T11:43:25Z" level=info msg="node5(afa68df5df2d): Node leave event for dbbbb531f122/172.20.242.4" [2021-06-28T11:43:26.078Z] time="2021-06-28T11:43:25Z" level=info msg="Node dbbbb531f122 change state NodeActive --> NodeLeft" [2021-06-28T11:43:26.078Z] time="2021-06-28T11:43:25Z" level=info msg="node2(9b41d16e331f): Node leave event for dbbbb531f122/172.20.242.4" [2021-06-28T11:43:26.078Z] time="2021-06-28T11:43:25Z" level=info msg="Node dbbbb531f122 change state NodeActive --> NodeLeft" [2021-06-28T11:43:26.078Z] time="2021-06-28T11:43:25Z" level=info msg="node4(8850b8119d4f): Node leave event for dbbbb531f122/172.20.242.4" [2021-06-28T11:43:26.078Z] time="2021-06-28T11:43:25Z" level=info msg="Node dbbbb531f122 change state NodeActive --> NodeLeft" [2021-06-28T11:43:26.078Z] time="2021-06-28T11:43:25Z" level=info msg="node1(dbbbb531f122): Node leave event for dbbbb531f122/172.20.242.4" [2021-06-28T11:43:26.188Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-06-28T11:43:26.534Z] time="2021-06-28T11:43:26Z" level=info msg="Node dbbbb531f122/172.20.242.4, left gossip cluster" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="Node dbbbb531f122/172.20.242.4, left gossip cluster" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="Node dbbbb531f122/172.20.242.4, left gossip cluster" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="Node dbbbb531f122/172.20.242.4, left gossip cluster" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="Node dbbbb531f122/172.20.242.4, left gossip cluster" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="node 1 leaving" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=warning msg="memberlist: Failed to send gossip to 172.20.242.4:10037: write udp [::]:10033->172.20.242.4:10037: use of closed network connection" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.20.242.4:10036: use of closed network connection" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="Node 9b41d16e331f change state NodeActive --> NodeLeft" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="Node 9b41d16e331f change state NodeActive --> NodeLeft" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="node3(eb24c134ccbc): Node leave event for 9b41d16e331f/172.20.242.4" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="node4(8850b8119d4f): Node leave event for 9b41d16e331f/172.20.242.4" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="Node 9b41d16e331f/172.20.242.4, left gossip cluster" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="Node 9b41d16e331f change state NodeActive --> NodeFailed" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="Node 9b41d16e331f/172.20.242.4, added to failed nodes list" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=error msg="node: 9b41d16e331f is unknown to memberlist" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="Node 9b41d16e331f change state NodeActive --> NodeLeft" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="node5(afa68df5df2d): Node leave event for 9b41d16e331f/172.20.242.4" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="Node 9b41d16e331f/172.20.242.4, left gossip cluster" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="Node 9b41d16e331f/172.20.242.4, left gossip cluster" [2021-06-28T11:43:26.535Z] time="2021-06-28T11:43:26Z" level=info msg="Node 9b41d16e331f/172.20.242.4, left gossip cluster" [2021-06-28T11:43:26.750Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-06-28T11:43:26.988Z] time="2021-06-28T11:43:26Z" level=info msg="node 2 leaving" [2021-06-28T11:43:26.988Z] time="2021-06-28T11:43:26Z" level=info msg="Node eb24c134ccbc change state NodeActive --> NodeLeft" [2021-06-28T11:43:26.988Z] time="2021-06-28T11:43:26Z" level=info msg="node4(8850b8119d4f): Node leave event for eb24c134ccbc/172.20.242.4" [2021-06-28T11:43:26.988Z] time="2021-06-28T11:43:26Z" level=info msg="Node eb24c134ccbc change state NodeActive --> NodeLeft" [2021-06-28T11:43:26.988Z] time="2021-06-28T11:43:26Z" level=info msg="node5(afa68df5df2d): Node leave event for eb24c134ccbc/172.20.242.4" [2021-06-28T11:43:26.988Z] time="2021-06-28T11:43:26Z" level=info msg="Node eb24c134ccbc change state NodeActive --> NodeLeft" [2021-06-28T11:43:26.988Z] time="2021-06-28T11:43:26Z" level=info msg="node3(eb24c134ccbc): Node leave event for eb24c134ccbc/172.20.242.4" [2021-06-28T11:43:26.988Z] time="2021-06-28T11:43:26Z" level=info msg="Node eb24c134ccbc/172.20.242.4, left gossip cluster" [2021-06-28T11:43:26.988Z] time="2021-06-28T11:43:26Z" level=info msg="Node eb24c134ccbc/172.20.242.4, left gossip cluster" [2021-06-28T11:43:26.988Z] time="2021-06-28T11:43:26Z" level=info msg="Node eb24c134ccbc/172.20.242.4, left gossip cluster" [2021-06-28T11:43:27.441Z] networkdb_test.go:866: node4: OK [2021-06-28T11:43:27.441Z] networkdb_test.go:866: node5: OK [2021-06-28T11:43:27.441Z] time="2021-06-28T11:43:27Z" level=info msg="node 0 coming back" [2021-06-28T11:43:27.441Z] time="2021-06-28T11:43:27Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:e9490d184d14 with config:&{NodeID:e9490d184d14 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:43:27.441Z] time="2021-06-28T11:43:27Z" level=info msg="Node e9490d184d14/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:27.441Z] time="2021-06-28T11:43:27Z" level=info msg="Node e9490d184d14/172.20.242.4, added to nodes list" [2021-06-28T11:43:27.441Z] time="2021-06-28T11:43:27Z" level=info msg="node 1 coming back" [2021-06-28T11:43:27.441Z] time="2021-06-28T11:43:27Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:01ec0c353283 with config:&{NodeID:01ec0c353283 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:43:27.441Z] time="2021-06-28T11:43:27Z" level=info msg="Node 01ec0c353283/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:27.441Z] time="2021-06-28T11:43:27Z" level=info msg="Node 01ec0c353283/172.20.242.4, added to nodes list" [2021-06-28T11:43:27.441Z] time="2021-06-28T11:43:27Z" level=info msg="node 2 coming back" [2021-06-28T11:43:27.441Z] time="2021-06-28T11:43:27Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:4d77a23b5422 with config:&{NodeID:4d77a23b5422 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:43:27.441Z] time="2021-06-28T11:43:27Z" level=info msg="Node 4d77a23b5422/172.20.242.4, joined gossip cluster" [2021-06-28T11:43:27.441Z] time="2021-06-28T11:43:27Z" level=info msg="Node 4d77a23b5422/172.20.242.4, added to nodes list" [2021-06-28T11:43:27.681Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-06-28T11:43:27.681Z] === RUN TestDockerSuite/TestRunBindMounts [2021-06-28T11:43:27.893Z] time="2021-06-28T11:43:27Z" level=debug msg="memberlist: Failed ping: 8850b8119d4f (timeout reached)" [2021-06-28T11:43:27.893Z] time="2021-06-28T11:43:27Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.20.242.4:10037: use of closed network connection" [2021-06-28T11:43:27.893Z] time="2021-06-28T11:43:27Z" level=debug msg="memberlist: Stream connection from=172.20.242.4:49360" [2021-06-28T11:43:28.352Z] time="2021-06-28T11:43:28Z" level=warning msg="memberlist: Was able to connect to 8850b8119d4f but other probes failed, network may be misconfigured" [2021-06-28T11:43:29.571Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-06-28T11:43:30.498Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-06-28T11:43:31.060Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-06-28T11:43:31.990Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-06-28T11:43:32.551Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-06-28T11:43:32.551Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-06-28T11:43:33.117Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-06-28T11:43:34.044Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-06-28T11:43:34.607Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-06-28T11:43:34.864Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-06-28T11:43:35.431Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-06-28T11:43:36.361Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-06-28T11:43:36.361Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-06-28T11:43:37.290Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-06-28T11:43:37.290Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-06-28T11:43:38.218Z] docker_cli_service_logs_test.go:245: checking task qhrw4a0vcesq [2021-06-28T11:43:38.219Z] docker_cli_service_logs_test.go:250: checking messages for qhrw4a0vcesq [2021-06-28T11:43:38.219Z] docker_cli_service_logs_test.go:245: checking task hhozn1n117wn [2021-06-28T11:43:38.219Z] docker_cli_service_logs_test.go:250: checking messages for hhozn1n117wn [2021-06-28T11:43:38.632Z] === RUN TestMiddlewares [2021-06-28T11:43:38.632Z] --- PASS: TestMiddlewares (0.00s) [2021-06-28T11:43:38.632Z] PASS [2021-06-28T11:43:38.632Z] coverage: 9.0% of statements [2021-06-28T11:43:38.632Z] ok github.com/docker/docker/api/server 0.208s coverage: 9.0% of statements [2021-06-28T11:43:38.780Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-06-28T11:43:39.342Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-06-28T11:43:40.270Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-06-28T11:43:40.832Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-06-28T11:43:40.832Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-06-28T11:43:41.760Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-06-28T11:43:43.130Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-06-28T11:43:44.497Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-06-28T11:43:45.426Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-06-28T11:43:45.988Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-06-28T11:43:46.916Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-06-28T11:43:47.478Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-06-28T11:43:48.041Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-06-28T11:43:48.972Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-06-28T11:43:48.972Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-06-28T11:43:50.871Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-06-28T11:43:51.799Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-06-28T11:43:54.319Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-06-28T11:43:54.575Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-06-28T11:43:55.138Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-06-28T11:43:57.657Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-06-28T11:43:59.025Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-06-28T11:44:02.296Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-06-28T11:44:03.969Z] time="2021-06-28T11:44:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.242.4:10036" [2021-06-28T11:44:03.969Z] time="2021-06-28T11:44:03Z" level=debug msg="memberlist: Stream connection from=172.20.242.4:49361" [2021-06-28T11:44:04.187Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-06-28T11:44:04.187Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-06-28T11:44:04.187Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-06-28T11:44:04.187Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-06-28T11:44:04.187Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-06-28T11:44:04.750Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-06-28T11:44:08.021Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-06-28T11:44:09.388Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-06-28T11:44:10.325Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-06-28T11:44:11.697Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-06-28T11:44:12.626Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-06-28T11:44:13.188Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-06-28T11:44:13.644Z] 2021/06/28 11:44:07 Finished clone google.golang.org/api [2021-06-28T11:44:13.644Z] 2021/06/28 11:44:07 Dependencies downloaded. Download time: 5m2.512915337s [2021-06-28T11:44:13.644Z] 2021/06/28 11:44:07 Collecting all dependencies [2021-06-28T11:44:14.556Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-06-28T11:44:15.120Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-06-28T11:44:15.376Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-06-28T11:44:15.376Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-06-28T11:44:15.376Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-06-28T11:44:16.305Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-06-28T11:44:17.235Z] docker_cli_swarm_test.go:1901: [da1d729a602b0] joining swarm manager [d6079826e5a2a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:44:18.163Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-06-28T11:44:18.163Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-06-28T11:44:18.698Z] time="2021-06-28T11:44:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.242.4:10037" [2021-06-28T11:44:18.698Z] time="2021-06-28T11:44:16Z" level=debug msg="memberlist: Stream connection from=172.20.242.4:49362" [2021-06-28T11:44:18.725Z] docker_cli_swarm_test.go:1902: [ddf0bcf9d5859] joining swarm manager [d6079826e5a2a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:44:18.913Z] 2021/06/28 11:44:18 Clean vendor dir from unused packages [2021-06-28T11:44:18.913Z] 2021/06/28 11:44:18 Ignoring paths matching "^archive/tar" [2021-06-28T11:44:18.982Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-06-28T11:44:19.478Z] 2021/06/28 11:44:19 Success [2021-06-28T11:44:19.478Z] 2021/06/28 11:44:19 Running time: 5m18.24666609s [2021-06-28T11:44:19.734Z] Congratulations! All vendoring changes are done the right way. [2021-06-28T11:44:19.909Z] === RUN TestDockerSuite/TestRunEchoStdout [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-28T11:44:20.471Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-06-28T11:44:20.653Z] + echo Ensuring container killed. [2021-06-28T11:44:20.653Z] Ensuring container killed. [2021-06-28T11:44:20.653Z] + docker rm -vf docker-pr1 [2021-06-28T11:44:20.653Z] Error: No such container: docker-pr1 [Pipeline] sh [2021-06-28T11:44:20.970Z] + echo Chowning /workspace to jenkins user [2021-06-28T11:44:20.970Z] Chowning /workspace to jenkins user [2021-06-28T11:44:20.970Z] + id -u [2021-06-28T11:44:20.970Z] + id -g [2021-06-28T11:44:20.970Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42572:/workspace busybox chown -R 1000:1000 /workspace [2021-06-28T11:44:21.033Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-06-28T11:44:21.290Z] === RUN TestDockerSuite/TestRunEntrypoint [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-28T11:44:21.852Z] === RUN TestDockerSuite/TestRunEnvironment [2021-06-28T11:44:21.865Z] + bundleName=unit [2021-06-28T11:44:21.865Z] + echo Creating unit-bundles.tar.gz [2021-06-28T11:44:21.865Z] Creating unit-bundles.tar.gz [2021-06-28T11:44:21.865Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-06-28T11:44:21.865Z] bundles/junit-report.xml [2021-06-28T11:44:21.865Z] bundles/go-test-report.json [2021-06-28T11:44:21.865Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-06-28T11:44:21.874Z] Archiving artifacts [2021-06-28T11:44:22.263Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42572/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-28T11:44:22.568Z] + make clean [2021-06-28T11:44:22.568Z] docker volume rm -f docker-dev-cache [2021-06-28T11:44:22.780Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-06-28T11:44:22.823Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-28T11:44:23.342Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-06-28T11:44:23.905Z] === RUN TestDockerSuite/TestRunExitCode [2021-06-28T11:44:24.468Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-06-28T11:44:24.577Z] time="2021-06-28T11:44:24Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.242.4:10033 172.20.242.4:10034 172.20.242.4:10035]" [2021-06-28T11:44:25.056Z] time="2021-06-28T11:44:24Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.242.4:10033 172.20.242.4:10034 172.20.242.4:10035]" [2021-06-28T11:44:25.398Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.242.4:10033" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=debug msg="memberlist: Stream connection from=172.20.242.4:49363" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node afa68df5df2d/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node afa68df5df2d/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 8850b8119d4f/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 8850b8119d4f/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node e9490d184d14/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node e9490d184d14/172.20.242.4, is the new incarnation of the shutdown node dbbbb531f122/172.20.242.4" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node e9490d184d14/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.242.4:10034" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=debug msg="memberlist: Stream connection from=172.20.242.4:49364" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node e9490d184d14/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node e9490d184d14/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 8850b8119d4f/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 8850b8119d4f/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node afa68df5df2d/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node afa68df5df2d/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 01ec0c353283/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 01ec0c353283/172.20.242.4, is the new incarnation of the shutdown node 9b41d16e331f/172.20.242.4" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 01ec0c353283/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.242.4:10035" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=debug msg="memberlist: Stream connection from=172.20.242.4:49365" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node e9490d184d14/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node e9490d184d14/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 01ec0c353283/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 01ec0c353283/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node afa68df5df2d/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node afa68df5df2d/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 4d77a23b5422/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 4d77a23b5422/172.20.242.4, is the new incarnation of the shutdown node eb24c134ccbc/172.20.242.4" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 4d77a23b5422/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 8850b8119d4f/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 8850b8119d4f/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 01ec0c353283/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 01ec0c353283/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node e9490d184d14/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node e9490d184d14/172.20.242.4, is the new incarnation of the shutdown node dbbbb531f122/172.20.242.4" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node e9490d184d14/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 01ec0c353283/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 01ec0c353283/172.20.242.4, is the new incarnation of the shutdown node 9b41d16e331f/172.20.242.4" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 01ec0c353283/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 4d77a23b5422/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 4d77a23b5422/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 4d77a23b5422/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:25.544Z] time="2021-06-28T11:44:25Z" level=info msg="Node 4d77a23b5422/172.20.242.4, added to nodes list" [2021-06-28T11:44:25.961Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-06-28T11:44:26.025Z] time="2021-06-28T11:44:25Z" level=info msg="Node 4d77a23b5422/172.20.242.4, joined gossip cluster" [2021-06-28T11:44:26.025Z] time="2021-06-28T11:44:25Z" level=info msg="Node 4d77a23b5422/172.20.242.4, is the new incarnation of the shutdown node eb24c134ccbc/172.20.242.4" [2021-06-28T11:44:26.025Z] time="2021-06-28T11:44:25Z" level=info msg="Node 4d77a23b5422/172.20.242.4, added to nodes list" [2021-06-28T11:44:26.025Z] time="2021-06-28T11:44:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.242.4:10033" [2021-06-28T11:44:26.025Z] time="2021-06-28T11:44:25Z" level=debug msg="memberlist: Stream connection from=172.20.242.4:49366" [2021-06-28T11:44:26.025Z] time="2021-06-28T11:44:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.242.4:10034" [2021-06-28T11:44:26.025Z] time="2021-06-28T11:44:25Z" level=debug msg="memberlist: Stream connection from=172.20.242.4:49367" [2021-06-28T11:44:26.025Z] time="2021-06-28T11:44:25Z" level=debug msg="memberlist: Stream connection from=172.20.242.4:49368" [2021-06-28T11:44:26.025Z] time="2021-06-28T11:44:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.242.4:10035" [2021-06-28T11:44:26.025Z] time="2021-06-28T11:44:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.242.4:10035" [2021-06-28T11:44:26.025Z] time="2021-06-28T11:44:25Z" level=debug msg="memberlist: Stream connection from=172.20.242.4:49369" [2021-06-28T11:44:26.537Z] === RUN TestDockerSuite/TestRunExposePort [2021-06-28T11:44:26.537Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-06-28T11:44:27.475Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-06-28T11:44:27.647Z] 2021/06/28 11:44:27 Closing DB instances... [2021-06-28T11:44:27.647Z] time="2021-06-28T11:44:27Z" level=info msg="Node e9490d184d14 change state NodeActive --> NodeLeft" [2021-06-28T11:44:27.647Z] time="2021-06-28T11:44:27Z" level=info msg="node2(01ec0c353283): Node leave event for e9490d184d14/172.20.242.4" [2021-06-28T11:44:27.647Z] time="2021-06-28T11:44:27Z" level=info msg="Node e9490d184d14 change state NodeActive --> NodeLeft" [2021-06-28T11:44:27.647Z] time="2021-06-28T11:44:27Z" level=info msg="node3(4d77a23b5422): Node leave event for e9490d184d14/172.20.242.4" [2021-06-28T11:44:27.647Z] time="2021-06-28T11:44:27Z" level=info msg="Node e9490d184d14 change state NodeActive --> NodeLeft" [2021-06-28T11:44:27.647Z] time="2021-06-28T11:44:27Z" level=info msg="node4(8850b8119d4f): Node leave event for e9490d184d14/172.20.242.4" [2021-06-28T11:44:27.647Z] time="2021-06-28T11:44:27Z" level=info msg="Node e9490d184d14 change state NodeActive --> NodeLeft" [2021-06-28T11:44:27.647Z] time="2021-06-28T11:44:27Z" level=info msg="node5(afa68df5df2d): Node leave event for e9490d184d14/172.20.242.4" [2021-06-28T11:44:27.647Z] time="2021-06-28T11:44:27Z" level=info msg="Node e9490d184d14 change state NodeActive --> NodeLeft" [2021-06-28T11:44:27.647Z] time="2021-06-28T11:44:27Z" level=info msg="node1(e9490d184d14): Node leave event for e9490d184d14/172.20.242.4" [2021-06-28T11:44:27.647Z] time="2021-06-28T11:44:27Z" level=info msg="Node e9490d184d14/172.20.242.4, left gossip cluster" [2021-06-28T11:44:27.647Z] time="2021-06-28T11:44:27Z" level=info msg="Node e9490d184d14/172.20.242.4, left gossip cluster" [2021-06-28T11:44:27.647Z] time="2021-06-28T11:44:27Z" level=info msg="Node e9490d184d14/172.20.242.4, left gossip cluster" [2021-06-28T11:44:27.647Z] time="2021-06-28T11:44:27Z" level=info msg="Node e9490d184d14/172.20.242.4, left gossip cluster" [2021-06-28T11:44:27.647Z] time="2021-06-28T11:44:27Z" level=info msg="Node e9490d184d14/172.20.242.4, left gossip cluster" [2021-06-28T11:44:28.037Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-06-28T11:44:28.127Z] time="2021-06-28T11:44:27Z" level=info msg="Node 01ec0c353283 change state NodeActive --> NodeLeft" [2021-06-28T11:44:28.127Z] time="2021-06-28T11:44:27Z" level=info msg="node3(4d77a23b5422): Node leave event for 01ec0c353283/172.20.242.4" [2021-06-28T11:44:28.127Z] time="2021-06-28T11:44:27Z" level=info msg="Node 01ec0c353283 change state NodeActive --> NodeLeft" [2021-06-28T11:44:28.127Z] time="2021-06-28T11:44:27Z" level=info msg="node5(afa68df5df2d): Node leave event for 01ec0c353283/172.20.242.4" [2021-06-28T11:44:28.127Z] time="2021-06-28T11:44:27Z" level=info msg="Node 01ec0c353283 change state NodeActive --> NodeLeft" [2021-06-28T11:44:28.127Z] time="2021-06-28T11:44:27Z" level=info msg="node2(01ec0c353283): Node leave event for 01ec0c353283/172.20.242.4" [2021-06-28T11:44:28.127Z] time="2021-06-28T11:44:27Z" level=info msg="Node 01ec0c353283/172.20.242.4, left gossip cluster" [2021-06-28T11:44:28.127Z] time="2021-06-28T11:44:27Z" level=info msg="Node 01ec0c353283 change state NodeActive --> NodeLeft" [2021-06-28T11:44:28.127Z] time="2021-06-28T11:44:27Z" level=info msg="node4(8850b8119d4f): Node leave event for 01ec0c353283/172.20.242.4" [2021-06-28T11:44:28.127Z] time="2021-06-28T11:44:27Z" level=info msg="Node 01ec0c353283/172.20.242.4, left gossip cluster" [2021-06-28T11:44:28.127Z] time="2021-06-28T11:44:27Z" level=info msg="Node 01ec0c353283/172.20.242.4, left gossip cluster" [2021-06-28T11:44:28.127Z] time="2021-06-28T11:44:27Z" level=info msg="Node 01ec0c353283/172.20.242.4, left gossip cluster" [2021-06-28T11:44:28.613Z] time="2021-06-28T11:44:28Z" level=info msg="Node 4d77a23b5422 change state NodeActive --> NodeLeft" [2021-06-28T11:44:28.613Z] time="2021-06-28T11:44:28Z" level=info msg="node5(afa68df5df2d): Node leave event for 4d77a23b5422/172.20.242.4" [2021-06-28T11:44:28.613Z] time="2021-06-28T11:44:28Z" level=info msg="Node 4d77a23b5422/172.20.242.4, left gossip cluster" [2021-06-28T11:44:28.613Z] time="2021-06-28T11:44:28Z" level=info msg="Node 4d77a23b5422 change state NodeActive --> NodeLeft" [2021-06-28T11:44:28.613Z] time="2021-06-28T11:44:28Z" level=info msg="node4(8850b8119d4f): Node leave event for 4d77a23b5422/172.20.242.4" [2021-06-28T11:44:28.613Z] time="2021-06-28T11:44:28Z" level=info msg="Node 4d77a23b5422 change state NodeActive --> NodeFailed" [2021-06-28T11:44:28.613Z] time="2021-06-28T11:44:28Z" level=info msg="Node 4d77a23b5422/172.20.242.4, added to failed nodes list" [2021-06-28T11:44:28.613Z] time="2021-06-28T11:44:28Z" level=error msg="node: 4d77a23b5422 is unknown to memberlist" [2021-06-28T11:44:28.613Z] time="2021-06-28T11:44:28Z" level=info msg="Node 4d77a23b5422/172.20.242.4, left gossip cluster" [2021-06-28T11:44:28.613Z] time="2021-06-28T11:44:28Z" level=info msg="Node 4d77a23b5422/172.20.242.4, left gossip cluster" [2021-06-28T11:44:29.097Z] time="2021-06-28T11:44:28Z" level=debug msg="memberlist: Failed ping: 4d77a23b5422 (timeout reached)" [2021-06-28T11:44:29.097Z] time="2021-06-28T11:44:28Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.20.242.4:10036: use of closed network connection" [2021-06-28T11:44:29.097Z] time="2021-06-28T11:44:28Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.20.242.4:10037: use of closed network connection" [2021-06-28T11:44:29.097Z] time="2021-06-28T11:44:28Z" level=info msg="Node 8850b8119d4f change state NodeActive --> NodeLeft" [2021-06-28T11:44:29.097Z] time="2021-06-28T11:44:28Z" level=info msg="node5(afa68df5df2d): Node leave event for 8850b8119d4f/172.20.242.4" [2021-06-28T11:44:29.097Z] time="2021-06-28T11:44:28Z" level=info msg="Node 8850b8119d4f change state NodeActive --> NodeLeft" [2021-06-28T11:44:29.097Z] time="2021-06-28T11:44:28Z" level=info msg="node4(8850b8119d4f): Node leave event for 8850b8119d4f/172.20.242.4" [2021-06-28T11:44:29.097Z] time="2021-06-28T11:44:28Z" level=info msg="Node 8850b8119d4f/172.20.242.4, left gossip cluster" [2021-06-28T11:44:29.097Z] time="2021-06-28T11:44:28Z" level=info msg="Node 8850b8119d4f/172.20.242.4, left gossip cluster" [2021-06-28T11:44:29.403Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-06-28T11:44:29.587Z] time="2021-06-28T11:44:29Z" level=info msg="Node afa68df5df2d/172.20.242.4, left gossip cluster" [2021-06-28T11:44:29.587Z] time="2021-06-28T11:44:29Z" level=info msg="Node afa68df5df2d change state NodeActive --> NodeFailed" [2021-06-28T11:44:29.587Z] time="2021-06-28T11:44:29Z" level=info msg="Node afa68df5df2d/172.20.242.4, added to failed nodes list" [2021-06-28T11:44:29.587Z] --- PASS: TestNetworkDBIslands (65.83s) [2021-06-28T11:44:29.587Z] PASS [2021-06-28T11:44:29.587Z] coverage: 60.1% of statements [2021-06-28T11:44:29.587Z] ok github.com/docker/docker/libnetwork/networkdb 156.009s coverage: 60.1% of statements [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/libnetwork/portmapper [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/libnetwork/resolvconf [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/quota [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/rootless [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/volume [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-28T11:44:29.587Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-28T11:44:29.965Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-28T11:44:29.965Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-28T11:44:29.965Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-06-28T11:44:31.196Z] [2021-06-28T11:44:31.196Z] === Skipped [2021-06-28T11:44:31.196Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-06-28T11:44:31.196Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-28T11:44:31.196Z] [2021-06-28T11:44:31.196Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-06-28T11:44:31.196Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:31.196Z] [2021-06-28T11:44:31.196Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-06-28T11:44:31.196Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:31.196Z] [2021-06-28T11:44:31.196Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-06-28T11:44:31.196Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:31.196Z] [2021-06-28T11:44:31.196Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-06-28T11:44:31.196Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:31.196Z] [2021-06-28T11:44:31.196Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-06-28T11:44:31.196Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-28T11:44:31.196Z] [2021-06-28T11:44:31.196Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-06-28T11:44:31.196Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-28T11:44:31.196Z] [2021-06-28T11:44:31.196Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-06-28T11:44:31.196Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-28T11:44:31.196Z] [2021-06-28T11:44:31.196Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-06-28T11:44:31.196Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-28T11:44:31.196Z] [2021-06-28T11:44:31.196Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-06-28T11:44:31.196Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-06-28T11:44:31.196Z] [2021-06-28T11:44:31.196Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-06-28T11:44:31.196Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-28T11:44:31.196Z] [2021-06-28T11:44:31.196Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-06-28T11:44:31.196Z] daemon_test.go:147: root required [2021-06-28T11:44:31.196Z] [2021-06-28T11:44:31.196Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-28T11:44:31.196Z] reload_test.go:520: root required [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-06-28T11:44:31.679Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-28T11:44:31.679Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-06-28T11:44:31.679Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-06-28T11:44:31.679Z] download_test.go:268: Needs fixing on Windows [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-06-28T11:44:31.679Z] layer_test.go:304: Failing on Windows [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-06-28T11:44:31.679Z] layer_test.go:353: Failing on Windows [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-06-28T11:44:31.679Z] layer_test.go:468: Failing on Windows [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-06-28T11:44:31.679Z] layer_test.go:697: Failing on Windows [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-06-28T11:44:31.679Z] migration_test.go:46: Failing on Windows [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-06-28T11:44:31.679Z] migration_test.go:182: Failing on Windows [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-06-28T11:44:31.679Z] mount_test.go:17: Failing on Windows [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-06-28T11:44:31.679Z] mount_test.go:76: Failing on Windows [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.01s) [2021-06-28T11:44:31.679Z] mount_test.go:125: Failing on Windows [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-06-28T11:44:31.679Z] mount_test.go:212: Failing on Windows [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2021-06-28T11:44:31.679Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-06-28T11:44:31.679Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-06-28T11:44:31.679Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.679Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-06-28T11:44:31.679Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:44:31.679Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-06-28T11:44:31.680Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-06-28T11:44:31.680Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-06-28T11:44:31.680Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-06-28T11:44:31.680Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-06-28T11:44:31.680Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-06-28T11:44:31.680Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-06-28T11:44:31.680Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-06-28T11:44:31.680Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-06-28T11:44:31.680Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-06-28T11:44:31.680Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-06-28T11:44:31.680Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-06-28T11:44:31.680Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-06-28T11:44:31.680Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-06-28T11:44:31.680Z] archive_test.go:134: Xz not present in msys2 [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-06-28T11:44:31.680Z] archive_test.go:239: Failing on Windows CI machines [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-06-28T11:44:31.680Z] archive_windows_test.go:16: Currently fails [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-06-28T11:44:31.680Z] changes_test.go:196: needs more investigation [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-06-28T11:44:31.680Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-06-28T11:44:31.680Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-06-28T11:44:31.680Z] changes_test.go:433: needs further investigation [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-06-28T11:44:31.680Z] changes_test.go:469: needs further investigation [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-06-28T11:44:31.680Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-28T11:44:31.680Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-06-28T11:44:31.680Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-06-28T11:44:31.680Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-06-28T11:44:31.680Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-06-28T11:44:31.680Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-28T11:44:31.680Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-28T11:44:31.680Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-06-28T11:44:31.680Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-06-28T11:44:31.680Z] poller_test.go:41: No chmod on Windows [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-28T11:44:31.680Z] fileutils_test.go:134: Needs porting to Windows [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-28T11:44:31.680Z] fileutils_test.go:180: Needs porting to Windows [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-06-28T11:44:31.680Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-06-28T11:44:31.680Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2021-06-28T11:44:31.680Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-06-28T11:44:31.680Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-06-28T11:44:31.680Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] [2021-06-28T11:44:31.680Z] DONE 2027 tests, 69 skipped in 339.712s [2021-06-28T11:44:31.680Z] INFO: make.ps1 ended at 06/28/2021 11:44:31 [2021-06-28T11:44:33.232Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-06-28T11:44:33.288Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-06-28T11:44:33.288Z] INFO: Unit tests ended at 06/28/2021 11:44:32. Duration:00:05:53.4264313 [2021-06-28T11:44:33.288Z] INFO: Building busybox [2021-06-28T11:44:33.288Z] Sending build context to Docker daemon 5.12kB [2021-06-28T11:44:33.288Z] [2021-06-28T11:44:33.288Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-06-28T11:44:33.288Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-06-28T11:44:33.288Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-06-28T11:44:33.288Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-06-28T11:44:33.288Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-06-28T11:44:33.288Z] ---> 39d157a84080 [2021-06-28T11:44:33.288Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-06-28T11:44:33.288Z] ---> Running in a4b98c914ce8 [2021-06-28T11:44:33.488Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-06-28T11:44:34.854Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-06-28T11:44:37.130Z] Removing intermediate container a4b98c914ce8 [2021-06-28T11:44:37.130Z] ---> 623a959515bc [2021-06-28T11:44:37.130Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-06-28T11:44:37.130Z] ---> Running in a9d678bdecc6 [2021-06-28T11:44:37.584Z] Removing intermediate container a9d678bdecc6 [2021-06-28T11:44:37.584Z] ---> f6819bc0b280 [2021-06-28T11:44:37.584Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-06-28T11:44:37.584Z] ---> Running in 13433e33d295 [2021-06-28T11:44:38.038Z] Removing intermediate container 13433e33d295 [2021-06-28T11:44:38.038Z] ---> 624cae5eaf61 [2021-06-28T11:44:38.038Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-06-28T11:44:39.093Z] === RUN TestBoolValue [2021-06-28T11:44:39.093Z] --- PASS: TestBoolValue (0.00s) [2021-06-28T11:44:39.093Z] === RUN TestBoolValueOrDefault [2021-06-28T11:44:39.093Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-06-28T11:44:39.093Z] === RUN TestInt64ValueOrZero [2021-06-28T11:44:39.093Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-06-28T11:44:39.093Z] === RUN TestInt64ValueOrDefault [2021-06-28T11:44:39.093Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-06-28T11:44:39.093Z] === RUN TestInt64ValueOrDefaultWithError [2021-06-28T11:44:39.093Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-06-28T11:44:39.093Z] === RUN TestJsonContentType [2021-06-28T11:44:39.093Z] --- PASS: TestJsonContentType (0.00s) [2021-06-28T11:44:39.093Z] PASS [2021-06-28T11:44:39.093Z] coverage: 14.7% of statements [2021-06-28T11:44:39.093Z] ok github.com/docker/docker/api/server/httputils 0.264s coverage: 14.7% of statements [2021-06-28T11:44:39.093Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-28T11:44:39.093Z] === RUN TestMaskSecretKeys [2021-06-28T11:44:39.093Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-06-28T11:44:39.093Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-06-28T11:44:39.093Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-06-28T11:44:39.093Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-06-28T11:44:39.093Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-06-28T11:44:39.093Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-06-28T11:44:39.093Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-06-28T11:44:39.093Z] === RUN TestVersionMiddlewareVersion [2021-06-28T11:44:39.093Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-06-28T11:44:39.093Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-06-28T11:44:39.093Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-06-28T11:44:39.093Z] PASS [2021-06-28T11:44:39.093Z] coverage: 37.7% of statements [2021-06-28T11:44:39.093Z] ok github.com/docker/docker/api/server/middleware 0.243s coverage: 37.7% of statements [2021-06-28T11:44:39.093Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-28T11:44:39.093Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-28T11:44:39.093Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-28T11:44:39.093Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-28T11:44:39.093Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-28T11:44:39.093Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-28T11:44:39.093Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-28T11:44:39.093Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-28T11:44:39.093Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-28T11:44:39.543Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-28T11:44:39.543Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-28T11:44:39.567Z] [2021-06-28T11:44:39.567Z] ---> abc5d662962b [2021-06-28T11:44:39.567Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-06-28T11:44:40.023Z] ---> Running in 9779c71dd104 [2021-06-28T11:44:40.493Z] === RUN TestAdjustForAPIVersion [2021-06-28T11:44:40.493Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-06-28T11:44:40.493Z] PASS [2021-06-28T11:44:40.493Z] coverage: 5.7% of statements [2021-06-28T11:44:40.493Z] ok github.com/docker/docker/api/server/router/swarm 0.218s coverage: 5.7% of statements [2021-06-28T11:44:40.493Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-28T11:44:40.493Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-28T11:44:40.493Z] ? github.com/docker/docker/api/types [no test files] [2021-06-28T11:44:40.493Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-28T11:44:40.493Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-28T11:44:40.493Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-28T11:44:40.493Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-28T11:44:40.493Z] === RUN TestStrSliceMarshalJSON [2021-06-28T11:44:40.493Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestStrSliceUnmarshalJSON [2021-06-28T11:44:40.493Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestStrSliceUnmarshalString [2021-06-28T11:44:40.493Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestStrSliceUnmarshalSlice [2021-06-28T11:44:40.493Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-06-28T11:44:40.493Z] PASS [2021-06-28T11:44:40.493Z] coverage: 90.0% of statements [2021-06-28T11:44:40.493Z] ok github.com/docker/docker/api/types/strslice 0.249s coverage: 90.0% of statements [2021-06-28T11:44:40.493Z] === RUN TestToJSON [2021-06-28T11:44:40.493Z] --- PASS: TestToJSON (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestToParamWithVersion [2021-06-28T11:44:40.493Z] --- PASS: TestToParamWithVersion (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestFromJSON [2021-06-28T11:44:40.493Z] --- PASS: TestFromJSON (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestEmpty [2021-06-28T11:44:40.493Z] --- PASS: TestEmpty (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestArgsMatchKVListEmptySources [2021-06-28T11:44:40.493Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestArgsMatchKVList [2021-06-28T11:44:40.493Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestArgsMatch [2021-06-28T11:44:40.493Z] --- PASS: TestArgsMatch (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestAdd [2021-06-28T11:44:40.493Z] --- PASS: TestAdd (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestDel [2021-06-28T11:44:40.493Z] --- PASS: TestDel (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestLen [2021-06-28T11:44:40.493Z] --- PASS: TestLen (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestExactMatch [2021-06-28T11:44:40.493Z] --- PASS: TestExactMatch (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestOnlyOneExactMatch [2021-06-28T11:44:40.493Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestContains [2021-06-28T11:44:40.493Z] --- PASS: TestContains (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestValidate [2021-06-28T11:44:40.493Z] --- PASS: TestValidate (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestWalkValues [2021-06-28T11:44:40.493Z] --- PASS: TestWalkValues (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestFuzzyMatch [2021-06-28T11:44:40.493Z] --- PASS: TestFuzzyMatch (0.00s) [2021-06-28T11:44:40.493Z] === RUN TestClone [2021-06-28T11:44:40.493Z] --- PASS: TestClone (0.00s) [2021-06-28T11:44:40.493Z] PASS [2021-06-28T11:44:40.493Z] coverage: 92.2% of statements [2021-06-28T11:44:40.493Z] ok github.com/docker/docker/api/types/filters 0.205s coverage: 92.2% of statements [2021-06-28T11:44:40.493Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-28T11:44:40.493Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-28T11:44:40.493Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-28T11:44:40.493Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-28T11:44:40.493Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-28T11:44:40.493Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-28T11:44:40.493Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-28T11:44:40.943Z] === RUN TestDurationToSecondsString [2021-06-28T11:44:40.943Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-06-28T11:44:40.943Z] === RUN TestGetTimestamp [2021-06-28T11:44:40.943Z] === RUN TestCompareVersion [2021-06-28T11:44:40.943Z] --- PASS: TestCompareVersion (0.00s) [2021-06-28T11:44:40.943Z] PASS [2021-06-28T11:44:40.943Z] coverage: 75.0% of statements [2021-06-28T11:44:40.943Z] ok github.com/docker/docker/api/types/versions 0.152s coverage: 75.0% of statements [2021-06-28T11:44:40.943Z] --- PASS: TestGetTimestamp (0.16s) [2021-06-28T11:44:40.943Z] === RUN TestParseTimestamps [2021-06-28T11:44:40.943Z] --- PASS: TestParseTimestamps (0.00s) [2021-06-28T11:44:40.943Z] PASS [2021-06-28T11:44:40.943Z] coverage: 100.0% of statements [2021-06-28T11:44:40.943Z] ok github.com/docker/docker/api/types/time 0.279s coverage: 100.0% of statements [2021-06-28T11:44:40.943Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-28T11:44:40.943Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-28T11:44:40.943Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-28T11:44:40.943Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-06-28T11:44:40.943Z] ? github.com/docker/docker/builder [no test files] [2021-06-28T11:44:40.943Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-28T11:44:40.943Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-28T11:44:40.943Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-28T11:44:40.943Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-28T11:44:40.943Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-28T11:44:40.943Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-28T11:44:40.943Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-28T11:44:42.454Z] === RUN TestParseRemoteURL [2021-06-28T11:44:42.454Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-06-28T11:44:42.454Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-06-28T11:44:42.454Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-06-28T11:44:42.454Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-06-28T11:44:42.454Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-06-28T11:44:42.454Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-06-28T11:44:42.454Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-06-28T11:44:42.454Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-06-28T11:44:42.454Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-06-28T11:44:42.454Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-06-28T11:44:42.454Z] --- PASS: TestParseRemoteURL (0.00s) [2021-06-28T11:44:42.454Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-06-28T11:44:42.454Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-06-28T11:44:42.454Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-06-28T11:44:42.454Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-06-28T11:44:42.454Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-06-28T11:44:42.454Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-06-28T11:44:42.454Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-06-28T11:44:42.454Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-06-28T11:44:42.454Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-06-28T11:44:42.454Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-06-28T11:44:42.454Z] === RUN TestCloneArgsSmartHttp [2021-06-28T11:44:42.454Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-06-28T11:44:42.454Z] === RUN TestCloneArgsDumbHttp [2021-06-28T11:44:42.454Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-06-28T11:44:42.454Z] === RUN TestCloneArgsGit [2021-06-28T11:44:42.454Z] --- PASS: TestCloneArgsGit (0.00s) [2021-06-28T11:44:42.454Z] === RUN TestCheckoutGit [2021-06-28T11:44:42.938Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-06-28T11:44:44.598Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-06-28T11:44:44.598Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-06-28T11:44:44.598Z] === RUN TestProcessNoDockerignore [2021-06-28T11:44:44.598Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-06-28T11:44:44.598Z] === RUN TestProcessShouldLeaveAllFiles [2021-06-28T11:44:44.598Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-06-28T11:44:44.598Z] === RUN TestDetectContentType [2021-06-28T11:44:44.598Z] --- PASS: TestDetectContentType (0.00s) [2021-06-28T11:44:44.598Z] === RUN TestSelectAcceptableMIME [2021-06-28T11:44:44.598Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-06-28T11:44:44.598Z] === RUN TestInspectEmptyResponse [2021-06-28T11:44:44.598Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-06-28T11:44:44.598Z] === RUN TestInspectResponseBinary [2021-06-28T11:44:44.598Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-06-28T11:44:44.598Z] === RUN TestResponseUnsupportedContentType [2021-06-28T11:44:44.598Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-06-28T11:44:44.598Z] === RUN TestInspectResponseTextSimple [2021-06-28T11:44:44.598Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-06-28T11:44:44.598Z] === RUN TestInspectResponseEmptyContentType [2021-06-28T11:44:44.598Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-06-28T11:44:44.598Z] === RUN TestUnknownContentLength [2021-06-28T11:44:44.598Z] --- PASS: TestUnknownContentLength (0.00s) [2021-06-28T11:44:44.598Z] === RUN TestDownloadRemote [2021-06-28T11:44:44.598Z] --- PASS: TestDownloadRemote (0.07s) [2021-06-28T11:44:44.598Z] === RUN TestGetWithStatusError [2021-06-28T11:44:44.598Z] --- PASS: TestGetWithStatusError (0.00s) [2021-06-28T11:44:44.598Z] === RUN TestCloseRootDirectory [2021-06-28T11:44:44.598Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:44.598Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-06-28T11:44:44.598Z] === RUN TestHashFile [2021-06-28T11:44:44.598Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:44.598Z] --- SKIP: TestHashFile (0.00s) [2021-06-28T11:44:44.598Z] === RUN TestHashSubdir [2021-06-28T11:44:44.598Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:44.827Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-06-28T11:44:45.048Z] --- SKIP: TestHashSubdir (0.01s) [2021-06-28T11:44:45.048Z] === RUN TestRemoveDirectory [2021-06-28T11:44:45.048Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:44:45.048Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-06-28T11:44:45.048Z] PASS [2021-06-28T11:44:45.048Z] coverage: 9.3% of statements [2021-06-28T11:44:45.048Z] ok github.com/docker/docker/builder/remotecontext 0.717s coverage: 9.3% of statements [2021-06-28T11:44:45.048Z] === RUN TestGetAllAllowed [2021-06-28T11:44:45.048Z] --- PASS: TestGetAllAllowed (0.00s) [2021-06-28T11:44:45.390Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-06-28T11:44:45.498Z] === RUN TestGetAllMeta [2021-06-28T11:44:45.498Z] --- PASS: TestGetAllMeta (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestWarnOnUnusedBuildArgs [2021-06-28T11:44:45.498Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestIsUnreferencedBuiltin [2021-06-28T11:44:45.498Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestIsExistingDirectory [2021-06-28T11:44:45.498Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestGetFilenameForDownload [2021-06-28T11:44:45.498Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestEnv2Variables [2021-06-28T11:44:45.498Z] --- PASS: TestEnv2Variables (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-06-28T11:44:45.498Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestMaintainer [2021-06-28T11:44:45.498Z] --- PASS: TestMaintainer (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestLabel [2021-06-28T11:44:45.498Z] --- PASS: TestLabel (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestFromScratch [2021-06-28T11:44:45.498Z] --- PASS: TestFromScratch (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestFromWithArg [2021-06-28T11:44:45.498Z] --- PASS: TestFromWithArg (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-06-28T11:44:45.498Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestFromWithUndefinedArg [2021-06-28T11:44:45.498Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestFromMultiStageWithNamedStage [2021-06-28T11:44:45.498Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestOnbuild [2021-06-28T11:44:45.498Z] --- PASS: TestOnbuild (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestWorkdir [2021-06-28T11:44:45.498Z] --- PASS: TestWorkdir (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestCmd [2021-06-28T11:44:45.498Z] --- PASS: TestCmd (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestHealthcheckNone [2021-06-28T11:44:45.498Z] --- PASS: TestHealthcheckNone (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestHealthcheckCmd [2021-06-28T11:44:45.498Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestEntrypoint [2021-06-28T11:44:45.498Z] --- PASS: TestEntrypoint (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestExpose [2021-06-28T11:44:45.498Z] --- PASS: TestExpose (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestUser [2021-06-28T11:44:45.498Z] --- PASS: TestUser (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestVolume [2021-06-28T11:44:45.498Z] --- PASS: TestVolume (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestStopSignal [2021-06-28T11:44:45.498Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-28T11:44:45.498Z] --- SKIP: TestStopSignal (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestArg [2021-06-28T11:44:45.498Z] --- PASS: TestArg (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestShell [2021-06-28T11:44:45.498Z] --- PASS: TestShell (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestPrependEnvOnCmd [2021-06-28T11:44:45.498Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestRunWithBuildArgs [2021-06-28T11:44:45.498Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestRunIgnoresHealthcheck [2021-06-28T11:44:45.498Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestDispatchUnsupportedOptions [2021-06-28T11:44:45.498Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-06-28T11:44:45.498Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-06-28T11:44:45.498Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-06-28T11:44:45.498Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-06-28T11:44:45.498Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-06-28T11:44:45.498Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-06-28T11:44:45.498Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestNormalizeWorkdir [2021-06-28T11:44:45.498Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestDispatch [2021-06-28T11:44:45.498Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-06-28T11:44:45.498Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-06-28T11:44:45.498Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-06-28T11:44:45.498Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-06-28T11:44:45.498Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-06-28T11:44:45.498Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-06-28T11:44:45.498Z] === RUN TestDispatch/COPY_url [2021-06-28T11:44:45.498Z] --- PASS: TestDispatch (0.08s) [2021-06-28T11:44:45.498Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s) [2021-06-28T11:44:45.498Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-06-28T11:44:45.498Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-06-28T11:44:45.498Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s) [2021-06-28T11:44:45.498Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-06-28T11:44:45.498Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-06-28T11:44:45.498Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestAddScratchImageAddsToMounts [2021-06-28T11:44:45.498Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestAddFromScratchPopulatesPlatform [2021-06-28T11:44:45.498Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-06-28T11:44:45.498Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-06-28T11:44:45.498Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-06-28T11:44:45.499Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-06-28T11:44:45.499Z] === RUN TestImageSourceGetAddsToMounts [2021-06-28T11:44:45.499Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-06-28T11:44:45.499Z] === RUN TestEmptyDockerfile [2021-06-28T11:44:45.499Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-06-28T11:44:45.499Z] === RUN TestSymlinkDockerfile [2021-06-28T11:44:45.499Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-06-28T11:44:45.499Z] === RUN TestDockerfileOutsideTheBuildContext [2021-06-28T11:44:45.499Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-06-28T11:44:45.499Z] === RUN TestNonExistingDockerfile [2021-06-28T11:44:45.499Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-06-28T11:44:45.499Z] === RUN TestCopyRunConfig [2021-06-28T11:44:45.499Z] --- PASS: TestCopyRunConfig (0.00s) [2021-06-28T11:44:45.499Z] === RUN TestDeepCopyRunConfig [2021-06-28T11:44:45.499Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-06-28T11:44:45.499Z] === RUN TestExportImage [2021-06-28T11:44:45.499Z] --- PASS: TestExportImage (0.00s) [2021-06-28T11:44:45.499Z] === RUN TestNormalizeDest [2021-06-28T11:44:45.499Z] --- PASS: TestNormalizeDest (0.00s) [2021-06-28T11:44:45.499Z] PASS [2021-06-28T11:44:45.499Z] coverage: 47.0% of statements [2021-06-28T11:44:45.499Z] ok github.com/docker/docker/builder/dockerfile 0.963s coverage: 47.0% of statements [2021-06-28T11:44:45.499Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-28T11:44:45.647Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-06-28T11:44:45.948Z] === RUN TestEnable [2021-06-28T11:44:45.948Z] --- PASS: TestEnable (0.00s) [2021-06-28T11:44:45.948Z] === RUN TestDisable [2021-06-28T11:44:45.948Z] --- PASS: TestDisable (0.00s) [2021-06-28T11:44:45.948Z] === RUN TestEnabled [2021-06-28T11:44:45.948Z] --- PASS: TestEnabled (0.00s) [2021-06-28T11:44:45.948Z] PASS [2021-06-28T11:44:45.948Z] coverage: 100.0% of statements [2021-06-28T11:44:45.948Z] ok github.com/docker/docker/cli/debug 0.101s coverage: 100.0% of statements [2021-06-28T11:44:46.898Z] === RUN TestTCP4Proxy [2021-06-28T11:44:46.898Z] --- PASS: TestTCP4Proxy (0.01s) [2021-06-28T11:44:46.898Z] === RUN TestTCP4ProxyHalfClose [2021-06-28T11:44:46.898Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-06-28T11:44:46.898Z] === RUN TestTCP6Proxy [2021-06-28T11:44:46.898Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-28T11:44:46.898Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-06-28T11:44:46.898Z] === RUN TestTCPDualStackProxy [2021-06-28T11:44:46.898Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-28T11:44:46.898Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-06-28T11:44:46.898Z] === RUN TestUDP4Proxy [2021-06-28T11:44:46.898Z] --- PASS: TestUDP4Proxy (0.00s) [2021-06-28T11:44:46.898Z] === RUN TestUDP6Proxy [2021-06-28T11:44:46.898Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-28T11:44:46.898Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-06-28T11:44:46.898Z] === RUN TestUDPWriteError [2021-06-28T11:44:46.898Z] --- PASS: TestUDPWriteError (0.00s) [2021-06-28T11:44:46.898Z] === RUN TestSCTP4Proxy [2021-06-28T11:44:46.898Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-06-28T11:44:46.898Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-06-28T11:44:46.898Z] === RUN TestSCTP6Proxy [2021-06-28T11:44:46.898Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-28T11:44:46.898Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-06-28T11:44:46.898Z] PASS [2021-06-28T11:44:46.898Z] coverage: 49.4% of statements [2021-06-28T11:44:46.898Z] ok github.com/docker/docker/cmd/docker-proxy 0.159s coverage: 49.4% of statements [2021-06-28T11:44:47.538Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-06-28T11:44:47.538Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-06-28T11:44:47.538Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-06-28T11:44:47.538Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-06-28T11:44:48.469Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-06-28T11:44:48.540Z] Removing intermediate container 9779c71dd104 [2021-06-28T11:44:48.540Z] ---> ea16384162e4 [2021-06-28T11:44:48.540Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-06-28T11:44:48.540Z] ---> Running in 98ba68649c17 [2021-06-28T11:44:48.995Z] [2021-06-28T11:44:48.995Z] SUCCESS: Specified value was saved. [2021-06-28T11:44:51.745Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-06-28T11:44:51.874Z] Removing intermediate container 98ba68649c17 [2021-06-28T11:44:51.874Z] ---> 2bf28e975883 [2021-06-28T11:44:51.874Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-06-28T11:44:51.874Z] ---> Running in 07aa95203385 [2021-06-28T11:44:52.673Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-06-28T11:44:54.040Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-06-28T11:44:55.580Z] Cannot create a file when that file already exists. [2021-06-28T11:44:59.178Z] === RUN TestCheckpointCreateError [2021-06-28T11:44:59.178Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestCheckpointCreate [2021-06-28T11:44:59.178Z] --- PASS: TestCheckpointCreate (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestCheckpointDeleteError [2021-06-28T11:44:59.178Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestCheckpointDelete [2021-06-28T11:44:59.178Z] --- PASS: TestCheckpointDelete (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestCheckpointListError [2021-06-28T11:44:59.178Z] --- PASS: TestCheckpointListError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestCheckpointList [2021-06-28T11:44:59.178Z] --- PASS: TestCheckpointList (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestCheckpointListContainerNotFound [2021-06-28T11:44:59.178Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestNewClientWithOpsFromEnv [2021-06-28T11:44:59.178Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-28T11:44:59.178Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestGetAPIPath [2021-06-28T11:44:59.178Z] --- PASS: TestGetAPIPath (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestParseHostURL [2021-06-28T11:44:59.178Z] --- PASS: TestParseHostURL (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-06-28T11:44:59.178Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestNegotiateAPIVersionEmpty [2021-06-28T11:44:59.178Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestNegotiateAPIVersion [2021-06-28T11:44:59.178Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestNegotiateAPVersionOverride [2021-06-28T11:44:59.178Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestNegotiateAPIVersionAutomatic [2021-06-28T11:44:59.178Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-06-28T11:44:59.178Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-06-28T11:44:59.178Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestClientRedirect [2021-06-28T11:44:59.178Z] --- PASS: TestClientRedirect (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigCreateUnsupported [2021-06-28T11:44:59.178Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigCreateError [2021-06-28T11:44:59.178Z] --- PASS: TestConfigCreateError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigCreate [2021-06-28T11:44:59.178Z] --- PASS: TestConfigCreate (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigInspectNotFound [2021-06-28T11:44:59.178Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigInspectWithEmptyID [2021-06-28T11:44:59.178Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigInspectUnsupported [2021-06-28T11:44:59.178Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigInspectError [2021-06-28T11:44:59.178Z] --- PASS: TestConfigInspectError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigInspectConfigNotFound [2021-06-28T11:44:59.178Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigInspect [2021-06-28T11:44:59.178Z] --- PASS: TestConfigInspect (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigListUnsupported [2021-06-28T11:44:59.178Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigListError [2021-06-28T11:44:59.178Z] --- PASS: TestConfigListError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigList [2021-06-28T11:44:59.178Z] --- PASS: TestConfigList (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigRemoveUnsupported [2021-06-28T11:44:59.178Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigRemoveError [2021-06-28T11:44:59.178Z] --- PASS: TestConfigRemoveError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigRemove [2021-06-28T11:44:59.178Z] --- PASS: TestConfigRemove (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigUpdateUnsupported [2021-06-28T11:44:59.178Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigUpdateError [2021-06-28T11:44:59.178Z] --- PASS: TestConfigUpdateError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestConfigUpdate [2021-06-28T11:44:59.178Z] --- PASS: TestConfigUpdate (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerCommitError [2021-06-28T11:44:59.178Z] --- PASS: TestContainerCommitError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerCommit [2021-06-28T11:44:59.178Z] --- PASS: TestContainerCommit (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerStatPathError [2021-06-28T11:44:59.178Z] --- PASS: TestContainerStatPathError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerStatPathNotFoundError [2021-06-28T11:44:59.178Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerStatPathNoHeaderError [2021-06-28T11:44:59.178Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerStatPath [2021-06-28T11:44:59.178Z] --- PASS: TestContainerStatPath (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestCopyToContainerError [2021-06-28T11:44:59.178Z] --- PASS: TestCopyToContainerError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestCopyToContainerNotFoundError [2021-06-28T11:44:59.178Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestCopyToContainerNotStatusOKError [2021-06-28T11:44:59.178Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestCopyToContainer [2021-06-28T11:44:59.178Z] --- PASS: TestCopyToContainer (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestCopyFromContainerError [2021-06-28T11:44:59.178Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestCopyFromContainerNotFoundError [2021-06-28T11:44:59.178Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestCopyFromContainerNotStatusOKError [2021-06-28T11:44:59.178Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestCopyFromContainerNoHeaderError [2021-06-28T11:44:59.178Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestCopyFromContainer [2021-06-28T11:44:59.178Z] --- PASS: TestCopyFromContainer (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerCreateError [2021-06-28T11:44:59.178Z] --- PASS: TestContainerCreateError (0.01s) [2021-06-28T11:44:59.178Z] === RUN TestContainerCreateImageNotFound [2021-06-28T11:44:59.178Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerCreateWithName [2021-06-28T11:44:59.178Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerCreateAutoRemove [2021-06-28T11:44:59.178Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerDiffError [2021-06-28T11:44:59.178Z] --- PASS: TestContainerDiffError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerDiff [2021-06-28T11:44:59.178Z] --- PASS: TestContainerDiff (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerExecCreateError [2021-06-28T11:44:59.178Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerExecCreate [2021-06-28T11:44:59.178Z] --- PASS: TestContainerExecCreate (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerExecStartError [2021-06-28T11:44:59.178Z] --- PASS: TestContainerExecStartError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerExecStart [2021-06-28T11:44:59.178Z] --- PASS: TestContainerExecStart (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerExecInspectError [2021-06-28T11:44:59.178Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerExecInspect [2021-06-28T11:44:59.178Z] --- PASS: TestContainerExecInspect (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerExportError [2021-06-28T11:44:59.178Z] --- PASS: TestContainerExportError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerExport [2021-06-28T11:44:59.178Z] --- PASS: TestContainerExport (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerInspectError [2021-06-28T11:44:59.178Z] --- PASS: TestContainerInspectError (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerInspectContainerNotFound [2021-06-28T11:44:59.178Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerInspectWithEmptyID [2021-06-28T11:44:59.178Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerInspect [2021-06-28T11:44:59.178Z] --- PASS: TestContainerInspect (0.00s) [2021-06-28T11:44:59.178Z] === RUN TestContainerInspectNode [2021-06-28T11:44:59.179Z] --- PASS: TestContainerInspectNode (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerKillError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerKillError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerKill [2021-06-28T11:44:59.179Z] --- PASS: TestContainerKill (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerListError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerListError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerList [2021-06-28T11:44:59.179Z] --- PASS: TestContainerList (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerLogsNotFoundError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerLogsError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerLogsError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerLogs [2021-06-28T11:44:59.179Z] --- PASS: TestContainerLogs (0.21s) [2021-06-28T11:44:59.179Z] === RUN TestContainerPauseError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerPauseError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerPause [2021-06-28T11:44:59.179Z] --- PASS: TestContainerPause (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainersPruneError [2021-06-28T11:44:59.179Z] --- PASS: TestContainersPruneError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainersPrune [2021-06-28T11:44:59.179Z] --- PASS: TestContainersPrune (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerRemoveError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerRemoveError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerRemoveNotFoundError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerRemove [2021-06-28T11:44:59.179Z] --- PASS: TestContainerRemove (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerRenameError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerRenameError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerRename [2021-06-28T11:44:59.179Z] --- PASS: TestContainerRename (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerResizeError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerResizeError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerExecResizeError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerResize [2021-06-28T11:44:59.179Z] --- PASS: TestContainerResize (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerExecResize [2021-06-28T11:44:59.179Z] --- PASS: TestContainerExecResize (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerRestartError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerRestartError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerRestart [2021-06-28T11:44:59.179Z] --- PASS: TestContainerRestart (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerStartError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerStartError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerStart [2021-06-28T11:44:59.179Z] --- PASS: TestContainerStart (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerStatsError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerStatsError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerStats [2021-06-28T11:44:59.179Z] --- PASS: TestContainerStats (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerStopError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerStopError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerStop [2021-06-28T11:44:59.179Z] --- PASS: TestContainerStop (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerTopError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerTopError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerTop [2021-06-28T11:44:59.179Z] --- PASS: TestContainerTop (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerUnpauseError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerUnpause [2021-06-28T11:44:59.179Z] --- PASS: TestContainerUnpause (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerUpdateError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerUpdateError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerUpdate [2021-06-28T11:44:59.179Z] --- PASS: TestContainerUpdate (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerWaitError [2021-06-28T11:44:59.179Z] --- PASS: TestContainerWaitError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestContainerWait [2021-06-28T11:44:59.179Z] --- PASS: TestContainerWait (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestDiskUsageError [2021-06-28T11:44:59.179Z] --- PASS: TestDiskUsageError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestDiskUsage [2021-06-28T11:44:59.179Z] --- PASS: TestDiskUsage (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestDistributionInspectUnsupported [2021-06-28T11:44:59.179Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestDistributionInspectWithEmptyID [2021-06-28T11:44:59.179Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestEventsErrorInOptions [2021-06-28T11:44:59.179Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestEventsErrorFromServer [2021-06-28T11:44:59.179Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestEvents [2021-06-28T11:44:59.179Z] --- PASS: TestEvents (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestTLSCloseWriter [2021-06-28T11:44:59.179Z] === PAUSE TestTLSCloseWriter [2021-06-28T11:44:59.179Z] === RUN TestImageBuildError [2021-06-28T11:44:59.179Z] --- PASS: TestImageBuildError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageBuild [2021-06-28T11:44:59.179Z] --- PASS: TestImageBuild (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestGetDockerOS [2021-06-28T11:44:59.179Z] --- PASS: TestGetDockerOS (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageCreateError [2021-06-28T11:44:59.179Z] --- PASS: TestImageCreateError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageCreate [2021-06-28T11:44:59.179Z] --- PASS: TestImageCreate (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageHistoryError [2021-06-28T11:44:59.179Z] --- PASS: TestImageHistoryError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageHistory [2021-06-28T11:44:59.179Z] --- PASS: TestImageHistory (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageImportError [2021-06-28T11:44:59.179Z] --- PASS: TestImageImportError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageImport [2021-06-28T11:44:59.179Z] --- PASS: TestImageImport (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageInspectError [2021-06-28T11:44:59.179Z] --- PASS: TestImageInspectError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageInspectImageNotFound [2021-06-28T11:44:59.179Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageInspectWithEmptyID [2021-06-28T11:44:59.179Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageInspect [2021-06-28T11:44:59.179Z] --- PASS: TestImageInspect (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageListError [2021-06-28T11:44:59.179Z] --- PASS: TestImageListError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageList [2021-06-28T11:44:59.179Z] --- PASS: TestImageList (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageListApiBefore125 [2021-06-28T11:44:59.179Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageLoadError [2021-06-28T11:44:59.179Z] --- PASS: TestImageLoadError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageLoad [2021-06-28T11:44:59.179Z] --- PASS: TestImageLoad (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImagesPruneError [2021-06-28T11:44:59.179Z] --- PASS: TestImagesPruneError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImagesPrune [2021-06-28T11:44:59.179Z] --- PASS: TestImagesPrune (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImagePullReferenceParseError [2021-06-28T11:44:59.179Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImagePullAnyError [2021-06-28T11:44:59.179Z] --- PASS: TestImagePullAnyError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImagePullStatusUnauthorizedError [2021-06-28T11:44:59.179Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-28T11:44:59.179Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-28T11:44:59.179Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-06-28T11:44:59.179Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImagePullWithoutErrors [2021-06-28T11:44:59.179Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImagePushReferenceError [2021-06-28T11:44:59.179Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImagePushAnyError [2021-06-28T11:44:59.179Z] --- PASS: TestImagePushAnyError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImagePushStatusUnauthorizedError [2021-06-28T11:44:59.179Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-28T11:44:59.179Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-28T11:44:59.179Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-06-28T11:44:59.179Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImagePushWithoutErrors [2021-06-28T11:44:59.179Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-06-28T11:44:59.179Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-06-28T11:44:59.179Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-06-28T11:44:59.179Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-06-28T11:44:59.179Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-06-28T11:44:59.179Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-06-28T11:44:59.179Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-06-28T11:44:59.179Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-06-28T11:44:59.179Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageRemoveError [2021-06-28T11:44:59.179Z] --- PASS: TestImageRemoveError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageRemoveImageNotFound [2021-06-28T11:44:59.179Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageRemove [2021-06-28T11:44:59.179Z] --- PASS: TestImageRemove (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageSaveError [2021-06-28T11:44:59.179Z] --- PASS: TestImageSaveError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageSave [2021-06-28T11:44:59.179Z] --- PASS: TestImageSave (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageSearchAnyError [2021-06-28T11:44:59.179Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageSearchStatusUnauthorizedError [2021-06-28T11:44:59.179Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-28T11:44:59.179Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-28T11:44:59.179Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-06-28T11:44:59.179Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageSearchWithoutErrors [2021-06-28T11:44:59.179Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageTagError [2021-06-28T11:44:59.179Z] --- PASS: TestImageTagError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageTagInvalidReference [2021-06-28T11:44:59.179Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageTagInvalidSourceImageName [2021-06-28T11:44:59.179Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageTagHexSource [2021-06-28T11:44:59.179Z] --- PASS: TestImageTagHexSource (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestImageTag [2021-06-28T11:44:59.179Z] --- PASS: TestImageTag (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestInfoServerError [2021-06-28T11:44:59.179Z] --- PASS: TestInfoServerError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestInfoInvalidResponseJSONError [2021-06-28T11:44:59.179Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestInfo [2021-06-28T11:44:59.179Z] --- PASS: TestInfo (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNetworkConnectError [2021-06-28T11:44:59.179Z] --- PASS: TestNetworkConnectError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-06-28T11:44:59.179Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNetworkConnect [2021-06-28T11:44:59.179Z] --- PASS: TestNetworkConnect (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNetworkCreateError [2021-06-28T11:44:59.179Z] --- PASS: TestNetworkCreateError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNetworkCreate [2021-06-28T11:44:59.179Z] --- PASS: TestNetworkCreate (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNetworkDisconnectError [2021-06-28T11:44:59.179Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNetworkDisconnect [2021-06-28T11:44:59.179Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNetworkInspectError [2021-06-28T11:44:59.179Z] --- PASS: TestNetworkInspectError (0.02s) [2021-06-28T11:44:59.179Z] === RUN TestNetworkInspectNotFoundError [2021-06-28T11:44:59.179Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNetworkInspectWithEmptyID [2021-06-28T11:44:59.179Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNetworkInspect [2021-06-28T11:44:59.179Z] --- PASS: TestNetworkInspect (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNetworkListError [2021-06-28T11:44:59.179Z] --- PASS: TestNetworkListError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNetworkList [2021-06-28T11:44:59.179Z] --- PASS: TestNetworkList (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNetworksPruneError [2021-06-28T11:44:59.179Z] --- PASS: TestNetworksPruneError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNetworksPrune [2021-06-28T11:44:59.179Z] --- PASS: TestNetworksPrune (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNetworkRemoveError [2021-06-28T11:44:59.179Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNetworkRemove [2021-06-28T11:44:59.179Z] --- PASS: TestNetworkRemove (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNodeInspectError [2021-06-28T11:44:59.179Z] --- PASS: TestNodeInspectError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNodeInspectNodeNotFound [2021-06-28T11:44:59.179Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNodeInspectWithEmptyID [2021-06-28T11:44:59.179Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNodeInspect [2021-06-28T11:44:59.179Z] --- PASS: TestNodeInspect (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNodeListError [2021-06-28T11:44:59.179Z] --- PASS: TestNodeListError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNodeList [2021-06-28T11:44:59.179Z] --- PASS: TestNodeList (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNodeRemoveError [2021-06-28T11:44:59.179Z] --- PASS: TestNodeRemoveError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNodeRemove [2021-06-28T11:44:59.179Z] --- PASS: TestNodeRemove (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNodeUpdateError [2021-06-28T11:44:59.179Z] --- PASS: TestNodeUpdateError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestNodeUpdate [2021-06-28T11:44:59.179Z] --- PASS: TestNodeUpdate (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestOptionWithTimeout [2021-06-28T11:44:59.179Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPingFail [2021-06-28T11:44:59.179Z] --- PASS: TestPingFail (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPingWithError [2021-06-28T11:44:59.179Z] 2021/06/28 11:44:57 RoundTripper returned a response & error; ignoring response [2021-06-28T11:44:59.179Z] 2021/06/28 11:44:57 RoundTripper returned a response & error; ignoring response [2021-06-28T11:44:59.179Z] --- PASS: TestPingWithError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPingSuccess [2021-06-28T11:44:59.179Z] --- PASS: TestPingSuccess (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPingHeadFallback [2021-06-28T11:44:59.179Z] === RUN TestPingHeadFallback/OK [2021-06-28T11:44:59.179Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-06-28T11:44:59.179Z] === RUN TestPingHeadFallback/Not_Found [2021-06-28T11:44:59.179Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-06-28T11:44:59.179Z] --- PASS: TestPingHeadFallback (0.00s) [2021-06-28T11:44:59.179Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-06-28T11:44:59.179Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-06-28T11:44:59.179Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-06-28T11:44:59.179Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPluginDisableError [2021-06-28T11:44:59.179Z] --- PASS: TestPluginDisableError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPluginDisable [2021-06-28T11:44:59.179Z] --- PASS: TestPluginDisable (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPluginEnableError [2021-06-28T11:44:59.179Z] --- PASS: TestPluginEnableError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPluginEnable [2021-06-28T11:44:59.179Z] --- PASS: TestPluginEnable (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPluginInspectError [2021-06-28T11:44:59.179Z] --- PASS: TestPluginInspectError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPluginInspectWithEmptyID [2021-06-28T11:44:59.179Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPluginInspect [2021-06-28T11:44:59.179Z] --- PASS: TestPluginInspect (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPluginListError [2021-06-28T11:44:59.179Z] --- PASS: TestPluginListError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPluginList [2021-06-28T11:44:59.179Z] --- PASS: TestPluginList (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPluginPushError [2021-06-28T11:44:59.179Z] --- PASS: TestPluginPushError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPluginPush [2021-06-28T11:44:59.179Z] --- PASS: TestPluginPush (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPluginRemoveError [2021-06-28T11:44:59.179Z] --- PASS: TestPluginRemoveError (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPluginRemove [2021-06-28T11:44:59.179Z] --- PASS: TestPluginRemove (0.00s) [2021-06-28T11:44:59.179Z] === RUN TestPluginSetError [2021-06-28T11:44:59.180Z] --- PASS: TestPluginSetError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestPluginSet [2021-06-28T11:44:59.180Z] --- PASS: TestPluginSet (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSetHostHeader [2021-06-28T11:44:59.180Z] --- PASS: TestSetHostHeader (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestPlainTextError [2021-06-28T11:44:59.180Z] --- PASS: TestPlainTextError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestInfiniteError [2021-06-28T11:44:59.180Z] --- PASS: TestInfiniteError (0.02s) [2021-06-28T11:44:59.180Z] === RUN TestCanceledContext [2021-06-28T11:44:59.180Z] 2021/06/28 11:44:57 RoundTripper returned a response & error; ignoring response [2021-06-28T11:44:59.180Z] --- PASS: TestCanceledContext (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestDeadlineExceededContext [2021-06-28T11:44:59.180Z] 2021/06/28 11:44:57 RoundTripper returned a response & error; ignoring response [2021-06-28T11:44:59.180Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretCreateUnsupported [2021-06-28T11:44:59.180Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretCreateError [2021-06-28T11:44:59.180Z] --- PASS: TestSecretCreateError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretCreate [2021-06-28T11:44:59.180Z] --- PASS: TestSecretCreate (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretInspectUnsupported [2021-06-28T11:44:59.180Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretInspectError [2021-06-28T11:44:59.180Z] --- PASS: TestSecretInspectError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretInspectSecretNotFound [2021-06-28T11:44:59.180Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretInspectWithEmptyID [2021-06-28T11:44:59.180Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretInspect [2021-06-28T11:44:59.180Z] --- PASS: TestSecretInspect (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretListUnsupported [2021-06-28T11:44:59.180Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretListError [2021-06-28T11:44:59.180Z] --- PASS: TestSecretListError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretList [2021-06-28T11:44:59.180Z] --- PASS: TestSecretList (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretRemoveUnsupported [2021-06-28T11:44:59.180Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretRemoveError [2021-06-28T11:44:59.180Z] --- PASS: TestSecretRemoveError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretRemove [2021-06-28T11:44:59.180Z] --- PASS: TestSecretRemove (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretUpdateUnsupported [2021-06-28T11:44:59.180Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretUpdateError [2021-06-28T11:44:59.180Z] --- PASS: TestSecretUpdateError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSecretUpdate [2021-06-28T11:44:59.180Z] --- PASS: TestSecretUpdate (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceCreateError [2021-06-28T11:44:59.180Z] --- PASS: TestServiceCreateError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceCreate [2021-06-28T11:44:59.180Z] --- PASS: TestServiceCreate (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceCreateCompatiblePlatforms [2021-06-28T11:44:59.180Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceCreateDigestPinning [2021-06-28T11:44:59.180Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceInspectError [2021-06-28T11:44:59.180Z] --- PASS: TestServiceInspectError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceInspectServiceNotFound [2021-06-28T11:44:59.180Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceInspectWithEmptyID [2021-06-28T11:44:59.180Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceInspect [2021-06-28T11:44:59.180Z] --- PASS: TestServiceInspect (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceListError [2021-06-28T11:44:59.180Z] --- PASS: TestServiceListError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceList [2021-06-28T11:44:59.180Z] --- PASS: TestServiceList (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceLogsError [2021-06-28T11:44:59.180Z] --- PASS: TestServiceLogsError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceLogs [2021-06-28T11:44:59.180Z] --- PASS: TestServiceLogs (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceRemoveError [2021-06-28T11:44:59.180Z] --- PASS: TestServiceRemoveError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceRemoveNotFoundError [2021-06-28T11:44:59.180Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceRemove [2021-06-28T11:44:59.180Z] --- PASS: TestServiceRemove (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceUpdateError [2021-06-28T11:44:59.180Z] --- PASS: TestServiceUpdateError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestServiceUpdate [2021-06-28T11:44:59.180Z] --- PASS: TestServiceUpdate (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSwarmGetUnlockKeyError [2021-06-28T11:44:59.180Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSwarmGetUnlockKey [2021-06-28T11:44:59.180Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSwarmInitError [2021-06-28T11:44:59.180Z] --- PASS: TestSwarmInitError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSwarmInit [2021-06-28T11:44:59.180Z] --- PASS: TestSwarmInit (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSwarmInspectError [2021-06-28T11:44:59.180Z] --- PASS: TestSwarmInspectError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSwarmInspect [2021-06-28T11:44:59.180Z] --- PASS: TestSwarmInspect (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSwarmJoinError [2021-06-28T11:44:59.180Z] --- PASS: TestSwarmJoinError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSwarmJoin [2021-06-28T11:44:59.180Z] --- PASS: TestSwarmJoin (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSwarmLeaveError [2021-06-28T11:44:59.180Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSwarmLeave [2021-06-28T11:44:59.180Z] --- PASS: TestSwarmLeave (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSwarmUnlockError [2021-06-28T11:44:59.180Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSwarmUnlock [2021-06-28T11:44:59.180Z] --- PASS: TestSwarmUnlock (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSwarmUpdateError [2021-06-28T11:44:59.180Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestSwarmUpdate [2021-06-28T11:44:59.180Z] --- PASS: TestSwarmUpdate (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestTaskInspectError [2021-06-28T11:44:59.180Z] --- PASS: TestTaskInspectError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestTaskInspectWithEmptyID [2021-06-28T11:44:59.180Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestTaskInspect [2021-06-28T11:44:59.180Z] --- PASS: TestTaskInspect (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestTaskListError [2021-06-28T11:44:59.180Z] --- PASS: TestTaskListError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestTaskList [2021-06-28T11:44:59.180Z] --- PASS: TestTaskList (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestVolumeCreateError [2021-06-28T11:44:59.180Z] --- PASS: TestVolumeCreateError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestVolumeCreate [2021-06-28T11:44:59.180Z] --- PASS: TestVolumeCreate (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestVolumeInspectError [2021-06-28T11:44:59.180Z] --- PASS: TestVolumeInspectError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestVolumeInspectNotFound [2021-06-28T11:44:59.180Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestVolumeInspectWithEmptyID [2021-06-28T11:44:59.180Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestVolumeInspect [2021-06-28T11:44:59.180Z] --- PASS: TestVolumeInspect (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestVolumeListError [2021-06-28T11:44:59.180Z] --- PASS: TestVolumeListError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestVolumeList [2021-06-28T11:44:59.180Z] --- PASS: TestVolumeList (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestVolumeRemoveError [2021-06-28T11:44:59.180Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-06-28T11:44:59.180Z] === RUN TestVolumeRemove [2021-06-28T11:44:59.180Z] --- PASS: TestVolumeRemove (0.00s) [2021-06-28T11:44:59.180Z] === CONT TestTLSCloseWriter [2021-06-28T11:44:59.180Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-06-28T11:44:59.180Z] PASS [2021-06-28T11:44:59.180Z] coverage: 75.0% of statements [2021-06-28T11:44:59.180Z] ok github.com/docker/docker/client 0.925s coverage: 75.0% of statements [2021-06-28T11:45:00.230Z] Removing intermediate container 07aa95203385 [2021-06-28T11:45:00.230Z] ---> be46417f6ffc [2021-06-28T11:45:00.230Z] Step 13/13 : CMD ["sh"] [2021-06-28T11:45:00.230Z] ---> Running in 4af2526e487e [2021-06-28T11:45:00.576Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-06-28T11:45:00.683Z] Removing intermediate container 4af2526e487e [2021-06-28T11:45:00.683Z] ---> e94378d9b99f [2021-06-28T11:45:00.683Z] Successfully built e94378d9b99f [2021-06-28T11:45:00.683Z] Successfully tagged busybox:latest [2021-06-28T11:45:00.683Z] INFO: Docker images of the daemon under test [2021-06-28T11:45:00.683Z] [2021-06-28T11:45:00.683Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-28T11:45:00.683Z] busybox latest e94378d9b99f Less than a second ago 2.78GB [2021-06-28T11:45:00.683Z] microsoft/windowsservercore latest 39d157a84080 4 months ago 2.74GB [2021-06-28T11:45:00.683Z] mcr.microsoft.com/windows/servercore/insider 10.0.20295.1 39d157a84080 4 months ago 2.74GB [2021-06-28T11:45:00.683Z] [2021-06-28T11:45:00.683Z] INFO: Running integration tests at 06/28/2021 11:45:00... [2021-06-28T11:45:00.683Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-06-28T11:45:00.683Z] INFO: Integration API tests being run from the host: [2021-06-28T11:45:00.683Z] INFO: make.ps1 starting at 06/28/2021 11:45:00 [2021-06-28T11:45:00.832Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-06-28T11:45:01.395Z] === RUN TestDockerSuite/TestRunModeHostname [2021-06-28T11:45:01.395Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-06-28T11:45:01.643Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-06-28T11:45:02.762Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-06-28T11:45:02.762Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-06-28T11:45:02.762Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-06-28T11:45:03.691Z] docker_cli_swarm_test.go:1802: [d22cf3624a7a2] joining swarm manager [d454ec4270bd3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:45:04.620Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-06-28T11:45:05.183Z] docker_cli_swarm_test.go:1803: [d3a6b3e024d75] joining swarm manager [d454ec4270bd3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:45:06.111Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-06-28T11:45:08.001Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-06-28T11:45:08.001Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-06-28T11:45:08.001Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-06-28T11:45:09.369Z] === RUN TestDockerSuite/TestRunMount [2021-06-28T11:45:13.892Z] --- PASS: TestCheckoutGit (30.77s) [2021-06-28T11:45:13.892Z] === RUN TestValidGitTransport [2021-06-28T11:45:13.892Z] --- PASS: TestValidGitTransport (0.00s) [2021-06-28T11:45:13.892Z] === RUN TestGitInvalidRef [2021-06-28T11:45:13.892Z] --- PASS: TestGitInvalidRef (0.31s) [2021-06-28T11:45:13.892Z] PASS [2021-06-28T11:45:13.892Z] coverage: 86.3% of statements [2021-06-28T11:45:13.892Z] ok github.com/docker/docker/builder/remotecontext/git 31.468s coverage: 86.3% of statements [2021-06-28T11:45:14.845Z] ? github.com/docker/docker/cli [no test files] [2021-06-28T11:45:14.845Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-28T11:45:17.470Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-06-28T11:45:17.726Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-06-28T11:45:18.289Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-06-28T11:45:19.660Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-06-28T11:45:21.025Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-06-28T11:45:22.916Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-06-28T11:45:25.436Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-06-28T11:45:26.802Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-06-28T11:45:27.731Z] docker_cli_swarm_test.go:1321: [d1d1829f6c0cd] joining swarm manager [daf53010a6dd5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:45:29.098Z] docker_cli_swarm_test.go:1322: [dc5c3e5a3217e] joining swarm manager [daf53010a6dd5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:45:29.354Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-06-28T11:45:29.547Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-06-28T11:45:29.547Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-06-28T11:45:29.547Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-06-28T11:45:29.547Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-06-28T11:45:29.547Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-06-28T11:45:29.547Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-06-28T11:45:29.547Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-06-28T11:45:29.547Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-06-28T11:45:29.547Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-06-28T11:45:29.547Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-06-28T11:45:29.547Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-06-28T11:45:29.547Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-06-28T11:45:29.547Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestConfigureDaemonLogs [2021-06-28T11:45:29.547Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestCommonOptionsInstallFlags [2021-06-28T11:45:29.547Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-06-28T11:45:29.547Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-06-28T11:45:29.547Z] PASS [2021-06-28T11:45:29.547Z] coverage: 18.5% of statements [2021-06-28T11:45:29.547Z] ok github.com/docker/docker/cmd/dockerd 0.901s coverage: 18.5% of statements [2021-06-28T11:45:29.547Z] === RUN TestContainerStopSignal [2021-06-28T11:45:29.547Z] --- PASS: TestContainerStopSignal (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestContainerStopTimeout [2021-06-28T11:45:29.547Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestContainerSecretReferenceDestTarget [2021-06-28T11:45:29.547Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-06-28T11:45:29.547Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2021-06-28T11:45:29.547Z] === RUN TestContainerLogPathSetForRingLogger [2021-06-28T11:45:29.547Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestReplaceAndAppendEnvVars [2021-06-28T11:45:29.547Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-06-28T11:45:29.547Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestNewMemoryStore [2021-06-28T11:45:29.547Z] --- PASS: TestNewMemoryStore (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestAddContainers [2021-06-28T11:45:29.547Z] --- PASS: TestAddContainers (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestGetContainer [2021-06-28T11:45:29.547Z] --- PASS: TestGetContainer (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestDeleteContainer [2021-06-28T11:45:29.547Z] --- PASS: TestDeleteContainer (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestListContainers [2021-06-28T11:45:29.547Z] --- PASS: TestListContainers (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestFirstContainer [2021-06-28T11:45:29.547Z] --- PASS: TestFirstContainer (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestApplyAllContainer [2021-06-28T11:45:29.547Z] --- PASS: TestApplyAllContainer (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestIsValidHealthString [2021-06-28T11:45:29.547Z] --- PASS: TestIsValidHealthString (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestStateRunStop [2021-06-28T11:45:29.547Z] --- PASS: TestStateRunStop (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestStateTimeoutWait [2021-06-28T11:45:29.547Z] state_test.go:141: Stop callback fired [2021-06-28T11:45:29.547Z] state_test.go:165: Stop callback fired [2021-06-28T11:45:29.547Z] --- PASS: TestStateTimeoutWait (0.11s) [2021-06-28T11:45:29.547Z] === RUN TestIsValidStateString [2021-06-28T11:45:29.547Z] --- PASS: TestIsValidStateString (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestViewSaveDelete [2021-06-28T11:45:29.547Z] --- PASS: TestViewSaveDelete (0.02s) [2021-06-28T11:45:29.547Z] === RUN TestViewAll [2021-06-28T11:45:29.547Z] --- PASS: TestViewAll (0.01s) [2021-06-28T11:45:29.547Z] === RUN TestViewGet [2021-06-28T11:45:29.547Z] --- PASS: TestViewGet (0.01s) [2021-06-28T11:45:29.547Z] === RUN TestNames [2021-06-28T11:45:29.547Z] --- PASS: TestNames (0.00s) [2021-06-28T11:45:29.547Z] === RUN TestViewWithHealthCheck [2021-06-28T11:45:29.547Z] --- PASS: TestViewWithHealthCheck (0.02s) [2021-06-28T11:45:29.547Z] PASS [2021-06-28T11:45:29.547Z] coverage: 41.2% of statements [2021-06-28T11:45:29.547Z] ok github.com/docker/docker/container 1.295s coverage: 41.2% of statements [2021-06-28T11:45:29.547Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-28T11:45:29.547Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-28T11:45:29.547Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-28T11:45:29.547Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-28T11:45:31.058Z] === RUN TestPrepare [2021-06-28T11:45:31.058Z] --- PASS: TestPrepare (0.00s) [2021-06-28T11:45:31.058Z] === RUN TestStart [2021-06-28T11:45:31.058Z] --- PASS: TestStart (0.00s) [2021-06-28T11:45:31.058Z] === RUN TestWaitCancel [2021-06-28T11:45:31.058Z] --- PASS: TestWaitCancel (0.00s) [2021-06-28T11:45:31.058Z] === RUN TestWaitDisabled [2021-06-28T11:45:31.058Z] --- PASS: TestWaitDisabled (0.00s) [2021-06-28T11:45:31.058Z] === RUN TestWaitEnabled [2021-06-28T11:45:31.058Z] --- PASS: TestWaitEnabled (0.00s) [2021-06-28T11:45:31.058Z] === RUN TestRemove [2021-06-28T11:45:31.058Z] --- PASS: TestRemove (0.00s) [2021-06-28T11:45:31.058Z] PASS [2021-06-28T11:45:31.058Z] coverage: 65.3% of statements [2021-06-28T11:45:31.058Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.571s coverage: 65.3% of statements [2021-06-28T11:45:31.536Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T11:45:31.537Z] INFO: Testing against a local daemon [2021-06-28T11:45:31.537Z] === RUN TestBuildWithSession [2021-06-28T11:45:31.537Z] build_session_test.go:25: TODO: BuildKit [2021-06-28T11:45:31.537Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-28T11:45:31.537Z] === RUN TestBuildSquashParent [2021-06-28T11:45:31.537Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:45:31.537Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-06-28T11:45:31.537Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-28T11:45:31.537Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:45:31.537Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:45:31.537Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:45:31.537Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:45:31.537Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:45:31.537Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:45:31.537Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:45:31.537Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:45:31.537Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:45:31.537Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:45:31.537Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:45:31.537Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:45:31.537Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:45:31.537Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:45:31.537Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:45:31.537Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:45:31.870Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-06-28T11:45:32.009Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-06-28T11:45:32.009Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.14s) [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCIsolation [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertFromGRPCIsolation [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-06-28T11:45:32.009Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-06-28T11:45:32.009Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertFromGRPCConfigs [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCConfigs [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-06-28T11:45:32.009Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-06-28T11:45:32.009Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-06-28T11:45:32.009Z] PASS [2021-06-28T11:45:32.009Z] coverage: 35.9% of statements [2021-06-28T11:45:32.009Z] ok github.com/docker/docker/daemon/cluster/convert 0.502s coverage: 35.9% of statements [2021-06-28T11:45:33.236Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-06-28T11:45:33.520Z] === RUN TestNewListSecretsFilters [2021-06-28T11:45:33.520Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-06-28T11:45:33.520Z] === RUN TestNewListConfigsFilters [2021-06-28T11:45:33.520Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-06-28T11:45:33.520Z] PASS [2021-06-28T11:45:33.520Z] coverage: 0.5% of statements [2021-06-28T11:45:33.520Z] ok github.com/docker/docker/daemon/cluster 1.731s coverage: 0.5% of statements [2021-06-28T11:45:34.602Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-06-28T11:45:34.602Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-06-28T11:45:35.987Z] === RUN TestDockerSuite/TestRunNetHost [2021-06-28T11:45:36.914Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-06-28T11:45:37.842Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-06-28T11:45:38.154Z] === RUN TestBuilderGC [2021-06-28T11:45:38.154Z] --- PASS: TestBuilderGC (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestDaemonConfigurationNotFound [2021-06-28T11:45:38.154Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestDaemonBrokenConfiguration [2021-06-28T11:45:38.154Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestParseClusterAdvertiseSettings [2021-06-28T11:45:38.154Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestFindConfigurationConflicts [2021-06-28T11:45:38.154Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-06-28T11:45:38.154Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestDaemonConfigurationMergeConflicts [2021-06-28T11:45:38.154Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-06-28T11:45:38.154Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-06-28T11:45:38.154Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-06-28T11:45:38.154Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-06-28T11:45:38.154Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-06-28T11:45:38.154Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-06-28T11:45:38.154Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-06-28T11:45:38.154Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-06-28T11:45:38.154Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-06-28T11:45:38.154Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestValidateConfigurationErrors [2021-06-28T11:45:38.154Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-06-28T11:45:38.154Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-06-28T11:45:38.154Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-06-28T11:45:38.154Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-06-28T11:45:38.154Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-06-28T11:45:38.154Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-06-28T11:45:38.154Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-06-28T11:45:38.154Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-06-28T11:45:38.154Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-06-28T11:45:38.154Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-06-28T11:45:38.154Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-06-28T11:45:38.154Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestValidateConfiguration [2021-06-28T11:45:38.154Z] === RUN TestValidateConfiguration/with_label [2021-06-28T11:45:38.154Z] === RUN TestValidateConfiguration/with_dns [2021-06-28T11:45:38.154Z] === RUN TestValidateConfiguration/with_dns-search [2021-06-28T11:45:38.154Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-06-28T11:45:38.154Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-06-28T11:45:38.154Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-06-28T11:45:38.154Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-06-28T11:45:38.154Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfiguration (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-06-28T11:45:38.154Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestModifiedDiscoverySettings [2021-06-28T11:45:38.154Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestReloadSetConfigFileNotExist [2021-06-28T11:45:38.154Z] time="2021-06-28T11:45:37Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-06-28T11:45:38.154Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s) [2021-06-28T11:45:38.154Z] === RUN TestReloadDefaultConfigNotExist [2021-06-28T11:45:38.154Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:45:38.154Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestReloadBadDefaultConfig [2021-06-28T11:45:38.154Z] time="2021-06-28T11:45:37Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-030192071" [2021-06-28T11:45:38.154Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestReloadWithConflictingLabels [2021-06-28T11:45:38.154Z] time="2021-06-28T11:45:37Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-893055610" [2021-06-28T11:45:38.154Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestReloadWithDuplicateLabels [2021-06-28T11:45:38.154Z] time="2021-06-28T11:45:37Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-121191313" [2021-06-28T11:45:38.154Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestDaemonConfigurationMerge [2021-06-28T11:45:38.154Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-06-28T11:45:38.154Z] PASS [2021-06-28T11:45:38.154Z] coverage: 79.2% of statements [2021-06-28T11:45:38.154Z] ok github.com/docker/docker/daemon/config 0.838s coverage: 79.2% of statements [2021-06-28T11:45:38.154Z] === RUN TestDiscoveryOptsErrors [2021-06-28T11:45:38.154Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-06-28T11:45:38.154Z] === RUN TestDiscoveryOpts [2021-06-28T11:45:38.154Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-06-28T11:45:38.154Z] PASS [2021-06-28T11:45:38.154Z] coverage: 30.0% of statements [2021-06-28T11:45:38.154Z] ok github.com/docker/docker/daemon/discovery 0.923s coverage: 30.0% of statements [2021-06-28T11:45:38.770Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-06-28T11:45:39.103Z] === RUN TestWaitNodeAttachment [2021-06-28T11:45:39.553Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-06-28T11:45:39.553Z] === RUN TestIsolationConversion [2021-06-28T11:45:39.553Z] === RUN TestIsolationConversion/default [2021-06-28T11:45:39.553Z] === RUN TestIsolationConversion/process [2021-06-28T11:45:39.553Z] === RUN TestIsolationConversion/hyperv [2021-06-28T11:45:39.553Z] --- PASS: TestIsolationConversion (0.00s) [2021-06-28T11:45:39.553Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-06-28T11:45:39.553Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-06-28T11:45:39.553Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-06-28T11:45:39.553Z] === RUN TestContainerLabels [2021-06-28T11:45:39.553Z] --- PASS: TestContainerLabels (0.00s) [2021-06-28T11:45:39.553Z] === RUN TestCredentialSpecConversion [2021-06-28T11:45:39.553Z] === RUN TestCredentialSpecConversion/none [2021-06-28T11:45:39.553Z] === RUN TestCredentialSpecConversion/config [2021-06-28T11:45:39.553Z] === RUN TestCredentialSpecConversion/file [2021-06-28T11:45:39.553Z] === RUN TestCredentialSpecConversion/registry [2021-06-28T11:45:39.553Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-06-28T11:45:39.553Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-06-28T11:45:39.553Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-06-28T11:45:39.553Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-06-28T11:45:39.553Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-06-28T11:45:39.553Z] === RUN TestControllerValidateMountBind [2021-06-28T11:45:39.553Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-06-28T11:45:39.553Z] === RUN TestControllerValidateMountVolume [2021-06-28T11:45:39.553Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-06-28T11:45:39.553Z] === RUN TestControllerValidateMountTarget [2021-06-28T11:45:39.553Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-06-28T11:45:39.553Z] === RUN TestControllerValidateMountTmpfs [2021-06-28T11:45:39.553Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-06-28T11:45:39.553Z] === RUN TestControllerValidateMountInvalidType [2021-06-28T11:45:39.553Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-06-28T11:45:39.553Z] === RUN TestControllerValidateMountNamedPipe [2021-06-28T11:45:39.553Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-06-28T11:45:39.553Z] PASS [2021-06-28T11:45:39.553Z] coverage: 11.0% of statements [2021-06-28T11:45:39.553Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.775s coverage: 11.0% of statements [2021-06-28T11:45:40.003Z] === RUN TestVerifyNetworkingConfig [2021-06-28T11:45:40.003Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-06-28T11:45:40.003Z] === RUN TestGetContainer [2021-06-28T11:45:40.003Z] --- PASS: TestGetContainer (0.00s) [2021-06-28T11:45:40.003Z] === RUN TestValidContainerNames [2021-06-28T11:45:40.003Z] --- PASS: TestValidContainerNames (0.00s) [2021-06-28T11:45:40.003Z] === RUN TestContainerInitDNS [2021-06-28T11:45:40.003Z] daemon_test.go:147: root required [2021-06-28T11:45:40.003Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-06-28T11:45:40.003Z] === RUN TestMerge [2021-06-28T11:45:40.003Z] --- PASS: TestMerge (0.00s) [2021-06-28T11:45:40.003Z] === RUN TestValidateContainerIsolation [2021-06-28T11:45:40.003Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-06-28T11:45:40.003Z] === RUN TestFindNetworkErrorType [2021-06-28T11:45:40.003Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-06-28T11:45:40.003Z] === RUN TestEnsureServicesExist [2021-06-28T11:45:40.003Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-06-28T11:45:40.003Z] === RUN TestEnsureServicesExistErrors [2021-06-28T11:45:40.003Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-06-28T11:45:40.003Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-06-28T11:45:40.003Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-06-28T11:45:40.003Z] --- PASS: TestEnsureServicesExistErrors (0.01s) [2021-06-28T11:45:40.003Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-06-28T11:45:40.003Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-06-28T11:45:40.003Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-06-28T11:45:40.003Z] === RUN TestContainerDelete [2021-06-28T11:45:40.003Z] --- PASS: TestContainerDelete (0.00s) [2021-06-28T11:45:40.003Z] === RUN TestContainerDoubleDelete [2021-06-28T11:45:40.003Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-06-28T11:45:40.003Z] === RUN TestLogContainerEventCopyLabels [2021-06-28T11:45:40.003Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-06-28T11:45:40.003Z] === RUN TestLogContainerEventWithAttributes [2021-06-28T11:45:40.003Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-06-28T11:45:40.003Z] === RUN TestNoneHealthcheck [2021-06-28T11:45:40.003Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-06-28T11:45:40.003Z] === RUN TestHealthStates [2021-06-28T11:45:40.078Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:45:40.078Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:45:40.455Z] time="2021-06-28T11:45:39Z" 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" [2021-06-28T11:45:40.455Z] time="2021-06-28T11:45:39Z" 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" [2021-06-28T11:45:40.455Z] time="2021-06-28T11:45:39Z" 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" [2021-06-28T11:45:40.455Z] time="2021-06-28T11:45:39Z" 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" [2021-06-28T11:45:40.455Z] time="2021-06-28T11:45:39Z" 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" [2021-06-28T11:45:40.455Z] time="2021-06-28T11:45:39Z" 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" [2021-06-28T11:45:40.455Z] time="2021-06-28T11:45:39Z" 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" [2021-06-28T11:45:40.455Z] time="2021-06-28T11:45:39Z" 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" [2021-06-28T11:45:40.455Z] time="2021-06-28T11:45:39Z" 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" [2021-06-28T11:45:40.455Z] time="2021-06-28T11:45:39Z" 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" [2021-06-28T11:45:40.455Z] --- PASS: TestHealthStates (0.17s) [2021-06-28T11:45:40.455Z] === RUN TestMaskURLCredentials [2021-06-28T11:45:40.455Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-06-28T11:45:40.455Z] === RUN TestGetInspectData [2021-06-28T11:45:40.455Z] --- PASS: TestGetInspectData (0.00s) [2021-06-28T11:45:40.455Z] === RUN TestFillLicense [2021-06-28T11:45:40.455Z] --- PASS: TestFillLicense (0.00s) [2021-06-28T11:45:40.455Z] === RUN TestListInvalidFilter [2021-06-28T11:45:40.455Z] --- PASS: TestListInvalidFilter (0.00s) [2021-06-28T11:45:40.455Z] === RUN TestNameFilter [2021-06-28T11:45:40.455Z] --- PASS: TestNameFilter (0.00s) [2021-06-28T11:45:40.455Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-06-28T11:45:40.455Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-06-28T11:45:40.455Z] === 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 [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-06-28T11:45:40.455Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-06-28T11:45:40.455Z] --- 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) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-06-28T11:45:40.455Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-06-28T11:45:40.455Z] === RUN TestDaemonReloadLabels [2021-06-28T11:45:40.455Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-06-28T11:45:40.455Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-06-28T11:45:40.455Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-06-28T11:45:40.455Z] === RUN TestDaemonReloadMirrors [2021-06-28T11:45:40.455Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-06-28T11:45:40.455Z] === RUN TestDaemonReloadInsecureRegistries [2021-06-28T11:45:40.455Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-06-28T11:45:40.455Z] === RUN TestDaemonReloadNotAffectOthers [2021-06-28T11:45:40.455Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-06-28T11:45:40.455Z] === RUN TestDaemonDiscoveryReload [2021-06-28T11:45:40.660Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-06-28T11:45:40.905Z] === RUN TestEventsLog [2021-06-28T11:45:40.905Z] --- PASS: TestEventsLog (0.00s) [2021-06-28T11:45:40.905Z] === RUN TestEventsLogTimeout [2021-06-28T11:45:40.905Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-06-28T11:45:40.905Z] === RUN TestLogEvents [2021-06-28T11:45:40.905Z] --- PASS: TestLogEvents (0.06s) [2021-06-28T11:45:40.905Z] === RUN TestLoadBufferedEvents [2021-06-28T11:45:41.357Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-06-28T11:45:41.357Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-06-28T11:45:41.357Z] --- PASS: TestLoadBufferedEvents (0.13s) [2021-06-28T11:45:41.357Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-06-28T11:45:41.357Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-06-28T11:45:41.357Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-06-28T11:45:41.357Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-06-28T11:45:41.357Z] PASS [2021-06-28T11:45:41.357Z] coverage: 50.0% of statements [2021-06-28T11:45:41.357Z] ok github.com/docker/docker/daemon/events 0.389s coverage: 50.0% of statements [2021-06-28T11:45:41.357Z] === RUN TestIsEmptyDir [2021-06-28T11:45:41.357Z] --- PASS: TestIsEmptyDir (0.00s) [2021-06-28T11:45:41.357Z] PASS [2021-06-28T11:45:41.357Z] coverage: 2.3% of statements [2021-06-28T11:45:41.357Z] ok github.com/docker/docker/daemon/graphdriver 0.214s coverage: 2.3% of statements [2021-06-28T11:45:41.807Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-06-28T11:45:41.807Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-06-28T11:45:41.807Z] === RUN TestLinkNaming [2021-06-28T11:45:41.807Z] --- PASS: TestLinkNaming (0.00s) [2021-06-28T11:45:41.807Z] === RUN TestLinkNew [2021-06-28T11:45:41.807Z] --- PASS: TestLinkNew (0.00s) [2021-06-28T11:45:41.807Z] === RUN TestLinkEnv [2021-06-28T11:45:41.807Z] --- PASS: TestLinkEnv (0.00s) [2021-06-28T11:45:41.807Z] === RUN TestLinkMultipleEnv [2021-06-28T11:45:41.807Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-06-28T11:45:41.807Z] === RUN TestLinkPortRangeEnv [2021-06-28T11:45:41.807Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-06-28T11:45:41.807Z] PASS [2021-06-28T11:45:41.807Z] coverage: 93.0% of statements [2021-06-28T11:45:41.807Z] ok github.com/docker/docker/daemon/links 0.089s coverage: 93.0% of statements [2021-06-28T11:45:42.259Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.52s) [2021-06-28T11:45:42.259Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-06-28T11:45:42.259Z] reload_test.go:520: root required [2021-06-28T11:45:42.259Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-28T11:45:42.259Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-06-28T11:45:42.259Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2021-06-28T11:45:42.259Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-06-28T11:45:42.259Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2021-06-28T11:45:42.259Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-06-28T11:45:42.259Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-06-28T11:45:42.259Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-06-28T11:45:42.259Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2021-06-28T11:45:42.259Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-06-28T11:45:42.259Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-06-28T11:45:42.259Z] === RUN TestParseVolumesFrom [2021-06-28T11:45:42.259Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-06-28T11:45:42.259Z] PASS [2021-06-28T11:45:42.259Z] coverage: 9.1% of statements [2021-06-28T11:45:42.259Z] ok github.com/docker/docker/daemon 4.095s coverage: 9.1% of statements [2021-06-28T11:45:42.259Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-28T11:45:42.259Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-28T11:45:42.259Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-28T11:45:42.259Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-28T11:45:42.259Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-06-28T11:45:42.259Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-06-28T11:45:42.259Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-06-28T11:45:42.259Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-28T11:45:42.259Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-06-28T11:45:42.259Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-06-28T11:45:42.259Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-28T11:45:42.259Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-06-28T11:45:42.259Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-06-28T11:45:42.259Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-06-28T11:45:43.178Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-06-28T11:45:43.771Z] === RUN TestAdapterReadLogs [2021-06-28T11:45:43.771Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-06-28T11:45:43.771Z] === RUN TestCopier [2021-06-28T11:45:43.771Z] --- PASS: TestCopier (0.00s) [2021-06-28T11:45:43.771Z] === RUN TestCopierLongLines [2021-06-28T11:45:43.771Z] --- PASS: TestCopierLongLines (0.00s) [2021-06-28T11:45:43.771Z] === RUN TestCopierSlow [2021-06-28T11:45:44.221Z] --- PASS: TestCopierSlow (0.23s) [2021-06-28T11:45:44.221Z] === RUN TestCopierWithSized [2021-06-28T11:45:44.221Z] === RUN TestCopierWithSized/as_is [2021-06-28T11:45:44.221Z] === RUN TestCopierWithSized/With_RingLogger [2021-06-28T11:45:44.221Z] --- PASS: TestCopierWithSized (0.01s) [2021-06-28T11:45:44.221Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-06-28T11:45:44.221Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-06-28T11:45:44.221Z] === RUN TestCopierWithPartial [2021-06-28T11:45:44.221Z] --- PASS: TestCopierWithPartial (0.00s) [2021-06-28T11:45:44.221Z] === RUN TestRingLogger [2021-06-28T11:45:44.221Z] --- PASS: TestRingLogger (0.00s) [2021-06-28T11:45:44.221Z] === RUN TestRingCap [2021-06-28T11:45:44.221Z] --- PASS: TestRingCap (0.00s) [2021-06-28T11:45:44.221Z] === RUN TestRingClose [2021-06-28T11:45:44.221Z] --- PASS: TestRingClose (0.00s) [2021-06-28T11:45:44.221Z] === RUN TestRingDrain [2021-06-28T11:45:44.221Z] --- PASS: TestRingDrain (0.00s) [2021-06-28T11:45:44.221Z] PASS [2021-06-28T11:45:44.221Z] coverage: 43.8% of statements [2021-06-28T11:45:44.221Z] ok github.com/docker/docker/daemon/logger 0.580s coverage: 43.8% of statements [2021-06-28T11:45:44.672Z] === RUN TestNewStreamConfig [2021-06-28T11:45:44.672Z] === RUN TestNewStreamConfig/defaults [2021-06-28T11:45:44.672Z] === RUN TestNewStreamConfig/invalid_create_group [2021-06-28T11:45:44.672Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-06-28T11:45:44.672Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-06-28T11:45:44.672Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-06-28T11:45:44.672Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-06-28T11:45:44.672Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-06-28T11:45:44.672Z] --- PASS: TestNewStreamConfig (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-06-28T11:45:44.672Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-06-28T11:45:44.672Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestNewAWSLogsClientRegionDetect [2021-06-28T11:45:44.672Z] time="2021-06-28T11:45:44Z" level=info msg="Trying to get region from EC2 Metadata" [2021-06-28T11:45:44.672Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.16s) [2021-06-28T11:45:44.672Z] === RUN TestCreateSuccess [2021-06-28T11:45:44.672Z] --- PASS: TestCreateSuccess (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestCreateLogGroupSuccess [2021-06-28T11:45:44.672Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestCreateError [2021-06-28T11:45:44.672Z] --- PASS: TestCreateError (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestCreateAlreadyExists [2021-06-28T11:45:44.672Z] time="2021-06-28T11:45:44Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-06-28T11:45:44.672Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestLogClosed [2021-06-28T11:45:44.672Z] --- PASS: TestLogClosed (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestLogBlocking [2021-06-28T11:45:44.672Z] --- PASS: TestLogBlocking (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestLogNonBlockingBufferEmpty [2021-06-28T11:45:44.672Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestLogNonBlockingBufferFull [2021-06-28T11:45:44.672Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestPublishBatchSuccess [2021-06-28T11:45:44.672Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestPublishBatchError [2021-06-28T11:45:44.672Z] time="2021-06-28T11:45:44Z" level=error msg=Error [2021-06-28T11:45:44.672Z] --- PASS: TestPublishBatchError (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-06-28T11:45:44.672Z] time="2021-06-28T11:45:44Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-28T11:45:44.672Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestPublishBatchAlreadyAccepted [2021-06-28T11:45:44.672Z] time="2021-06-28T11:45:44Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-28T11:45:44.672Z] time="2021-06-28T11:45:44Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-06-28T11:45:44.672Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestCollectBatchSimple [2021-06-28T11:45:44.672Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestCollectBatchTicker [2021-06-28T11:45:44.672Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestCollectBatchMultilinePattern [2021-06-28T11:45:44.672Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-06-28T11:45:44.672Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-06-28T11:45:44.672Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-06-28T11:45:44.672Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-06-28T11:45:44.672Z] === RUN TestCollectBatchClose [2021-06-28T11:45:44.672Z] --- PASS: TestCollectBatchClose (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestEffectiveLen [2021-06-28T11:45:44.672Z] === RUN TestEffectiveLen/0/Hello [2021-06-28T11:45:44.672Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-06-28T11:45:44.672Z] === RUN TestEffectiveLen/2/🙃 [2021-06-28T11:45:44.672Z] === RUN TestEffectiveLen/3/���� [2021-06-28T11:45:44.672Z] === RUN TestEffectiveLen/4/He��o [2021-06-28T11:45:44.672Z] === RUN TestEffectiveLen/5/ [2021-06-28T11:45:44.672Z] --- PASS: TestEffectiveLen (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-06-28T11:45:44.672Z] === RUN TestFindValidSplit [2021-06-28T11:45:44.672Z] === RUN TestFindValidSplit/0/ [2021-06-28T11:45:44.672Z] cloudwatchlogs_test.go:1044: [2021-06-28T11:45:44.672Z] cloudwatchlogs_test.go:1045: [2021-06-28T11:45:44.672Z] === RUN TestFindValidSplit/1/Hello [2021-06-28T11:45:44.672Z] cloudwatchlogs_test.go:1044: Hello [2021-06-28T11:45:44.672Z] cloudwatchlogs_test.go:1045: [2021-06-28T11:45:44.672Z] === RUN TestFindValidSplit/2/Hello [2021-06-28T11:45:44.672Z] cloudwatchlogs_test.go:1044: He [2021-06-28T11:45:44.672Z] cloudwatchlogs_test.go:1045: llo [2021-06-28T11:45:44.672Z] === RUN TestFindValidSplit/3/Hello [2021-06-28T11:45:44.672Z] cloudwatchlogs_test.go:1044: [2021-06-28T11:45:44.672Z] cloudwatchlogs_test.go:1045: Hello [2021-06-28T11:45:44.672Z] === RUN TestFindValidSplit/4/🙃 [2021-06-28T11:45:44.672Z] cloudwatchlogs_test.go:1044: [2021-06-28T11:45:44.672Z] cloudwatchlogs_test.go:1045: 🙃 [2021-06-28T11:45:44.672Z] === RUN TestFindValidSplit/5/🙃 [2021-06-28T11:45:44.672Z] cloudwatchlogs_test.go:1044: 🙃 [2021-06-28T11:45:44.672Z] cloudwatchlogs_test.go:1045: [2021-06-28T11:45:44.672Z] === RUN TestFindValidSplit/6/a� [2021-06-28T11:45:44.672Z] cloudwatchlogs_test.go:1044: a [2021-06-28T11:45:44.672Z] cloudwatchlogs_test.go:1045: � [2021-06-28T11:45:44.672Z] === RUN TestFindValidSplit/7/a� [2021-06-28T11:45:44.672Z] cloudwatchlogs_test.go:1044: a� [2021-06-28T11:45:44.672Z] cloudwatchlogs_test.go:1045: [2021-06-28T11:45:44.672Z] --- PASS: TestFindValidSplit (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-06-28T11:45:44.672Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-06-28T11:45:44.673Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-06-28T11:45:44.673Z] === RUN TestProcessEventEmoji [2021-06-28T11:45:44.673Z] --- PASS: TestProcessEventEmoji (0.01s) [2021-06-28T11:45:44.673Z] === RUN TestCollectBatchLineSplit [2021-06-28T11:45:44.673Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-06-28T11:45:44.673Z] === RUN TestCollectBatchLineSplitWithBinary [2021-06-28T11:45:44.673Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-06-28T11:45:44.673Z] === RUN TestCollectBatchMaxEvents [2021-06-28T11:45:44.673Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2021-06-28T11:45:44.673Z] === RUN TestCollectBatchMaxTotalBytes [2021-06-28T11:45:44.673Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-06-28T11:45:44.673Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-06-28T11:45:44.673Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-06-28T11:45:44.673Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-06-28T11:45:44.673Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-06-28T11:45:44.673Z] === RUN TestParseLogOptionsMultilinePattern [2021-06-28T11:45:44.673Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-06-28T11:45:44.673Z] === RUN TestParseLogOptionsDatetimeFormat [2021-06-28T11:45:44.673Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-06-28T11:45:44.673Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-06-28T11:45:44.673Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-06-28T11:45:44.673Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-06-28T11:45:44.673Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-06-28T11:45:44.673Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-06-28T11:45:44.673Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-06-28T11:45:44.673Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-06-28T11:45:44.673Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-06-28T11:45:44.673Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-06-28T11:45:44.673Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-06-28T11:45:44.673Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-06-28T11:45:44.673Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-06-28T11:45:44.673Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-06-28T11:45:44.673Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-06-28T11:45:44.673Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-06-28T11:45:44.673Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-06-28T11:45:44.673Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-06-28T11:45:44.673Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-06-28T11:45:44.673Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-06-28T11:45:44.673Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-06-28T11:45:44.673Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-06-28T11:45:44.673Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-06-28T11:45:44.673Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-06-28T11:45:44.673Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-06-28T11:45:44.673Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-06-28T11:45:44.673Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-06-28T11:45:44.673Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-06-28T11:45:44.673Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-06-28T11:45:44.673Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-06-28T11:45:44.673Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-06-28T11:45:44.673Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-06-28T11:45:44.673Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-06-28T11:45:44.673Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-06-28T11:45:44.673Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-06-28T11:45:44.673Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-06-28T11:45:44.673Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-06-28T11:45:44.673Z] === RUN TestCreateTagSuccess [2021-06-28T11:45:44.673Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-06-28T11:45:44.673Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-06-28T11:45:44.673Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-06-28T11:45:44.673Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-06-28T11:45:44.673Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-06-28T11:45:44.673Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-06-28T11:45:44.673Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-06-28T11:45:44.673Z] PASS [2021-06-28T11:45:44.673Z] coverage: 77.8% of statements [2021-06-28T11:45:44.673Z] ok github.com/docker/docker/daemon/logger/awslogs 0.771s coverage: 77.8% of statements [2021-06-28T11:45:45.123Z] === RUN TestSearchRegistryForImagesErrors [2021-06-28T11:45:45.123Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-06-28T11:45:45.123Z] === RUN TestSearchRegistryForImages [2021-06-28T11:45:45.123Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-06-28T11:45:45.123Z] === RUN TestOnlyPlatformWithFallback [2021-06-28T11:45:45.123Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-06-28T11:45:45.123Z] === RUN TestImageDelete [2021-06-28T11:45:45.123Z] === RUN TestImageDelete/no_lease [2021-06-28T11:45:45.123Z] === RUN TestImageDelete/lease_exists [2021-06-28T11:45:45.123Z] --- PASS: TestImageDelete (0.04s) [2021-06-28T11:45:45.123Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-06-28T11:45:45.123Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2021-06-28T11:45:45.123Z] === RUN TestContentStoreForPull [2021-06-28T11:45:45.574Z] --- PASS: TestContentStoreForPull (0.19s) [2021-06-28T11:45:45.574Z] PASS [2021-06-28T11:45:45.574Z] coverage: 6.7% of statements [2021-06-28T11:45:45.574Z] ok github.com/docker/docker/daemon/images 0.798s coverage: 6.7% of statements [2021-06-28T11:45:45.574Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-28T11:45:45.574Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-28T11:45:45.574Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-06-28T11:45:45.574Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-28T11:45:45.574Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-28T11:45:45.574Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-06-28T11:45:45.574Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-06-28T11:45:46.025Z] === RUN TestJSONLogsMarshalJSONBuf [2021-06-28T11:45:46.025Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-06-28T11:45:46.025Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-06-28T11:45:46.025Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.16s) [2021-06-28T11:45:46.025Z] === RUN TestFastTimeMarshalJSON [2021-06-28T11:45:46.025Z] --- PASS: TestFastTimeMarshalJSON (0.05s) [2021-06-28T11:45:46.025Z] PASS [2021-06-28T11:45:46.025Z] coverage: 87.2% of statements [2021-06-28T11:45:46.025Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.415s coverage: 87.2% of statements [2021-06-28T11:45:46.476Z] === RUN TestJSONFileLogger [2021-06-28T11:45:46.476Z] --- PASS: TestJSONFileLogger (0.00s) [2021-06-28T11:45:46.476Z] === RUN TestJSONFileLoggerWithTags [2021-06-28T11:45:46.476Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-06-28T11:45:46.476Z] === RUN TestJSONFileLoggerWithOpts [2021-06-28T11:45:46.476Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-06-28T11:45:46.476Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-06-28T11:45:46.476Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-06-28T11:45:46.476Z] === RUN TestEncodeDecode [2021-06-28T11:45:46.476Z] === PAUSE TestEncodeDecode [2021-06-28T11:45:46.476Z] === RUN TestUnexpectedEOF [2021-06-28T11:45:46.476Z] time="2021-06-28T11:45:46Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-28T11:45:46.476Z] time="2021-06-28T11:45:46Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-28T11:45:46.476Z] --- PASS: TestUnexpectedEOF (0.16s) [2021-06-28T11:45:46.476Z] === CONT TestEncodeDecode [2021-06-28T11:45:46.476Z] --- PASS: TestEncodeDecode (0.00s) [2021-06-28T11:45:46.476Z] PASS [2021-06-28T11:45:46.476Z] coverage: 69.9% of statements [2021-06-28T11:45:46.476Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.523s coverage: 69.9% of statements [2021-06-28T11:45:46.926Z] === RUN TestWriteLog [2021-06-28T11:45:46.926Z] === PAUSE TestWriteLog [2021-06-28T11:45:46.926Z] === RUN TestReadLog [2021-06-28T11:45:46.926Z] === PAUSE TestReadLog [2021-06-28T11:45:46.926Z] === CONT TestWriteLog [2021-06-28T11:45:46.926Z] === CONT TestReadLog [2021-06-28T11:45:46.926Z] === RUN TestReadLog/tail_exact [2021-06-28T11:45:46.926Z] --- PASS: TestWriteLog (0.01s) [2021-06-28T11:45:47.148Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-06-28T11:45:47.148Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.19s) [2021-06-28T11:45:47.148Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (11.31s) [2021-06-28T11:45:47.148Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (11.58s) [2021-06-28T11:45:47.148Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.66s) [2021-06-28T11:45:47.148Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.65s) [2021-06-28T11:45:47.148Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (7.80s) [2021-06-28T11:45:47.148Z] === RUN TestBuildMultiStageCopy [2021-06-28T11:45:47.148Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-28T11:45:47.350Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-06-28T11:45:47.350Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-06-28T11:45:47.375Z] === RUN TestReadLog/tail_less_than_available [2021-06-28T11:45:47.375Z] === RUN TestReadLog/tail_more_than_available [2021-06-28T11:45:47.375Z] --- PASS: TestReadLog (0.16s) [2021-06-28T11:45:47.375Z] --- PASS: TestReadLog/tail_exact (0.14s) [2021-06-28T11:45:47.375Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2021-06-28T11:45:47.375Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2021-06-28T11:45:47.375Z] PASS [2021-06-28T11:45:47.375Z] coverage: 75.2% of statements [2021-06-28T11:45:47.375Z] ok github.com/docker/docker/daemon/logger/local 0.477s coverage: 75.2% of statements [2021-06-28T11:45:47.375Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-28T11:45:47.375Z] === RUN TestOpenFileDelete [2021-06-28T11:45:47.375Z] --- PASS: TestOpenFileDelete (0.00s) [2021-06-28T11:45:47.375Z] === RUN TestOpenFileRename [2021-06-28T11:45:47.375Z] --- PASS: TestOpenFileRename (0.00s) [2021-06-28T11:45:47.375Z] === RUN TestParseLogTagDefaultTag [2021-06-28T11:45:47.375Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-06-28T11:45:47.375Z] === RUN TestParseLogTag [2021-06-28T11:45:47.375Z] --- PASS: TestParseLogTag (0.00s) [2021-06-28T11:45:47.375Z] === RUN TestParseLogTagEmptyTag [2021-06-28T11:45:47.375Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-06-28T11:45:47.375Z] === RUN TestTailFiles [2021-06-28T11:45:47.375Z] --- PASS: TestTailFiles (0.00s) [2021-06-28T11:45:47.375Z] === RUN TestFollowLogsConsumerGone [2021-06-28T11:45:47.375Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-06-28T11:45:47.375Z] === RUN TestFollowLogsProducerGone [2021-06-28T11:45:47.375Z] logfile_test.go:179: logDecode() closed after sending 2664 messages [2021-06-28T11:45:47.375Z] logfile_test.go:232: messages sent: 2664, received: 2664 [2021-06-28T11:45:47.375Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-06-28T11:45:47.375Z] === RUN TestCheckCapacityAndRotate [2021-06-28T11:45:47.375Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-06-28T11:45:47.375Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-06-28T11:45:47.375Z] --- PASS: TestCheckCapacityAndRotate (0.03s) [2021-06-28T11:45:47.375Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-06-28T11:45:47.375Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2021-06-28T11:45:47.375Z] PASS [2021-06-28T11:45:47.375Z] coverage: 53.7% of statements [2021-06-28T11:45:47.375Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.350s coverage: 53.7% of statements [2021-06-28T11:45:47.607Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-06-28T11:45:48.169Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-06-28T11:45:48.169Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-06-28T11:45:48.886Z] === RUN TestLog [2021-06-28T11:45:48.886Z] --- PASS: TestLog (0.00s) [2021-06-28T11:45:48.886Z] PASS [2021-06-28T11:45:48.886Z] coverage: 31.5% of statements [2021-06-28T11:45:48.886Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.407s coverage: 31.5% of statements [2021-06-28T11:45:48.886Z] === RUN TestParseLogFormat [2021-06-28T11:45:48.886Z] --- PASS: TestParseLogFormat (0.00s) [2021-06-28T11:45:48.886Z] === RUN TestValidateLogOptEmpty [2021-06-28T11:45:48.886Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-06-28T11:45:48.886Z] === RUN TestValidateSyslogAddress [2021-06-28T11:45:48.886Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-06-28T11:45:48.886Z] === RUN TestParseAddressDefaultPort [2021-06-28T11:45:48.886Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-06-28T11:45:48.886Z] === RUN TestValidateSyslogFacility [2021-06-28T11:45:48.886Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-06-28T11:45:48.886Z] === RUN TestValidateLogOptSyslogFormat [2021-06-28T11:45:48.886Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-06-28T11:45:48.886Z] === RUN TestValidateLogOpt [2021-06-28T11:45:48.886Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-28T11:45:48.886Z] PASS [2021-06-28T11:45:48.886Z] coverage: 46.8% of statements [2021-06-28T11:45:48.886Z] ok github.com/docker/docker/daemon/logger/syslog 0.324s coverage: 46.8% of statements [2021-06-28T11:45:49.099Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-06-28T11:45:49.336Z] === RUN TestValidateLogOpt [2021-06-28T11:45:49.336Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-28T11:45:49.336Z] === RUN TestNewMissedConfig [2021-06-28T11:45:49.336Z] --- PASS: TestNewMissedConfig (0.00s) [2021-06-28T11:45:49.336Z] === RUN TestNewMissedUrl [2021-06-28T11:45:49.336Z] --- PASS: TestNewMissedUrl (0.00s) [2021-06-28T11:45:49.336Z] === RUN TestNewMissedToken [2021-06-28T11:45:49.336Z] --- PASS: TestNewMissedToken (0.00s) [2021-06-28T11:45:49.336Z] === RUN TestNewWithProxy [2021-06-28T11:45:49.336Z] --- PASS: TestNewWithProxy (0.00s) [2021-06-28T11:45:49.336Z] === RUN TestDefault [2021-06-28T11:45:49.336Z] --- PASS: TestDefault (0.00s) [2021-06-28T11:45:49.336Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-06-28T11:45:49.336Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-06-28T11:45:49.336Z] === RUN TestJsonFormat [2021-06-28T11:45:49.336Z] --- PASS: TestJsonFormat (0.00s) [2021-06-28T11:45:49.336Z] === RUN TestRawFormat [2021-06-28T11:45:49.336Z] --- PASS: TestRawFormat (0.00s) [2021-06-28T11:45:49.336Z] === RUN TestRawFormatWithLabels [2021-06-28T11:45:49.336Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-06-28T11:45:49.336Z] === RUN TestRawFormatWithoutTag [2021-06-28T11:45:49.336Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-06-28T11:45:49.336Z] === RUN TestBatching [2021-06-28T11:45:49.336Z] === RUN TestNewParse [2021-06-28T11:45:49.336Z] --- PASS: TestNewParse (0.00s) [2021-06-28T11:45:49.336Z] PASS [2021-06-28T11:45:49.336Z] coverage: 8.3% of statements [2021-06-28T11:45:49.336Z] ok github.com/docker/docker/daemon/logger/templates 0.180s coverage: 8.3% of statements [2021-06-28T11:45:49.336Z] --- PASS: TestBatching (0.25s) [2021-06-28T11:45:49.336Z] === RUN TestFrequency [2021-06-28T11:45:49.661Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-06-28T11:45:49.661Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-06-28T11:45:49.787Z] --- PASS: TestFrequency (0.20s) [2021-06-28T11:45:49.787Z] === RUN TestOneMessagePerRequest [2021-06-28T11:45:49.787Z] --- PASS: TestOneMessagePerRequest (0.01s) [2021-06-28T11:45:49.787Z] === RUN TestVerify [2021-06-28T11:45:49.787Z] --- PASS: TestVerify (0.00s) [2021-06-28T11:45:49.787Z] === RUN TestSkipVerify [2021-06-28T11:45:49.787Z] time="2021-06-28T11:45:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:45:49.787Z] time="2021-06-28T11:45:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:45:49.787Z] time="2021-06-28T11:45:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:45:50.223Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-06-28T11:45:50.237Z] --- PASS: TestSkipVerify (0.46s) [2021-06-28T11:45:50.237Z] === RUN TestBufferMaximum [2021-06-28T11:45:50.237Z] time="2021-06-28T11:45:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:45:50.237Z] time="2021-06-28T11:45:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:45:50.237Z] time="2021-06-28T11:45:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:45:50.237Z] time="2021-06-28T11:45:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:45:50.237Z] time="2021-06-28T11:45:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:45:50.237Z] time="2021-06-28T11:45:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624880749.788850\",\"host\":\"ee9ae75be9e7\"}'" [2021-06-28T11:45:50.237Z] time="2021-06-28T11:45:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624880749.788850\",\"host\":\"ee9ae75be9e7\"}'" [2021-06-28T11:45:50.237Z] --- PASS: TestBufferMaximum (0.00s) [2021-06-28T11:45:50.237Z] === RUN TestServerAlwaysDown [2021-06-28T11:45:50.237Z] time="2021-06-28T11:45:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:45:50.237Z] time="2021-06-28T11:45:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:45:50.237Z] time="2021-06-28T11:45:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624880749.788850\",\"host\":\"ee9ae75be9e7\"}'" [2021-06-28T11:45:50.237Z] time="2021-06-28T11:45:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624880749.788850\",\"host\":\"ee9ae75be9e7\"}'" [2021-06-28T11:45:50.237Z] time="2021-06-28T11:45:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-28T11:45:50.237Z] time="2021-06-28T11:45:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624880749.788850\",\"host\":\"ee9ae75be9e7\"}'" [2021-06-28T11:45:50.237Z] time="2021-06-28T11:45:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624880749.788850\",\"host\":\"ee9ae75be9e7\"}'" [2021-06-28T11:45:50.237Z] time="2021-06-28T11:45:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624880749.788850\",\"host\":\"ee9ae75be9e7\"}'" [2021-06-28T11:45:50.237Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-06-28T11:45:50.237Z] === RUN TestCannotSendAfterClose [2021-06-28T11:45:50.237Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-06-28T11:45:50.237Z] === RUN TestDeadlockOnBlockedEndpoint [2021-06-28T11:45:50.688Z] === RUN TestV1IDService [2021-06-28T11:45:50.688Z] --- PASS: TestV1IDService (0.02s) [2021-06-28T11:45:50.688Z] === RUN TestV2MetadataService [2021-06-28T11:45:51.137Z] time="2021-06-28T11:45:50Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-06-28T11:45:51.138Z] time="2021-06-28T11:45:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"ee9ae75be9e7\"}'" [2021-06-28T11:45:51.138Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2021-06-28T11:45:51.138Z] PASS [2021-06-28T11:45:51.138Z] coverage: 82.5% of statements [2021-06-28T11:45:51.138Z] ok github.com/docker/docker/daemon/logger/splunk 2.262s coverage: 82.5% of statements [2021-06-28T11:45:51.138Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-28T11:45:51.138Z] ? github.com/docker/docker/daemon/network [no test files] [2021-06-28T11:45:51.138Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-28T11:45:51.138Z] --- PASS: TestV2MetadataService (0.68s) [2021-06-28T11:45:51.138Z] PASS [2021-06-28T11:45:51.138Z] coverage: 48.2% of statements [2021-06-28T11:45:51.138Z] ok github.com/docker/docker/distribution/metadata 1.029s coverage: 48.2% of statements [2021-06-28T11:45:51.588Z] === RUN TestSuccessfulDownload [2021-06-28T11:45:51.588Z] download_test.go:268: Needs fixing on Windows [2021-06-28T11:45:51.588Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-06-28T11:45:51.588Z] === RUN TestCancelledDownload [2021-06-28T11:45:51.588Z] --- PASS: TestCancelledDownload (0.00s) [2021-06-28T11:45:51.588Z] === RUN TestMaxDownloadAttempts [2021-06-28T11:45:51.588Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-28T11:45:51.588Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-28T11:45:51.588Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-28T11:45:51.588Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-28T11:45:51.588Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-28T11:45:51.588Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-28T11:45:51.588Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-28T11:45:51.588Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-28T11:45:51.588Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-28T11:45:51.588Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-28T11:45:51.588Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-28T11:45:51.588Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-28T11:45:52.038Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-06-28T11:45:52.038Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-06-28T11:45:52.038Z] === RUN TestContinueOnError_MirrorEndpoint [2021-06-28T11:45:52.038Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-06-28T11:45:52.038Z] === RUN TestContinueOnError_NeverContinue [2021-06-28T11:45:52.038Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-06-28T11:45:52.038Z] === RUN TestManifestStore [2021-06-28T11:45:52.038Z] === RUN TestManifestStore/no_remote_or_local [2021-06-28T11:45:52.038Z] time="2021-06-28T11:45:51Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local087662479\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-06-28T11:45:52.038Z] === RUN TestManifestStore/no_local_cache [2021-06-28T11:45:52.489Z] === RUN TestManifestStore/with_local_cache [2021-06-28T11:45:52.489Z] === RUN TestManifestStore/unknown_media_type [2021-06-28T11:45:52.489Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-06-28T11:45:52.489Z] time="2021-06-28T11:45:52Z" level=warning msg="reference for unknown type: " [2021-06-28T11:45:52.489Z] time="2021-06-28T11:45:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-28T11:45:52.489Z] time="2021-06-28T11:45:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-28T11:45:52.489Z] time="2021-06-28T11:45:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-28T11:45:52.489Z] time="2021-06-28T11:45:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-28T11:45:52.489Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-06-28T11:45:52.489Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.52s) [2021-06-28T11:45:52.489Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.52s) [2021-06-28T11:45:52.489Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.52s) [2021-06-28T11:45:52.489Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.52s) [2021-06-28T11:45:52.489Z] === RUN TestTransfer [2021-06-28T11:45:52.489Z] time="2021-06-28T11:45:52Z" level=warning msg="reference for unknown type: " [2021-06-28T11:45:52.489Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-06-28T11:45:52.489Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-06-28T11:45:52.489Z] time="2021-06-28T11:45:52Z" level=warning msg="reference for unknown type: " [2021-06-28T11:45:52.489Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-06-28T11:45:52.489Z] time="2021-06-28T11:45:52Z" level=warning msg="reference for unknown type: " [2021-06-28T11:45:52.489Z] time="2021-06-28T11:45:52Z" level=warning msg="reference for unknown type: " [2021-06-28T11:45:52.489Z] === RUN TestManifestStore/error_persisting_manifest [2021-06-28T11:45:52.489Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-06-28T11:45:52.489Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-06-28T11:45:52.489Z] time="2021-06-28T11:45:52Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-06-28T11:45:52.489Z] --- PASS: TestManifestStore (0.38s) [2021-06-28T11:45:52.489Z] --- PASS: TestManifestStore/no_remote_or_local (0.18s) [2021-06-28T11:45:52.489Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-06-28T11:45:52.489Z] --- PASS: TestManifestStore/with_local_cache (0.04s) [2021-06-28T11:45:52.489Z] --- PASS: TestManifestStore/unknown_media_type (0.12s) [2021-06-28T11:45:52.489Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.04s) [2021-06-28T11:45:52.489Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.07s) [2021-06-28T11:45:52.489Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.05s) [2021-06-28T11:45:52.489Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2021-06-28T11:45:52.489Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-06-28T11:45:52.489Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2021-06-28T11:45:52.489Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-06-28T11:45:52.489Z] === RUN TestDetectManifestBlobMediaType [2021-06-28T11:45:52.489Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-06-28T11:45:52.489Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-06-28T11:45:52.489Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-06-28T11:45:52.489Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-06-28T11:45:52.489Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-06-28T11:45:52.489Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-06-28T11:45:52.489Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-06-28T11:45:52.489Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-06-28T11:45:52.489Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-06-28T11:45:52.489Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-06-28T11:45:52.489Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-06-28T11:45:52.489Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-06-28T11:45:52.489Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-06-28T11:45:52.489Z] === RUN TestFixManifestLayers [2021-06-28T11:45:52.489Z] --- PASS: TestFixManifestLayers (0.00s) [2021-06-28T11:45:52.489Z] === RUN TestFixManifestLayersBaseLayerParent [2021-06-28T11:45:52.489Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-28T11:45:52.489Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-28T11:45:52.489Z] === RUN TestFixManifestLayersBadParent [2021-06-28T11:45:52.489Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-06-28T11:45:52.489Z] === RUN TestValidateManifest [2021-06-28T11:45:52.489Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-28T11:45:52.489Z] --- SKIP: TestValidateManifest (0.00s) [2021-06-28T11:45:52.489Z] === RUN TestFormatPlatform [2021-06-28T11:45:52.489Z] --- PASS: TestFormatPlatform (0.00s) [2021-06-28T11:45:52.489Z] === RUN TestGetRepositoryMountCandidates [2021-06-28T11:45:52.489Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-06-28T11:45:52.489Z] === RUN TestLayerAlreadyExists [2021-06-28T11:45:52.489Z] 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} [2021-06-28T11:45:52.489Z] 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} [2021-06-28T11:45:52.489Z] 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} [2021-06-28T11:45:52.489Z] 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} [2021-06-28T11:45:52.489Z] 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} [2021-06-28T11:45:52.489Z] 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} [2021-06-28T11:45:52.489Z] --- PASS: TestLayerAlreadyExists (0.01s) [2021-06-28T11:45:52.489Z] === RUN TestWhenEmptyAuthConfig [2021-06-28T11:45:52.489Z] --- PASS: TestTransfer (0.17s) [2021-06-28T11:45:52.489Z] === RUN TestConcurrencyLimit [2021-06-28T11:45:52.939Z] --- PASS: TestConcurrencyLimit (0.53s) [2021-06-28T11:45:52.939Z] === RUN TestInactiveJobs [2021-06-28T11:45:52.939Z] === RUN TestNotFound [2021-06-28T11:45:52.939Z] --- PASS: TestNotFound (0.00s) [2021-06-28T11:45:52.939Z] === RUN TestConflict [2021-06-28T11:45:52.939Z] --- PASS: TestConflict (0.00s) [2021-06-28T11:45:52.939Z] === RUN TestForbidden [2021-06-28T11:45:52.939Z] --- PASS: TestForbidden (0.00s) [2021-06-28T11:45:52.939Z] === RUN TestInvalidParameter [2021-06-28T11:45:52.939Z] --- PASS: TestInvalidParameter (0.00s) [2021-06-28T11:45:52.939Z] === RUN TestNotImplemented [2021-06-28T11:45:52.939Z] --- PASS: TestNotImplemented (0.00s) [2021-06-28T11:45:52.939Z] === RUN TestNotModified [2021-06-28T11:45:52.939Z] --- PASS: TestNotModified (0.00s) [2021-06-28T11:45:52.939Z] === RUN TestUnauthorized [2021-06-28T11:45:52.939Z] --- PASS: TestUnauthorized (0.00s) [2021-06-28T11:45:52.939Z] === RUN TestUnknown [2021-06-28T11:45:52.939Z] --- PASS: TestUnknown (0.00s) [2021-06-28T11:45:52.939Z] === RUN TestCancelled [2021-06-28T11:45:52.939Z] --- PASS: TestCancelled (0.00s) [2021-06-28T11:45:52.939Z] === RUN TestDeadline [2021-06-28T11:45:52.939Z] --- PASS: TestDeadline (0.00s) [2021-06-28T11:45:52.939Z] === RUN TestDataLoss [2021-06-28T11:45:52.939Z] --- PASS: TestDataLoss (0.00s) [2021-06-28T11:45:52.939Z] === RUN TestUnavailable [2021-06-28T11:45:52.939Z] --- PASS: TestUnavailable (0.00s) [2021-06-28T11:45:52.939Z] === RUN TestSystem [2021-06-28T11:45:52.939Z] --- PASS: TestSystem (0.00s) [2021-06-28T11:45:52.939Z] === RUN TestFromStatusCode [2021-06-28T11:45:52.939Z] === RUN TestFromStatusCode/Not_Found [2021-06-28T11:45:52.939Z] === RUN TestFromStatusCode/Bad_Request [2021-06-28T11:45:52.939Z] === RUN TestFromStatusCode/Conflict [2021-06-28T11:45:52.939Z] === RUN TestFromStatusCode/Unauthorized [2021-06-28T11:45:52.939Z] === RUN TestFromStatusCode/Service_Unavailable [2021-06-28T11:45:52.939Z] === RUN TestFromStatusCode/Forbidden [2021-06-28T11:45:52.939Z] === RUN TestFromStatusCode/Not_Modified [2021-06-28T11:45:52.939Z] === RUN TestFromStatusCode/Not_Implemented [2021-06-28T11:45:52.939Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-06-28T11:45:52.939Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-06-28T11:45:52.939Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-06-28T11:45:52.939Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-06-28T11:45:52.939Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-06-28T11:45:52.939Z] --- PASS: TestFromStatusCode (0.00s) [2021-06-28T11:45:52.939Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-06-28T11:45:52.939Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-06-28T11:45:52.939Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-06-28T11:45:52.939Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-06-28T11:45:52.939Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-06-28T11:45:52.939Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-06-28T11:45:52.939Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-06-28T11:45:52.939Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-06-28T11:45:52.939Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-06-28T11:45:52.939Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-06-28T11:45:52.939Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-06-28T11:45:52.939Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-06-28T11:45:52.939Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-06-28T11:45:52.939Z] PASS [2021-06-28T11:45:52.939Z] coverage: 53.1% of statements [2021-06-28T11:45:52.939Z] ok github.com/docker/docker/errdefs 0.169s coverage: 53.1% of statements [2021-06-28T11:45:53.389Z] --- PASS: TestWhenEmptyAuthConfig (1.08s) [2021-06-28T11:45:53.389Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-06-28T11:45:53.389Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-06-28T11:45:53.389Z] === RUN TestTokenPassThru [2021-06-28T11:45:53.389Z] === RUN TestFSGetInvalidData [2021-06-28T11:45:53.389Z] --- PASS: TestTokenPassThru (0.01s) [2021-06-28T11:45:53.389Z] === RUN TestTokenPassThruDifferentHost [2021-06-28T11:45:53.389Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-06-28T11:45:53.389Z] PASS [2021-06-28T11:45:53.389Z] coverage: 23.8% of statements [2021-06-28T11:45:53.389Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-06-28T11:45:53.389Z] === RUN TestFSInvalidSet [2021-06-28T11:45:53.389Z] --- PASS: TestFSInvalidSet (0.01s) [2021-06-28T11:45:53.389Z] === RUN TestFSInvalidRoot [2021-06-28T11:45:53.389Z] ok github.com/docker/docker/distribution 1.835s coverage: 23.8% of statements [2021-06-28T11:45:53.389Z] --- PASS: TestInactiveJobs (0.54s) [2021-06-28T11:45:53.389Z] === RUN TestWatchRelease [2021-06-28T11:45:53.389Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-06-28T11:45:53.389Z] === RUN TestFSMetadataGetSet [2021-06-28T11:45:53.389Z] --- PASS: TestFSMetadataGetSet (0.03s) [2021-06-28T11:45:53.389Z] === RUN TestFSInvalidWalker [2021-06-28T11:45:53.389Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-06-28T11:45:53.389Z] === RUN TestFSGetSet [2021-06-28T11:45:53.389Z] --- PASS: TestWatchRelease (0.05s) [2021-06-28T11:45:53.389Z] === RUN TestWatchFinishedTransfer [2021-06-28T11:45:53.839Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-06-28T11:45:53.839Z] === RUN TestDuplicateTransfer [2021-06-28T11:45:53.839Z] --- PASS: TestFSGetSet (0.01s) [2021-06-28T11:45:53.839Z] === RUN TestFSGetUnsetKey [2021-06-28T11:45:53.839Z] --- PASS: TestFSGetUnsetKey (0.01s) [2021-06-28T11:45:53.839Z] === RUN TestFSGetEmptyData [2021-06-28T11:45:53.839Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-06-28T11:45:53.839Z] === RUN TestFSDelete [2021-06-28T11:45:53.839Z] --- PASS: TestFSDelete (0.01s) [2021-06-28T11:45:53.839Z] === RUN TestFSWalker [2021-06-28T11:45:53.839Z] --- PASS: TestFSWalker (0.01s) [2021-06-28T11:45:53.839Z] === RUN TestFSWalkerStopOnError [2021-06-28T11:45:53.839Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-06-28T11:45:53.839Z] === RUN TestNewFromJSON [2021-06-28T11:45:53.839Z] --- PASS: TestDuplicateTransfer (0.06s) [2021-06-28T11:45:53.839Z] === RUN TestSuccessfulUpload [2021-06-28T11:45:53.839Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-28T11:45:53.839Z] --- PASS: TestNewFromJSON (0.00s) [2021-06-28T11:45:53.839Z] === RUN TestNewFromJSONWithInvalidJSON [2021-06-28T11:45:53.839Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-06-28T11:45:53.839Z] === RUN TestMarshalKeyOrder [2021-06-28T11:45:53.839Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-06-28T11:45:53.839Z] === RUN TestHistoryEqual [2021-06-28T11:45:53.839Z] --- PASS: TestHistoryEqual (0.15s) [2021-06-28T11:45:53.839Z] === RUN TestImage [2021-06-28T11:45:53.839Z] --- PASS: TestImage (0.00s) [2021-06-28T11:45:53.839Z] === RUN TestImageOSNotEmpty [2021-06-28T11:45:53.839Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-06-28T11:45:53.839Z] === RUN TestNewChildImageFromImageWithRootFS [2021-06-28T11:45:53.839Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-06-28T11:45:53.839Z] === RUN TestCreate [2021-06-28T11:45:53.839Z] --- PASS: TestCreate (0.01s) [2021-06-28T11:45:53.839Z] === RUN TestRestore [2021-06-28T11:45:53.839Z] time="2021-06-28T11:45:53Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-06-28T11:45:53.839Z] --- PASS: TestRestore (0.02s) [2021-06-28T11:45:53.839Z] === RUN TestAddDelete [2021-06-28T11:45:53.839Z] --- PASS: TestAddDelete (0.01s) [2021-06-28T11:45:53.839Z] === RUN TestSearchAfterDelete [2021-06-28T11:45:53.839Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-06-28T11:45:53.839Z] === RUN TestParentReset [2021-06-28T11:45:53.839Z] --- PASS: TestParentReset (0.03s) [2021-06-28T11:45:53.839Z] === RUN TestGetAndSetLastUpdated [2021-06-28T11:45:53.839Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-06-28T11:45:53.839Z] === RUN TestStoreLen [2021-06-28T11:45:53.839Z] time="2021-06-28T11:45:53Z" level=error msg="Upload failed, retrying: simulating retry" [2021-06-28T11:45:53.839Z] --- PASS: TestStoreLen (0.04s) [2021-06-28T11:45:53.839Z] PASS [2021-06-28T11:45:53.839Z] coverage: 86.6% of statements [2021-06-28T11:45:53.839Z] ok github.com/docker/docker/image 0.627s coverage: 86.6% of statements [2021-06-28T11:45:54.289Z] --- PASS: TestSuccessfulUpload (0.52s) [2021-06-28T11:45:54.289Z] === RUN TestCancelledUpload [2021-06-28T11:45:54.289Z] --- PASS: TestCancelledUpload (0.00s) [2021-06-28T11:45:54.289Z] PASS [2021-06-28T11:45:54.289Z] coverage: 76.8% of statements [2021-06-28T11:45:54.289Z] ok github.com/docker/docker/distribution/xfer 2.641s coverage: 76.8% of statements [2021-06-28T11:45:54.289Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-28T11:45:54.289Z] === RUN TestCompare [2021-06-28T11:45:54.289Z] --- PASS: TestCompare (0.00s) [2021-06-28T11:45:54.289Z] PASS [2021-06-28T11:45:54.289Z] coverage: 19.2% of statements [2021-06-28T11:45:54.289Z] ok github.com/docker/docker/image/cache 0.209s coverage: 19.2% of statements [2021-06-28T11:45:55.241Z] === RUN TestValidateManifest [2021-06-28T11:45:55.241Z] === RUN TestValidateManifest/nil [2021-06-28T11:45:55.241Z] === RUN TestValidateManifest/non-nil [2021-06-28T11:45:55.241Z] --- PASS: TestValidateManifest (0.00s) [2021-06-28T11:45:55.241Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-06-28T11:45:55.241Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-06-28T11:45:55.241Z] PASS [2021-06-28T11:45:55.241Z] coverage: 0.7% of statements [2021-06-28T11:45:55.241Z] ok github.com/docker/docker/image/tarexport 0.276s coverage: 0.7% of statements [2021-06-28T11:45:55.241Z] === RUN TestMakeV1ConfigFromConfig [2021-06-28T11:45:55.241Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-06-28T11:45:55.241Z] PASS [2021-06-28T11:45:55.241Z] coverage: 25.0% of statements [2021-06-28T11:45:55.241Z] ok github.com/docker/docker/image/v1 0.245s coverage: 25.0% of statements [2021-06-28T11:45:55.241Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-28T11:45:56.192Z] === RUN TestSerialization [2021-06-28T11:45:56.192Z] --- PASS: TestSerialization (0.06s) [2021-06-28T11:45:56.192Z] PASS [2021-06-28T11:45:56.192Z] coverage: 100.0% of statements [2021-06-28T11:45:56.192Z] ok github.com/docker/docker/libcontainerd/queue 0.229s coverage: 100.0% of statements [2021-06-28T11:45:56.756Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-06-28T11:45:56.756Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-06-28T11:45:56.756Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-06-28T11:45:56.756Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-06-28T11:45:57.143Z] === RUN TestEnvironmentParsing [2021-06-28T11:45:57.143Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-06-28T11:45:57.143Z] PASS [2021-06-28T11:45:57.143Z] coverage: 1.2% of statements [2021-06-28T11:45:57.143Z] ok github.com/docker/docker/libcontainerd/local 0.359s coverage: 1.2% of statements [2021-06-28T11:45:57.593Z] === RUN TestEmptyLayer [2021-06-28T11:45:57.593Z] --- PASS: TestEmptyLayer (0.00s) [2021-06-28T11:45:57.593Z] === RUN TestCommitFailure [2021-06-28T11:45:57.593Z] --- PASS: TestCommitFailure (0.01s) [2021-06-28T11:45:57.593Z] === RUN TestStartTransactionFailure [2021-06-28T11:45:57.593Z] --- PASS: TestStartTransactionFailure (0.01s) [2021-06-28T11:45:57.593Z] === RUN TestGetOrphan [2021-06-28T11:45:57.593Z] --- PASS: TestGetOrphan (0.01s) [2021-06-28T11:45:57.593Z] === RUN TestMountAndRegister [2021-06-28T11:45:57.593Z] layer_test.go:271: Layer size: 14 [2021-06-28T11:45:57.593Z] --- PASS: TestMountAndRegister (0.05s) [2021-06-28T11:45:57.593Z] === RUN TestLayerRelease [2021-06-28T11:45:57.593Z] layer_test.go:304: Failing on Windows [2021-06-28T11:45:57.593Z] --- SKIP: TestLayerRelease (0.00s) [2021-06-28T11:45:57.593Z] === RUN TestStoreRestore [2021-06-28T11:45:57.593Z] layer_test.go:353: Failing on Windows [2021-06-28T11:45:57.593Z] --- SKIP: TestStoreRestore (0.00s) [2021-06-28T11:45:57.593Z] === RUN TestTarStreamStability [2021-06-28T11:45:57.593Z] layer_test.go:468: Failing on Windows [2021-06-28T11:45:57.593Z] --- SKIP: TestTarStreamStability (0.00s) [2021-06-28T11:45:57.593Z] === RUN TestRegisterExistingLayer [2021-06-28T11:45:57.593Z] --- PASS: TestRegisterExistingLayer (0.16s) [2021-06-28T11:45:57.593Z] === RUN TestTarStreamVerification [2021-06-28T11:45:57.593Z] layer_test.go:697: Failing on Windows [2021-06-28T11:45:57.593Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-06-28T11:45:57.593Z] === RUN TestLayerMigration [2021-06-28T11:45:57.593Z] migration_test.go:46: Failing on Windows [2021-06-28T11:45:57.593Z] --- SKIP: TestLayerMigration (0.00s) [2021-06-28T11:45:57.593Z] === RUN TestLayerMigrationNoTarsplit [2021-06-28T11:45:57.593Z] migration_test.go:182: Failing on Windows [2021-06-28T11:45:57.593Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-06-28T11:45:57.593Z] === RUN TestMountInit [2021-06-28T11:45:57.593Z] mount_test.go:17: Failing on Windows [2021-06-28T11:45:57.593Z] --- SKIP: TestMountInit (0.00s) [2021-06-28T11:45:57.593Z] === RUN TestMountSize [2021-06-28T11:45:57.593Z] mount_test.go:76: Failing on Windows [2021-06-28T11:45:57.593Z] --- SKIP: TestMountSize (0.00s) [2021-06-28T11:45:57.593Z] === RUN TestMountChanges [2021-06-28T11:45:57.593Z] mount_test.go:125: Failing on Windows [2021-06-28T11:45:57.593Z] --- SKIP: TestMountChanges (0.00s) [2021-06-28T11:45:57.593Z] === RUN TestMountApply [2021-06-28T11:45:57.593Z] mount_test.go:212: Failing on Windows [2021-06-28T11:45:57.593Z] --- SKIP: TestMountApply (0.00s) [2021-06-28T11:45:57.593Z] PASS [2021-06-28T11:45:57.593Z] coverage: 30.1% of statements [2021-06-28T11:45:57.593Z] ok github.com/docker/docker/layer 0.542s coverage: 30.1% of statements [2021-06-28T11:45:57.685Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-06-28T11:45:58.044Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-28T11:45:58.044Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-28T11:45:58.044Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-28T11:45:58.044Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-28T11:45:58.494Z] === RUN TestSequenceGetAvailableBit [2021-06-28T11:45:58.494Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-06-28T11:45:58.494Z] === RUN TestSequenceEqual [2021-06-28T11:45:58.494Z] --- PASS: TestSequenceEqual (0.00s) [2021-06-28T11:45:58.494Z] === RUN TestSequenceCopy [2021-06-28T11:45:58.494Z] --- PASS: TestSequenceCopy (0.00s) [2021-06-28T11:45:58.494Z] === RUN TestGetFirstAvailable [2021-06-28T11:45:58.494Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-06-28T11:45:58.494Z] === RUN TestFindSequence [2021-06-28T11:45:58.494Z] --- PASS: TestFindSequence (0.00s) [2021-06-28T11:45:58.494Z] === RUN TestCheckIfAvailable [2021-06-28T11:45:58.494Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-06-28T11:45:58.494Z] === RUN TestMergeSequences [2021-06-28T11:45:58.494Z] --- PASS: TestMergeSequences (0.00s) [2021-06-28T11:45:58.494Z] === RUN TestPushReservation [2021-06-28T11:45:58.494Z] --- PASS: TestPushReservation (0.00s) [2021-06-28T11:45:58.494Z] === RUN TestSerializeDeserialize [2021-06-28T11:45:58.494Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-06-28T11:45:58.494Z] === RUN TestSet [2021-06-28T11:45:58.494Z] --- PASS: TestSet (0.00s) [2021-06-28T11:45:58.494Z] === RUN TestSetUnset [2021-06-28T11:45:58.494Z] --- PASS: TestSetUnset (0.00s) [2021-06-28T11:45:58.494Z] === RUN TestOffsetSetUnset [2021-06-28T11:45:58.494Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-06-28T11:45:58.494Z] === RUN TestSetInRange [2021-06-28T11:45:58.494Z] --- PASS: TestSetInRange (0.01s) [2021-06-28T11:45:58.494Z] === RUN TestSetAnyInRange [2021-06-28T11:45:58.494Z] --- PASS: TestSetAnyInRange (0.00s) [2021-06-28T11:45:58.494Z] === RUN TestMethods [2021-06-28T11:45:58.494Z] --- PASS: TestMethods (0.00s) [2021-06-28T11:45:58.494Z] === RUN TestRandomAllocateDeallocate [2021-06-28T11:45:59.055Z] === RUN TestDockerSuite/TestRunPortInUse [2021-06-28T11:45:59.983Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-06-28T11:46:00.544Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2021-06-28T11:46:00.544Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-06-28T11:46:00.638Z] === RUN TestInvalidConfig [2021-06-28T11:46:00.638Z] --- PASS: TestInvalidConfig (0.00s) [2021-06-28T11:46:00.638Z] === RUN TestConfig [2021-06-28T11:46:00.638Z] --- PASS: TestConfig (0.01s) [2021-06-28T11:46:00.638Z] === RUN TestOptionsLabels [2021-06-28T11:46:00.638Z] --- PASS: TestOptionsLabels (0.00s) [2021-06-28T11:46:00.638Z] === RUN TestValidName [2021-06-28T11:46:00.638Z] --- PASS: TestValidName (0.00s) [2021-06-28T11:46:00.638Z] === RUN TestTLSConfiguration [2021-06-28T11:46:00.638Z] time="2021-06-28T11:45:59Z" level=info msg="Option Initializing KV with TLS" [2021-06-28T11:46:00.638Z] --- PASS: TestTLSConfiguration (0.22s) [2021-06-28T11:46:00.638Z] PASS [2021-06-28T11:46:00.638Z] coverage: 24.0% of statements [2021-06-28T11:46:00.638Z] ok github.com/docker/docker/libnetwork/config 0.445s coverage: 24.0% of statements [2021-06-28T11:46:00.800Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-06-28T11:46:01.089Z] === RUN TestKey [2021-06-28T11:46:01.089Z] --- PASS: TestKey (0.00s) [2021-06-28T11:46:01.089Z] === RUN TestParseKey [2021-06-28T11:46:01.089Z] --- PASS: TestParseKey (0.00s) [2021-06-28T11:46:01.089Z] === RUN TestInvalidDataStore [2021-06-28T11:46:01.089Z] --- PASS: TestInvalidDataStore (0.00s) [2021-06-28T11:46:01.089Z] === RUN TestKVObjectFlatKey [2021-06-28T11:46:01.089Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-06-28T11:46:01.089Z] === RUN TestAtomicKVObjectFlatKey [2021-06-28T11:46:01.089Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-06-28T11:46:01.089Z] PASS [2021-06-28T11:46:01.089Z] coverage: 21.9% of statements [2021-06-28T11:46:01.089Z] ok github.com/docker/docker/libnetwork/datastore 0.182s coverage: 21.9% of statements [2021-06-28T11:46:01.363Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-06-28T11:46:01.925Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-06-28T11:46:02.487Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-28T11:46:02.487Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-06-28T11:46:02.487Z] === RUN TestDockerSuite/TestRunPublishPort [2021-06-28T11:46:02.599Z] === RUN TestErrorInterfaces [2021-06-28T11:46:02.599Z] --- PASS: TestErrorInterfaces (0.00s) [2021-06-28T11:46:02.599Z] === RUN TestNetworkMarshalling [2021-06-28T11:46:02.599Z] === RUN TestIPDataMarshalling [2021-06-28T11:46:02.599Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-06-28T11:46:02.599Z] === RUN TestValidateAndIsV6 [2021-06-28T11:46:02.599Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-06-28T11:46:02.599Z] PASS [2021-06-28T11:46:02.599Z] coverage: 68.9% of statements [2021-06-28T11:46:02.599Z] ok github.com/docker/docker/libnetwork/driverapi 0.332s coverage: 68.9% of statements [2021-06-28T11:46:02.599Z] --- PASS: TestNetworkMarshalling (0.18s) [2021-06-28T11:46:02.599Z] === RUN TestEndpointMarshalling [2021-06-28T11:46:02.599Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-06-28T11:46:02.599Z] === RUN TestAuxAddresses [2021-06-28T11:46:02.599Z] time="2021-06-28T11:46:02Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-28T11:46:02.599Z] --- PASS: TestAuxAddresses (0.02s) [2021-06-28T11:46:02.599Z] === RUN TestSRVServiceQuery [2021-06-28T11:46:02.599Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:46:02.599Z] --- SKIP: TestSRVServiceQuery (0.01s) [2021-06-28T11:46:02.599Z] === RUN TestServiceVIPReuse [2021-06-28T11:46:02.599Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:46:02.599Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-06-28T11:46:02.599Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-06-28T11:46:02.599Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:46:02.599Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-06-28T11:46:02.599Z] === RUN TestDNSIPQuery [2021-06-28T11:46:02.599Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:46:02.599Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-06-28T11:46:02.599Z] === RUN TestDNSProxyServFail [2021-06-28T11:46:02.599Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:46:02.599Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-06-28T11:46:02.599Z] === RUN TestSandboxAddEmpty [2021-06-28T11:46:02.599Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:46:02.599Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-06-28T11:46:02.599Z] === RUN TestSandboxAddMultiPrio [2021-06-28T11:46:02.599Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:46:02.599Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-06-28T11:46:02.599Z] === RUN TestSandboxAddSamePrio [2021-06-28T11:46:02.599Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:46:02.599Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-06-28T11:46:02.599Z] === RUN TestCleanupServiceDiscovery [2021-06-28T11:46:02.599Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:46:02.599Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-06-28T11:46:02.599Z] === RUN TestDNSOptions [2021-06-28T11:46:02.599Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:46:02.599Z] --- SKIP: TestDNSOptions (0.00s) [2021-06-28T11:46:02.599Z] === RUN TestMultipleControllersWithSameStore [2021-06-28T11:46:02.599Z] time="2021-06-28T11:46:02Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-28T11:46:02.599Z] time="2021-06-28T11:46:02Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-28T11:46:02.599Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2021-06-28T11:46:02.599Z] PASS [2021-06-28T11:46:02.599Z] coverage: 8.6% of statements [2021-06-28T11:46:02.599Z] ok github.com/docker/docker/libnetwork 0.827s coverage: 8.6% of statements [2021-06-28T11:46:02.599Z] ? github.com/docker/docker/libnetwork/api [no test files] [2021-06-28T11:46:03.049Z] --- PASS: TestRandomAllocateDeallocate (4.84s) [2021-06-28T11:46:03.049Z] === RUN TestAllocateRandomDeallocate [2021-06-28T11:46:03.049Z] === RUN TestDriver [2021-06-28T11:46:03.049Z] --- PASS: TestDriver (0.00s) [2021-06-28T11:46:03.049Z] PASS [2021-06-28T11:46:03.049Z] coverage: 34.8% of statements [2021-06-28T11:46:03.049Z] ok github.com/docker/docker/libnetwork/drivers/host 0.169s coverage: 34.8% of statements [2021-06-28T11:46:03.049Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-06-28T11:46:03.499Z] === RUN TestDriver [2021-06-28T11:46:03.499Z] --- PASS: TestDriver (0.00s) [2021-06-28T11:46:03.499Z] PASS [2021-06-28T11:46:03.499Z] coverage: 34.8% of statements [2021-06-28T11:46:03.499Z] ok github.com/docker/docker/libnetwork/drivers/null 0.179s coverage: 34.8% of statements [2021-06-28T11:46:03.611Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-06-28T11:46:03.611Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-06-28T11:46:03.611Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-06-28T11:46:03.949Z] === RUN TestNetworkAllocateFree [2021-06-28T11:46:03.949Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-06-28T11:46:03.949Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-06-28T11:46:03.949Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-06-28T11:46:03.949Z] PASS [2021-06-28T11:46:03.949Z] coverage: 63.6% of statements [2021-06-28T11:46:03.949Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.197s coverage: 63.6% of statements [2021-06-28T11:46:03.949Z] --- PASS: TestAllocateRandomDeallocate (0.87s) [2021-06-28T11:46:03.949Z] === RUN TestAllocateRandomDeallocateSerialize [2021-06-28T11:46:04.173Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-06-28T11:46:04.901Z] === RUN TestGetEmptyCapabilities [2021-06-28T11:46:04.901Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-06-28T11:46:04.901Z] === RUN TestGetExtraCapabilities [2021-06-28T11:46:04.901Z] --- PASS: TestGetExtraCapabilities (0.01s) [2021-06-28T11:46:04.901Z] === RUN TestGetInvalidCapabilities [2021-06-28T11:46:04.901Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-06-28T11:46:04.901Z] === RUN TestRemoteDriver [2021-06-28T11:46:04.901Z] --- PASS: TestRemoteDriver (0.01s) [2021-06-28T11:46:04.901Z] === RUN TestDriverError [2021-06-28T11:46:04.901Z] --- PASS: TestDriverError (0.00s) [2021-06-28T11:46:04.901Z] === RUN TestMissingValues [2021-06-28T11:46:04.901Z] --- PASS: TestMissingValues (0.01s) [2021-06-28T11:46:04.901Z] === RUN TestRollback [2021-06-28T11:46:04.901Z] --- PASS: TestRollback (0.01s) [2021-06-28T11:46:04.901Z] PASS [2021-06-28T11:46:04.901Z] coverage: 57.4% of statements [2021-06-28T11:46:04.901Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.345s coverage: 57.4% of statements [2021-06-28T11:46:05.180Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-28T11:46:05.180Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-28T11:46:05.352Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.12s) [2021-06-28T11:46:05.352Z] === RUN TestRetrieveFromStore [2021-06-28T11:46:05.352Z] === RUN TestNAT [2021-06-28T11:46:05.352Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-06-28T11:46:05.352Z] --- SKIP: TestNAT (0.00s) [2021-06-28T11:46:05.352Z] === RUN TestTransparent [2021-06-28T11:46:05.352Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-06-28T11:46:05.352Z] --- SKIP: TestTransparent (0.00s) [2021-06-28T11:46:05.352Z] PASS [2021-06-28T11:46:05.352Z] coverage: 0.0% of statements [2021-06-28T11:46:05.352Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.282s coverage: 0.0% of statements [2021-06-28T11:46:05.538Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-06-28T11:46:05.539Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-06-28T11:46:05.539Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-06-28T11:46:05.802Z] --- PASS: TestRetrieveFromStore (0.51s) [2021-06-28T11:46:05.802Z] === RUN TestIsCorrupted [2021-06-28T11:46:05.802Z] --- PASS: TestIsCorrupted (0.03s) [2021-06-28T11:46:05.802Z] === RUN TestSetRollover [2021-06-28T11:46:06.136Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-28T11:46:06.253Z] === RUN TestNew [2021-06-28T11:46:06.253Z] --- PASS: TestNew (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestAddDriver [2021-06-28T11:46:06.253Z] --- PASS: TestAddDriver (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestAddDuplicateDriver [2021-06-28T11:46:06.253Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestIPAMDefaultAddressSpaces [2021-06-28T11:46:06.253Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestDriver [2021-06-28T11:46:06.253Z] --- PASS: TestDriver (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestIPAM [2021-06-28T11:46:06.253Z] --- PASS: TestIPAM (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestWalkIPAMs [2021-06-28T11:46:06.253Z] --- PASS: TestWalkIPAMs (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestWalkDrivers [2021-06-28T11:46:06.253Z] --- PASS: TestWalkDrivers (0.00s) [2021-06-28T11:46:06.253Z] PASS [2021-06-28T11:46:06.253Z] coverage: 82.4% of statements [2021-06-28T11:46:06.253Z] ok github.com/docker/docker/libnetwork/drvregistry 0.385s coverage: 82.4% of statements [2021-06-28T11:46:06.253Z] === RUN TestBuildDefault [2021-06-28T11:46:06.253Z] --- PASS: TestBuildDefault (0.01s) [2021-06-28T11:46:06.253Z] === RUN TestBuildHostnameDomainname [2021-06-28T11:46:06.253Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestBuildHostname [2021-06-28T11:46:06.253Z] --- PASS: TestBuildHostname (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestBuildHostnameFQDN [2021-06-28T11:46:06.253Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestBuildNoIP [2021-06-28T11:46:06.253Z] --- PASS: TestBuildNoIP (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestUpdate [2021-06-28T11:46:06.253Z] --- PASS: TestUpdate (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-06-28T11:46:06.253Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-06-28T11:46:06.253Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestAddEmpty [2021-06-28T11:46:06.253Z] --- PASS: TestAddEmpty (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestAdd [2021-06-28T11:46:06.253Z] --- PASS: TestAdd (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestDeleteEmpty [2021-06-28T11:46:06.253Z] --- PASS: TestDeleteEmpty (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestDeleteNewline [2021-06-28T11:46:06.253Z] --- PASS: TestDeleteNewline (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestDelete [2021-06-28T11:46:06.253Z] --- PASS: TestDelete (0.00s) [2021-06-28T11:46:06.253Z] === RUN TestConcurrentWrites [2021-06-28T11:46:06.703Z] --- PASS: TestConcurrentWrites (0.20s) [2021-06-28T11:46:06.703Z] PASS [2021-06-28T11:46:06.703Z] coverage: 81.2% of statements [2021-06-28T11:46:06.703Z] ok github.com/docker/docker/libnetwork/etchosts 0.362s coverage: 81.2% of statements [2021-06-28T11:46:07.095Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-28T11:46:07.153Z] === RUN TestDiff [2021-06-28T11:46:07.153Z] --- PASS: TestDiff (0.00s) [2021-06-28T11:46:07.153Z] === RUN TestAddedCallback [2021-06-28T11:46:07.153Z] --- PASS: TestAddedCallback (0.00s) [2021-06-28T11:46:07.153Z] === RUN TestRemovedCallback [2021-06-28T11:46:07.153Z] --- PASS: TestRemovedCallback (0.00s) [2021-06-28T11:46:07.153Z] === RUN TestNoCallback [2021-06-28T11:46:07.153Z] --- PASS: TestNoCallback (0.00s) [2021-06-28T11:46:07.153Z] PASS [2021-06-28T11:46:07.153Z] coverage: 48.1% of statements [2021-06-28T11:46:07.153Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.325s coverage: 48.1% of statements [2021-06-28T11:46:07.153Z] --- PASS: TestSetRollover (1.51s) [2021-06-28T11:46:07.153Z] === RUN TestSetRolloverSerial [2021-06-28T11:46:07.604Z] === RUN TestNew [2021-06-28T11:46:07.604Z] --- PASS: TestNew (0.00s) [2021-06-28T11:46:07.604Z] === RUN TestAllocate [2021-06-28T11:46:07.604Z] --- PASS: TestAllocate (0.00s) [2021-06-28T11:46:07.604Z] === RUN TestUninitialized [2021-06-28T11:46:07.604Z] --- PASS: TestUninitialized (0.00s) [2021-06-28T11:46:07.604Z] === RUN TestAllocateInRange [2021-06-28T11:46:07.604Z] --- PASS: TestAllocateInRange (0.00s) [2021-06-28T11:46:07.604Z] === RUN TestAllocateSerial [2021-06-28T11:46:07.604Z] --- PASS: TestAllocateSerial (0.00s) [2021-06-28T11:46:07.604Z] PASS [2021-06-28T11:46:07.604Z] coverage: 87.5% of statements [2021-06-28T11:46:07.604Z] ok github.com/docker/docker/libnetwork/idm 0.175s coverage: 87.5% of statements [2021-06-28T11:46:08.054Z] === RUN TestCaller [2021-06-28T11:46:08.054Z] --- PASS: TestCaller (0.00s) [2021-06-28T11:46:08.054Z] PASS [2021-06-28T11:46:08.054Z] coverage: 100.0% of statements [2021-06-28T11:46:08.054Z] ok github.com/docker/docker/libnetwork/internal/caller 0.139s coverage: 100.0% of statements [2021-06-28T11:46:08.054Z] === RUN TestSetSerialInsertDelete [2021-06-28T11:46:08.054Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-06-28T11:46:08.054Z] === RUN TestSetParallelInsertDelete [2021-06-28T11:46:08.614Z] --- PASS: TestBuildMultiStageCopy (21.62s) [2021-06-28T11:46:08.614Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (17.10s) [2021-06-28T11:46:08.614Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.85s) [2021-06-28T11:46:08.614Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.06s) [2021-06-28T11:46:08.614Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.21s) [2021-06-28T11:46:08.614Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.40s) [2021-06-28T11:46:08.614Z] === RUN TestBuildMultiStageParentConfig [2021-06-28T11:46:08.807Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-06-28T11:46:09.010Z] --- PASS: TestSetRolloverSerial (1.61s) [2021-06-28T11:46:09.011Z] === RUN TestGetFirstAvailableFromCurrent [2021-06-28T11:46:09.011Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-06-28T11:46:09.011Z] PASS [2021-06-28T11:46:09.011Z] coverage: 84.4% of statements [2021-06-28T11:46:09.011Z] ok github.com/docker/docker/libnetwork/bitseq 10.628s coverage: 84.4% of statements [2021-06-28T11:46:09.963Z] === RUN TestPoolRequest [2021-06-28T11:46:09.963Z] --- PASS: TestPoolRequest (0.00s) [2021-06-28T11:46:09.963Z] === RUN TestOtherRequests [2021-06-28T11:46:09.963Z] --- PASS: TestOtherRequests (0.00s) [2021-06-28T11:46:09.963Z] PASS [2021-06-28T11:46:09.963Z] coverage: 57.1% of statements [2021-06-28T11:46:09.963Z] ok github.com/docker/docker/libnetwork/ipams/null 0.278s coverage: 57.1% of statements [2021-06-28T11:46:09.963Z] === RUN TestInt2IP2IntConversion [2021-06-28T11:46:10.174Z] === RUN TestDockerSuite/TestRunRm [2021-06-28T11:46:10.737Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-06-28T11:46:10.912Z] --- PASS: TestInt2IP2IntConversion (0.68s) [2021-06-28T11:46:10.912Z] === RUN TestGetAddressVersion [2021-06-28T11:46:10.912Z] --- PASS: TestGetAddressVersion (0.00s) [2021-06-28T11:46:10.912Z] === RUN TestKeyString [2021-06-28T11:46:10.912Z] --- PASS: TestKeyString (0.00s) [2021-06-28T11:46:10.912Z] === RUN TestPoolDataMarshal [2021-06-28T11:46:10.912Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-06-28T11:46:10.912Z] === RUN TestSubnetsMarshal [2021-06-28T11:46:10.912Z] --- PASS: TestSubnetsMarshal (0.08s) [2021-06-28T11:46:10.912Z] === RUN TestAddSubnets [2021-06-28T11:46:11.362Z] --- PASS: TestAddSubnets (0.29s) [2021-06-28T11:46:11.362Z] === RUN TestDoublePoolRelease [2021-06-28T11:46:11.362Z] --- PASS: TestDoublePoolRelease (0.30s) [2021-06-28T11:46:11.362Z] === RUN TestAddReleasePoolID [2021-06-28T11:46:11.498Z] --- PASS: TestBuildMultiStageParentConfig (2.48s) [2021-06-28T11:46:11.498Z] === RUN TestBuildLabelWithTargets [2021-06-28T11:46:11.498Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T11:46:11.498Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-06-28T11:46:11.498Z] === RUN TestBuildWithEmptyLayers [2021-06-28T11:46:11.813Z] --- PASS: TestAddReleasePoolID (0.19s) [2021-06-28T11:46:11.813Z] === RUN TestPredefinedPool [2021-06-28T11:46:11.813Z] --- PASS: TestPredefinedPool (0.07s) [2021-06-28T11:46:11.813Z] === RUN TestRemoveSubnet [2021-06-28T11:46:11.813Z] === RUN TestGetCapabilities [2021-06-28T11:46:11.813Z] --- PASS: TestGetCapabilities (0.01s) [2021-06-28T11:46:11.813Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-06-28T11:46:11.813Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-06-28T11:46:11.813Z] === RUN TestGetDefaultAddressSpaces [2021-06-28T11:46:11.813Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-06-28T11:46:11.813Z] === RUN TestRemoteDriver [2021-06-28T11:46:11.813Z] --- PASS: TestRemoteDriver (0.00s) [2021-06-28T11:46:11.813Z] PASS [2021-06-28T11:46:11.813Z] coverage: 47.4% of statements [2021-06-28T11:46:11.813Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.294s coverage: 47.4% of statements [2021-06-28T11:46:12.265Z] --- PASS: TestRemoveSubnet (0.49s) [2021-06-28T11:46:12.265Z] === RUN TestGetSameAddress [2021-06-28T11:46:12.265Z] --- PASS: TestGetSameAddress (0.04s) [2021-06-28T11:46:12.265Z] === RUN TestPoolAllocationReuse [2021-06-28T11:46:12.456Z] --- PASS: TestBuildWithEmptyLayers (1.40s) [2021-06-28T11:46:12.456Z] === RUN TestBuildMultiStageOnBuild [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-06-28T11:46:12.715Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-06-28T11:46:13.165Z] === RUN TestWindowsIPAM [2021-06-28T11:46:13.165Z] --- PASS: TestWindowsIPAM (0.00s) [2021-06-28T11:46:13.165Z] PASS [2021-06-28T11:46:13.165Z] coverage: 71.4% of statements [2021-06-28T11:46:13.165Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.170s coverage: 71.4% of statements [2021-06-28T11:46:13.616Z] === RUN TestDefaultNetwork [2021-06-28T11:46:13.616Z] === RUN TestKeyValue [2021-06-28T11:46:13.616Z] --- PASS: TestKeyValue (0.00s) [2021-06-28T11:46:13.616Z] PASS [2021-06-28T11:46:13.616Z] coverage: 60.0% of statements [2021-06-28T11:46:13.616Z] ok github.com/docker/docker/libnetwork/netlabel 0.130s coverage: 60.0% of statements [2021-06-28T11:46:14.068Z] --- PASS: TestDefaultNetwork (0.26s) [2021-06-28T11:46:14.068Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-06-28T11:46:14.068Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.29s) [2021-06-28T11:46:14.068Z] === RUN TestInitAddressPools [2021-06-28T11:46:14.068Z] --- PASS: TestInitAddressPools (0.00s) [2021-06-28T11:46:14.068Z] PASS [2021-06-28T11:46:14.068Z] coverage: 74.0% of statements [2021-06-28T11:46:14.068Z] ok github.com/docker/docker/libnetwork/ipamutils 0.761s coverage: 74.0% of statements [2021-06-28T11:46:14.904Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-06-28T11:46:15.160Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-06-28T11:46:15.580Z] === RUN TestGenerate [2021-06-28T11:46:15.580Z] --- PASS: TestGenerate (0.00s) [2021-06-28T11:46:15.580Z] === RUN TestGeneratePtr [2021-06-28T11:46:15.580Z] --- PASS: TestGeneratePtr (0.00s) [2021-06-28T11:46:15.580Z] === RUN TestGenerateMissingField [2021-06-28T11:46:15.580Z] --- PASS: TestGenerateMissingField (0.00s) [2021-06-28T11:46:15.580Z] === RUN TestFieldCannotBeSet [2021-06-28T11:46:15.580Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-06-28T11:46:15.580Z] === RUN TestTypeMismatchError [2021-06-28T11:46:15.580Z] --- PASS: TestTypeMismatchError (0.00s) [2021-06-28T11:46:15.580Z] PASS [2021-06-28T11:46:15.580Z] coverage: 100.0% of statements [2021-06-28T11:46:15.580Z] ok github.com/docker/docker/libnetwork/options 0.131s coverage: 100.0% of statements [2021-06-28T11:46:15.580Z] --- PASS: TestPoolAllocationReuse (3.38s) [2021-06-28T11:46:15.580Z] === RUN TestGetAddressSubPoolEqualPool [2021-06-28T11:46:15.580Z] --- PASS: TestGetAddressSubPoolEqualPool (0.08s) [2021-06-28T11:46:15.580Z] === RUN TestRequestReleaseAddressFromSubPool [2021-06-28T11:46:16.089Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-06-28T11:46:16.531Z] === RUN TestNetworkDBSimple [2021-06-28T11:46:16.981Z] testing: warning: no tests to run [2021-06-28T11:46:16.981Z] PASS [2021-06-28T11:46:16.981Z] coverage: 0.0% of statements [2021-06-28T11:46:16.981Z] ok github.com/docker/docker/libnetwork/osl 0.128s coverage: 0.0% of statements [no tests to run] [2021-06-28T11:46:17.464Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-06-28T11:46:17.931Z] 2021/06/28 11:46:17 Closing DB instances... [2021-06-28T11:46:17.931Z] === RUN TestRequestNewPort [2021-06-28T11:46:17.931Z] --- PASS: TestRequestNewPort (0.00s) [2021-06-28T11:46:17.931Z] === RUN TestRequestSpecificPort [2021-06-28T11:46:17.931Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-06-28T11:46:17.931Z] === RUN TestReleasePort [2021-06-28T11:46:17.931Z] --- PASS: TestReleasePort (0.00s) [2021-06-28T11:46:17.931Z] === RUN TestReuseReleasedPort [2021-06-28T11:46:17.931Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-06-28T11:46:17.931Z] === RUN TestReleaseUnreadledPort [2021-06-28T11:46:17.931Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-06-28T11:46:17.931Z] === RUN TestUnknowProtocol [2021-06-28T11:46:17.931Z] --- PASS: TestUnknowProtocol (0.00s) [2021-06-28T11:46:17.931Z] === RUN TestAllocateAllPorts [2021-06-28T11:46:17.931Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-06-28T11:46:17.931Z] === RUN TestPortAllocation [2021-06-28T11:46:17.931Z] --- PASS: TestPortAllocation (0.00s) [2021-06-28T11:46:17.931Z] === RUN TestPortAllocationWithCustomRange [2021-06-28T11:46:17.931Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-06-28T11:46:17.931Z] === RUN TestNoDuplicateBPR [2021-06-28T11:46:17.931Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-06-28T11:46:17.931Z] === RUN TestChangePortRange [2021-06-28T11:46:17.931Z] portallocator_test.go:345: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-06-28T11:46:17.931Z] portallocator_test.go:345: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-06-28T11:46:17.931Z] portallocator_test.go:345: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-06-28T11:46:17.931Z] portallocator_test.go:345: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-06-28T11:46:17.931Z] portallocator_test.go:345: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-06-28T11:46:17.931Z] portallocator_test.go:345: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-06-28T11:46:17.931Z] --- PASS: TestChangePortRange (0.00s) [2021-06-28T11:46:17.931Z] PASS [2021-06-28T11:46:17.931Z] coverage: 88.6% of statements [2021-06-28T11:46:17.931Z] ok github.com/docker/docker/libnetwork/portallocator 0.144s coverage: 88.6% of statements [2021-06-28T11:46:17.931Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.32s) [2021-06-28T11:46:17.931Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-06-28T11:46:17.931Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-06-28T11:46:17.931Z] PASS [2021-06-28T11:46:17.931Z] coverage: 100.0% of statements [2021-06-28T11:46:18.026Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-06-28T11:46:18.382Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.131s coverage: 100.0% of statements [2021-06-28T11:46:18.833Z] === RUN TestTransportPortConv [2021-06-28T11:46:18.833Z] --- PASS: TestTransportPortConv (0.00s) [2021-06-28T11:46:18.833Z] === RUN TestTransportPortBindingConv [2021-06-28T11:46:18.833Z] --- PASS: TestTransportPortBindingConv (0.00s) [2021-06-28T11:46:18.833Z] === RUN TestErrorConstructors [2021-06-28T11:46:18.833Z] --- PASS: TestErrorConstructors (0.00s) [2021-06-28T11:46:18.833Z] === RUN TestCompareIPMask [2021-06-28T11:46:18.833Z] --- PASS: TestCompareIPMask (0.00s) [2021-06-28T11:46:18.833Z] === RUN TestUtilGetHostPartIP [2021-06-28T11:46:18.833Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-06-28T11:46:18.833Z] === RUN TestUtilGetBroadcastIP [2021-06-28T11:46:18.833Z] --- PASS: TestNetworkDBSimple (2.03s) [2021-06-28T11:46:18.833Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-06-28T11:46:18.833Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-06-28T11:46:18.833Z] === RUN TestParseCIDR [2021-06-28T11:46:18.833Z] --- PASS: TestParseCIDR (0.00s) [2021-06-28T11:46:18.833Z] PASS [2021-06-28T11:46:18.833Z] coverage: 47.9% of statements [2021-06-28T11:46:18.833Z] ok github.com/docker/docker/libnetwork/types 0.181s coverage: 47.9% of statements [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-06-28T11:46:19.285Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-06-28T11:46:19.285Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-06-28T11:46:19.285Z] PASS [2021-06-28T11:46:19.285Z] coverage: 44.0% of statements [2021-06-28T11:46:19.285Z] ok github.com/docker/docker/oci 0.199s coverage: 44.0% of statements [2021-06-28T11:46:19.738Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.71s) [2021-06-28T11:46:19.738Z] === RUN TestGetAddress [2021-06-28T11:46:20.188Z] 2021/06/28 11:46:19 Closing DB instances... [2021-06-28T11:46:20.188Z] === RUN TestParseVersion [2021-06-28T11:46:20.188Z] --- PASS: TestParseVersion (0.00s) [2021-06-28T11:46:20.188Z] PASS [2021-06-28T11:46:20.188Z] coverage: 52.9% of statements [2021-06-28T11:46:20.188Z] ok github.com/docker/docker/pkg/aaparser 0.139s coverage: 52.9% of statements [2021-06-28T11:46:20.188Z] === RUN TestAddressPoolOpt [2021-06-28T11:46:20.188Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/a [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/something [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/_=a [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/env1=value1 [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/_env1=value1 [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/env2=value2=value3 [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/env3=abc!qwe [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/env_4=value_4 [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/PATH [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/=a [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/PATH= [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/PATH=something [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/asd!qwe [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/1asd [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/123 [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/some_space [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/__some_space_before [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/some_space_after__ [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/= [2021-06-28T11:46:20.188Z] === RUN TestValidateEnv/PaTh [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/a (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/something (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/= (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-06-28T11:46:20.188Z] === RUN TestParseHost [2021-06-28T11:46:20.188Z] --- PASS: TestParseHost (0.00s) [2021-06-28T11:46:20.188Z] === RUN TestParseDockerDaemonHost [2021-06-28T11:46:20.188Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-06-28T11:46:20.188Z] === RUN TestParseTCP [2021-06-28T11:46:20.188Z] --- PASS: TestParseTCP (0.00s) [2021-06-28T11:46:20.188Z] === RUN TestParseInvalidUnixAddrInvalid [2021-06-28T11:46:20.188Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-06-28T11:46:20.188Z] === RUN TestValidateExtraHosts [2021-06-28T11:46:20.188Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-06-28T11:46:20.188Z] === RUN TestIpOptString [2021-06-28T11:46:20.188Z] --- PASS: TestIpOptString (0.00s) [2021-06-28T11:46:20.188Z] === RUN TestNewIpOptInvalidDefaultVal [2021-06-28T11:46:20.188Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-06-28T11:46:20.188Z] === RUN TestNewIpOptValidDefaultVal [2021-06-28T11:46:20.188Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-06-28T11:46:20.188Z] === RUN TestIpOptSetInvalidVal [2021-06-28T11:46:20.188Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-06-28T11:46:20.188Z] === RUN TestValidateIPAddress [2021-06-28T11:46:20.188Z] --- PASS: TestValidateIPAddress (0.00s) [2021-06-28T11:46:20.188Z] === RUN TestMapOpts [2021-06-28T11:46:20.188Z] --- PASS: TestMapOpts (0.00s) [2021-06-28T11:46:20.188Z] === RUN TestListOptsWithoutValidator [2021-06-28T11:46:20.188Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-06-28T11:46:20.188Z] === RUN TestListOptsWithValidator [2021-06-28T11:46:20.188Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-06-28T11:46:20.188Z] === RUN TestValidateDNSSearch [2021-06-28T11:46:20.188Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-06-28T11:46:20.188Z] === RUN TestValidateLabel [2021-06-28T11:46:20.188Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-06-28T11:46:20.188Z] === RUN TestValidateLabel/label_with_general_format [2021-06-28T11:46:20.188Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-06-28T11:46:20.188Z] === RUN TestValidateLabel/label_with_one_more [2021-06-28T11:46:20.188Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-06-28T11:46:20.188Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-06-28T11:46:20.188Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-06-28T11:46:20.188Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-06-28T11:46:20.188Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-06-28T11:46:20.188Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-06-28T11:46:20.188Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-06-28T11:46:20.188Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-06-28T11:46:20.188Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-06-28T11:46:20.188Z] --- PASS: TestValidateLabel (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-06-28T11:46:20.188Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-06-28T11:46:20.189Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-06-28T11:46:20.189Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-06-28T11:46:20.641Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-06-28T11:46:20.642Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-06-28T11:46:20.642Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-06-28T11:46:20.642Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-06-28T11:46:20.642Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-06-28T11:46:20.642Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-06-28T11:46:20.642Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-06-28T11:46:20.642Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-06-28T11:46:20.642Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-06-28T11:46:20.642Z] === RUN TestNamedListOpts [2021-06-28T11:46:20.642Z] --- PASS: TestNamedListOpts (0.00s) [2021-06-28T11:46:20.642Z] === RUN TestNamedMapOpts [2021-06-28T11:46:20.642Z] --- PASS: TestNamedMapOpts (0.00s) [2021-06-28T11:46:20.642Z] === RUN TestParseLink [2021-06-28T11:46:20.642Z] --- PASS: TestParseLink (0.00s) [2021-06-28T11:46:20.642Z] === RUN TestQuotedStringSetWithQuotes [2021-06-28T11:46:20.642Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-06-28T11:46:20.642Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-06-28T11:46:20.642Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-06-28T11:46:20.642Z] === RUN TestQuotedStringSetWithNoQuotes [2021-06-28T11:46:20.642Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-06-28T11:46:20.642Z] === RUN TestUlimitOpt [2021-06-28T11:46:20.642Z] --- PASS: TestUlimitOpt (0.00s) [2021-06-28T11:46:20.642Z] PASS [2021-06-28T11:46:20.642Z] coverage: 67.1% of statements [2021-06-28T11:46:20.642Z] ok github.com/docker/docker/opts 0.240s coverage: 67.1% of statements [2021-06-28T11:46:21.593Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.82s) [2021-06-28T11:46:21.593Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-06-28T11:46:22.196Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-06-28T11:46:22.542Z] === RUN TestPeerCertificateMarshalJSON [2021-06-28T11:46:22.542Z] === RUN TestIsArchivePathDir [2021-06-28T11:46:22.542Z] --- PASS: TestIsArchivePathDir (0.06s) [2021-06-28T11:46:22.542Z] === RUN TestIsArchivePathInvalidFile [2021-06-28T11:46:22.542Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-06-28T11:46:22.542Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-06-28T11:46:22.542Z] --- PASS: TestPeerCertificateMarshalJSON (0.24s) [2021-06-28T11:46:22.542Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-06-28T11:46:22.542Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-06-28T11:46:22.542Z] === RUN TestMiddleware [2021-06-28T11:46:22.542Z] --- PASS: TestMiddleware (0.00s) [2021-06-28T11:46:22.542Z] === RUN TestNewResponseModifier [2021-06-28T11:46:22.542Z] --- PASS: TestNewResponseModifier (0.00s) [2021-06-28T11:46:22.542Z] PASS [2021-06-28T11:46:22.542Z] coverage: 26.8% of statements [2021-06-28T11:46:22.542Z] ok github.com/docker/docker/pkg/authorization 0.523s coverage: 26.8% of statements [2021-06-28T11:46:22.992Z] 2021/06/28 11:46:22 Closing DB instances... [2021-06-28T11:46:22.992Z] --- PASS: TestIsArchivePathInvalidFile (0.14s) [2021-06-28T11:46:22.992Z] === RUN TestIsArchivePathTar [2021-06-28T11:46:22.992Z] --- PASS: TestIsArchivePathTar (0.15s) [2021-06-28T11:46:22.992Z] === RUN TestDecompressStreamGzip [2021-06-28T11:46:22.992Z] --- PASS: TestDecompressStreamGzip (0.13s) [2021-06-28T11:46:22.992Z] === RUN TestDecompressStreamBzip2 [2021-06-28T11:46:23.443Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2021-06-28T11:46:23.443Z] === RUN TestDecompressStreamXz [2021-06-28T11:46:23.443Z] archive_test.go:134: Xz not present in msys2 [2021-06-28T11:46:23.443Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-06-28T11:46:23.443Z] === RUN TestCompressStreamXzUnsupported [2021-06-28T11:46:23.443Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-06-28T11:46:23.443Z] === RUN TestCompressStreamBzip2Unsupported [2021-06-28T11:46:23.443Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-06-28T11:46:23.443Z] === RUN TestCompressStreamInvalid [2021-06-28T11:46:23.443Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-06-28T11:46:23.443Z] === RUN TestExtensionInvalid [2021-06-28T11:46:23.443Z] --- PASS: TestExtensionInvalid (0.00s) [2021-06-28T11:46:23.443Z] === RUN TestExtensionUncompressed [2021-06-28T11:46:23.443Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-06-28T11:46:23.443Z] === RUN TestExtensionBzip2 [2021-06-28T11:46:23.443Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-06-28T11:46:23.443Z] === RUN TestExtensionGzip [2021-06-28T11:46:23.443Z] --- PASS: TestExtensionGzip (0.00s) [2021-06-28T11:46:23.443Z] === RUN TestExtensionXz [2021-06-28T11:46:23.443Z] --- PASS: TestExtensionXz (0.00s) [2021-06-28T11:46:23.443Z] === RUN TestCmdStreamLargeStderr [2021-06-28T11:46:23.443Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2021-06-28T11:46:23.443Z] === RUN TestCmdStreamBad [2021-06-28T11:46:23.443Z] archive_test.go:239: Failing on Windows CI machines [2021-06-28T11:46:23.443Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-06-28T11:46:23.443Z] === RUN TestCmdStreamGood [2021-06-28T11:46:23.443Z] --- PASS: TestCmdStreamGood (0.05s) [2021-06-28T11:46:23.443Z] === RUN TestUntarPathWithInvalidDest [2021-06-28T11:46:23.443Z] === RUN TestUnbuffered [2021-06-28T11:46:23.443Z] --- PASS: TestUnbuffered (0.00s) [2021-06-28T11:46:23.443Z] === RUN TestRaceUnbuffered [2021-06-28T11:46:23.443Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-06-28T11:46:23.443Z] PASS [2021-06-28T11:46:23.443Z] coverage: 100.0% of statements [2021-06-28T11:46:23.443Z] ok github.com/docker/docker/pkg/broadcaster 0.129s coverage: 100.0% of statements [2021-06-28T11:46:23.443Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2021-06-28T11:46:23.443Z] === RUN TestUntarPathWithInvalidSrc [2021-06-28T11:46:23.443Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-06-28T11:46:23.443Z] === RUN TestUntarPath [2021-06-28T11:46:23.443Z] --- PASS: TestUntarPath (0.06s) [2021-06-28T11:46:23.443Z] === RUN TestUntarPathWithDestinationFile [2021-06-28T11:46:23.443Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2021-06-28T11:46:23.443Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-06-28T11:46:23.443Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2021-06-28T11:46:23.443Z] === RUN TestCopyWithTarInvalidSrc [2021-06-28T11:46:23.443Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-06-28T11:46:23.443Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-06-28T11:46:23.443Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-06-28T11:46:23.443Z] === RUN TestCopyWithTarSrcFile [2021-06-28T11:46:23.893Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-06-28T11:46:23.894Z] === RUN TestCopyWithTarSrcFolder [2021-06-28T11:46:23.894Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-06-28T11:46:23.894Z] === RUN TestCopyFileWithTarInvalidSrc [2021-06-28T11:46:23.894Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-06-28T11:46:23.894Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-06-28T11:46:23.894Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2021-06-28T11:46:23.894Z] === RUN TestCopyFileWithTarSrcFolder [2021-06-28T11:46:23.894Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-06-28T11:46:23.894Z] === RUN TestCopyFileWithTarSrcFile [2021-06-28T11:46:23.894Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-06-28T11:46:23.894Z] === RUN TestTarFiles [2021-06-28T11:46:23.894Z] === RUN TestMatch [2021-06-28T11:46:23.894Z] === RUN TestMatch/[[]] [2021-06-28T11:46:23.894Z] === RUN TestMatch/[[foo]] [2021-06-28T11:46:23.894Z] === RUN TestMatch/[[bar]_[foo]] [2021-06-28T11:46:23.894Z] === RUN TestMatch/[[foo_bar]] [2021-06-28T11:46:23.894Z] === RUN TestMatch/[[qux]_[foo]] [2021-06-28T11:46:23.894Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-06-28T11:46:23.894Z] === RUN TestMatch/[] [2021-06-28T11:46:23.894Z] === RUN TestMatch/[]#01 [2021-06-28T11:46:23.894Z] === RUN TestMatch/[[qux]] [2021-06-28T11:46:23.894Z] === RUN TestMatch/[[foo_bar_qux]] [2021-06-28T11:46:23.894Z] === RUN TestMatch/[[qux]_[baz]] [2021-06-28T11:46:23.894Z] === RUN TestMatch/[[foo_baz]] [2021-06-28T11:46:23.894Z] --- PASS: TestMatch (0.00s) [2021-06-28T11:46:23.894Z] --- PASS: TestMatch/[[]] (0.00s) [2021-06-28T11:46:23.894Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-06-28T11:46:23.894Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-06-28T11:46:23.894Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-06-28T11:46:23.894Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-06-28T11:46:23.894Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-06-28T11:46:23.894Z] --- PASS: TestMatch/[] (0.00s) [2021-06-28T11:46:23.894Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-06-28T11:46:23.894Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-06-28T11:46:23.894Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-06-28T11:46:23.894Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-06-28T11:46:23.894Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-06-28T11:46:23.894Z] PASS [2021-06-28T11:46:23.894Z] coverage: 87.5% of statements [2021-06-28T11:46:23.894Z] ok github.com/docker/docker/pkg/capabilities 0.136s coverage: 87.5% of statements [2021-06-28T11:46:24.343Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.82s) [2021-06-28T11:46:24.343Z] === RUN TestNetworkDBCRUDTableEntry [2021-06-28T11:46:25.293Z] === RUN TestChrootTarUntar [2021-06-28T11:46:25.293Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:46:25.293Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-06-28T11:46:25.293Z] === RUN TestChrootUntarWithHugeExcludesList [2021-06-28T11:46:25.293Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:46:25.293Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-28T11:46:25.293Z] === RUN TestChrootUntarEmptyArchive [2021-06-28T11:46:25.293Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-06-28T11:46:25.293Z] === RUN TestChrootTarUntarWithSymlink [2021-06-28T11:46:25.293Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:46:25.293Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-06-28T11:46:25.293Z] === RUN TestChrootCopyWithTar [2021-06-28T11:46:25.293Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:46:25.293Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-06-28T11:46:25.293Z] === RUN TestChrootCopyFileWithTar [2021-06-28T11:46:25.293Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:46:25.293Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-06-28T11:46:25.293Z] === RUN TestChrootUntarPath [2021-06-28T11:46:25.293Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:46:25.293Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-06-28T11:46:25.293Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-06-28T11:46:25.293Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:46:25.293Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-28T11:46:25.293Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-06-28T11:46:25.293Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:46:25.293Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-28T11:46:25.293Z] === RUN TestChrootApplyDotDotFile [2021-06-28T11:46:25.293Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:46:25.293Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-06-28T11:46:25.293Z] PASS [2021-06-28T11:46:25.293Z] coverage: 15.4% of statements [2021-06-28T11:46:25.293Z] ok github.com/docker/docker/pkg/chrootarchive 0.223s coverage: 15.4% of statements [2021-06-28T11:46:25.463Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-06-28T11:46:26.024Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-06-28T11:46:26.243Z] === RUN TestSizeEmpty [2021-06-28T11:46:26.243Z] --- PASS: TestSizeEmpty (0.00s) [2021-06-28T11:46:26.243Z] === RUN TestSizeEmptyFile [2021-06-28T11:46:26.243Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-06-28T11:46:26.243Z] === RUN TestSizeNonemptyFile [2021-06-28T11:46:26.243Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-06-28T11:46:26.243Z] === RUN TestSizeNestedDirectoryEmpty [2021-06-28T11:46:26.243Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-06-28T11:46:26.243Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-06-28T11:46:26.243Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-06-28T11:46:26.243Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-06-28T11:46:26.243Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-06-28T11:46:26.243Z] === RUN TestMoveToSubdir [2021-06-28T11:46:26.243Z] --- PASS: TestMoveToSubdir (0.01s) [2021-06-28T11:46:26.243Z] === RUN TestSizeNonExistingDirectory [2021-06-28T11:46:26.243Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-06-28T11:46:26.243Z] PASS [2021-06-28T11:46:26.243Z] coverage: 80.0% of statements [2021-06-28T11:46:26.243Z] ok github.com/docker/docker/pkg/directory 0.140s coverage: 80.0% of statements [2021-06-28T11:46:26.587Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-06-28T11:46:26.693Z] 2021/06/28 11:46:26 Closing DB instances... [2021-06-28T11:46:27.149Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-06-28T11:46:27.643Z] === RUN Test [2021-06-28T11:46:27.643Z] === RUN Test/TestContainsEntry [2021-06-28T11:46:27.643Z] === RUN Test/TestCreateEntries [2021-06-28T11:46:27.643Z] === RUN Test/TestEntriesDiff [2021-06-28T11:46:27.643Z] === RUN Test/TestEntriesEquality [2021-06-28T11:46:27.643Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-06-28T11:46:27.643Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-06-28T11:46:27.643Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-06-28T11:46:27.643Z] === RUN Test/TestGeneratorNotGenerate [2021-06-28T11:46:27.643Z] === RUN Test/TestGeneratorWithPort [2021-06-28T11:46:27.643Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-06-28T11:46:27.643Z] === RUN Test/TestNewEntry [2021-06-28T11:46:27.643Z] === RUN Test/TestParse [2021-06-28T11:46:27.643Z] --- PASS: Test (0.00s) [2021-06-28T11:46:27.643Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-06-28T11:46:27.643Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-06-28T11:46:27.643Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-06-28T11:46:27.643Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-06-28T11:46:27.643Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-06-28T11:46:27.643Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-06-28T11:46:27.643Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-06-28T11:46:27.643Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-06-28T11:46:27.643Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-06-28T11:46:27.643Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-06-28T11:46:27.643Z] --- PASS: Test/TestNewEntry (0.00s) [2021-06-28T11:46:27.643Z] --- PASS: Test/TestParse (0.00s) [2021-06-28T11:46:27.643Z] PASS [2021-06-28T11:46:27.643Z] coverage: 58.3% of statements [2021-06-28T11:46:27.643Z] ok github.com/docker/docker/pkg/discovery 0.217s coverage: 58.3% of statements [2021-06-28T11:46:28.075Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-06-28T11:46:28.094Z] --- PASS: TestNetworkDBCRUDTableEntry (3.67s) [2021-06-28T11:46:28.095Z] === RUN TestNetworkDBCRUDTableEntries [2021-06-28T11:46:28.095Z] === RUN Test [2021-06-28T11:46:28.095Z] === RUN Test/TestContent [2021-06-28T11:46:28.095Z] === RUN Test/TestInitialize [2021-06-28T11:46:28.095Z] === RUN Test/TestNew [2021-06-28T11:46:28.095Z] === RUN Test/TestParsingContentsWithComments [2021-06-28T11:46:28.095Z] === RUN Test/TestRegister [2021-06-28T11:46:28.095Z] === RUN Test/TestWatch [2021-06-28T11:46:28.095Z] --- PASS: Test (0.01s) [2021-06-28T11:46:28.095Z] --- PASS: Test/TestContent (0.00s) [2021-06-28T11:46:28.095Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-28T11:46:28.095Z] --- PASS: Test/TestNew (0.00s) [2021-06-28T11:46:28.095Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-06-28T11:46:28.095Z] --- PASS: Test/TestRegister (0.00s) [2021-06-28T11:46:28.095Z] --- PASS: Test/TestWatch (0.01s) [2021-06-28T11:46:28.095Z] PASS [2021-06-28T11:46:28.095Z] coverage: 97.6% of statements [2021-06-28T11:46:28.095Z] ok github.com/docker/docker/pkg/discovery/file 0.192s coverage: 97.6% of statements [2021-06-28T11:46:28.331Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-06-28T11:46:28.544Z] --- PASS: TestTarFiles (4.68s) [2021-06-28T11:46:28.544Z] === RUN TestTarUntar [2021-06-28T11:46:28.544Z] --- PASS: TestTarUntar (0.03s) [2021-06-28T11:46:28.544Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-06-28T11:46:28.544Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-06-28T11:46:28.544Z] === RUN TestTarWithOptions [2021-06-28T11:46:28.544Z] --- PASS: TestTarWithOptions (0.03s) [2021-06-28T11:46:28.544Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-06-28T11:46:28.544Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-06-28T11:46:28.544Z] === RUN TestUntarUstarGnuConflict [2021-06-28T11:46:28.544Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-06-28T11:46:28.544Z] === RUN TestUntarInvalidFilenames [2021-06-28T11:46:28.544Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames953731334\\dest" [2021-06-28T11:46:28.544Z] --- PASS: TestUntarInvalidFilenames (0.16s) [2021-06-28T11:46:28.544Z] === RUN TestUntarHardlinkToSymlink [2021-06-28T11:46:28.544Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-06-28T11:46:28.544Z] === RUN TestUntarInvalidHardlink [2021-06-28T11:46:28.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink514624359\\victim\\hello" -> "../victim/hello" [2021-06-28T11:46:28.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink876219802\\victim\\hello" -> "/../victim/hello" [2021-06-28T11:46:28.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink324985905\\victim" -> "../victim" [2021-06-28T11:46:28.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink549994972\\victim" -> "../victim" [2021-06-28T11:46:28.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink194596747\\victim" -> "../victim" [2021-06-28T11:46:28.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink658677102\\victim" -> "../victim" [2021-06-28T11:46:28.544Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-06-28T11:46:28.544Z] === RUN TestUntarInvalidSymlink [2021-06-28T11:46:28.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink460026869\\dest\\dotdot" -> "../victim/hello" [2021-06-28T11:46:28.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink662660304\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-28T11:46:28.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink004331503\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:46:28.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink867379842\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:46:28.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink714022393\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:46:28.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink326996740\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:46:28.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink855599763\\dest\\dir\\loophole" -> "../../victim" [2021-06-28T11:46:28.544Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-06-28T11:46:28.544Z] === RUN TestTempArchiveCloseMultipleTimes [2021-06-28T11:46:28.544Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-06-28T11:46:28.544Z] === RUN TestXGlobalNoParent [2021-06-28T11:46:28.544Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-06-28T11:46:28.544Z] === RUN TestReplaceFileTarWrapper [2021-06-28T11:46:28.894Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-06-28T11:46:28.994Z] --- PASS: TestReplaceFileTarWrapper (0.14s) [2021-06-28T11:46:28.994Z] === RUN TestPrefixHeaderReadable [2021-06-28T11:46:28.994Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-06-28T11:46:28.994Z] === RUN TestDisablePigz [2021-06-28T11:46:28.994Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-06-28T11:46:28.994Z] --- PASS: TestDisablePigz (0.13s) [2021-06-28T11:46:28.994Z] === RUN TestPigz [2021-06-28T11:46:28.994Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-06-28T11:46:28.994Z] --- PASS: TestPigz (0.13s) [2021-06-28T11:46:28.994Z] === RUN TestCopyFileWithInvalidDest [2021-06-28T11:46:28.994Z] archive_windows_test.go:16: Currently fails [2021-06-28T11:46:28.994Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-06-28T11:46:28.994Z] === RUN TestCanonicalTarNameForPath [2021-06-28T11:46:28.994Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-06-28T11:46:28.994Z] === RUN TestCanonicalTarName [2021-06-28T11:46:28.994Z] --- PASS: TestCanonicalTarName (0.00s) [2021-06-28T11:46:28.994Z] === RUN TestChmodTarEntry [2021-06-28T11:46:28.994Z] --- PASS: TestChmodTarEntry (0.00s) [2021-06-28T11:46:28.994Z] === RUN TestHardLinkOrder [2021-06-28T11:46:29.446Z] --- PASS: TestHardLinkOrder (0.11s) [2021-06-28T11:46:29.446Z] === RUN TestChangeString [2021-06-28T11:46:29.446Z] --- PASS: TestChangeString (0.00s) [2021-06-28T11:46:29.446Z] === RUN TestChangesWithNoChanges [2021-06-28T11:46:29.446Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-06-28T11:46:29.446Z] === RUN TestChangesWithChanges [2021-06-28T11:46:29.446Z] --- PASS: TestChangesWithChanges (0.03s) [2021-06-28T11:46:29.446Z] === RUN TestChangesWithChangesGH13590 [2021-06-28T11:46:29.446Z] changes_test.go:196: needs more investigation [2021-06-28T11:46:29.446Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-06-28T11:46:29.446Z] === RUN TestChangesDirsEmpty [2021-06-28T11:46:29.446Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-28T11:46:29.446Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-06-28T11:46:29.446Z] === RUN TestChangesDirsMutated [2021-06-28T11:46:29.446Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-28T11:46:29.446Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-06-28T11:46:29.446Z] === RUN TestApplyLayer [2021-06-28T11:46:29.446Z] changes_test.go:433: needs further investigation [2021-06-28T11:46:29.446Z] --- SKIP: TestApplyLayer (0.00s) [2021-06-28T11:46:29.446Z] === RUN TestChangesSizeWithHardlinks [2021-06-28T11:46:29.446Z] changes_test.go:469: needs further investigation [2021-06-28T11:46:29.446Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-06-28T11:46:29.446Z] === RUN TestChangesSizeWithNoChanges [2021-06-28T11:46:29.446Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-06-28T11:46:29.446Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-06-28T11:46:29.446Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-06-28T11:46:29.446Z] === RUN TestChangesSize [2021-06-28T11:46:29.446Z] --- PASS: TestChangesSize (0.01s) [2021-06-28T11:46:29.446Z] === RUN TestApplyLayerInvalidFilenames [2021-06-28T11:46:29.446Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames809491144\\dest" [2021-06-28T11:46:29.446Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2021-06-28T11:46:29.446Z] === RUN TestApplyLayerInvalidHardlink [2021-06-28T11:46:29.446Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink295620922\\victim\\hello" -> "../victim/hello" [2021-06-28T11:46:29.446Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink615928145\\victim\\hello" -> "/../victim/hello" [2021-06-28T11:46:29.446Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink144570492\\victim" -> "../victim" [2021-06-28T11:46:29.446Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink532508075\\victim" -> "../victim" [2021-06-28T11:46:29.446Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink810732814\\victim" -> "../victim" [2021-06-28T11:46:29.446Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink240291605\\victim" -> "../victim" [2021-06-28T11:46:29.446Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2021-06-28T11:46:29.446Z] === RUN TestApplyLayerInvalidSymlink [2021-06-28T11:46:29.446Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink316344688\\dest\\dotdot" -> "../victim/hello" [2021-06-28T11:46:29.446Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink039241743\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-28T11:46:29.446Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink848034338\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:46:29.446Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink217329433\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:46:29.446Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink912428964\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:46:29.446Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink269798579\\dest\\loophole-victim" -> "../victim" [2021-06-28T11:46:29.446Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2021-06-28T11:46:29.446Z] === RUN TestApplyLayerWhiteouts [2021-06-28T11:46:29.446Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2021-06-28T11:46:29.446Z] === RUN TestGenerateEmptyFile [2021-06-28T11:46:29.446Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-06-28T11:46:29.446Z] === RUN TestGenerateWithContent [2021-06-28T11:46:29.446Z] --- PASS: TestGenerateWithContent (0.00s) [2021-06-28T11:46:29.446Z] PASS [2021-06-28T11:46:29.446Z] coverage: 61.6% of statements [2021-06-28T11:46:29.446Z] ok github.com/docker/docker/pkg/archive 7.221s coverage: 61.6% of statements [2021-06-28T11:46:29.456Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-06-28T11:46:29.897Z] === RUN Test [2021-06-28T11:46:29.897Z] === RUN Test/TestInitialize [2021-06-28T11:46:29.897Z] time="2021-06-28T11:46:29Z" level=info msg="Initializing discovery without TLS" [2021-06-28T11:46:29.897Z] time="2021-06-28T11:46:29Z" level=info msg="Initializing discovery without TLS" [2021-06-28T11:46:29.897Z] time="2021-06-28T11:46:29Z" level=info msg="Initializing discovery without TLS" [2021-06-28T11:46:29.897Z] === RUN Test/TestInitializeWithCerts [2021-06-28T11:46:29.897Z] time="2021-06-28T11:46:29Z" level=info msg="Initializing discovery with TLS" [2021-06-28T11:46:29.897Z] === RUN Test/TestWatch [2021-06-28T11:46:29.897Z] time="2021-06-28T11:46:29Z" level=info msg="Initializing discovery without TLS" [2021-06-28T11:46:29.897Z] 2021/06/28 11:46:29 Closing DB instances... [2021-06-28T11:46:30.058Z] --- PASS: TestBuildMultiStageOnBuild (17.01s) [2021-06-28T11:46:30.058Z] === RUN TestBuildUncleanTarFilenames [2021-06-28T11:46:30.058Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T11:46:30.058Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-06-28T11:46:30.058Z] === RUN TestBuildMultiStageLayerLeak [2021-06-28T11:46:30.384Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-06-28T11:46:30.947Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-06-28T11:46:31.407Z] --- PASS: TestNetworkDBCRUDTableEntries (3.22s) [2021-06-28T11:46:31.407Z] === RUN TestNetworkDBNodeLeave [2021-06-28T11:46:32.915Z] --- PASS: Test (3.16s) [2021-06-28T11:46:32.915Z] --- PASS: Test/TestInitialize (0.16s) [2021-06-28T11:46:32.915Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-06-28T11:46:32.915Z] --- PASS: Test/TestWatch (3.00s) [2021-06-28T11:46:32.915Z] PASS [2021-06-28T11:46:32.915Z] coverage: 84.1% of statements [2021-06-28T11:46:32.915Z] ok github.com/docker/docker/pkg/discovery/kv 3.525s coverage: 84.1% of statements [2021-06-28T11:46:33.462Z] === RUN TestDockerSuite/TestRunState [2021-06-28T11:46:33.866Z] === RUN Test [2021-06-28T11:46:33.866Z] === RUN Test/TestWatch [2021-06-28T11:46:33.866Z] --- PASS: Test (0.00s) [2021-06-28T11:46:33.866Z] --- PASS: Test/TestWatch (0.00s) [2021-06-28T11:46:33.866Z] PASS [2021-06-28T11:46:33.866Z] coverage: 92.3% of statements [2021-06-28T11:46:33.866Z] ok github.com/docker/docker/pkg/discovery/memory 0.174s coverage: 92.3% of statements [2021-06-28T11:46:34.316Z] --- PASS: TestNetworkDBNodeLeave (2.82s) [2021-06-28T11:46:34.316Z] === RUN TestNetworkDBWatch [2021-06-28T11:46:34.767Z] === RUN Test [2021-06-28T11:46:34.767Z] === RUN Test/TestInitialize [2021-06-28T11:46:34.767Z] === RUN Test/TestInitializeWithPattern [2021-06-28T11:46:34.767Z] === RUN Test/TestRegister [2021-06-28T11:46:34.767Z] === RUN Test/TestWatch [2021-06-28T11:46:34.767Z] --- PASS: Test (0.00s) [2021-06-28T11:46:34.767Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-28T11:46:34.767Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-06-28T11:46:34.767Z] --- PASS: Test/TestRegister (0.00s) [2021-06-28T11:46:34.767Z] --- PASS: Test/TestWatch (0.00s) [2021-06-28T11:46:34.767Z] PASS [2021-06-28T11:46:34.767Z] coverage: 93.8% of statements [2021-06-28T11:46:34.767Z] ok github.com/docker/docker/pkg/discovery/nodes 0.187s coverage: 93.8% of statements [2021-06-28T11:46:35.352Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-06-28T11:46:35.717Z] === RUN TestPollerAddRemove [2021-06-28T11:46:35.717Z] --- PASS: TestPollerAddRemove (0.00s) [2021-06-28T11:46:35.717Z] === RUN TestPollerEvent [2021-06-28T11:46:35.717Z] poller_test.go:41: No chmod on Windows [2021-06-28T11:46:35.718Z] --- SKIP: TestPollerEvent (0.00s) [2021-06-28T11:46:35.718Z] === RUN TestPollerClose [2021-06-28T11:46:35.718Z] --- PASS: TestPollerClose (0.00s) [2021-06-28T11:46:35.718Z] PASS [2021-06-28T11:46:35.718Z] coverage: 45.7% of statements [2021-06-28T11:46:35.718Z] ok github.com/docker/docker/pkg/filenotify 0.128s coverage: 45.7% of statements [2021-06-28T11:46:35.718Z] 2021/06/28 11:46:35 Closing DB instances... [2021-06-28T11:46:35.913Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-06-28T11:46:36.484Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-06-28T11:46:36.667Z] === RUN TestCopyFileWithInvalidSrc [2021-06-28T11:46:36.667Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestCopyFileWithInvalidDest [2021-06-28T11:46:36.667Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestCopyFileWithSameSrcAndDest [2021-06-28T11:46:36.667Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-06-28T11:46:36.667Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestCopyFile [2021-06-28T11:46:36.667Z] --- PASS: TestCopyFile (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-06-28T11:46:36.667Z] fileutils_test.go:134: Needs porting to Windows [2021-06-28T11:46:36.667Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-06-28T11:46:36.667Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestReadSymlinkedDirectoryToFile [2021-06-28T11:46:36.667Z] fileutils_test.go:180: Needs porting to Windows [2021-06-28T11:46:36.667Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestWildcardMatches [2021-06-28T11:46:36.667Z] --- PASS: TestWildcardMatches (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestPatternMatches [2021-06-28T11:46:36.667Z] --- PASS: TestPatternMatches (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-06-28T11:46:36.667Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestPatternMatchesFolderExclusions [2021-06-28T11:46:36.667Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-06-28T11:46:36.667Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-06-28T11:46:36.667Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-06-28T11:46:36.667Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-06-28T11:46:36.667Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestSingleExclamationError [2021-06-28T11:46:36.667Z] --- PASS: TestSingleExclamationError (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestMatchesWithNoPatterns [2021-06-28T11:46:36.667Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestMatchesWithMalformedPatterns [2021-06-28T11:46:36.667Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestMatches [2021-06-28T11:46:36.667Z] --- PASS: TestMatches (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestCleanPatterns [2021-06-28T11:46:36.667Z] --- PASS: TestCleanPatterns (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-06-28T11:46:36.667Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestCleanPatternsExceptionFlag [2021-06-28T11:46:36.667Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-06-28T11:46:36.667Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-06-28T11:46:36.667Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestCleanPatternsErrorSingleException [2021-06-28T11:46:36.667Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestCreateIfNotExistsDir [2021-06-28T11:46:36.667Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestCreateIfNotExistsFile [2021-06-28T11:46:36.667Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-06-28T11:46:36.667Z] === RUN TestMatch [2021-06-28T11:46:36.667Z] --- PASS: TestMatch (0.00s) [2021-06-28T11:46:36.667Z] PASS [2021-06-28T11:46:36.667Z] coverage: 85.2% of statements [2021-06-28T11:46:36.667Z] ok github.com/docker/docker/pkg/fileutils 0.171s coverage: 85.2% of statements [2021-06-28T11:46:36.741Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-06-28T11:46:36.741Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-06-28T11:46:36.741Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-06-28T11:46:37.117Z] --- PASS: TestNetworkDBWatch (3.03s) [2021-06-28T11:46:37.117Z] === RUN TestNetworkDBBulkSync [2021-06-28T11:46:37.302Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-06-28T11:46:37.566Z] === RUN TestGet [2021-06-28T11:46:37.566Z] --- PASS: TestGet (0.00s) [2021-06-28T11:46:37.566Z] === RUN TestGetShortcutString [2021-06-28T11:46:37.566Z] --- PASS: TestGetShortcutString (0.00s) [2021-06-28T11:46:37.566Z] PASS [2021-06-28T11:46:37.566Z] coverage: 42.9% of statements [2021-06-28T11:46:37.566Z] ok github.com/docker/docker/pkg/homedir 0.108s coverage: 42.9% of statements [2021-06-28T11:46:37.863Z] === RUN TestDockerSuite/TestRunSysctls [2021-06-28T11:46:38.516Z] === RUN TestCreateIDMapOrder [2021-06-28T11:46:38.516Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-06-28T11:46:38.516Z] PASS [2021-06-28T11:46:38.516Z] coverage: 7.2% of statements [2021-06-28T11:46:38.516Z] ok github.com/docker/docker/pkg/idtools 0.189s coverage: 7.2% of statements [2021-06-28T11:46:38.516Z] 2021/06/28 11:46:38 Closing DB instances... [2021-06-28T11:46:39.752Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-06-28T11:46:39.752Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-06-28T11:46:39.752Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-06-28T11:46:40.026Z] === RUN TestFixedBufferCap [2021-06-28T11:46:40.026Z] --- PASS: TestFixedBufferCap (0.00s) [2021-06-28T11:46:40.026Z] === RUN TestFixedBufferLen [2021-06-28T11:46:40.026Z] --- PASS: TestFixedBufferLen (0.00s) [2021-06-28T11:46:40.026Z] === RUN TestFixedBufferString [2021-06-28T11:46:40.026Z] --- PASS: TestFixedBufferString (0.00s) [2021-06-28T11:46:40.026Z] === RUN TestFixedBufferWrite [2021-06-28T11:46:40.026Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-06-28T11:46:40.026Z] === RUN TestFixedBufferRead [2021-06-28T11:46:40.026Z] --- PASS: TestFixedBufferRead (0.00s) [2021-06-28T11:46:40.026Z] === RUN TestBytesPipeRead [2021-06-28T11:46:40.026Z] --- PASS: TestBytesPipeRead (0.00s) [2021-06-28T11:46:40.026Z] === RUN TestBytesPipeWrite [2021-06-28T11:46:40.026Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-06-28T11:46:40.026Z] === RUN TestBytesPipeWriteRandomChunks [2021-06-28T11:46:40.026Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2021-06-28T11:46:40.026Z] === RUN TestNetworkDBCRUDMediumCluster [2021-06-28T11:46:40.026Z] --- PASS: TestBytesPipeWriteRandomChunks (0.44s) [2021-06-28T11:46:40.026Z] === RUN TestAtomicWriteToFile [2021-06-28T11:46:40.026Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-06-28T11:46:40.026Z] === RUN TestAtomicWriteSetCommit [2021-06-28T11:46:40.026Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-06-28T11:46:40.026Z] === RUN TestAtomicWriteSetCancel [2021-06-28T11:46:40.026Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-06-28T11:46:40.026Z] === RUN TestReadCloserWrapperClose [2021-06-28T11:46:40.026Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-06-28T11:46:40.026Z] === RUN TestReaderErrWrapperReadOnError [2021-06-28T11:46:40.026Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-06-28T11:46:40.026Z] === RUN TestReaderErrWrapperRead [2021-06-28T11:46:40.026Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-06-28T11:46:40.026Z] === RUN TestHashData [2021-06-28T11:46:40.026Z] --- PASS: TestHashData (0.00s) [2021-06-28T11:46:40.026Z] === RUN TestCancelReadCloser [2021-06-28T11:46:40.309Z] --- PASS: TestBuildMultiStageLayerLeak (10.52s) [2021-06-28T11:46:40.309Z] === RUN TestBuildWithHugeFile [2021-06-28T11:46:40.314Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-06-28T11:46:40.477Z] --- PASS: TestCancelReadCloser (0.10s) [2021-06-28T11:46:40.477Z] === RUN TestWriteCloserWrapperClose [2021-06-28T11:46:40.477Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-06-28T11:46:40.477Z] === RUN TestNopWriteCloser [2021-06-28T11:46:40.477Z] --- PASS: TestNopWriteCloser (0.00s) [2021-06-28T11:46:40.477Z] === RUN TestNopWriter [2021-06-28T11:46:40.477Z] --- PASS: TestNopWriter (0.00s) [2021-06-28T11:46:40.477Z] === RUN TestWriteCounter [2021-06-28T11:46:40.477Z] --- PASS: TestWriteCounter (0.00s) [2021-06-28T11:46:40.477Z] PASS [2021-06-28T11:46:40.477Z] coverage: 69.2% of statements [2021-06-28T11:46:40.477Z] ok github.com/docker/docker/pkg/ioutils 0.707s coverage: 69.2% of statements [2021-06-28T11:46:40.477Z] --- PASS: TestGetAddress (20.84s) [2021-06-28T11:46:40.477Z] === RUN TestRequestSyntaxCheck [2021-06-28T11:46:40.477Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2021-06-28T11:46:40.477Z] === RUN TestRequest [2021-06-28T11:46:41.428Z] === RUN TestError [2021-06-28T11:46:41.428Z] --- PASS: TestError (0.00s) [2021-06-28T11:46:41.428Z] === RUN TestProgressString [2021-06-28T11:46:41.428Z] === RUN TestProgressString/no_progress [2021-06-28T11:46:41.428Z] === RUN TestProgressString/progress_1 [2021-06-28T11:46:41.428Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-06-28T11:46:41.428Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-06-28T11:46:41.428Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-06-28T11:46:41.428Z] === RUN TestProgressString/with_units [2021-06-28T11:46:41.428Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-06-28T11:46:41.428Z] === RUN TestProgressString/hide_counts [2021-06-28T11:46:41.428Z] --- PASS: TestProgressString (0.00s) [2021-06-28T11:46:41.428Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-06-28T11:46:41.428Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-06-28T11:46:41.428Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-06-28T11:46:41.428Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-06-28T11:46:41.428Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-06-28T11:46:41.428Z] --- PASS: TestProgressString/with_units (0.00s) [2021-06-28T11:46:41.428Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-06-28T11:46:41.428Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-06-28T11:46:41.428Z] === RUN TestJSONMessageDisplay [2021-06-28T11:46:41.428Z] --- PASS: TestJSONMessageDisplay (0.17s) [2021-06-28T11:46:41.428Z] === RUN TestJSONMessageDisplayWithJSONError [2021-06-28T11:46:41.428Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-06-28T11:46:41.428Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-06-28T11:46:41.428Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-06-28T11:46:41.428Z] === RUN TestDisplayJSONMessagesStream [2021-06-28T11:46:41.428Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-06-28T11:46:41.428Z] PASS [2021-06-28T11:46:41.428Z] coverage: 91.7% of statements [2021-06-28T11:46:41.428Z] ok github.com/docker/docker/pkg/jsonmessage 0.346s coverage: 91.7% of statements [2021-06-28T11:46:42.380Z] === RUN TestStandardLongPath [2021-06-28T11:46:42.380Z] --- PASS: TestStandardLongPath (0.00s) [2021-06-28T11:46:42.380Z] === RUN TestUNCLongPath [2021-06-28T11:46:42.380Z] --- PASS: TestUNCLongPath (0.00s) [2021-06-28T11:46:42.380Z] PASS [2021-06-28T11:46:42.380Z] coverage: 100.0% of statements [2021-06-28T11:46:42.380Z] ok github.com/docker/docker/pkg/longpath 0.131s coverage: 100.0% of statements [2021-06-28T11:46:42.829Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-06-28T11:46:42.830Z] === RUN TestNameFormat [2021-06-28T11:46:42.830Z] --- PASS: TestNameFormat (0.00s) [2021-06-28T11:46:42.830Z] === RUN TestNameRetries [2021-06-28T11:46:42.830Z] --- PASS: TestNameRetries (0.00s) [2021-06-28T11:46:42.830Z] PASS [2021-06-28T11:46:42.830Z] coverage: 85.7% of statements [2021-06-28T11:46:42.830Z] ok github.com/docker/docker/pkg/namesgenerator 0.127s coverage: 85.7% of statements [2021-06-28T11:46:42.830Z] 2021/06/28 11:46:42 Closing DB instances... [2021-06-28T11:46:43.085Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-06-28T11:46:43.781Z] === RUN TestParseKeyValueOpt [2021-06-28T11:46:43.781Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-06-28T11:46:43.781Z] === RUN TestParseUintList [2021-06-28T11:46:43.781Z] --- PASS: TestParseUintList (0.00s) [2021-06-28T11:46:43.781Z] === RUN TestParseUintListMaximumLimits [2021-06-28T11:46:43.781Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-06-28T11:46:43.781Z] PASS [2021-06-28T11:46:43.781Z] coverage: 97.0% of statements [2021-06-28T11:46:43.781Z] ok github.com/docker/docker/pkg/parsers 0.128s coverage: 97.0% of statements [2021-06-28T11:46:44.731Z] === RUN TestNewAndRemove [2021-06-28T11:46:44.731Z] --- PASS: TestNewAndRemove (0.00s) [2021-06-28T11:46:44.731Z] === RUN TestRemoveInvalidPath [2021-06-28T11:46:44.731Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-06-28T11:46:44.731Z] PASS [2021-06-28T11:46:44.731Z] coverage: 82.6% of statements [2021-06-28T11:46:44.731Z] ok github.com/docker/docker/pkg/pidfile 0.127s coverage: 82.6% of statements [2021-06-28T11:46:44.731Z] --- PASS: TestNetworkDBCRUDMediumCluster (4.88s) [2021-06-28T11:46:44.731Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-06-28T11:46:44.976Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-06-28T11:46:46.244Z] === RUN TestFailedConnection [2021-06-28T11:46:46.694Z] 2021/06/28 11:46:46 Closing DB instances... [2021-06-28T11:46:48.207Z] --- PASS: TestRequest (7.29s) [2021-06-28T11:46:48.207Z] === RUN TestOverlappingRequests [2021-06-28T11:46:48.207Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (3.28s) [2021-06-28T11:46:48.207Z] === RUN TestNetworkDBGarbageCollection [2021-06-28T11:46:48.207Z] --- PASS: TestOverlappingRequests (0.34s) [2021-06-28T11:46:48.207Z] === RUN TestRelease [2021-06-28T11:46:48.207Z] --- PASS: TestFailedConnection (2.07s) [2021-06-28T11:46:48.207Z] === RUN TestFailOnce [2021-06-28T11:46:48.657Z] 2021/06/28 11:46:48 http: panic serving 127.0.0.1:49293: Plugin not ready [2021-06-28T11:46:48.657Z] goroutine 5 [running]: [2021-06-28T11:46:48.657Z] net/http.(*conn).serve.func1(0xc000058000) [2021-06-28T11:46:48.657Z] c:/go/src/net/http/server.go:1824 +0x153 [2021-06-28T11:46:48.657Z] panic(0x885160, 0x99c1d0) [2021-06-28T11:46:48.657Z] c:/go/src/runtime/panic.go:971 +0x49a [2021-06-28T11:46:48.657Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x9ac890, 0xc0001ae000, 0xc00005e000) [2021-06-28T11:46:48.657Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-06-28T11:46:48.657Z] net/http.HandlerFunc.ServeHTTP(0xc000088f30, 0x9ac890, 0xc0001ae000, 0xc00005e000) [2021-06-28T11:46:48.657Z] c:/go/src/net/http/server.go:2069 +0x4b [2021-06-28T11:46:48.657Z] net/http.(*ServeMux).ServeHTTP(0xc0000d68c0, 0x9ac890, 0xc0001ae000, 0xc00005e000) [2021-06-28T11:46:48.657Z] c:/go/src/net/http/server.go:2448 +0x1b7 [2021-06-28T11:46:48.657Z] net/http.serverHandler.ServeHTTP(0xc000134000, 0x9ac890, 0xc0001ae000, 0xc00005e000) [2021-06-28T11:46:48.657Z] c:/go/src/net/http/server.go:2887 +0xaa [2021-06-28T11:46:48.657Z] net/http.(*conn).serve(0xc000058000, 0x9ad480, 0xc00004e080) [2021-06-28T11:46:48.657Z] c:/go/src/net/http/server.go:1952 +0x8cd [2021-06-28T11:46:48.657Z] created by net/http.(*Server).Serve [2021-06-28T11:46:48.657Z] c:/go/src/net/http/server.go:3013 +0x3b8 [2021-06-28T11:46:48.657Z] time="2021-06-28T11:46:48Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49292/Test.FailOnce: Post \"http://127.0.0.1:49292/Test.FailOnce\": EOF, retrying in 1s" [2021-06-28T11:46:49.146Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-06-28T11:46:49.607Z] --- PASS: TestFailOnce (1.17s) [2021-06-28T11:46:49.607Z] === RUN TestEchoInputOutput [2021-06-28T11:46:49.607Z] --- PASS: TestEchoInputOutput (0.00s) [2021-06-28T11:46:49.607Z] === RUN TestBackoff [2021-06-28T11:46:49.607Z] --- PASS: TestBackoff (0.00s) [2021-06-28T11:46:49.607Z] === RUN TestAbortRetry [2021-06-28T11:46:49.607Z] --- PASS: TestAbortRetry (0.00s) [2021-06-28T11:46:49.607Z] === RUN TestClientScheme [2021-06-28T11:46:49.607Z] --- PASS: TestClientScheme (0.00s) [2021-06-28T11:46:49.607Z] === RUN TestNewClientWithTimeout [2021-06-28T11:46:49.607Z] --- PASS: TestRelease (1.39s) [2021-06-28T11:46:49.607Z] === RUN TestAllocateRandomDeallocate [2021-06-28T11:46:50.058Z] time="2021-06-28T11:46:49Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.Echo: Post \"http://127.0.0.1:49299/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-06-28T11:46:50.058Z] === RUN TestParseEmptyInterface [2021-06-28T11:46:50.058Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-06-28T11:46:50.058Z] === RUN TestParseNonInterfaceType [2021-06-28T11:46:50.058Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-06-28T11:46:50.058Z] === RUN TestParseWithOneFunction [2021-06-28T11:46:50.058Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-06-28T11:46:50.058Z] === RUN TestParseWithMultipleFuncs [2021-06-28T11:46:50.058Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-06-28T11:46:50.058Z] === RUN TestParseWithUnnamedReturn [2021-06-28T11:46:50.058Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-06-28T11:46:50.058Z] === RUN TestEmbeddedInterface [2021-06-28T11:46:50.058Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-06-28T11:46:50.058Z] === RUN TestParsedImports [2021-06-28T11:46:50.058Z] --- PASS: TestParsedImports (0.00s) [2021-06-28T11:46:50.058Z] === RUN TestAliasedImports [2021-06-28T11:46:50.058Z] --- PASS: TestAliasedImports (0.00s) [2021-06-28T11:46:50.058Z] PASS [2021-06-28T11:46:50.058Z] coverage: 56.8% of statements [2021-06-28T11:46:50.058Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.118s coverage: 56.8% of statements [2021-06-28T11:46:51.008Z] === RUN TestHTTPTransport [2021-06-28T11:46:51.008Z] --- PASS: TestHTTPTransport (0.00s) [2021-06-28T11:46:51.008Z] PASS [2021-06-28T11:46:51.008Z] coverage: 85.7% of statements [2021-06-28T11:46:51.008Z] ok github.com/docker/docker/pkg/plugins/transport 0.186s coverage: 85.7% of statements [2021-06-28T11:46:51.459Z] time="2021-06-28T11:46:51Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.Echo: Post \"http://127.0.0.1:49299/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-06-28T11:46:51.659Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-06-28T11:46:51.909Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-06-28T11:46:51.910Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-28T11:46:51.910Z] === RUN TestBufioReaderPoolPutAndGet [2021-06-28T11:46:51.910Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-06-28T11:46:51.910Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-06-28T11:46:51.910Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-06-28T11:46:51.910Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-06-28T11:46:51.910Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-28T11:46:51.910Z] === RUN TestBufioWriterPoolPutAndGet [2021-06-28T11:46:51.910Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-06-28T11:46:51.910Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-06-28T11:46:51.910Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-06-28T11:46:51.910Z] === RUN TestBufferPoolPutAndGet [2021-06-28T11:46:51.910Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-06-28T11:46:51.910Z] PASS [2021-06-28T11:46:51.910Z] coverage: 88.2% of statements [2021-06-28T11:46:51.910Z] ok github.com/docker/docker/pkg/pools 0.127s coverage: 88.2% of statements [2021-06-28T11:46:52.361Z] === RUN TestOutputOnPrematureClose [2021-06-28T11:46:52.361Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-06-28T11:46:52.361Z] === RUN TestCompleteSilently [2021-06-28T11:46:52.361Z] --- PASS: TestCompleteSilently (0.00s) [2021-06-28T11:46:52.361Z] PASS [2021-06-28T11:46:52.361Z] coverage: 75.9% of statements [2021-06-28T11:46:52.361Z] ok github.com/docker/docker/pkg/progress 0.105s coverage: 75.9% of statements [2021-06-28T11:46:52.586Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-06-28T11:46:52.812Z] === RUN TestSendToOneSub [2021-06-28T11:46:52.812Z] --- PASS: TestSendToOneSub (0.00s) [2021-06-28T11:46:52.812Z] === RUN TestSendToMultipleSubs [2021-06-28T11:46:52.812Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-06-28T11:46:52.812Z] === RUN TestEvictOneSub [2021-06-28T11:46:52.812Z] --- PASS: TestEvictOneSub (0.00s) [2021-06-28T11:46:52.812Z] === RUN TestClosePublisher [2021-06-28T11:46:52.812Z] --- PASS: TestClosePublisher (0.00s) [2021-06-28T11:46:52.812Z] === RUN TestPubSubRace [2021-06-28T11:46:53.149Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-06-28T11:46:53.261Z] --- PASS: TestAllocateRandomDeallocate (3.83s) [2021-06-28T11:46:53.261Z] === RUN TestRetrieveFromStore [2021-06-28T11:46:53.712Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-06-28T11:46:54.212Z] --- PASS: TestPubSubRace (1.05s) [2021-06-28T11:46:54.212Z] PASS [2021-06-28T11:46:54.212Z] coverage: 75.0% of statements [2021-06-28T11:46:54.212Z] ok github.com/docker/docker/pkg/pubsub 1.150s coverage: 75.0% of statements [2021-06-28T11:46:54.212Z] time="2021-06-28T11:46:53Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.Echo: Post \"http://127.0.0.1:49299/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-06-28T11:46:54.662Z] === RUN TestRegister [2021-06-28T11:46:54.662Z] --- PASS: TestRegister (0.00s) [2021-06-28T11:46:54.662Z] === RUN TestCommand [2021-06-28T11:46:54.662Z] --- PASS: TestCommand (0.03s) [2021-06-28T11:46:54.662Z] === RUN TestNaiveSelf [2021-06-28T11:46:54.662Z] --- PASS: TestNaiveSelf (0.03s) [2021-06-28T11:46:54.662Z] PASS [2021-06-28T11:46:54.662Z] coverage: 82.4% of statements [2021-06-28T11:46:54.662Z] ok github.com/docker/docker/pkg/reexec 0.187s coverage: 82.4% of statements [2021-06-28T11:46:54.662Z] --- PASS: TestRetrieveFromStore (1.26s) [2021-06-28T11:46:54.662Z] === RUN TestRequestReleaseAddressDuplicate [2021-06-28T11:46:54.662Z] --- PASS: TestRequestReleaseAddressDuplicate (0.03s) [2021-06-28T11:46:54.662Z] === RUN TestParallelPredefinedRequest1 [2021-06-28T11:46:54.662Z] === PAUSE TestParallelPredefinedRequest1 [2021-06-28T11:46:54.662Z] === RUN TestParallelPredefinedRequest2 [2021-06-28T11:46:54.662Z] === PAUSE TestParallelPredefinedRequest2 [2021-06-28T11:46:54.662Z] === RUN TestParallelPredefinedRequest3 [2021-06-28T11:46:54.662Z] === PAUSE TestParallelPredefinedRequest3 [2021-06-28T11:46:54.662Z] === RUN TestParallelPredefinedRequest4 [2021-06-28T11:46:54.662Z] === PAUSE TestParallelPredefinedRequest4 [2021-06-28T11:46:54.662Z] === RUN TestParallelPredefinedRequest5 [2021-06-28T11:46:54.662Z] === PAUSE TestParallelPredefinedRequest5 [2021-06-28T11:46:54.662Z] === RUN TestDebug [2021-06-28T11:46:54.662Z] --- PASS: TestDebug (0.00s) [2021-06-28T11:46:54.662Z] === RUN TestRequestPoolParallel [2021-06-28T11:46:55.112Z] --- PASS: TestRequestPoolParallel (0.42s) [2021-06-28T11:46:55.112Z] === RUN TestFullAllocateRelease [2021-06-28T11:46:55.561Z] --- PASS: TestFullAllocateRelease (0.38s) [2021-06-28T11:46:55.561Z] === RUN TestOddAllocateRelease [2021-06-28T11:46:55.561Z] === RUN TestParseSignal [2021-06-28T11:46:55.561Z] --- PASS: TestParseSignal (0.00s) [2021-06-28T11:46:55.561Z] === RUN TestValidSignalForPlatform [2021-06-28T11:46:55.561Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-06-28T11:46:55.561Z] PASS [2021-06-28T11:46:55.561Z] coverage: 19.7% of statements [2021-06-28T11:46:55.561Z] ok github.com/docker/docker/pkg/signal 0.143s coverage: 19.7% of statements [2021-06-28T11:46:55.561Z] --- PASS: TestOddAllocateRelease (0.21s) [2021-06-28T11:46:55.561Z] === RUN TestFullAllocateSerialReleaseParallel [2021-06-28T11:46:55.602Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-06-28T11:46:55.602Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-06-28T11:46:56.012Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2021-06-28T11:46:56.012Z] === RUN TestOddAllocateSerialReleaseParallel [2021-06-28T11:46:56.012Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2021-06-28T11:46:56.012Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-06-28T11:46:56.012Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2021-06-28T11:46:56.012Z] === CONT TestParallelPredefinedRequest1 [2021-06-28T11:46:56.012Z] === CONT TestParallelPredefinedRequest4 [2021-06-28T11:46:56.012Z] === CONT TestParallelPredefinedRequest3 [2021-06-28T11:46:56.012Z] === CONT TestParallelPredefinedRequest2 [2021-06-28T11:46:56.012Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:46:56.012Z] === CONT TestParallelPredefinedRequest4 [2021-06-28T11:46:56.012Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:46:56.012Z] === CONT TestParallelPredefinedRequest3 [2021-06-28T11:46:56.012Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:46:56.012Z] === CONT TestParallelPredefinedRequest1 [2021-06-28T11:46:56.012Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:46:56.012Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-06-28T11:46:56.012Z] === CONT TestParallelPredefinedRequest5 [2021-06-28T11:46:56.012Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-06-28T11:46:56.012Z] === CONT TestParallelPredefinedRequest5 [2021-06-28T11:46:56.012Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:46:56.012Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-06-28T11:46:56.012Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-06-28T11:46:56.012Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-06-28T11:46:56.012Z] PASS [2021-06-28T11:46:56.012Z] coverage: 85.3% of statements [2021-06-28T11:46:56.012Z] ok github.com/docker/docker/libnetwork/ipam 46.099s coverage: 85.3% of statements [2021-06-28T11:46:56.462Z] === RUN TestNewStdWriter [2021-06-28T11:46:56.462Z] --- PASS: TestNewStdWriter (0.00s) [2021-06-28T11:46:56.462Z] === RUN TestWriteWithUninitializedStdWriter [2021-06-28T11:46:56.462Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-06-28T11:46:56.462Z] === RUN TestWriteWithNilBytes [2021-06-28T11:46:56.462Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-06-28T11:46:56.462Z] === RUN TestWrite [2021-06-28T11:46:56.462Z] --- PASS: TestWrite (0.00s) [2021-06-28T11:46:56.462Z] === RUN TestWriteWithWriterError [2021-06-28T11:46:56.462Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-06-28T11:46:56.462Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-06-28T11:46:56.462Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-06-28T11:46:56.462Z] === RUN TestStdCopyWriteAndRead [2021-06-28T11:46:56.462Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-06-28T11:46:56.462Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-06-28T11:46:56.462Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-06-28T11:46:56.462Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-06-28T11:46:56.462Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-06-28T11:46:56.462Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-06-28T11:46:56.462Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-06-28T11:46:56.462Z] === RUN TestStdCopyWithInvalidInputHeader [2021-06-28T11:46:56.462Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-06-28T11:46:56.462Z] === RUN TestStdCopyWithCorruptedPrefix [2021-06-28T11:46:56.462Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-06-28T11:46:56.462Z] === RUN TestStdCopyReturnsWriteErrors [2021-06-28T11:46:56.462Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-06-28T11:46:56.462Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-06-28T11:46:56.462Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-06-28T11:46:56.462Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-06-28T11:46:56.462Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-06-28T11:46:56.462Z] PASS [2021-06-28T11:46:56.462Z] coverage: 100.0% of statements [2021-06-28T11:46:56.462Z] ok github.com/docker/docker/pkg/stdcopy 0.090s coverage: 100.0% of statements [2021-06-28T11:46:56.912Z] === RUN TestRawProgressFormatterFormatStatus [2021-06-28T11:46:56.912Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-06-28T11:46:56.912Z] === RUN TestRawProgressFormatterFormatProgress [2021-06-28T11:46:56.912Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-06-28T11:46:56.912Z] === RUN TestFormatStatus [2021-06-28T11:46:56.912Z] --- PASS: TestFormatStatus (0.00s) [2021-06-28T11:46:56.912Z] === RUN TestFormatError [2021-06-28T11:46:56.912Z] --- PASS: TestFormatError (0.00s) [2021-06-28T11:46:56.912Z] === RUN TestFormatJSONError [2021-06-28T11:46:56.912Z] --- PASS: TestFormatJSONError (0.00s) [2021-06-28T11:46:56.912Z] === RUN TestJsonProgressFormatterFormatProgress [2021-06-28T11:46:56.912Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-06-28T11:46:56.912Z] === RUN TestJsonProgressFormatterFormatStatus [2021-06-28T11:46:56.912Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-06-28T11:46:56.912Z] === RUN TestNewJSONProgressOutput [2021-06-28T11:46:56.912Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-06-28T11:46:56.912Z] === RUN TestAuxFormatterEmit [2021-06-28T11:46:56.912Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-06-28T11:46:56.912Z] === RUN TestStreamWriterStdout [2021-06-28T11:46:56.912Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-06-28T11:46:56.912Z] === RUN TestStreamWriterStderr [2021-06-28T11:46:56.912Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-06-28T11:46:56.912Z] PASS [2021-06-28T11:46:56.912Z] coverage: 66.2% of statements [2021-06-28T11:46:56.912Z] ok github.com/docker/docker/pkg/streamformatter 0.151s coverage: 66.2% of statements [2021-06-28T11:46:56.984Z] === RUN TestDockerSuite/TestRunUserByID [2021-06-28T11:46:57.362Z] === RUN TestGenerateRandomID [2021-06-28T11:46:57.362Z] --- PASS: TestGenerateRandomID (0.00s) [2021-06-28T11:46:57.362Z] === RUN TestShortenId [2021-06-28T11:46:57.362Z] --- PASS: TestShortenId (0.00s) [2021-06-28T11:46:57.362Z] === RUN TestShortenSha256Id [2021-06-28T11:46:57.362Z] --- PASS: TestShortenSha256Id (0.00s) [2021-06-28T11:46:57.362Z] === RUN TestShortenIdEmpty [2021-06-28T11:46:57.362Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-06-28T11:46:57.362Z] === RUN TestShortenIdInvalid [2021-06-28T11:46:57.362Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-06-28T11:46:57.362Z] === RUN TestIsShortIDNonHex [2021-06-28T11:46:57.362Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-06-28T11:46:57.362Z] === RUN TestIsShortIDNotCorrectSize [2021-06-28T11:46:57.362Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-06-28T11:46:57.362Z] PASS [2021-06-28T11:46:57.362Z] coverage: 70.6% of statements [2021-06-28T11:46:57.362Z] ok github.com/docker/docker/pkg/stringid 0.090s coverage: 70.6% of statements [2021-06-28T11:46:57.913Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-06-28T11:46:58.170Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-06-28T11:46:58.311Z] === RUN TestIsCpusetListAvailable [2021-06-28T11:46:58.311Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-06-28T11:46:58.311Z] PASS [2021-06-28T11:46:58.311Z] coverage: 38.2% of statements [2021-06-28T11:46:58.311Z] ok github.com/docker/docker/pkg/sysinfo 0.089s coverage: 38.2% of statements [2021-06-28T11:46:58.311Z] time="2021-06-28T11:46:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.Echo: Post \"http://127.0.0.1:49299/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-06-28T11:46:58.426Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-06-28T11:46:59.356Z] === RUN TestDockerSuite/TestRunUserByName [2021-06-28T11:46:59.820Z] === RUN TestChtimes [2021-06-28T11:46:59.820Z] --- PASS: TestChtimes (0.00s) [2021-06-28T11:46:59.820Z] === RUN TestChtimesWindows [2021-06-28T11:46:59.820Z] --- PASS: TestChtimesWindows (0.00s) [2021-06-28T11:46:59.820Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-06-28T11:46:59.820Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-06-28T11:46:59.820Z] === RUN TestEnsureRemoveAllNotExist [2021-06-28T11:46:59.820Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-06-28T11:46:59.820Z] === RUN TestEnsureRemoveAllWithDir [2021-06-28T11:46:59.820Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-06-28T11:46:59.820Z] === RUN TestEnsureRemoveAllWithFile [2021-06-28T11:46:59.820Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-06-28T11:46:59.820Z] === RUN TestHasWin32KSupport [2021-06-28T11:46:59.820Z] syscall_windows_test.go:8: win32k: true [2021-06-28T11:46:59.820Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-06-28T11:46:59.820Z] PASS [2021-06-28T11:46:59.820Z] coverage: 12.9% of statements [2021-06-28T11:46:59.820Z] ok github.com/docker/docker/pkg/system 0.110s coverage: 12.9% of statements [2021-06-28T11:47:00.287Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-06-28T11:47:00.287Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-06-28T11:47:00.771Z] === RUN TestTailFile [2021-06-28T11:47:00.771Z] --- PASS: TestTailFile (0.00s) [2021-06-28T11:47:00.771Z] === RUN TestTailFileManyLines [2021-06-28T11:47:00.771Z] --- PASS: TestTailFileManyLines (0.00s) [2021-06-28T11:47:00.771Z] === RUN TestTailEmptyFile [2021-06-28T11:47:00.771Z] --- PASS: TestTailEmptyFile (0.00s) [2021-06-28T11:47:00.771Z] === RUN TestTailNegativeN [2021-06-28T11:47:00.771Z] --- PASS: TestTailNegativeN (0.00s) [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader [2021-06-28T11:47:00.771Z] === CONT TestNewTailReader [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/no_delimiter [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/no_delimiter [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/single_byte_delimiter [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/2_byte_delimiter [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/4_byte_delimiter [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/8_byte_delimiter [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/12_byte_delimiter [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/truncated_last_line [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-06-28T11:47:00.771Z] === CONT TestNewTailReader/no_delimiter [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.771Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-28T11:47:00.771Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:00.771Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:00.771Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-28T11:47:00.771Z] === CONT TestNewTailReader/12_byte_delimiter [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.772Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:00.772Z] === CONT TestNewTailReader/2_byte_delimiter [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.772Z] === CONT TestNewTailReader/8_byte_delimiter [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.772Z] === CONT TestNewTailReader/single_byte_delimiter [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.772Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:00.772Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:00.772Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:00.772Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:00.772Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.772Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:00.772Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:00.772Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-06-28T11:47:00.772Z] === CONT TestNewTailReader/4_byte_delimiter [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-28T11:47:00.772Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-28T11:47:00.772Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:00.773Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-28T11:47:00.773Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:47:00.773Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:00.774Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:00.774Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:00.774Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:00.775Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:00.775Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:00.775Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:00.776Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:00.776Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:00.776Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:00.776Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:00.776Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:00.776Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:00.776Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:00.776Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:00.776Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:00.776Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:00.776Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:00.776Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:00.776Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:00.776Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:00.776Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:00.776Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-28T11:47:00.776Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:00.776Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:00.776Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.776Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:00.776Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:00.776Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:00.776Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:00.776Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-28T11:47:00.776Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:00.776Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:00.776Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:00.776Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:00.776Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:00.776Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:01.215Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-06-28T11:47:01.215Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-06-28T11:47:01.215Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:01.227Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:01.227Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:01.228Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-28T11:47:01.229Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.01s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-28T11:47:01.229Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.01s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:47:01.230Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.01s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.01s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-28T11:47:01.231Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-28T11:47:01.231Z] PASS [2021-06-28T11:47:01.231Z] coverage: 88.6% of statements [2021-06-28T11:47:01.231Z] ok github.com/docker/docker/pkg/tailfile 0.277s coverage: 88.6% of statements [2021-06-28T11:47:01.472Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-06-28T11:47:02.183Z] === RUN TestTarSumRemoveNonExistent [2021-06-28T11:47:02.185Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-06-28T11:47:02.185Z] === RUN TestTarSumRemove [2021-06-28T11:47:02.185Z] --- PASS: TestTarSumRemove (0.00s) [2021-06-28T11:47:02.185Z] === RUN TestSortFileInfoSums [2021-06-28T11:47:02.185Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-06-28T11:47:02.185Z] === RUN TestNewTarSumForLabelInvalid [2021-06-28T11:47:02.185Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-06-28T11:47:02.185Z] === RUN TestNewTarSumForLabel [2021-06-28T11:47:02.185Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-06-28T11:47:02.185Z] === RUN TestEmptyTar [2021-06-28T11:47:02.185Z] --- PASS: TestEmptyTar (0.00s) [2021-06-28T11:47:02.185Z] === RUN TestTarSumsReadSize [2021-06-28T11:47:02.185Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-06-28T11:47:02.185Z] === RUN TestTarSums [2021-06-28T11:47:02.185Z] --- PASS: TestTarSums (0.09s) [2021-06-28T11:47:02.185Z] === RUN TestIteration [2021-06-28T11:47:02.185Z] --- PASS: TestIteration (0.00s) [2021-06-28T11:47:02.185Z] === RUN TestVersionLabelForChecksum [2021-06-28T11:47:02.185Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-06-28T11:47:02.185Z] === RUN TestVersion [2021-06-28T11:47:02.185Z] --- PASS: TestVersion (0.00s) [2021-06-28T11:47:02.185Z] === RUN TestGetVersion [2021-06-28T11:47:02.185Z] --- PASS: TestGetVersion (0.00s) [2021-06-28T11:47:02.185Z] === RUN TestGetVersions [2021-06-28T11:47:02.185Z] --- PASS: TestGetVersions (0.00s) [2021-06-28T11:47:02.403Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-06-28T11:47:02.744Z] PASS [2021-06-28T11:47:02.744Z] coverage: 89.3% of statements [2021-06-28T11:47:02.744Z] ok github.com/docker/docker/pkg/tarsum 0.301s coverage: 89.3% of statements [2021-06-28T11:47:03.205Z] testing: warning: no tests to run [2021-06-28T11:47:03.205Z] PASS [2021-06-28T11:47:03.205Z] coverage: [no statements] [2021-06-28T11:47:03.205Z] ok github.com/docker/docker/pkg/term/windows 0.136s coverage: [no statements] [no tests to run] [2021-06-28T11:47:04.156Z] === RUN TestTruncIndex [2021-06-28T11:47:04.607Z] --- PASS: TestTruncIndex (0.11s) [2021-06-28T11:47:04.607Z] PASS [2021-06-28T11:47:04.607Z] coverage: 91.5% of statements [2021-06-28T11:47:04.607Z] ok github.com/docker/docker/pkg/truncindex 0.237s coverage: 91.5% of statements [2021-06-28T11:47:05.061Z] === RUN TestIsGIT [2021-06-28T11:47:05.061Z] --- PASS: TestIsGIT (0.00s) [2021-06-28T11:47:05.061Z] === RUN TestIsTransport [2021-06-28T11:47:05.061Z] --- PASS: TestIsTransport (0.00s) [2021-06-28T11:47:05.061Z] PASS [2021-06-28T11:47:05.061Z] coverage: 100.0% of statements [2021-06-28T11:47:05.061Z] ok github.com/docker/docker/pkg/urlutil 0.137s coverage: 100.0% of statements [2021-06-28T11:47:05.518Z] === RUN TestVersionInfo [2021-06-28T11:47:05.518Z] --- PASS: TestVersionInfo (0.00s) [2021-06-28T11:47:05.518Z] === RUN TestAppendVersions [2021-06-28T11:47:05.518Z] --- PASS: TestAppendVersions (0.00s) [2021-06-28T11:47:05.518Z] PASS [2021-06-28T11:47:05.518Z] coverage: 88.9% of statements [2021-06-28T11:47:05.518Z] ok github.com/docker/docker/pkg/useragent 0.128s coverage: 88.9% of statements [2021-06-28T11:47:07.028Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-06-28T11:47:07.028Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-06-28T11:47:07.028Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-06-28T11:47:07.028Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-06-28T11:47:07.028Z] --- PASS: TestNewClientWithTimeout (17.65s) [2021-06-28T11:47:07.028Z] === RUN TestClientStream [2021-06-28T11:47:07.028Z] --- PASS: TestClientStream (0.00s) [2021-06-28T11:47:07.028Z] === RUN TestClientSendFile [2021-06-28T11:47:07.028Z] --- PASS: TestClientSendFile (0.00s) [2021-06-28T11:47:07.028Z] === RUN TestClientWithRequestTimeout [2021-06-28T11:47:07.028Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-06-28T11:47:07.028Z] === RUN TestFileSpecPlugin [2021-06-28T11:47:07.028Z] --- PASS: TestFileSpecPlugin (0.02s) [2021-06-28T11:47:07.028Z] === RUN TestFileJSONSpecPlugin [2021-06-28T11:47:07.028Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-06-28T11:47:07.028Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-06-28T11:47:07.028Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2021-06-28T11:47:07.028Z] === RUN TestPluginAddHandler [2021-06-28T11:47:07.028Z] --- PASS: TestPluginAddHandler (0.00s) [2021-06-28T11:47:07.028Z] === RUN TestPluginWaitBadPlugin [2021-06-28T11:47:07.028Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-06-28T11:47:07.028Z] === RUN TestGet [2021-06-28T11:47:07.028Z] time="2021-06-28T11:47:06Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-06-28T11:47:07.652Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-06-28T11:47:07.652Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-06-28T11:47:07.978Z] === RUN TestValidatePrivileges [2021-06-28T11:47:07.978Z] --- PASS: TestValidatePrivileges (0.00s) [2021-06-28T11:47:07.978Z] === RUN TestFilterByCapNeg [2021-06-28T11:47:07.978Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-06-28T11:47:07.978Z] === RUN TestFilterByCapPos [2021-06-28T11:47:07.978Z] --- PASS: TestFilterByCapPos (0.00s) [2021-06-28T11:47:07.978Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-06-28T11:47:07.978Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-06-28T11:47:07.978Z] PASS [2021-06-28T11:47:07.978Z] coverage: 12.0% of statements [2021-06-28T11:47:07.978Z] ok github.com/docker/docker/plugin 0.304s coverage: 12.0% of statements [2021-06-28T11:47:07.978Z] time="2021-06-28T11:47:07Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-06-28T11:47:08.216Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-06-28T11:47:08.427Z] === RUN TestNewSettable [2021-06-28T11:47:08.427Z] --- PASS: TestNewSettable (0.00s) [2021-06-28T11:47:08.427Z] === RUN TestIsSettable [2021-06-28T11:47:08.427Z] --- PASS: TestIsSettable (0.00s) [2021-06-28T11:47:08.427Z] === RUN TestUpdateSettingsEnv [2021-06-28T11:47:08.427Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-06-28T11:47:08.427Z] PASS [2021-06-28T11:47:08.427Z] coverage: 20.0% of statements [2021-06-28T11:47:08.427Z] ok github.com/docker/docker/plugin/v2 0.186s coverage: 20.0% of statements [2021-06-28T11:47:08.878Z] === RUN TestLoad [2021-06-28T11:47:08.878Z] --- PASS: TestLoad (0.00s) [2021-06-28T11:47:08.878Z] === RUN TestSave [2021-06-28T11:47:08.878Z] --- PASS: TestSave (0.02s) [2021-06-28T11:47:08.878Z] === RUN TestAddDeleteGet [2021-06-28T11:47:08.878Z] --- PASS: TestAddDeleteGet (0.03s) [2021-06-28T11:47:08.878Z] === RUN TestInvalidTags [2021-06-28T11:47:08.878Z] --- PASS: TestInvalidTags (0.01s) [2021-06-28T11:47:08.878Z] PASS [2021-06-28T11:47:08.878Z] coverage: 84.4% of statements [2021-06-28T11:47:08.878Z] ok github.com/docker/docker/reference 0.186s coverage: 84.4% of statements [2021-06-28T11:47:09.583Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-06-28T11:47:10.389Z] time="2021-06-28T11:47:09Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-06-28T11:47:10.839Z] === RUN TestResolveAuthConfigIndexServer [2021-06-28T11:47:10.839Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestResolveAuthConfigFullURL [2021-06-28T11:47:10.839Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestLoadAllowNondistributableArtifacts [2021-06-28T11:47:10.839Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestValidateMirror [2021-06-28T11:47:10.839Z] --- PASS: TestValidateMirror (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestLoadInsecureRegistries [2021-06-28T11:47:10.839Z] time="2021-06-28T11:47:10Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-06-28T11:47:10.839Z] time="2021-06-28T11:47:10Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-06-28T11:47:10.839Z] time="2021-06-28T11:47:10Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-06-28T11:47:10.839Z] --- PASS: TestLoadInsecureRegistries (0.16s) [2021-06-28T11:47:10.839Z] === RUN TestNewServiceConfig [2021-06-28T11:47:10.839Z] --- PASS: TestNewServiceConfig (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestValidateIndexName [2021-06-28T11:47:10.839Z] --- PASS: TestValidateIndexName (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestValidateIndexNameWithError [2021-06-28T11:47:10.839Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestEndpointParse [2021-06-28T11:47:10.839Z] --- PASS: TestEndpointParse (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestEndpointParseInvalid [2021-06-28T11:47:10.839Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestValidateEndpoint [2021-06-28T11:47:10.839Z] --- PASS: TestValidateEndpoint (0.01s) [2021-06-28T11:47:10.839Z] === RUN TestPing [2021-06-28T11:47:10.839Z] --- PASS: TestPing (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestPingRegistryEndpoint [2021-06-28T11:47:10.839Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:47:10.839Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestEndpoint [2021-06-28T11:47:10.839Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:47:10.839Z] --- SKIP: TestEndpoint (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestParseRepositoryInfo [2021-06-28T11:47:10.839Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestNewIndexInfo [2021-06-28T11:47:10.839Z] --- PASS: TestNewIndexInfo (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestMirrorEndpointLookup [2021-06-28T11:47:10.839Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:47:10.839Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2021-06-28T11:47:10.839Z] === RUN TestSearchRepositories [2021-06-28T11:47:10.839Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-06-28T11:47:10.839Z] Host: 127.0.0.1:49335 [2021-06-28T11:47:10.839Z] User-Agent: docker test client [2021-06-28T11:47:10.839Z] Authorization: Token fake-token [2021-06-28T11:47:10.839Z] X-Docker-Token: true [2021-06-28T11:47:10.839Z] Accept-Encoding: gzip [2021-06-28T11:47:10.839Z] [2021-06-28T11:47:10.839Z] [2021-06-28T11:47:10.839Z] registry_test.go:730: HTTP/1.1 200 OK [2021-06-28T11:47:10.839Z] Connection: close [2021-06-28T11:47:10.839Z] Content-Length: 144 [2021-06-28T11:47:10.839Z] Cache-Control: no-cache [2021-06-28T11:47:10.839Z] Content-Type: application/json [2021-06-28T11:47:10.839Z] Date: Mon, 28 Jun 2021 11:47:10 GMT [2021-06-28T11:47:10.839Z] Expires: -1 [2021-06-28T11:47:10.839Z] Pragma: no-cache [2021-06-28T11:47:10.839Z] Server: docker-tests/mock [2021-06-28T11:47:10.839Z] X-Docker-Registry-Config: mock [2021-06-28T11:47:10.839Z] X-Docker-Registry-Version: 0.0.0 [2021-06-28T11:47:10.839Z] [2021-06-28T11:47:10.839Z] [2021-06-28T11:47:10.839Z] --- PASS: TestSearchRepositories (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestTrustedLocation [2021-06-28T11:47:10.839Z] --- PASS: TestTrustedLocation (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-06-28T11:47:10.839Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestAllowNondistributableArtifacts [2021-06-28T11:47:10.839Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-06-28T11:47:10.839Z] === RUN TestIsSecureIndex [2021-06-28T11:47:10.839Z] --- PASS: TestIsSecureIndex (0.00s) [2021-06-28T11:47:10.839Z] PASS [2021-06-28T11:47:10.839Z] coverage: 51.7% of statements [2021-06-28T11:47:10.839Z] ok github.com/docker/docker/registry 0.513s coverage: 51.7% of statements [2021-06-28T11:47:11.289Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-06-28T11:47:11.289Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2021-06-28T11:47:11.289Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-06-28T11:47:11.289Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-06-28T11:47:11.289Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-06-28T11:47:11.289Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-06-28T11:47:11.289Z] === RUN TestResumableRequestReaderWithReadError [2021-06-28T11:47:11.289Z] time="2021-06-28T11:47:10Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-06-28T11:47:11.289Z] --- PASS: TestResumableRequestReaderWithReadError (0.16s) [2021-06-28T11:47:11.289Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-06-28T11:47:11.289Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-06-28T11:47:11.289Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-06-28T11:47:11.289Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-06-28T11:47:11.289Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-06-28T11:47:11.289Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-06-28T11:47:11.289Z] === RUN TestResumableRequestReader [2021-06-28T11:47:11.289Z] --- PASS: TestResumableRequestReader (0.00s) [2021-06-28T11:47:11.289Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-06-28T11:47:11.289Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-06-28T11:47:11.289Z] PASS [2021-06-28T11:47:11.289Z] coverage: 100.0% of statements [2021-06-28T11:47:11.289Z] ok github.com/docker/docker/registry/resumable 0.631s coverage: 100.0% of statements [2021-06-28T11:47:11.739Z] === RUN TestRestartManagerTimeout [2021-06-28T11:47:11.739Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-06-28T11:47:11.739Z] === RUN TestRestartManagerTimeoutReset [2021-06-28T11:47:11.739Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-06-28T11:47:11.739Z] PASS [2021-06-28T11:47:11.739Z] coverage: 50.9% of statements [2021-06-28T11:47:11.739Z] ok github.com/docker/docker/restartmanager 0.101s coverage: 50.9% of statements [2021-06-28T11:47:12.100Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-06-28T11:47:12.189Z] === RUN TestDecodeContainerConfig [2021-06-28T11:47:12.189Z] --- PASS: TestDecodeContainerConfig (0.01s) [2021-06-28T11:47:12.189Z] === RUN TestDecodeContainerConfigIsolation [2021-06-28T11:47:12.189Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-06-28T11:47:12.189Z] === RUN TestValidatePrivileged [2021-06-28T11:47:12.189Z] --- PASS: TestValidatePrivileged (0.00s) [2021-06-28T11:47:12.189Z] PASS [2021-06-28T11:47:12.189Z] coverage: 52.2% of statements [2021-06-28T11:47:12.189Z] ok github.com/docker/docker/runconfig 0.156s coverage: 52.2% of statements [2021-06-28T11:47:12.639Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-06-28T11:47:12.639Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-06-28T11:47:12.639Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-06-28T11:47:12.639Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-06-28T11:47:12.639Z] PASS [2021-06-28T11:47:12.639Z] coverage: 62.5% of statements [2021-06-28T11:47:12.639Z] ok github.com/docker/docker/testutil 0.150s coverage: 62.5% of statements [2021-06-28T11:47:13.990Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-06-28T11:47:14.151Z] time="2021-06-28T11:47:13Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-06-28T11:47:16.298Z] === RUN TestGetDriver [2021-06-28T11:47:16.298Z] --- PASS: TestGetDriver (0.00s) [2021-06-28T11:47:16.298Z] === RUN TestVolumeRequestError [2021-06-28T11:47:16.298Z] --- PASS: TestVolumeRequestError (0.01s) [2021-06-28T11:47:16.298Z] PASS [2021-06-28T11:47:16.298Z] coverage: 36.1% of statements [2021-06-28T11:47:16.298Z] ok github.com/docker/docker/volume/drivers 0.274s coverage: 36.1% of statements [2021-06-28T11:47:16.298Z] === RUN TestGetAddress [2021-06-28T11:47:16.298Z] --- PASS: TestGetAddress (0.00s) [2021-06-28T11:47:16.299Z] === RUN TestRemove [2021-06-28T11:47:16.299Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-28T11:47:16.299Z] --- SKIP: TestRemove (0.00s) [2021-06-28T11:47:16.299Z] === RUN TestInitializeWithVolumes [2021-06-28T11:47:16.299Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-06-28T11:47:16.299Z] === RUN TestCreate [2021-06-28T11:47:16.299Z] --- PASS: TestCreate (0.01s) [2021-06-28T11:47:16.299Z] === RUN TestValidateName [2021-06-28T11:47:16.299Z] --- PASS: TestValidateName (0.00s) [2021-06-28T11:47:16.299Z] === RUN TestCreateWithOpts [2021-06-28T11:47:16.299Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-28T11:47:16.299Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-06-28T11:47:16.299Z] === RUN TestRelaodNoOpts [2021-06-28T11:47:16.299Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-06-28T11:47:16.299Z] PASS [2021-06-28T11:47:16.299Z] coverage: 41.5% of statements [2021-06-28T11:47:16.750Z] ok github.com/docker/docker/volume/local 0.196s coverage: 41.5% of statements [2021-06-28T11:47:17.283Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-06-28T11:47:17.283Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-06-28T11:47:17.700Z] === RUN TestConvertTmpfsOptions [2021-06-28T11:47:17.700Z] parser_test.go:49: data="mode=700,size=1m" [2021-06-28T11:47:17.700Z] parser_test.go:49: data="ro" [2021-06-28T11:47:17.700Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-06-28T11:47:17.700Z] === RUN TestParseMountRaw [2021-06-28T11:47:17.700Z] --- PASS: TestParseMountRaw (0.02s) [2021-06-28T11:47:17.700Z] === RUN TestParseMountRawSplit [2021-06-28T11:47:17.700Z] parser_test.go:390: case 0 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 1 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 2 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 3 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 4 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 5 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 6 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 7 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 8 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 0 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 1 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 2 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 3 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 4 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 5 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 6 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 7 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 8 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 9 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 10 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 11 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 12 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 0 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 1 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 2 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 3 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 4 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 5 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 6 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 7 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 8 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 9 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 10 [2021-06-28T11:47:17.700Z] parser_test.go:390: case 11 [2021-06-28T11:47:17.700Z] --- PASS: TestParseMountRawSplit (0.01s) [2021-06-28T11:47:17.700Z] === RUN TestParseMountSpec [2021-06-28T11:47:17.700Z] parser_test.go:455: case 0 [2021-06-28T11:47:17.700Z] parser_test.go:455: case 1 [2021-06-28T11:47:17.700Z] parser_test.go:455: case 2 [2021-06-28T11:47:17.700Z] parser_test.go:455: case 3 [2021-06-28T11:47:17.700Z] parser_test.go:455: case 4 [2021-06-28T11:47:17.700Z] parser_test.go:455: case 5 [2021-06-28T11:47:17.700Z] --- PASS: TestParseMountSpec (0.00s) [2021-06-28T11:47:17.700Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-06-28T11:47:17.700Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-06-28T11:47:17.700Z] === RUN TestValidateMount [2021-06-28T11:47:17.700Z] --- PASS: TestValidateMount (0.00s) [2021-06-28T11:47:17.700Z] PASS [2021-06-28T11:47:17.700Z] coverage: 66.2% of statements [2021-06-28T11:47:17.700Z] ok github.com/docker/docker/volume/mounts 0.192s coverage: 66.2% of statements [2021-06-28T11:47:18.649Z] === RUN TestSetGetMeta [2021-06-28T11:47:18.649Z] === PAUSE TestSetGetMeta [2021-06-28T11:47:18.649Z] === RUN TestRestore [2021-06-28T11:47:18.649Z] === PAUSE TestRestore [2021-06-28T11:47:18.649Z] === RUN TestServiceCreate [2021-06-28T11:47:18.649Z] === PAUSE TestServiceCreate [2021-06-28T11:47:18.649Z] === RUN TestServiceList [2021-06-28T11:47:18.649Z] === PAUSE TestServiceList [2021-06-28T11:47:18.649Z] === RUN TestServiceRemove [2021-06-28T11:47:18.649Z] === PAUSE TestServiceRemove [2021-06-28T11:47:18.649Z] === RUN TestServiceGet [2021-06-28T11:47:18.649Z] === PAUSE TestServiceGet [2021-06-28T11:47:18.649Z] === RUN TestServicePrune [2021-06-28T11:47:18.649Z] === PAUSE TestServicePrune [2021-06-28T11:47:18.649Z] === RUN TestCreate [2021-06-28T11:47:18.649Z] === PAUSE TestCreate [2021-06-28T11:47:18.649Z] === RUN TestRemove [2021-06-28T11:47:18.649Z] === PAUSE TestRemove [2021-06-28T11:47:18.649Z] === RUN TestList [2021-06-28T11:47:18.649Z] === PAUSE TestList [2021-06-28T11:47:18.649Z] === RUN TestFindByDriver [2021-06-28T11:47:18.649Z] === PAUSE TestFindByDriver [2021-06-28T11:47:18.649Z] === RUN TestFindByReferenced [2021-06-28T11:47:18.649Z] === PAUSE TestFindByReferenced [2021-06-28T11:47:18.649Z] === RUN TestDerefMultipleOfSameRef [2021-06-28T11:47:18.649Z] === PAUSE TestDerefMultipleOfSameRef [2021-06-28T11:47:18.649Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-28T11:47:18.649Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-28T11:47:18.649Z] === RUN TestDefererencePluginOnCreateError [2021-06-28T11:47:18.649Z] === PAUSE TestDefererencePluginOnCreateError [2021-06-28T11:47:18.649Z] === RUN TestRefDerefRemove [2021-06-28T11:47:18.649Z] === PAUSE TestRefDerefRemove [2021-06-28T11:47:18.649Z] === RUN TestGet [2021-06-28T11:47:18.649Z] === PAUSE TestGet [2021-06-28T11:47:18.649Z] === RUN TestGetWithReference [2021-06-28T11:47:18.649Z] === PAUSE TestGetWithReference [2021-06-28T11:47:18.649Z] === RUN TestFilterFunc [2021-06-28T11:47:18.649Z] === RUN TestFilterFunc/test_nil_list [2021-06-28T11:47:18.649Z] === PAUSE TestFilterFunc/test_nil_list [2021-06-28T11:47:18.649Z] === RUN TestFilterFunc/test_empty_list [2021-06-28T11:47:18.649Z] === PAUSE TestFilterFunc/test_empty_list [2021-06-28T11:47:18.649Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-06-28T11:47:18.649Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-06-28T11:47:18.649Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-28T11:47:18.649Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-28T11:47:18.649Z] === RUN TestFilterFunc/test_filter_some [2021-06-28T11:47:18.649Z] === PAUSE TestFilterFunc/test_filter_some [2021-06-28T11:47:18.649Z] === RUN TestFilterFunc/test_filter_middle [2021-06-28T11:47:18.649Z] === PAUSE TestFilterFunc/test_filter_middle [2021-06-28T11:47:18.649Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-06-28T11:47:18.649Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-06-28T11:47:18.649Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-06-28T11:47:18.649Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-06-28T11:47:18.649Z] === CONT TestFilterFunc/test_nil_list [2021-06-28T11:47:18.649Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-06-28T11:47:18.649Z] === CONT TestFilterFunc/test_filter_some [2021-06-28T11:47:18.649Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-06-28T11:47:18.649Z] === CONT TestFilterFunc/test_filter_middle [2021-06-28T11:47:18.649Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-28T11:47:18.649Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-06-28T11:47:18.649Z] === CONT TestFilterFunc/test_empty_list [2021-06-28T11:47:18.649Z] --- PASS: TestFilterFunc (0.00s) [2021-06-28T11:47:18.649Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-06-28T11:47:18.649Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-06-28T11:47:18.649Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-06-28T11:47:18.649Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-06-28T11:47:18.649Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-06-28T11:47:18.649Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-06-28T11:47:18.649Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-06-28T11:47:18.649Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-06-28T11:47:18.649Z] === CONT TestSetGetMeta [2021-06-28T11:47:18.649Z] === CONT TestFindByReferenced [2021-06-28T11:47:18.649Z] === CONT TestServicePrune [2021-06-28T11:47:18.649Z] === CONT TestServiceList [2021-06-28T11:47:18.649Z] --- PASS: TestSetGetMeta (0.03s) [2021-06-28T11:47:18.649Z] === CONT TestServiceCreate [2021-06-28T11:47:18.649Z] --- PASS: TestFindByReferenced (0.05s) [2021-06-28T11:47:18.649Z] === CONT TestRestore [2021-06-28T11:47:18.649Z] --- PASS: TestRestore (0.02s) [2021-06-28T11:47:18.649Z] === CONT TestGetWithReference [2021-06-28T11:47:18.649Z] --- PASS: TestGetWithReference (0.02s) [2021-06-28T11:47:18.649Z] === CONT TestGet [2021-06-28T11:47:18.649Z] --- PASS: TestGet (0.01s) [2021-06-28T11:47:18.649Z] === CONT TestRefDerefRemove [2021-06-28T11:47:18.649Z] --- PASS: TestRefDerefRemove (0.01s) [2021-06-28T11:47:18.649Z] === CONT TestDefererencePluginOnCreateError [2021-06-28T11:47:18.649Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-28T11:47:18.649Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-06-28T11:47:18.649Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-06-28T11:47:18.649Z] === CONT TestDerefMultipleOfSameRef [2021-06-28T11:47:18.649Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-06-28T11:47:18.649Z] === CONT TestServiceGet [2021-06-28T11:47:18.649Z] time="2021-06-28T11:47:18Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-28T11:47:18.649Z] --- PASS: TestServiceGet (0.01s) [2021-06-28T11:47:18.649Z] === CONT TestServiceRemove [2021-06-28T11:47:18.649Z] time="2021-06-28T11:47:18Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-28T11:47:18.649Z] --- PASS: TestServiceList (0.18s) [2021-06-28T11:47:18.649Z] === CONT TestList [2021-06-28T11:47:18.649Z] --- PASS: TestServiceCreate (0.16s) [2021-06-28T11:47:18.649Z] === CONT TestFindByDriver [2021-06-28T11:47:18.649Z] time="2021-06-28T11:47:18Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-28T11:47:18.649Z] --- PASS: TestServiceRemove (0.02s) [2021-06-28T11:47:18.649Z] === CONT TestRemove [2021-06-28T11:47:18.649Z] time="2021-06-28T11:47:18Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-06-28T11:47:18.649Z] time="2021-06-28T11:47:18Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-28T11:47:18.649Z] --- PASS: TestFindByDriver (0.02s) [2021-06-28T11:47:18.649Z] === CONT TestCreate [2021-06-28T11:47:18.649Z] --- PASS: TestList (0.02s) [2021-06-28T11:47:18.649Z] --- PASS: TestServicePrune (0.21s) [2021-06-28T11:47:18.649Z] --- PASS: TestRemove (0.02s) [2021-06-28T11:47:18.649Z] --- PASS: TestCreate (0.01s) [2021-06-28T11:47:18.649Z] PASS [2021-06-28T11:47:18.649Z] coverage: 69.6% of statements [2021-06-28T11:47:18.650Z] ok github.com/docker/docker/volume/service 0.469s coverage: 69.6% of statements [2021-06-28T11:47:19.173Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-06-28T11:47:20.539Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-06-28T11:47:21.467Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-06-28T11:47:21.467Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-06-28T11:47:21.467Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-06-28T11:47:21.467Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-06-28T11:47:21.467Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-06-28T11:47:21.467Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-06-28T11:47:21.467Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-06-28T11:47:21.467Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-06-28T11:47:21.467Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-06-28T11:47:21.467Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-06-28T11:47:22.326Z] --- PASS: TestGet (15.03s) [2021-06-28T11:47:22.326Z] === RUN TestPluginWithNoManifest [2021-06-28T11:47:22.326Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-06-28T11:47:22.326Z] === RUN TestGetAll [2021-06-28T11:47:22.326Z] --- PASS: TestGetAll (0.00s) [2021-06-28T11:47:22.326Z] PASS [2021-06-28T11:47:22.326Z] coverage: 73.4% of statements [2021-06-28T11:47:22.326Z] ok github.com/docker/docker/pkg/plugins 36.295s coverage: 73.4% of statements [2021-06-28T11:47:23.982Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-06-28T11:47:25.873Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-06-28T11:47:26.802Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-06-28T11:47:28.169Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-06-28T11:47:29.096Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-06-28T11:47:30.023Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-06-28T11:47:30.023Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-06-28T11:47:30.588Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-06-28T11:47:30.588Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-06-28T11:47:30.588Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-06-28T11:47:30.588Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-06-28T11:47:30.588Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-06-28T11:47:30.588Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-06-28T11:47:30.588Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-06-28T11:47:30.588Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-06-28T11:47:30.588Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-06-28T11:47:30.588Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-06-28T11:47:30.588Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-06-28T11:47:30.588Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-06-28T11:47:30.588Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-06-28T11:47:30.588Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-06-28T11:47:30.588Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-06-28T11:47:31.149Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-06-28T11:47:31.405Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-06-28T11:47:32.333Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-06-28T11:47:32.333Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-06-28T11:47:33.261Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-06-28T11:47:33.518Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-06-28T11:47:34.451Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-06-28T11:47:34.451Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-06-28T11:47:35.383Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-06-28T11:47:35.383Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-06-28T11:47:35.383Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-06-28T11:47:35.383Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-06-28T11:47:35.945Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-06-28T11:47:35.945Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-06-28T11:47:35.945Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-06-28T11:47:36.873Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-06-28T11:47:38.764Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-06-28T11:47:39.327Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-06-28T11:47:39.327Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-06-28T11:47:39.327Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-06-28T11:47:39.889Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-06-28T11:47:40.145Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-06-28T11:47:41.515Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-06-28T11:47:41.771Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-06-28T11:47:42.335Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-06-28T11:47:42.335Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-06-28T11:47:43.264Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-06-28T11:47:43.283Z] 2021/06/28 11:47:40 Closing DB instances... [2021-06-28T11:47:43.283Z] --- PASS: TestNetworkDBGarbageCollection (53.62s) [2021-06-28T11:47:43.283Z] === RUN TestFindNode [2021-06-28T11:47:43.283Z] 2021/06/28 11:47:41 Closing DB instances... [2021-06-28T11:47:43.283Z] --- PASS: TestFindNode (0.01s) [2021-06-28T11:47:43.283Z] === RUN TestChangeNodeState [2021-06-28T11:47:43.283Z] 2021/06/28 11:47:41 Closing DB instances... [2021-06-28T11:47:43.283Z] --- PASS: TestChangeNodeState (0.01s) [2021-06-28T11:47:43.283Z] === RUN TestNodeReincarnation [2021-06-28T11:47:43.283Z] 2021/06/28 11:47:41 Closing DB instances... [2021-06-28T11:47:45.155Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-06-28T11:47:45.716Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-06-28T11:47:45.716Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-06-28T11:47:45.716Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-06-28T11:47:45.716Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-06-28T11:47:46.644Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-06-28T11:47:46.962Z] time="2021-06-28T11:47:46Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-06-28T11:47:46.963Z] --- PASS: TestNodeReincarnation (5.01s) [2021-06-28T11:47:46.963Z] === RUN TestParallelCreate [2021-06-28T11:47:46.963Z] 2021/06/28 11:47:46 Closing DB instances... [2021-06-28T11:47:46.963Z] --- PASS: TestParallelCreate (0.01s) [2021-06-28T11:47:46.963Z] === RUN TestParallelDelete [2021-06-28T11:47:46.963Z] 2021/06/28 11:47:46 Closing DB instances... [2021-06-28T11:47:46.963Z] --- PASS: TestParallelDelete (0.01s) [2021-06-28T11:47:46.963Z] === RUN TestNetworkDBIslands [2021-06-28T11:47:46.963Z] time="2021-06-28T11:47:46Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:3fc5933a2c80 with config:&{NodeID:3fc5933a2c80 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:47:46.963Z] time="2021-06-28T11:47:46Z" level=info msg="Node 3fc5933a2c80/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:46.963Z] time="2021-06-28T11:47:46Z" level=info msg="Node 3fc5933a2c80/172.20.194.209, added to nodes list" [2021-06-28T11:47:46.963Z] time="2021-06-28T11:47:46Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:4352a33a890d with config:&{NodeID:4352a33a890d Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:47:46.963Z] time="2021-06-28T11:47:46Z" level=info msg="Node 4352a33a890d/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:46.963Z] time="2021-06-28T11:47:46Z" level=info msg="Node 4352a33a890d/172.20.194.209, added to nodes list" [2021-06-28T11:47:46.963Z] time="2021-06-28T11:47:46Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-06-28T11:47:46.963Z] time="2021-06-28T11:47:46Z" level=debug msg="memberlist: Stream connection from=[::1]:49369" [2021-06-28T11:47:46.963Z] time="2021-06-28T11:47:46Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-06-28T11:47:46.963Z] time="2021-06-28T11:47:46Z" level=info msg="Node 4352a33a890d/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:46.963Z] time="2021-06-28T11:47:46Z" level=info msg="Node 4352a33a890d/172.20.194.209, added to nodes list" [2021-06-28T11:47:46.963Z] time="2021-06-28T11:47:46Z" level=info msg="Node 3fc5933a2c80/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:46.963Z] time="2021-06-28T11:47:46Z" level=info msg="Node 3fc5933a2c80/172.20.194.209, added to nodes list" [2021-06-28T11:47:46.963Z] time="2021-06-28T11:47:46Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-06-28T11:47:46.963Z] time="2021-06-28T11:47:46Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49370" [2021-06-28T11:47:47.412Z] time="2021-06-28T11:47:47Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:703bd8b5f1e5 with config:&{NodeID:703bd8b5f1e5 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:47:47.412Z] time="2021-06-28T11:47:47Z" level=info msg="Node 703bd8b5f1e5/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:47.412Z] time="2021-06-28T11:47:47Z" level=info msg="Node 703bd8b5f1e5/172.20.194.209, added to nodes list" [2021-06-28T11:47:47.412Z] time="2021-06-28T11:47:47Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-06-28T11:47:47.412Z] time="2021-06-28T11:47:47Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-06-28T11:47:47.412Z] time="2021-06-28T11:47:47Z" level=debug msg="memberlist: Stream connection from=[::1]:49371" [2021-06-28T11:47:47.412Z] time="2021-06-28T11:47:47Z" level=info msg="Node 703bd8b5f1e5/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:47.412Z] time="2021-06-28T11:47:47Z" level=info msg="Node 703bd8b5f1e5/172.20.194.209, added to nodes list" [2021-06-28T11:47:47.412Z] time="2021-06-28T11:47:47Z" level=info msg="Node 3fc5933a2c80/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:47.412Z] time="2021-06-28T11:47:47Z" level=info msg="Node 3fc5933a2c80/172.20.194.209, added to nodes list" [2021-06-28T11:47:47.412Z] time="2021-06-28T11:47:47Z" level=info msg="Node 4352a33a890d/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:47.412Z] time="2021-06-28T11:47:47Z" level=info msg="Node 4352a33a890d/172.20.194.209, added to nodes list" [2021-06-28T11:47:47.412Z] time="2021-06-28T11:47:47Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49372" [2021-06-28T11:47:47.412Z] time="2021-06-28T11:47:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=info msg="Node 703bd8b5f1e5/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=info msg="Node 703bd8b5f1e5/172.20.194.209, added to nodes list" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:ee451b1c02da with config:&{NodeID:ee451b1c02da Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=info msg="Node ee451b1c02da/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=info msg="Node ee451b1c02da/172.20.194.209, added to nodes list" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=debug msg="memberlist: Stream connection from=[::1]:49373" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=info msg="Node ee451b1c02da/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=info msg="Node ee451b1c02da/172.20.194.209, added to nodes list" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=info msg="Node 4352a33a890d/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=info msg="Node 4352a33a890d/172.20.194.209, added to nodes list" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=info msg="Node 703bd8b5f1e5/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=info msg="Node 703bd8b5f1e5/172.20.194.209, added to nodes list" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=info msg="Node 3fc5933a2c80/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=info msg="Node 3fc5933a2c80/172.20.194.209, added to nodes list" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-06-28T11:47:47.862Z] time="2021-06-28T11:47:47Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49374" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:47Z" level=error msg="Bulk sync to node 2d72df8e3bec timed out" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:47Z" level=error msg="Bulk sync to node 00a91fea709a timed out" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:47Z" level=info msg="Node ee451b1c02da/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:47Z" level=info msg="Node ee451b1c02da/172.20.194.209, added to nodes list" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:47Z" level=info msg="Node ee451b1c02da/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:47Z" level=info msg="Node ee451b1c02da/172.20.194.209, added to nodes list" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:cd1341383c3b with config:&{NodeID:cd1341383c3b Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=info msg="Node cd1341383c3b/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=info msg="Node cd1341383c3b/172.20.194.209, added to nodes list" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=debug msg="memberlist: Stream connection from=[::1]:49375" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=info msg="Node cd1341383c3b/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=info msg="Node cd1341383c3b/172.20.194.209, added to nodes list" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=info msg="Node 703bd8b5f1e5/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=info msg="Node 703bd8b5f1e5/172.20.194.209, added to nodes list" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=info msg="Node 3fc5933a2c80/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=info msg="Node 3fc5933a2c80/172.20.194.209, added to nodes list" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=info msg="Node 4352a33a890d/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=info msg="Node 4352a33a890d/172.20.194.209, added to nodes list" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=info msg="Node ee451b1c02da/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=info msg="Node ee451b1c02da/172.20.194.209, added to nodes list" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-06-28T11:47:48.312Z] time="2021-06-28T11:47:48Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49376" [2021-06-28T11:47:48.539Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-06-28T11:47:48.764Z] time="2021-06-28T11:47:48Z" level=info msg="Node cd1341383c3b/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:48.764Z] time="2021-06-28T11:47:48Z" level=info msg="Node cd1341383c3b/172.20.194.209, added to nodes list" [2021-06-28T11:47:48.764Z] time="2021-06-28T11:47:48Z" level=info msg="Node cd1341383c3b/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:48.764Z] time="2021-06-28T11:47:48Z" level=info msg="Node cd1341383c3b/172.20.194.209, added to nodes list" [2021-06-28T11:47:48.764Z] time="2021-06-28T11:47:48Z" level=info msg="Node cd1341383c3b/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:48.764Z] time="2021-06-28T11:47:48Z" level=info msg="Node cd1341383c3b/172.20.194.209, added to nodes list" [2021-06-28T11:47:49.101Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-06-28T11:47:49.358Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-06-28T11:47:50.905Z] networkdb_test.go:834: Re-joining: 3 [2021-06-28T11:47:50.905Z] time="2021-06-28T11:47:50Z" level=info msg="The new bootstrap node list is:[172.20.194.209:10033 172.20.194.209:10034 172.20.194.209:10035]" [2021-06-28T11:47:50.905Z] time="2021-06-28T11:47:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.194.209:10033" [2021-06-28T11:47:50.905Z] time="2021-06-28T11:47:50Z" level=debug msg="memberlist: Stream connection from=172.20.194.209:49377" [2021-06-28T11:47:50.905Z] time="2021-06-28T11:47:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.194.209:10034" [2021-06-28T11:47:50.905Z] time="2021-06-28T11:47:50Z" level=debug msg="memberlist: Stream connection from=172.20.194.209:49378" [2021-06-28T11:47:50.905Z] time="2021-06-28T11:47:50Z" level=debug msg="memberlist: Stream connection from=172.20.194.209:49379" [2021-06-28T11:47:50.905Z] time="2021-06-28T11:47:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.194.209:10035" [2021-06-28T11:47:50.905Z] networkdb_test.go:834: Re-joining: 4 [2021-06-28T11:47:50.905Z] time="2021-06-28T11:47:50Z" level=info msg="The new bootstrap node list is:[172.20.194.209:10033 172.20.194.209:10034 172.20.194.209:10035]" [2021-06-28T11:47:50.905Z] time="2021-06-28T11:47:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.194.209:10033" [2021-06-28T11:47:50.905Z] time="2021-06-28T11:47:50Z" level=debug msg="memberlist: Stream connection from=172.20.194.209:49380" [2021-06-28T11:47:50.905Z] time="2021-06-28T11:47:50Z" level=debug msg="memberlist: Stream connection from=172.20.194.209:49381" [2021-06-28T11:47:50.905Z] time="2021-06-28T11:47:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.194.209:10034" [2021-06-28T11:47:50.905Z] time="2021-06-28T11:47:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.194.209:10035" [2021-06-28T11:47:50.905Z] time="2021-06-28T11:47:50Z" level=debug msg="memberlist: Stream connection from=172.20.194.209:49382" [2021-06-28T11:47:51.251Z] === RUN TestDockerSuite/TestSaveImageId [2021-06-28T11:47:51.251Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-06-28T11:47:51.251Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-06-28T11:47:51.355Z] time="2021-06-28T11:47:50Z" level=info msg="node 0 leaving" [2021-06-28T11:47:51.355Z] time="2021-06-28T11:47:51Z" level=info msg="Node 3fc5933a2c80 change state NodeActive --> NodeLeft" [2021-06-28T11:47:51.355Z] time="2021-06-28T11:47:51Z" level=info msg="Node 3fc5933a2c80 change state NodeActive --> NodeLeft" [2021-06-28T11:47:51.355Z] time="2021-06-28T11:47:51Z" level=info msg="node4(ee451b1c02da): Node leave event for 3fc5933a2c80/172.20.194.209" [2021-06-28T11:47:51.355Z] time="2021-06-28T11:47:51Z" level=info msg="node3(703bd8b5f1e5): Node leave event for 3fc5933a2c80/172.20.194.209" [2021-06-28T11:47:51.355Z] time="2021-06-28T11:47:51Z" level=info msg="Node 3fc5933a2c80 change state NodeActive --> NodeLeft" [2021-06-28T11:47:51.355Z] time="2021-06-28T11:47:51Z" level=info msg="node2(4352a33a890d): Node leave event for 3fc5933a2c80/172.20.194.209" [2021-06-28T11:47:51.355Z] time="2021-06-28T11:47:51Z" level=info msg="Node 3fc5933a2c80 change state NodeActive --> NodeLeft" [2021-06-28T11:47:51.355Z] time="2021-06-28T11:47:51Z" level=info msg="node5(cd1341383c3b): Node leave event for 3fc5933a2c80/172.20.194.209" [2021-06-28T11:47:51.355Z] time="2021-06-28T11:47:51Z" level=info msg="Node 3fc5933a2c80 change state NodeActive --> NodeLeft" [2021-06-28T11:47:51.355Z] time="2021-06-28T11:47:51Z" level=info msg="node1(3fc5933a2c80): Node leave event for 3fc5933a2c80/172.20.194.209" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="Node 3fc5933a2c80/172.20.194.209, left gossip cluster" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="Node 3fc5933a2c80/172.20.194.209, left gossip cluster" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="Node 3fc5933a2c80/172.20.194.209, left gossip cluster" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="Node 3fc5933a2c80/172.20.194.209, left gossip cluster" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="Node 3fc5933a2c80/172.20.194.209, left gossip cluster" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="node 1 leaving" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.20.194.209:10035: use of closed network connection" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=warning msg="memberlist: Failed to send gossip to 172.20.194.209:10034: write udp [::]:10033->172.20.194.209:10034: use of closed network connection" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="Node 4352a33a890d change state NodeActive --> NodeLeft" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="node4(ee451b1c02da): Node leave event for 4352a33a890d/172.20.194.209" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="Node 4352a33a890d change state NodeActive --> NodeLeft" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="node3(703bd8b5f1e5): Node leave event for 4352a33a890d/172.20.194.209" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="Node 4352a33a890d/172.20.194.209, left gossip cluster" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="Node 4352a33a890d change state NodeActive --> NodeFailed" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="Node 4352a33a890d/172.20.194.209, added to failed nodes list" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=error msg="node: 4352a33a890d is unknown to memberlist" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="Node 4352a33a890d change state NodeActive --> NodeLeft" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="node5(cd1341383c3b): Node leave event for 4352a33a890d/172.20.194.209" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="Node 4352a33a890d/172.20.194.209, left gossip cluster" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="Node 4352a33a890d/172.20.194.209, left gossip cluster" [2021-06-28T11:47:51.805Z] time="2021-06-28T11:47:51Z" level=info msg="Node 4352a33a890d/172.20.194.209, left gossip cluster" [2021-06-28T11:47:52.254Z] time="2021-06-28T11:47:51Z" level=info msg="node 2 leaving" [2021-06-28T11:47:52.254Z] time="2021-06-28T11:47:51Z" level=info msg="Node 703bd8b5f1e5 change state NodeActive --> NodeLeft" [2021-06-28T11:47:52.254Z] time="2021-06-28T11:47:51Z" level=info msg="node4(ee451b1c02da): Node leave event for 703bd8b5f1e5/172.20.194.209" [2021-06-28T11:47:52.254Z] time="2021-06-28T11:47:51Z" level=info msg="Node 703bd8b5f1e5 change state NodeActive --> NodeLeft" [2021-06-28T11:47:52.254Z] time="2021-06-28T11:47:51Z" level=info msg="node5(cd1341383c3b): Node leave event for 703bd8b5f1e5/172.20.194.209" [2021-06-28T11:47:52.254Z] time="2021-06-28T11:47:51Z" level=info msg="Node 703bd8b5f1e5 change state NodeActive --> NodeLeft" [2021-06-28T11:47:52.254Z] time="2021-06-28T11:47:51Z" level=info msg="node3(703bd8b5f1e5): Node leave event for 703bd8b5f1e5/172.20.194.209" [2021-06-28T11:47:52.254Z] time="2021-06-28T11:47:52Z" level=info msg="Node 703bd8b5f1e5/172.20.194.209, left gossip cluster" [2021-06-28T11:47:52.254Z] time="2021-06-28T11:47:52Z" level=info msg="Node 703bd8b5f1e5/172.20.194.209, left gossip cluster" [2021-06-28T11:47:52.254Z] time="2021-06-28T11:47:52Z" level=info msg="Node 703bd8b5f1e5/172.20.194.209, left gossip cluster" [2021-06-28T11:47:52.708Z] time="2021-06-28T11:47:52Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10035->172.20.194.209:10036: use of closed network connection" [2021-06-28T11:47:52.708Z] networkdb_test.go:866: node4: OK [2021-06-28T11:47:52.708Z] networkdb_test.go:866: node5: OK [2021-06-28T11:47:52.708Z] time="2021-06-28T11:47:52Z" level=info msg="node 0 coming back" [2021-06-28T11:47:52.708Z] time="2021-06-28T11:47:52Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:f22484cec61a with config:&{NodeID:f22484cec61a Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:47:52.708Z] time="2021-06-28T11:47:52Z" level=info msg="Node f22484cec61a/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:52.708Z] time="2021-06-28T11:47:52Z" level=info msg="Node f22484cec61a/172.20.194.209, added to nodes list" [2021-06-28T11:47:52.708Z] time="2021-06-28T11:47:52Z" level=info msg="node 1 coming back" [2021-06-28T11:47:52.708Z] time="2021-06-28T11:47:52Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:ef4efd5195e5 with config:&{NodeID:ef4efd5195e5 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:47:52.708Z] time="2021-06-28T11:47:52Z" level=info msg="Node ef4efd5195e5/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:52.708Z] time="2021-06-28T11:47:52Z" level=info msg="Node ef4efd5195e5/172.20.194.209, added to nodes list" [2021-06-28T11:47:52.708Z] time="2021-06-28T11:47:52Z" level=info msg="node 2 coming back" [2021-06-28T11:47:52.708Z] time="2021-06-28T11:47:52Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:a03955fc2d8b with config:&{NodeID:a03955fc2d8b Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-28T11:47:52.708Z] time="2021-06-28T11:47:52Z" level=info msg="Node a03955fc2d8b/172.20.194.209, joined gossip cluster" [2021-06-28T11:47:52.708Z] time="2021-06-28T11:47:52Z" level=info msg="Node a03955fc2d8b/172.20.194.209, added to nodes list" [2021-06-28T11:47:53.148Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents461705193 [2021-06-28T11:47:53.148Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-06-28T11:47:53.403Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-06-28T11:47:54.770Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-06-28T11:47:54.770Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-06-28T11:47:54.770Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-06-28T11:47:56.660Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-06-28T11:47:58.027Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-06-28T11:47:58.283Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-06-28T11:47:58.283Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-06-28T11:47:58.283Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-06-28T11:47:58.283Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-06-28T11:47:58.845Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-06-28T11:48:01.364Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-06-28T11:48:04.589Z] --- PASS: TestBuildWCOWSandboxSize (1020.05s) [2021-06-28T11:48:04.589Z] === RUN TestBuildWithEmptyDockerfile [2021-06-28T11:48:04.589Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T11:48:04.589Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T11:48:04.589Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T11:48:04.589Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T11:48:04.589Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T11:48:04.589Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T11:48:04.589Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T11:48:04.589Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T11:48:04.589Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T11:48:04.589Z] --- PASS: TestBuildWithEmptyDockerfile (0.89s) [2021-06-28T11:48:04.589Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2021-06-28T11:48:04.589Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.02s) [2021-06-28T11:48:04.589Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.02s) [2021-06-28T11:48:04.589Z] === RUN TestBuildPreserveOwnership [2021-06-28T11:48:04.589Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T11:48:04.589Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2021-06-28T11:48:04.589Z] === RUN TestBuildPlatformInvalid [2021-06-28T11:48:04.589Z] --- PASS: TestBuildPlatformInvalid (0.79s) [2021-06-28T11:48:04.589Z] PASS [2021-06-28T11:48:04.589Z] ok github.com/docker/docker/integration/build 1278.774s [2021-06-28T11:48:04.589Z] [2021-06-28T11:48:04.589Z] === Skipped [2021-06-28T11:48:04.589Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-06-28T11:48:04.589Z] build_session_test.go:25: TODO: BuildKit [2021-06-28T11:48:04.589Z] [2021-06-28T11:48:04.589Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-06-28T11:48:04.589Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:04.589Z] [2021-06-28T11:48:04.589Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-06-28T11:48:04.589Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T11:48:04.589Z] [2021-06-28T11:48:04.589Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2021-06-28T11:48:04.589Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T11:48:04.589Z] [2021-06-28T11:48:04.589Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2021-06-28T11:48:04.589Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T11:48:04.589Z] [2021-06-28T11:48:04.589Z] [2021-06-28T11:48:04.589Z] DONE 29 tests, 5 skipped in 1315.619s [2021-06-28T11:48:04.589Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-06-28T11:48:04.589Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-28T11:48:04.589Z] INFO: Testing against a local daemon [2021-06-28T11:48:04.589Z] === RUN TestConfigInspect [2021-06-28T11:48:04.589Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:04.589Z] --- SKIP: TestConfigInspect (0.00s) [2021-06-28T11:48:04.589Z] === RUN TestConfigList [2021-06-28T11:48:04.589Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:04.589Z] --- SKIP: TestConfigList (0.00s) [2021-06-28T11:48:04.589Z] === RUN TestConfigsCreateAndDelete [2021-06-28T11:48:04.589Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:04.589Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-06-28T11:48:04.589Z] === RUN TestConfigsUpdate [2021-06-28T11:48:04.589Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:04.589Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-06-28T11:48:04.589Z] === RUN TestTemplatedConfig [2021-06-28T11:48:04.589Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:04.589Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-06-28T11:48:04.589Z] === RUN TestConfigCreateResolve [2021-06-28T11:48:04.589Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:48:04.589Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-06-28T11:48:04.589Z] PASS [2021-06-28T11:48:04.589Z] ok github.com/docker/docker/integration/config 0.156s [2021-06-28T11:48:04.589Z] [2021-06-28T11:48:04.589Z] === Skipped [2021-06-28T11:48:04.589Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-06-28T11:48:04.589Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:04.589Z] [2021-06-28T11:48:04.589Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-06-28T11:48:04.589Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:04.589Z] [2021-06-28T11:48:04.589Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-06-28T11:48:04.589Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:04.589Z] [2021-06-28T11:48:04.589Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-06-28T11:48:04.589Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:04.589Z] [2021-06-28T11:48:04.589Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-06-28T11:48:04.590Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:04.590Z] [2021-06-28T11:48:04.590Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.01s) [2021-06-28T11:48:04.590Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:48:04.590Z] [2021-06-28T11:48:04.590Z] [2021-06-28T11:48:04.590Z] DONE 6 tests, 6 skipped in 3.757s [2021-06-28T11:48:04.590Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-06-28T11:48:06.607Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-06-28T11:48:07.509Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-28T11:48:07.509Z] INFO: Testing against a local daemon [2021-06-28T11:48:07.509Z] === RUN TestCheckpoint [2021-06-28T11:48:07.509Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-28T11:48:07.509Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-28T11:48:07.509Z] === RUN TestContainerInvalidJSON [2021-06-28T11:48:07.509Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T11:48:07.509Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T11:48:07.509Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T11:48:07.509Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T11:48:07.509Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-28T11:48:07.509Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-28T11:48:07.970Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T11:48:07.971Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-28T11:48:07.971Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T11:48:07.971Z] --- PASS: TestContainerInvalidJSON (0.85s) [2021-06-28T11:48:07.971Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-06-28T11:48:07.971Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-06-28T11:48:07.971Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-06-28T11:48:07.971Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-28T11:48:08.434Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.34s) [2021-06-28T11:48:08.434Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-28T11:48:08.897Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.44s) [2021-06-28T11:48:08.898Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-28T11:48:08.898Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.27s) [2021-06-28T11:48:08.898Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-28T11:48:09.124Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-06-28T11:48:09.361Z] --- PASS: TestCopyToContainerPathIsNotDir (0.32s) [2021-06-28T11:48:09.361Z] === RUN TestCopyFromContainer [2021-06-28T11:48:09.361Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:09.361Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-06-28T11:48:09.361Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-28T11:48:09.361Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T11:48:09.361Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T11:48:09.361Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T11:48:09.361Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T11:48:09.361Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T11:48:09.361Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T11:48:09.361Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T11:48:09.361Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T11:48:09.361Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T11:48:09.361Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2021-06-28T11:48:09.361Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2021-06-28T11:48:09.361Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-06-28T11:48:09.361Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-06-28T11:48:09.361Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-28T11:48:09.361Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-28T11:48:09.361Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-06-28T11:48:09.361Z] === RUN TestCreateWithInvalidEnv [2021-06-28T11:48:09.361Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-28T11:48:09.361Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-28T11:48:09.361Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-28T11:48:09.361Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-28T11:48:09.361Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-28T11:48:09.361Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-28T11:48:09.361Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-28T11:48:09.361Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-28T11:48:09.361Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-28T11:48:09.361Z] --- PASS: TestCreateWithInvalidEnv (0.05s) [2021-06-28T11:48:09.361Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2021-06-28T11:48:09.361Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-06-28T11:48:09.361Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2021-06-28T11:48:09.361Z] === RUN TestCreateTmpfsMountsTarget [2021-06-28T11:48:09.361Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:09.361Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-06-28T11:48:09.361Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-28T11:48:09.361Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:48:09.361Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-06-28T11:48:09.361Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-28T11:48:09.361Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:48:09.361Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-28T11:48:09.361Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-28T11:48:09.361Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T11:48:09.361Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T11:48:09.361Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T11:48:09.361Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T11:48:09.361Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T11:48:09.361Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T11:48:09.361Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T11:48:09.361Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T11:48:09.361Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T11:48:09.361Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T11:48:09.361Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T11:48:09.361Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T11:48:09.361Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T11:48:09.361Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T11:48:09.361Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T11:48:09.361Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2021-06-28T11:48:09.361Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-28T11:48:09.361Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-28T11:48:09.361Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-28T11:48:09.361Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-28T11:48:09.361Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-28T11:48:09.361Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-28T11:48:09.361Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-28T11:48:09.361Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-28T11:48:09.361Z] === RUN TestCreateDifferentPlatform [2021-06-28T11:48:09.361Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-28T11:48:09.361Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-28T11:48:09.361Z] --- PASS: TestCreateDifferentPlatform (0.06s) [2021-06-28T11:48:09.361Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-06-28T11:48:09.361Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2021-06-28T11:48:09.361Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-28T11:48:09.686Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-06-28T11:48:09.823Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.11s) [2021-06-28T11:48:09.823Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-28T11:48:09.823Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-28T11:48:09.823Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-06-28T11:48:09.823Z] === RUN TestContainerKillOnDaemonStart [2021-06-28T11:48:09.823Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:09.823Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-06-28T11:48:09.823Z] === RUN TestDiff [2021-06-28T11:48:09.823Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-28T11:48:09.823Z] --- SKIP: TestDiff (0.00s) [2021-06-28T11:48:09.823Z] === RUN TestExecWithCloseStdin [2021-06-28T11:48:11.051Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-06-28T11:48:13.583Z] --- PASS: TestExecWithCloseStdin (3.99s) [2021-06-28T11:48:13.583Z] === RUN TestExec [2021-06-28T11:48:14.326Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-06-28T11:48:16.219Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-06-28T11:48:16.499Z] --- PASS: TestExec (2.82s) [2021-06-28T11:48:16.499Z] === RUN TestExecUser [2021-06-28T11:48:16.499Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-28T11:48:16.499Z] --- SKIP: TestExecUser (0.00s) [2021-06-28T11:48:16.499Z] === RUN TestExportContainerAndImportImage [2021-06-28T11:48:16.499Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:16.499Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-06-28T11:48:16.499Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-28T11:48:16.499Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:16.499Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-06-28T11:48:16.499Z] === RUN TestHealthCheckWorkdir [2021-06-28T11:48:16.499Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-28T11:48:16.499Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-06-28T11:48:16.499Z] === RUN TestHealthKillContainer [2021-06-28T11:48:16.499Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-28T11:48:16.499Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-06-28T11:48:16.499Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-28T11:48:16.499Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-28T11:48:16.499Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-06-28T11:48:16.499Z] === RUN TestKillContainerInvalidSignal [2021-06-28T11:48:17.147Z] === RUN TestDockerSuite/TestStartRecordError [2021-06-28T11:48:18.513Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-06-28T11:48:19.417Z] --- PASS: TestKillContainerInvalidSignal (2.48s) [2021-06-28T11:48:19.417Z] === RUN TestKillContainer [2021-06-28T11:48:19.417Z] === RUN TestKillContainer/no_signal [2021-06-28T11:48:20.403Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-06-28T11:48:21.607Z] === RUN TestKillContainer/non_killing_signal [2021-06-28T11:48:21.607Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-28T11:48:21.607Z] === RUN TestKillContainer/killing_signal [2021-06-28T11:48:22.293Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-06-28T11:48:24.533Z] --- PASS: TestKillContainer (5.49s) [2021-06-28T11:48:24.533Z] --- PASS: TestKillContainer/no_signal (2.38s) [2021-06-28T11:48:24.533Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-28T11:48:24.533Z] --- PASS: TestKillContainer/killing_signal (3.04s) [2021-06-28T11:48:24.533Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-28T11:48:24.533Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T11:48:24.533Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-28T11:48:24.533Z] === RUN TestKillStoppedContainer [2021-06-28T11:48:24.533Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T11:48:24.533Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-06-28T11:48:24.533Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-28T11:48:24.533Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T11:48:24.533Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-28T11:48:24.533Z] === RUN TestKillDifferentUserContainer [2021-06-28T11:48:24.533Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-28T11:48:24.533Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-06-28T11:48:24.533Z] === RUN TestInspectOomKilledTrue [2021-06-28T11:48:24.533Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:24.533Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-28T11:48:24.533Z] === RUN TestInspectOomKilledFalse [2021-06-28T11:48:24.533Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-28T11:48:24.533Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-28T11:48:24.533Z] === RUN TestLogsFollowTailEmpty [2021-06-28T11:48:25.560Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-06-28T11:48:27.450Z] --- PASS: TestLogsFollowTailEmpty (2.50s) [2021-06-28T11:48:27.450Z] === RUN TestNetworkNat [2021-06-28T11:48:27.450Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-28T11:48:27.450Z] --- SKIP: TestNetworkNat (0.00s) [2021-06-28T11:48:27.450Z] === RUN TestNetworkLocalhostTCPNat [2021-06-28T11:48:29.642Z] --- PASS: TestNetworkLocalhostTCPNat (2.80s) [2021-06-28T11:48:29.642Z] === RUN TestNetworkLoopbackNat [2021-06-28T11:48:29.642Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-28T11:48:29.642Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-06-28T11:48:29.642Z] === RUN TestPause [2021-06-28T11:48:29.642Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-28T11:48:29.642Z] --- SKIP: TestPause (0.00s) [2021-06-28T11:48:29.642Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-28T11:48:30.804Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-06-28T11:48:32.570Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.41s) [2021-06-28T11:48:32.570Z] === RUN TestPauseStopPausedContainer [2021-06-28T11:48:32.570Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:48:32.570Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-06-28T11:48:32.570Z] === RUN TestPsFilter [2021-06-28T11:48:32.570Z] --- PASS: TestPsFilter (0.33s) [2021-06-28T11:48:32.570Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-28T11:48:33.319Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-06-28T11:48:35.060Z] time="2021-06-28T11:48:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.194.209:10036" [2021-06-28T11:48:35.060Z] time="2021-06-28T11:48:31Z" level=debug msg="memberlist: Stream connection from=172.20.194.209:49383" [2021-06-28T11:48:35.489Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.83s) [2021-06-28T11:48:35.489Z] === RUN TestRemoveContainerWithVolume [2021-06-28T11:48:36.713Z] --- PASS: TestBuildWithHugeFile (106.28s) [2021-06-28T11:48:36.713Z] === RUN TestBuildWCOWSandboxSize [2021-06-28T11:48:37.917Z] time="2021-06-28T11:48:37Z" level=debug msg="memberlist: Stream connection from=172.20.194.209:49384" [2021-06-28T11:48:37.917Z] time="2021-06-28T11:48:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.194.209:10037" [2021-06-28T11:48:38.579Z] === RUN TestDockerSuite/TestStatsNoStream [2021-06-28T11:48:39.505Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-06-28T11:48:41.393Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-06-28T11:48:41.649Z] docker_cli_swarm_test.go:1186: [d6b351e358f6c] joining swarm manager [df1ca01e9f7fa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:48:43.014Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-06-28T11:48:43.943Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-06-28T11:48:44.094Z] --- PASS: TestRemoveContainerWithVolume (7.65s) [2021-06-28T11:48:44.094Z] === RUN TestRemoveContainerRunning [2021-06-28T11:48:44.871Z] === RUN TestDockerSuite/TestTopPrivileged [2021-06-28T11:48:45.127Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-06-28T11:48:45.127Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-06-28T11:48:45.127Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-06-28T11:48:45.640Z] --- PASS: TestRemoveContainerRunning (2.57s) [2021-06-28T11:48:45.640Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-28T11:48:46.057Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-06-28T11:48:47.831Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.37s) [2021-06-28T11:48:47.831Z] === RUN TestRemoveInvalidContainer [2021-06-28T11:48:47.831Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2021-06-28T11:48:47.831Z] === RUN TestRenameLinkedContainer [2021-06-28T11:48:47.831Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-28T11:48:47.831Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-06-28T11:48:47.831Z] === RUN TestRenameStoppedContainer [2021-06-28T11:48:48.138Z] time="2021-06-28T11:48:47Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.194.209:10033 172.20.194.209:10034 172.20.194.209:10035]" [2021-06-28T11:48:48.576Z] docker_cli_swarm_test.go:1195: [d0c6d95dda870] joining swarm manager [df1ca01e9f7fa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:48:48.588Z] time="2021-06-28T11:48:48Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.194.209:10033 172.20.194.209:10034 172.20.194.209:10035]" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=debug msg="memberlist: Stream connection from=172.20.194.209:49385" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.194.209:10033" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node cd1341383c3b/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node cd1341383c3b/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node ee451b1c02da/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node ee451b1c02da/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node f22484cec61a/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node f22484cec61a/172.20.194.209, is the new incarnation of the shutdown node 3fc5933a2c80/172.20.194.209" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node f22484cec61a/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=debug msg="memberlist: Stream connection from=172.20.194.209:49386" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.194.209:10034" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node cd1341383c3b/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node cd1341383c3b/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node f22484cec61a/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node f22484cec61a/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node ee451b1c02da/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node ee451b1c02da/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node ef4efd5195e5/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node ef4efd5195e5/172.20.194.209, is the new incarnation of the shutdown node 4352a33a890d/172.20.194.209" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node ef4efd5195e5/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.194.209:10035" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=debug msg="memberlist: Stream connection from=172.20.194.209:49387" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node ef4efd5195e5/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node ef4efd5195e5/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node f22484cec61a/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node f22484cec61a/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node ee451b1c02da/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node a03955fc2d8b/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node a03955fc2d8b/172.20.194.209, is the new incarnation of the shutdown node 703bd8b5f1e5/172.20.194.209" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node a03955fc2d8b/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node ee451b1c02da/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node cd1341383c3b/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node cd1341383c3b/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node ef4efd5195e5/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node ef4efd5195e5/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node f22484cec61a/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node f22484cec61a/172.20.194.209, is the new incarnation of the shutdown node 3fc5933a2c80/172.20.194.209" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node f22484cec61a/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node ef4efd5195e5/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node ef4efd5195e5/172.20.194.209, is the new incarnation of the shutdown node 4352a33a890d/172.20.194.209" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node ef4efd5195e5/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node a03955fc2d8b/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node a03955fc2d8b/172.20.194.209, is the new incarnation of the shutdown node 703bd8b5f1e5/172.20.194.209" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node a03955fc2d8b/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node a03955fc2d8b/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node a03955fc2d8b/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node a03955fc2d8b/172.20.194.209, joined gossip cluster" [2021-06-28T11:48:49.037Z] time="2021-06-28T11:48:48Z" level=info msg="Node a03955fc2d8b/172.20.194.209, added to nodes list" [2021-06-28T11:48:49.487Z] time="2021-06-28T11:48:49Z" level=debug msg="memberlist: Stream connection from=172.20.194.209:49388" [2021-06-28T11:48:49.487Z] time="2021-06-28T11:48:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.194.209:10033" [2021-06-28T11:48:49.487Z] time="2021-06-28T11:48:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.194.209:10034" [2021-06-28T11:48:49.487Z] time="2021-06-28T11:48:49Z" level=debug msg="memberlist: Stream connection from=172.20.194.209:49389" [2021-06-28T11:48:49.487Z] time="2021-06-28T11:48:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.194.209:10035" [2021-06-28T11:48:49.487Z] time="2021-06-28T11:48:49Z" level=debug msg="memberlist: Stream connection from=172.20.194.209:49390" [2021-06-28T11:48:50.466Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-06-28T11:48:50.756Z] --- PASS: TestRenameStoppedContainer (2.87s) [2021-06-28T11:48:50.756Z] === RUN TestRenameRunningContainerAndReuse [2021-06-28T11:48:53.168Z] 2021/06/28 11:48:52 Closing DB instances... [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="Node f22484cec61a change state NodeActive --> NodeLeft" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="Node f22484cec61a change state NodeActive --> NodeLeft" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="node5(cd1341383c3b): Node leave event for f22484cec61a/172.20.194.209" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="node4(ee451b1c02da): Node leave event for f22484cec61a/172.20.194.209" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="Node f22484cec61a change state NodeActive --> NodeLeft" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="node2(ef4efd5195e5): Node leave event for f22484cec61a/172.20.194.209" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="Node f22484cec61a change state NodeActive --> NodeLeft" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="node3(a03955fc2d8b): Node leave event for f22484cec61a/172.20.194.209" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="Node f22484cec61a change state NodeActive --> NodeLeft" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="node1(f22484cec61a): Node leave event for f22484cec61a/172.20.194.209" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="Node f22484cec61a/172.20.194.209, left gossip cluster" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="Node f22484cec61a/172.20.194.209, left gossip cluster" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="Node f22484cec61a/172.20.194.209, left gossip cluster" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="Node f22484cec61a/172.20.194.209, left gossip cluster" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="Node f22484cec61a/172.20.194.209, left gossip cluster" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="Node ef4efd5195e5 change state NodeActive --> NodeLeft" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="Node ef4efd5195e5 change state NodeActive --> NodeLeft" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="node3(a03955fc2d8b): Node leave event for ef4efd5195e5/172.20.194.209" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="node4(ee451b1c02da): Node leave event for ef4efd5195e5/172.20.194.209" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="Node ef4efd5195e5 change state NodeActive --> NodeLeft" [2021-06-28T11:48:53.168Z] time="2021-06-28T11:48:52Z" level=info msg="node2(ef4efd5195e5): Node leave event for ef4efd5195e5/172.20.194.209" [2021-06-28T11:48:53.618Z] time="2021-06-28T11:48:53Z" level=info msg="Node ef4efd5195e5 change state NodeActive --> NodeLeft" [2021-06-28T11:48:53.618Z] time="2021-06-28T11:48:53Z" level=info msg="node5(cd1341383c3b): Node leave event for ef4efd5195e5/172.20.194.209" [2021-06-28T11:48:53.618Z] time="2021-06-28T11:48:53Z" level=info msg="Node ef4efd5195e5/172.20.194.209, left gossip cluster" [2021-06-28T11:48:53.618Z] time="2021-06-28T11:48:53Z" level=info msg="Node ef4efd5195e5/172.20.194.209, left gossip cluster" [2021-06-28T11:48:53.618Z] time="2021-06-28T11:48:53Z" level=info msg="Node ef4efd5195e5/172.20.194.209, left gossip cluster" [2021-06-28T11:48:53.618Z] time="2021-06-28T11:48:53Z" level=info msg="Node ef4efd5195e5/172.20.194.209, left gossip cluster" [2021-06-28T11:48:53.618Z] time="2021-06-28T11:48:53Z" level=info msg="Node a03955fc2d8b/172.20.194.209, left gossip cluster" [2021-06-28T11:48:53.618Z] time="2021-06-28T11:48:53Z" level=info msg="Node a03955fc2d8b change state NodeActive --> NodeFailed" [2021-06-28T11:48:53.618Z] time="2021-06-28T11:48:53Z" level=info msg="Node a03955fc2d8b/172.20.194.209, added to failed nodes list" [2021-06-28T11:48:53.618Z] time="2021-06-28T11:48:53Z" level=info msg="Node a03955fc2d8b change state NodeActive --> NodeLeft" [2021-06-28T11:48:53.618Z] time="2021-06-28T11:48:53Z" level=info msg="node5(cd1341383c3b): Node leave event for a03955fc2d8b/172.20.194.209" [2021-06-28T11:48:53.618Z] time="2021-06-28T11:48:53Z" level=info msg="Node a03955fc2d8b change state NodeActive --> NodeLeft" [2021-06-28T11:48:53.618Z] time="2021-06-28T11:48:53Z" level=info msg="node4(ee451b1c02da): Node leave event for a03955fc2d8b/172.20.194.209" [2021-06-28T11:48:53.618Z] time="2021-06-28T11:48:53Z" level=error msg="node: a03955fc2d8b is unknown to memberlist" [2021-06-28T11:48:53.732Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-06-28T11:48:54.068Z] time="2021-06-28T11:48:53Z" level=info msg="Node a03955fc2d8b/172.20.194.209, left gossip cluster" [2021-06-28T11:48:54.068Z] time="2021-06-28T11:48:53Z" level=info msg="Node a03955fc2d8b/172.20.194.209, left gossip cluster" [2021-06-28T11:48:54.068Z] time="2021-06-28T11:48:53Z" level=debug msg="memberlist: Failed ping: a03955fc2d8b (timeout reached)" [2021-06-28T11:48:54.068Z] time="2021-06-28T11:48:53Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.20.194.209:10036: use of closed network connection" [2021-06-28T11:48:54.068Z] time="2021-06-28T11:48:53Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.20.194.209:10037: use of closed network connection" [2021-06-28T11:48:54.068Z] time="2021-06-28T11:48:53Z" level=info msg="Node ee451b1c02da change state NodeActive --> NodeLeft" [2021-06-28T11:48:54.068Z] time="2021-06-28T11:48:53Z" level=info msg="node5(cd1341383c3b): Node leave event for ee451b1c02da/172.20.194.209" [2021-06-28T11:48:54.522Z] time="2021-06-28T11:48:54Z" level=info msg="Node ee451b1c02da/172.20.194.209, left gossip cluster" [2021-06-28T11:48:54.522Z] time="2021-06-28T11:48:54Z" level=info msg="Node ee451b1c02da change state NodeActive --> NodeFailed" [2021-06-28T11:48:54.522Z] time="2021-06-28T11:48:54Z" level=info msg="Node ee451b1c02da/172.20.194.209, added to failed nodes list" [2021-06-28T11:48:54.522Z] time="2021-06-28T11:48:54Z" level=info msg="Node ee451b1c02da/172.20.194.209, left gossip cluster" [2021-06-28T11:48:54.522Z] time="2021-06-28T11:48:54Z" level=error msg="node: ee451b1c02da is unknown to memberlist" [2021-06-28T11:48:54.522Z] time="2021-06-28T11:48:54Z" level=info msg="Node cd1341383c3b/172.20.194.209, left gossip cluster" [2021-06-28T11:48:54.522Z] time="2021-06-28T11:48:54Z" level=info msg="Node cd1341383c3b change state NodeActive --> NodeFailed" [2021-06-28T11:48:54.522Z] time="2021-06-28T11:48:54Z" level=info msg="Node cd1341383c3b/172.20.194.209, added to failed nodes list" [2021-06-28T11:48:54.522Z] --- PASS: TestNetworkDBIslands (67.84s) [2021-06-28T11:48:54.522Z] PASS [2021-06-28T11:48:54.522Z] coverage: 60.2% of statements [2021-06-28T11:48:54.522Z] ok github.com/docker/docker/libnetwork/networkdb 158.307s coverage: 60.2% of statements [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/libnetwork/portmapper [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/libnetwork/resolvconf [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/quota [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/rootless [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/volume [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-28T11:48:54.522Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-28T11:48:54.661Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-06-28T11:48:55.226Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-06-28T11:48:55.226Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-06-28T11:48:55.226Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-06-28T11:48:55.226Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-06-28T11:48:55.226Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-06-28T11:48:56.557Z] --- PASS: TestRenameRunningContainerAndReuse (4.86s) [2021-06-28T11:48:56.558Z] === RUN TestRenameInvalidName [2021-06-28T11:48:56.607Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-06-28T11:48:56.664Z] [2021-06-28T11:48:56.664Z] === Skipped [2021-06-28T11:48:56.664Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-06-28T11:48:56.664Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-28T11:48:56.664Z] [2021-06-28T11:48:56.664Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-06-28T11:48:56.664Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:48:56.664Z] [2021-06-28T11:48:56.664Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-06-28T11:48:56.664Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:48:56.664Z] [2021-06-28T11:48:56.664Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-06-28T11:48:56.664Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:48:56.664Z] [2021-06-28T11:48:56.664Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-06-28T11:48:56.664Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:48:56.664Z] [2021-06-28T11:48:56.664Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-06-28T11:48:56.664Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-28T11:48:56.664Z] [2021-06-28T11:48:56.664Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-06-28T11:48:56.664Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-28T11:48:56.664Z] [2021-06-28T11:48:56.664Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-06-28T11:48:56.664Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-28T11:48:56.664Z] [2021-06-28T11:48:56.664Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-06-28T11:48:56.664Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-28T11:48:56.664Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-06-28T11:48:56.665Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-06-28T11:48:56.665Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-06-28T11:48:56.665Z] daemon_test.go:147: root required [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-28T11:48:56.665Z] reload_test.go:520: root required [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-06-28T11:48:56.665Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-28T11:48:56.665Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-06-28T11:48:56.665Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-06-28T11:48:56.665Z] download_test.go:268: Needs fixing on Windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-06-28T11:48:56.665Z] layer_test.go:304: Failing on Windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-06-28T11:48:56.665Z] layer_test.go:353: Failing on Windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-06-28T11:48:56.665Z] layer_test.go:468: Failing on Windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-06-28T11:48:56.665Z] layer_test.go:697: Failing on Windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-06-28T11:48:56.665Z] migration_test.go:46: Failing on Windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-06-28T11:48:56.665Z] migration_test.go:182: Failing on Windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-06-28T11:48:56.665Z] mount_test.go:17: Failing on Windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-06-28T11:48:56.665Z] mount_test.go:76: Failing on Windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-06-28T11:48:56.665Z] mount_test.go:125: Failing on Windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-06-28T11:48:56.665Z] mount_test.go:212: Failing on Windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2021-06-28T11:48:56.665Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-06-28T11:48:56.665Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-06-28T11:48:56.665Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-06-28T11:48:56.665Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-06-28T11:48:56.665Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-06-28T11:48:56.665Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-06-28T11:48:56.665Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-06-28T11:48:56.665Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-06-28T11:48:56.665Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-06-28T11:48:56.665Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-06-28T11:48:56.665Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-06-28T11:48:56.665Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-06-28T11:48:56.665Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-06-28T11:48:56.665Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-06-28T11:48:56.665Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-06-28T11:48:56.665Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-06-28T11:48:56.665Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-06-28T11:48:56.665Z] archive_test.go:134: Xz not present in msys2 [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-06-28T11:48:56.665Z] archive_test.go:239: Failing on Windows CI machines [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-06-28T11:48:56.665Z] archive_windows_test.go:16: Currently fails [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-06-28T11:48:56.665Z] changes_test.go:196: needs more investigation [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-06-28T11:48:56.665Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-06-28T11:48:56.665Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-06-28T11:48:56.665Z] changes_test.go:433: needs further investigation [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-06-28T11:48:56.665Z] changes_test.go:469: needs further investigation [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-06-28T11:48:56.665Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-28T11:48:56.665Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-06-28T11:48:56.665Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-06-28T11:48:56.665Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-06-28T11:48:56.665Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-06-28T11:48:56.665Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-28T11:48:56.665Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-28T11:48:56.665Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-06-28T11:48:56.665Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-06-28T11:48:56.665Z] poller_test.go:41: No chmod on Windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-28T11:48:56.665Z] fileutils_test.go:134: Needs porting to Windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-28T11:48:56.665Z] fileutils_test.go:180: Needs porting to Windows [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-06-28T11:48:56.665Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-06-28T11:48:56.665Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2021-06-28T11:48:56.665Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-06-28T11:48:56.665Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-06-28T11:48:56.665Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] [2021-06-28T11:48:56.665Z] DONE 2027 tests, 69 skipped in 345.387s [2021-06-28T11:48:57.115Z] INFO: make.ps1 ended at 06/28/2021 11:48:56 [2021-06-28T11:48:57.980Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-06-28T11:48:58.100Z] --- PASS: TestRenameInvalidName (2.41s) [2021-06-28T11:48:58.100Z] === RUN TestRenameAnonymousContainer [2021-06-28T11:48:58.631Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-06-28T11:48:58.631Z] INFO: Unit tests ended at 06/28/2021 11:48:58. Duration:00:05:59.3941940 [2021-06-28T11:48:58.631Z] INFO: Building busybox [2021-06-28T11:48:59.081Z] Sending build context to Docker daemon 5.12kB [2021-06-28T11:48:59.081Z] [2021-06-28T11:48:59.081Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-06-28T11:48:59.081Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-06-28T11:48:59.081Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-06-28T11:48:59.081Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-06-28T11:48:59.081Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-06-28T11:48:59.081Z] ---> 39d157a84080 [2021-06-28T11:48:59.081Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-06-28T11:48:59.081Z] ---> Running in 1d84b6c5ef9a [2021-06-28T11:48:59.345Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-06-28T11:49:01.234Z] === RUN TestDockerSuite/TestUpdateStats [2021-06-28T11:49:02.760Z] Removing intermediate container 1d84b6c5ef9a [2021-06-28T11:49:02.760Z] ---> 836f031b565a [2021-06-28T11:49:02.760Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-06-28T11:49:03.216Z] ---> Running in 3a7f76516751 [2021-06-28T11:49:03.216Z] Removing intermediate container 3a7f76516751 [2021-06-28T11:49:03.216Z] ---> 6b7aea2928a6 [2021-06-28T11:49:03.216Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-06-28T11:49:03.667Z] ---> Running in cfbdf00f1d68 [2021-06-28T11:49:03.667Z] Removing intermediate container cfbdf00f1d68 [2021-06-28T11:49:03.667Z] ---> 4b52c611264d [2021-06-28T11:49:03.667Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-06-28T11:49:05.176Z] [2021-06-28T11:49:05.399Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-06-28T11:49:05.626Z] ---> ca1bef99a0a0 [2021-06-28T11:49:05.626Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-06-28T11:49:05.626Z] ---> Running in 527376d74ed6 [2021-06-28T11:49:06.327Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-06-28T11:49:06.327Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-06-28T11:49:06.327Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-06-28T11:49:08.217Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-06-28T11:49:09.595Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-06-28T11:49:10.514Z] --- PASS: TestRenameAnonymousContainer (10.75s) [2021-06-28T11:49:10.515Z] === RUN TestRenameContainerWithSameName [2021-06-28T11:49:11.485Z] --- PASS: TestRenameContainerWithSameName (2.43s) [2021-06-28T11:49:11.485Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-28T11:49:11.485Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-28T11:49:11.485Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-06-28T11:49:11.485Z] === RUN TestResize [2021-06-28T11:49:13.671Z] --- PASS: TestResize (2.46s) [2021-06-28T11:49:13.671Z] === RUN TestResizeWithInvalidSize [2021-06-28T11:49:14.116Z] Removing intermediate container 527376d74ed6 [2021-06-28T11:49:14.116Z] ---> 66bb4b298292 [2021-06-28T11:49:14.116Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-06-28T11:49:14.116Z] ---> Running in 59a91b27e0a1 [2021-06-28T11:49:14.995Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-06-28T11:49:15.071Z] [2021-06-28T11:49:15.071Z] SUCCESS: Specified value was saved. [2021-06-28T11:49:16.585Z] --- PASS: TestResizeWithInvalidSize (2.57s) [2021-06-28T11:49:16.585Z] === RUN TestResizeWhenContainerNotStarted [2021-06-28T11:49:17.932Z] Removing intermediate container 59a91b27e0a1 [2021-06-28T11:49:17.932Z] ---> ed52d372f30e [2021-06-28T11:49:17.932Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-06-28T11:49:17.932Z] ---> Running in e3e9fd349869 [2021-06-28T11:49:19.162Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-06-28T11:49:19.500Z] --- PASS: TestResizeWhenContainerNotStarted (2.75s) [2021-06-28T11:49:19.500Z] === RUN TestDaemonRestartKillContainers [2021-06-28T11:49:19.500Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:49:19.500Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-06-28T11:49:19.500Z] === RUN TestStats [2021-06-28T11:49:19.500Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-28T11:49:19.500Z] --- SKIP: TestStats (0.00s) [2021-06-28T11:49:19.500Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-28T11:49:21.616Z] Cannot create a file when that file already exists. [2021-06-28T11:49:23.334Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-06-28T11:49:25.852Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-06-28T11:49:26.108Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-06-28T11:49:26.242Z] Removing intermediate container e3e9fd349869 [2021-06-28T11:49:26.242Z] ---> cd56e23eaeec [2021-06-28T11:49:26.242Z] Step 13/13 : CMD ["sh"] [2021-06-28T11:49:26.692Z] ---> Running in 1cdb7ca35e57 [2021-06-28T11:49:26.692Z] Removing intermediate container 1cdb7ca35e57 [2021-06-28T11:49:26.692Z] ---> 07fc49fdb9e8 [2021-06-28T11:49:26.692Z] Successfully built 07fc49fdb9e8 [2021-06-28T11:49:26.692Z] Successfully tagged busybox:latest [2021-06-28T11:49:26.692Z] INFO: Docker images of the daemon under test [2021-06-28T11:49:26.692Z] [2021-06-28T11:49:26.692Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-28T11:49:26.692Z] busybox latest 07fc49fdb9e8 Less than a second ago 2.78GB [2021-06-28T11:49:26.692Z] microsoft/windowsservercore latest 39d157a84080 4 months ago 2.74GB [2021-06-28T11:49:26.692Z] mcr.microsoft.com/windows/servercore/insider 10.0.20295.1 39d157a84080 4 months ago 2.74GB [2021-06-28T11:49:26.692Z] [2021-06-28T11:49:26.692Z] INFO: Running integration tests at 06/28/2021 11:49:26... [2021-06-28T11:49:26.692Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-06-28T11:49:26.692Z] INFO: Integration API tests being run from the host: [2021-06-28T11:49:26.692Z] INFO: make.ps1 starting at 06/28/2021 11:49:26 [2021-06-28T11:49:27.649Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-06-28T11:49:31.353Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-06-28T11:49:31.927Z] --- PASS: TestStopContainerWithRestartPolicyAlways (11.88s) [2021-06-28T11:49:31.927Z] === RUN TestStopContainerWithTimeout [2021-06-28T11:49:31.927Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-28T11:49:31.927Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-06-28T11:49:31.927Z] === RUN TestUpdateRestartPolicy [2021-06-28T11:49:35.522Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-06-28T11:49:37.413Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-06-28T11:49:39.930Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-06-28T11:49:39.930Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-06-28T11:49:41.297Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-06-28T11:49:43.189Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-06-28T11:49:44.567Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-06-28T11:49:45.497Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-06-28T11:49:46.864Z] docker_cli_swarm_test.go:1118: [d3ee327465e10] joining swarm manager [d20b0572c72f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:49:48.230Z] docker_cli_swarm_test.go:1119: [d650ae706a3cc] joining swarm manager [d20b0572c72f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:49:48.230Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-06-28T11:49:50.118Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-06-28T11:49:52.637Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-06-28T11:49:54.531Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-06-28T11:49:57.099Z] --- PASS: TestUpdateRestartPolicy (23.17s) [2021-06-28T11:49:57.099Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-28T11:49:57.099Z] --- PASS: TestUpdateRestartWithAutoRemove (2.37s) [2021-06-28T11:49:57.099Z] === RUN TestWaitNonBlocked [2021-06-28T11:49:57.099Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T11:49:57.099Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T11:49:57.099Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T11:49:57.099Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T11:49:57.099Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T11:49:57.099Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T11:49:57.487Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T11:49:57.487Z] INFO: Testing against a local daemon [2021-06-28T11:49:57.487Z] === RUN TestBuildWithSession [2021-06-28T11:49:57.487Z] build_session_test.go:25: TODO: BuildKit [2021-06-28T11:49:57.487Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-28T11:49:57.487Z] === RUN TestBuildSquashParent [2021-06-28T11:49:57.487Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:49:57.487Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-06-28T11:49:57.487Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-28T11:49:57.487Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:49:57.487Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:49:57.487Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:49:57.487Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:49:57.487Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:49:57.487Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:49:57.487Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:49:57.487Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:49:57.487Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:49:57.487Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:49:57.487Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:49:57.487Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:49:57.487Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-28T11:49:57.487Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-28T11:49:57.487Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-28T11:49:57.487Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-28T11:50:00.029Z] --- PASS: TestWaitNonBlocked (0.05s) [2021-06-28T11:50:00.029Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.26s) [2021-06-28T11:50:00.029Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.37s) [2021-06-28T11:50:00.029Z] === RUN TestWaitBlocked [2021-06-28T11:50:00.029Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:00.029Z] --- SKIP: TestWaitBlocked (0.00s) [2021-06-28T11:50:00.029Z] PASS [2021-06-28T11:50:00.029Z] ok github.com/docker/docker/integration/container 113.013s [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === Skipped [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-06-28T11:50:00.029Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-06-28T11:50:00.029Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-06-28T11:50:00.029Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-06-28T11:50:00.029Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-06-28T11:50:00.029Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-28T11:50:00.029Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-28T11:50:00.029Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-06-28T11:50:00.029Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-06-28T11:50:00.029Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-06-28T11:50:00.029Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-06-28T11:50:00.029Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-06-28T11:50:00.029Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-06-28T11:50:00.029Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-06-28T11:50:00.029Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-06-28T11:50:00.029Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-06-28T11:50:00.029Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-06-28T11:50:00.029Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-28T11:50:00.029Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-28T11:50:00.029Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-06-28T11:50:00.029Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-28T11:50:00.029Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-06-28T11:50:00.029Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-06-28T11:50:00.029Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-06-28T11:50:00.029Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-06-28T11:50:00.029Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-06-28T11:50:00.029Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-06-28T11:50:00.029Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-06-28T11:50:00.029Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-06-28T11:50:00.029Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-06-28T11:50:00.029Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-06-28T11:50:00.029Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-06-28T11:50:00.029Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-06-28T11:50:00.029Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-06-28T11:50:00.029Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] [2021-06-28T11:50:00.029Z] DONE 88 tests, 33 skipped in 116.258s [2021-06-28T11:50:00.029Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-06-28T11:50:02.217Z] === RUN TestConfigDaemonLibtrustID [2021-06-28T11:50:02.217Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-06-28T11:50:02.217Z] --- SKIP: TestConfigDaemonLibtrustID (0.01s) [2021-06-28T11:50:02.217Z] === RUN TestDaemonConfigValidation [2021-06-28T11:50:02.217Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-06-28T11:50:02.217Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-06-28T11:50:02.217Z] PASS [2021-06-28T11:50:02.217Z] ok github.com/docker/docker/integration/daemon 0.129s [2021-06-28T11:50:02.217Z] [2021-06-28T11:50:02.217Z] === Skipped [2021-06-28T11:50:02.217Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.01s) [2021-06-28T11:50:02.217Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-06-28T11:50:02.217Z] [2021-06-28T11:50:02.217Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-06-28T11:50:02.217Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-06-28T11:50:02.217Z] [2021-06-28T11:50:02.217Z] [2021-06-28T11:50:02.217Z] DONE 2 tests, 2 skipped in 2.169s [2021-06-28T11:50:02.217Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-06-28T11:50:05.131Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-28T11:50:05.131Z] INFO: Testing against a local daemon [2021-06-28T11:50:05.131Z] === RUN TestCommitInheritsEnv [2021-06-28T11:50:05.131Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T11:50:05.131Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-06-28T11:50:05.131Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-28T11:50:05.131Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-28T11:50:05.131Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-06-28T11:50:05.131Z] === RUN TestImagesFilterMultiReference [2021-06-28T11:50:05.131Z] --- PASS: TestImagesFilterMultiReference (0.14s) [2021-06-28T11:50:05.131Z] === RUN TestImagePullPlatformInvalid [2021-06-28T11:50:05.131Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-06-28T11:50:05.131Z] === RUN TestRemoveImageOrphaning [2021-06-28T11:50:05.997Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-28T11:50:06.107Z] --- PASS: TestRemoveImageOrphaning (1.36s) [2021-06-28T11:50:06.107Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-28T11:50:06.107Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.08s) [2021-06-28T11:50:06.107Z] === RUN TestTagInvalidReference [2021-06-28T11:50:06.448Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-28T11:50:06.568Z] --- PASS: TestTagInvalidReference (0.05s) [2021-06-28T11:50:06.568Z] === RUN TestTagValidPrefixedRepo [2021-06-28T11:50:06.568Z] --- PASS: TestTagValidPrefixedRepo (0.10s) [2021-06-28T11:50:06.568Z] === RUN TestTagExistedNameWithoutForce [2021-06-28T11:50:06.568Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2021-06-28T11:50:06.568Z] === RUN TestTagOfficialNames [2021-06-28T11:50:06.568Z] --- PASS: TestTagOfficialNames (0.14s) [2021-06-28T11:50:06.568Z] === RUN TestTagMatchesDigest [2021-06-28T11:50:06.568Z] --- PASS: TestTagMatchesDigest (0.05s) [2021-06-28T11:50:06.568Z] PASS [2021-06-28T11:50:06.568Z] ok github.com/docker/docker/integration/image 2.125s [2021-06-28T11:50:06.568Z] [2021-06-28T11:50:06.568Z] === Skipped [2021-06-28T11:50:06.568Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-06-28T11:50:06.568Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T11:50:06.568Z] [2021-06-28T11:50:06.568Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-06-28T11:50:06.568Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-28T11:50:06.568Z] [2021-06-28T11:50:06.568Z] [2021-06-28T11:50:06.568Z] DONE 11 tests, 2 skipped in 4.321s [2021-06-28T11:50:07.029Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-06-28T11:50:09.367Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-06-28T11:50:09.367Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-06-28T11:50:09.367Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-06-28T11:50:09.929Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-06-28T11:50:09.948Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-28T11:50:09.948Z] INFO: Testing against a local daemon [2021-06-28T11:50:09.948Z] === RUN TestNetworkCreateDelete [2021-06-28T11:50:09.948Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:09.948Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-06-28T11:50:09.948Z] === RUN TestDockerNetworkDeletePreferID [2021-06-28T11:50:09.948Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-06-28T11:50:09.948Z] --- SKIP: TestDockerNetworkDeletePreferID (0.01s) [2021-06-28T11:50:09.948Z] === RUN TestDaemonDNSFallback [2021-06-28T11:50:09.948Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:09.948Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-06-28T11:50:09.948Z] === RUN TestInspectNetwork [2021-06-28T11:50:09.948Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-28T11:50:09.948Z] --- SKIP: TestInspectNetwork (0.00s) [2021-06-28T11:50:09.948Z] === RUN TestRunContainerWithBridgeNone [2021-06-28T11:50:09.948Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:09.948Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-06-28T11:50:09.948Z] === RUN TestNetworkInvalidJSON [2021-06-28T11:50:09.948Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-28T11:50:09.948Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-28T11:50:09.948Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T11:50:09.948Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T11:50:09.948Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T11:50:09.948Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T11:50:09.948Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-28T11:50:09.948Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T11:50:09.948Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T11:50:09.948Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2021-06-28T11:50:09.948Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-06-28T11:50:09.948Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-06-28T11:50:09.948Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-06-28T11:50:09.948Z] === RUN TestNetworkList [2021-06-28T11:50:09.948Z] === RUN TestNetworkList//networks [2021-06-28T11:50:09.948Z] === PAUSE TestNetworkList//networks [2021-06-28T11:50:09.948Z] === RUN TestNetworkList//networks/ [2021-06-28T11:50:09.948Z] === PAUSE TestNetworkList//networks/ [2021-06-28T11:50:09.948Z] === CONT TestNetworkList//networks [2021-06-28T11:50:09.948Z] === CONT TestNetworkList//networks/ [2021-06-28T11:50:09.948Z] --- PASS: TestNetworkList (0.05s) [2021-06-28T11:50:09.948Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-28T11:50:09.948Z] --- PASS: TestNetworkList//networks (0.01s) [2021-06-28T11:50:09.948Z] === RUN TestHostIPv4BridgeLabel [2021-06-28T11:50:09.948Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-06-28T11:50:09.948Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-28T11:50:09.948Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-06-28T11:50:09.948Z] === RUN TestDaemonDefaultNetworkPools [2021-06-28T11:50:09.948Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-06-28T11:50:09.948Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-28T11:50:09.948Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-28T11:50:09.948Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-28T11:50:09.948Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-28T11:50:09.948Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-28T11:50:09.948Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-28T11:50:09.948Z] === RUN TestServiceWithPredefinedNetwork [2021-06-28T11:50:09.948Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-06-28T11:50:09.948Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-28T11:50:09.948Z] service_test.go:242: FLAKY_TEST [2021-06-28T11:50:09.948Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-28T11:50:09.948Z] === RUN TestServiceWithDataPathPortInit [2021-06-28T11:50:09.948Z] service_test.go:333: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-06-28T11:50:09.948Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-28T11:50:09.948Z] service_test.go:401: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-28T11:50:09.948Z] PASS [2021-06-28T11:50:09.948Z] ok github.com/docker/docker/integration/network 0.257s [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] === Skipped [2021-06-28T11:50:09.948Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-06-28T11:50:09.948Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.01s) [2021-06-28T11:50:09.948Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-06-28T11:50:09.948Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-06-28T11:50:09.948Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-06-28T11:50:09.948Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-06-28T11:50:09.948Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-06-28T11:50:09.948Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-06-28T11:50:09.948Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-28T11:50:09.948Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-28T11:50:09.948Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-28T11:50:09.948Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-06-28T11:50:09.948Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-28T11:50:09.948Z] service_test.go:242: FLAKY_TEST [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-06-28T11:50:09.948Z] service_test.go:333: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-28T11:50:09.948Z] service_test.go:401: testEnv.OSType == "windows" [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] [2021-06-28T11:50:09.948Z] DONE 22 tests, 15 skipped in 2.815s [2021-06-28T11:50:09.948Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-06-28T11:50:10.185Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-06-28T11:50:10.185Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-06-28T11:50:10.185Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-06-28T11:50:10.408Z] testing: warning: no tests to run [2021-06-28T11:50:10.409Z] PASS [2021-06-28T11:50:10.747Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-06-28T11:50:10.874Z] ok github.com/docker/docker/integration/network/ipvlan 0.092s [2021-06-28T11:50:10.874Z] [2021-06-28T11:50:10.874Z] DONE 0 tests in 0.888s [2021-06-28T11:50:10.874Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-06-28T11:50:11.004Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-06-28T11:50:11.845Z] testing: warning: no tests to run [2021-06-28T11:50:11.845Z] PASS [2021-06-28T11:50:11.845Z] ok github.com/docker/docker/integration/network/macvlan 0.097s [2021-06-28T11:50:11.845Z] [2021-06-28T11:50:11.845Z] DONE 0 tests in 0.921s [2021-06-28T11:50:11.845Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-06-28T11:50:11.945Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-06-28T11:50:11.945Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-06-28T11:50:11.945Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-06-28T11:50:11.945Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-06-28T11:50:11.945Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-06-28T11:50:12.816Z] testing: warning: no tests to run [2021-06-28T11:50:12.816Z] PASS [2021-06-28T11:50:12.816Z] ok github.com/docker/docker/integration/plugin 0.084s [2021-06-28T11:50:12.816Z] [2021-06-28T11:50:12.816Z] DONE 0 tests in 0.931s [2021-06-28T11:50:12.816Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-06-28T11:50:13.787Z] testing: warning: no tests to run [2021-06-28T11:50:13.787Z] PASS [2021-06-28T11:50:13.788Z] ok github.com/docker/docker/integration/plugin/authz 0.108s [2021-06-28T11:50:13.788Z] [2021-06-28T11:50:13.788Z] DONE 0 tests in 0.871s [2021-06-28T11:50:13.788Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-06-28T11:50:14.462Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-06-28T11:50:14.462Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-06-28T11:50:14.462Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-06-28T11:50:14.462Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-06-28T11:50:14.462Z] === RUN TestDockerSuite/TestVolumeEvents [2021-06-28T11:50:15.024Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-06-28T11:50:17.545Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-06-28T11:50:17.545Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-06-28T11:50:17.545Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-06-28T11:50:18.723Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-06-28T11:50:18.723Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (10.95s) [2021-06-28T11:50:18.723Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (11.38s) [2021-06-28T11:50:18.723Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (12.10s) [2021-06-28T11:50:18.723Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.68s) [2021-06-28T11:50:18.723Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (7.79s) [2021-06-28T11:50:18.723Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (12.58s) [2021-06-28T11:50:18.723Z] === RUN TestBuildMultiStageCopy [2021-06-28T11:50:18.723Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-28T11:50:20.062Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-06-28T11:50:24.230Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-06-28T11:50:24.230Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite (1801.24s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.71s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.16s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.55s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.66s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.18s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (4.61s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.39s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.13s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.31s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.16s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.87s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.20s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.59s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.03s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.39s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.14s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.16s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.09s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.39s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.28s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAttachDetach (1.60s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.34s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.26s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.38s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.18s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.50s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.65s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.73s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.58s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.64s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.72s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (24.12s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.45s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.69s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.28s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.70s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.23s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (1.90s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.98s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.07s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (5.40s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.16s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.92s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.75s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.87s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.90s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.64s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.99s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.82s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.60s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.84s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (10.40s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (7.10s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (4.80s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.48s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.46s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.51s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.52s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.04s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (9.25s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.63s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (3.87s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (3.38s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (2.02s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.95s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.75s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.83s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.83s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (5.05s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (16.96s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.68s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.33s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.41s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.96s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.20s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.96s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.59s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.95s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.85s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.82s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.49s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.69s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.45s) [2021-06-28T11:50:24.230Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.11s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (7.89s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.74s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.65s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.43s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCmd (0.30s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.45s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.32s) [2021-06-28T11:50:24.231Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.00s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.55s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.29s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.62s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.37s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.20s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.45s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.30s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (14.52s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.95s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.75s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.93s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.09s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.69s) [2021-06-28T11:50:24.231Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-06-28T11:50:24.231Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-06-28T11:50:24.231Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-06-28T11:50:24.231Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.15s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.04s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.29s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.51s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (8.51s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.22s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.79s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.64s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.50s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.68s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.81s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.68s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.57s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerignore (14.37s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.99s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.31s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.39s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.25s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.34s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.18s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.21s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.18s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.17s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.37s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (22.17s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.12s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.17s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.27s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.29s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.63s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.12s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.24s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.26s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.47s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.79s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.18s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEnv (1.97s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.81s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.46s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.51s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (25.36s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.51s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.35s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.13s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.67s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.66s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.89s) [2021-06-28T11:50:24.231Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.22s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.94s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildExpose (0.34s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.69s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.39s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.19s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildFails (0.76s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.69s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.17s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.14s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.56s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.25s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.11s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.89s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.60s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.24s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.03s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.13s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.08s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildHistory (3.11s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.28s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.75s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.38s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.32s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.86s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildLabel (0.30s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.27s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.29s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.21s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildLabels (0.33s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.78s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.41s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.03s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.68s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.06s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.18s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.94s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.23s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.39s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.39s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.44s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (10.79s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.85s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.34s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.40s) [2021-06-28T11:50:24.231Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.03s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.32s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.26s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.30s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildNetContainer (3.21s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.88s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.05s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.87s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.86s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.32s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.25s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.48s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.00s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.49s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.30s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.37s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.81s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.73s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.99s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.32s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.03s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildPATH (1.35s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.74s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.84s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.04s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.40s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (5.49s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildRm (4.64s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.44s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.56s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.64s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.68s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.34s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.29s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.16s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.80s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.09s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.18s) [2021-06-28T11:50:24.231Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.23s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.11s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildStderr (1.05s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (7.11s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.49s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.07s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.57s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.07s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.52s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildUser (2.05s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.34s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (17.48s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.96s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.31s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.15s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.19s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.42s) [2021-06-28T11:50:24.231Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-06-28T11:50:24.231Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-06-28T11:50:24.231Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-06-28T11:50:24.231Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.01s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.11s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.99s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.12s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.16s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.97s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.49s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.01s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.70s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.72s) [2021-06-28T11:50:24.231Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.95s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.94s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-06-28T11:50:24.231Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.95s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.40s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestCommitChange (0.98s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.11s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.72s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestCommitNewFile (2.16s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.49s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestCommitTTY (1.81s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.17s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.19s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.06s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.04s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.05s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.29s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.04s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.47s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.48s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.67s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.75s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.89s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.72s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.80s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.08s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.72s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.70s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.75s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.71s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.49s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.83s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.86s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (1.07s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.88s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.77s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.77s) [2021-06-28T11:50:24.231Z] --- PASS: TestDockerSuite/TestContainerAPIPause (1.16s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.77s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.81s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.73s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.19s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.09s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.73s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.85s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.77s) [2021-06-28T11:50:24.232Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.96s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.98s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.92s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (7.71s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.93s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.93s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.85s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (25.47s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.80s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.64s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.87s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.95s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0009360d8_} (1.81s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1479874897_/foo_false____} (1.73s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1479874897_/foo_true____} (1.68s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3313026172_/foo_false____} (1.58s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3313026172_/foo_true____} (1.59s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3313026172_/foo_true__0xc000936108__} (1.54s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000936120_} (1.83s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000936138_} (1.62s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000936150_} (2.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000936168_} (1.53s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.80s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.26s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.80s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.67s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.90s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.35s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.76s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.72s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.73s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.83s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.86s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.96s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.02s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.93s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.09s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.83s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.78s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.73s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.79s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.98s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.82s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.75s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.73s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpRelativePath (1.02s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.88s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.79s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.80s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.40s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.71s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.63s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.52s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.79s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.81s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.40s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.14s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToCaseI (1.04s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.87s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.36s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToDot (1.04s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.51s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.54s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToStdout (0.89s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.43s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.26s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.45s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.34s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.77s) [2021-06-28T11:50:24.232Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.10s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.86s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.47s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateLabels (0.10s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.12s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2021-06-28T11:50:24.232Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.95s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.11s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.18s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.80s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.44s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.76s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.65s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (2.03s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (1.04s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.84s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.71s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.11s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.76s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.23s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.18s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.27s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.26s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.31s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.69s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.87s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsAttach (0.96s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsCommit (1.08s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (1.08s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.84s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.09s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.72s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.50s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.23s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.23s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsCopy (0.98s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.56s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.61s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.23s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.40s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.72s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.24s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsFilters (1.37s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsFormat (1.33s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.88s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.17s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.38s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.07s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2021-06-28T11:50:24.232Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-06-28T11:50:24.232Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.33s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.71s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsRename (0.71s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsResize (0.75s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.63s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.57s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.99s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.12s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsTop (1.27s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsUntag (2.61s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.27s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExec (1.03s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.81s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.84s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.94s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.84s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.48s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.51s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.23s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.94s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.04s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.72s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecCgroup (2.47s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecEnv (0.97s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.81s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.11s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecInspectID (2.58s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecInteractive (1.84s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.37s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.07s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecParseError (0.86s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.75s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.71s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.58s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.05s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecStartFails (1.05s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.55s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.86s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecTTY (1.51s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.27s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.72s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecUlimits (0.96s) [2021-06-28T11:50:24.232Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.85s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.98s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.76s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.06s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestExecWithUser (1.28s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.73s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.72s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.78s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.77s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.98s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestHealth (23.74s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.05s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.94s) [2021-06-28T11:50:24.232Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.03s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.19s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.52s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.04s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.22s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.19s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.17s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.33s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImagesFormat (0.10s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (1.27s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.68s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImportDisplay (1.57s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImportFile (1.64s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.77s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImportGzipped (1.72s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.70s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.23s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (1.22s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.81s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.91s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (1.18s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.88s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.02s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.70s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.66s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.34s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.76s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.03s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.02s) [2021-06-28T11:50:24.233Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.22s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.76s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectDefault (0.72s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectHistory (1.55s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectImage (0.04s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.07s) [2021-06-28T11:50:24.233Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.15s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.11s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.11s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.08s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.10s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.69s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.93s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectStatus (1.19s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.42s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.79s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.73s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.72s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.66s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.82s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.73s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.91s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.41s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.51s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.50s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.98s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.12s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.38s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.07s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (3.02s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.88s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.89s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (11.61s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.19s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.39s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.90s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.65s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.26s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.73s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.73s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.70s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.69s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.69s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.72s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.05s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.06s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.04s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.22s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.05s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (3.32s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.08s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.93s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsSince (7.10s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (6.02s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (1.20s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsTail (1.31s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsTimestamps (1.11s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.11s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.36s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestMountIntoSys (1.09s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestNetHostname (2.56s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.60s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.98s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.70s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.94s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPluginActive (1.68s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.61s) [2021-06-28T11:50:24.233Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.69s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.09s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.39s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.98s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.84s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.56s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (2.21s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPortHostBinding (2.04s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPortList (9.46s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.34s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.20s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.68s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.75s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.69s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.33s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.23s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.99s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.65s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.23s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsByOrder (3.03s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.00s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsListContainersBase (4.11s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.11s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.52s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.89s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.57s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (3.00s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.75s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.55s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (3.32s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.15s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.58s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.21s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.18s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.75s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.60s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (1.09s) [2021-06-28T11:50:24.233Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.29s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.13s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.89s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.68s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.87s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.87s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (10.49s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.74s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.78s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.10s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.29s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.41s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.37s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.61s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.45s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.19s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.04s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.35s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (2.02s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.06s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.37s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.04s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRmiTag (0.23s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.79s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.50s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.75s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.28s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.34s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.60s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAddHost (0.91s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.76s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.69s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.92s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.52s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.69s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.82s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.84s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.85s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.32s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.87s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.84s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.94s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.95s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.93s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.36s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.00s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.67s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.70s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.65s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.11s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.77s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.76s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.66s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.64s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.68s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.67s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.77s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.81s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.74s) [2021-06-28T11:50:24.233Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.17s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.05s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.23s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.71s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.72s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.75s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.09s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.66s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.41s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.36s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.10s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.67s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.69s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.67s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.68s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.88s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.83s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.56s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.69s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.12s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.68s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.91s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.21s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.68s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.67s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.71s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.52s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (1.07s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.92s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.85s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.81s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.81s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.84s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.78s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.68s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.72s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.67s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.68s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.65s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.65s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunExitCode (0.69s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.68s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.67s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.69s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.71s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.73s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.34s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.46s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.92s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.71s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.36s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.77s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.75s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.04s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.87s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.04s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.39s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.38s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.88s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.74s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.69s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.23s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.18s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.65s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.64s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.55s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.19s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.45s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunMount (8.24s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.75s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (1.07s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.40s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.09s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.63s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.74s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.22s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.48s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.63s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (1.05s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNetHost (1.17s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.78s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.93s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.01s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.15s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.11s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.57s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.67s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.68s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.65s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.68s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.72s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.71s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.70s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.68s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.82s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.43s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.45s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.44s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.67s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.48s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.70s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.44s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.69s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.35s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.97s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.46s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunRm (0.75s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.72s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.69s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.67s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.37s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.69s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.57s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.68s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.69s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.55s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.79s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.72s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.47s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.43s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.67s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.69s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.65s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.65s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunState (1.59s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.69s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.75s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.18s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.68s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.47s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunSysctls (1.54s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.70s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.19s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.65s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.87s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.53s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.27s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.72s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.68s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.73s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.81s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.32s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunUserByID (1.03s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.25s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.94s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunUserByName (1.00s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.84s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.20s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.14s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (5.01s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.79s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.10s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.78s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.86s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (3.29s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (3.10s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.83s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.02s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.28s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (4.28s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.90s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.50s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.78s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.76s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.66s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.76s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.81s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (1.18s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.19s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.71s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.90s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.82s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.69s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.68s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.90s) [2021-06-28T11:50:24.234Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.69s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.73s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.56s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.49s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.83s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.05s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.03s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.43s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.01s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.65s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.38s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.91s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.07s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.46s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.43s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.52s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.38s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.08s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.56s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.19s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.43s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.25s) [2021-06-28T11:50:24.234Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.87s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.38s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.78s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.33s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.78s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestStartRecordError (1.57s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.81s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.96s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.97s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.83s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.03s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.89s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestStopContainerSignal (2.08s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.73s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.82s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.54s) [2021-06-28T11:50:24.235Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.97s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.04s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.64s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.74s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.66s) [2021-06-28T11:50:24.235Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-06-28T11:50:24.235Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.44s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.30s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.28s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.88s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUpdateStats (3.73s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.51s) [2021-06-28T11:50:24.235Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.86s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.05s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.96s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (4.58s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.99s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.57s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (5.03s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (4.92s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.14s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.18s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.59s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.70s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.63s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.48s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.08s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.02s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.99s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.69s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.72s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.82s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.17s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.74s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.29s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.59s) [2021-06-28T11:50:24.235Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.58s) [2021-06-28T11:50:24.235Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-06-28T11:50:24.235Z] === RUN TestDockerRegistrySuite [2021-06-28T11:50:24.235Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-06-28T11:50:25.163Z] check_test.go:196: [d8a8747e9b6c3] daemon is not started [2021-06-28T11:50:25.163Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-06-28T11:50:26.215Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-28T11:50:26.215Z] INFO: Testing against a local daemon [2021-06-28T11:50:26.215Z] === RUN TestPluginInvalidJSON [2021-06-28T11:50:26.215Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T11:50:26.215Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T11:50:26.215Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T11:50:26.215Z] --- PASS: TestPluginInvalidJSON (0.08s) [2021-06-28T11:50:26.215Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-06-28T11:50:26.215Z] === RUN TestPluginInstall [2021-06-28T11:50:26.215Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-28T11:50:26.215Z] --- SKIP: TestPluginInstall (0.00s) [2021-06-28T11:50:26.215Z] === RUN TestPluginsWithRuntimes [2021-06-28T11:50:26.215Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-28T11:50:26.215Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-06-28T11:50:26.215Z] === RUN TestPluginBackCompatMediaTypes [2021-06-28T11:50:26.215Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-28T11:50:26.215Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-06-28T11:50:26.215Z] PASS [2021-06-28T11:50:26.215Z] ok github.com/docker/docker/integration/plugin/common 0.211s [2021-06-28T11:50:26.215Z] [2021-06-28T11:50:26.215Z] === Skipped [2021-06-28T11:50:26.215Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-06-28T11:50:26.215Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-28T11:50:26.215Z] [2021-06-28T11:50:26.215Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-06-28T11:50:26.215Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-28T11:50:26.215Z] [2021-06-28T11:50:26.215Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-06-28T11:50:26.215Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-28T11:50:26.215Z] [2021-06-28T11:50:26.215Z] [2021-06-28T11:50:26.215Z] DONE 5 tests, 3 skipped in 12.376s [2021-06-28T11:50:26.215Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-06-28T11:50:26.531Z] check_test.go:196: [d1d63a5f160c6] daemon is not started [2021-06-28T11:50:26.531Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-06-28T11:50:27.267Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-28T11:50:27.267Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-28T11:50:27.897Z] check_test.go:196: [d1b983887eb9a] daemon is not started [2021-06-28T11:50:27.897Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-06-28T11:50:27.897Z] check_test.go:196: [d885dab04d42a] daemon is not started [2021-06-28T11:50:27.897Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-06-28T11:50:28.219Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-28T11:50:29.733Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-28T11:50:29.971Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-28T11:50:29.971Z] INFO: Testing against a local daemon [2021-06-28T11:50:29.971Z] === RUN TestExternalGraphDriver [2021-06-28T11:50:29.971Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-28T11:50:29.971Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-06-28T11:50:29.971Z] === RUN TestGraphdriverPluginV2 [2021-06-28T11:50:29.971Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-28T11:50:29.971Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-06-28T11:50:29.971Z] PASS [2021-06-28T11:50:29.971Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.146s [2021-06-28T11:50:29.971Z] [2021-06-28T11:50:29.971Z] === Skipped [2021-06-28T11:50:29.971Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-06-28T11:50:29.971Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-28T11:50:29.971Z] [2021-06-28T11:50:29.971Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-06-28T11:50:29.971Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-28T11:50:29.971Z] [2021-06-28T11:50:29.971Z] [2021-06-28T11:50:29.971Z] DONE 2 tests, 2 skipped in 3.829s [2021-06-28T11:50:29.971Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-06-28T11:50:31.167Z] check_test.go:196: [d5b016fd602a1] daemon is not started [2021-06-28T11:50:31.244Z] --- PASS: TestBuildMultiStageCopy (12.11s) [2021-06-28T11:50:31.244Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.53s) [2021-06-28T11:50:31.244Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.86s) [2021-06-28T11:50:31.244Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.08s) [2021-06-28T11:50:31.244Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.27s) [2021-06-28T11:50:31.244Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.38s) [2021-06-28T11:50:31.244Z] === RUN TestBuildMultiStageParentConfig [2021-06-28T11:50:31.422Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-06-28T11:50:32.900Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-28T11:50:32.900Z] INFO: Testing against a local daemon [2021-06-28T11:50:32.900Z] === RUN TestReadPluginNoRead [2021-06-28T11:50:32.900Z] read_test.go:21: no unix domain sockets on Windows [2021-06-28T11:50:32.900Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-06-28T11:50:32.900Z] PASS [2021-06-28T11:50:32.900Z] ok github.com/docker/docker/integration/plugin/logging 0.141s [2021-06-28T11:50:32.900Z] [2021-06-28T11:50:32.900Z] === Skipped [2021-06-28T11:50:32.900Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-06-28T11:50:32.900Z] read_test.go:21: no unix domain sockets on Windows [2021-06-28T11:50:32.900Z] [2021-06-28T11:50:32.900Z] [2021-06-28T11:50:32.900Z] DONE 1 tests, 1 skipped in 2.611s [2021-06-28T11:50:32.900Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-06-28T11:50:33.391Z] --- PASS: TestBuildMultiStageParentConfig (2.45s) [2021-06-28T11:50:33.391Z] === RUN TestBuildLabelWithTargets [2021-06-28T11:50:33.391Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T11:50:33.391Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-06-28T11:50:33.391Z] === RUN TestBuildWithEmptyLayers [2021-06-28T11:50:34.455Z] testing: warning: no tests to run [2021-06-28T11:50:34.455Z] PASS [2021-06-28T11:50:34.455Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.098s [2021-06-28T11:50:34.455Z] [2021-06-28T11:50:34.455Z] DONE 0 tests in 1.415s [2021-06-28T11:50:34.455Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-06-28T11:50:34.901Z] --- PASS: TestBuildWithEmptyLayers (1.35s) [2021-06-28T11:50:34.901Z] === RUN TestBuildMultiStageOnBuild [2021-06-28T11:50:36.638Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-28T11:50:36.638Z] INFO: Testing against a local daemon [2021-06-28T11:50:36.638Z] === RUN TestPluginWithDevMounts [2021-06-28T11:50:36.638Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:36.638Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-06-28T11:50:36.638Z] PASS [2021-06-28T11:50:36.638Z] ok github.com/docker/docker/integration/plugin/volumes 0.146s [2021-06-28T11:50:36.700Z] check_test.go:196: [d9c89c9eb28ee] daemon is not started [2021-06-28T11:50:36.700Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-06-28T11:50:37.099Z] [2021-06-28T11:50:37.099Z] === Skipped [2021-06-28T11:50:37.099Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-06-28T11:50:37.099Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:37.099Z] [2021-06-28T11:50:37.099Z] [2021-06-28T11:50:37.099Z] DONE 1 tests, 1 skipped in 2.594s [2021-06-28T11:50:37.099Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-06-28T11:50:39.290Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-28T11:50:39.290Z] INFO: Testing against a local daemon [2021-06-28T11:50:39.290Z] === RUN TestSecretInspect [2021-06-28T11:50:39.290Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:39.290Z] --- SKIP: TestSecretInspect (0.00s) [2021-06-28T11:50:39.290Z] === RUN TestSecretList [2021-06-28T11:50:39.290Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:39.290Z] --- SKIP: TestSecretList (0.00s) [2021-06-28T11:50:39.290Z] === RUN TestSecretsCreateAndDelete [2021-06-28T11:50:39.290Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:39.290Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-06-28T11:50:39.290Z] === RUN TestSecretsUpdate [2021-06-28T11:50:39.290Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:39.290Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-06-28T11:50:39.290Z] === RUN TestTemplatedSecret [2021-06-28T11:50:39.290Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:39.290Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-06-28T11:50:39.290Z] === RUN TestSecretCreateResolve [2021-06-28T11:50:39.290Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:39.290Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-06-28T11:50:39.290Z] PASS [2021-06-28T11:50:39.290Z] ok github.com/docker/docker/integration/secret 0.125s [2021-06-28T11:50:39.290Z] [2021-06-28T11:50:39.290Z] === Skipped [2021-06-28T11:50:39.290Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-06-28T11:50:39.290Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:39.290Z] [2021-06-28T11:50:39.290Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-06-28T11:50:39.290Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:39.290Z] [2021-06-28T11:50:39.290Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.01s) [2021-06-28T11:50:39.290Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:39.290Z] [2021-06-28T11:50:39.290Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-06-28T11:50:39.290Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:39.290Z] [2021-06-28T11:50:39.290Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-06-28T11:50:39.290Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:39.290Z] [2021-06-28T11:50:39.290Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-06-28T11:50:39.290Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:39.290Z] [2021-06-28T11:50:39.290Z] [2021-06-28T11:50:39.290Z] DONE 6 tests, 6 skipped in 2.312s [2021-06-28T11:50:39.290Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-06-28T11:50:39.969Z] check_test.go:196: [dc910a04911ea] daemon is not started [2021-06-28T11:50:39.969Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-06-28T11:50:41.336Z] check_test.go:196: [d23134874e0a0] daemon is not started [2021-06-28T11:50:41.336Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-06-28T11:50:42.239Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-28T11:50:42.239Z] INFO: Testing against a local daemon [2021-06-28T11:50:42.239Z] === RUN TestServiceCreateInit [2021-06-28T11:50:42.239Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-28T11:50:42.239Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.239Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-28T11:50:42.239Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.239Z] --- PASS: TestServiceCreateInit (0.09s) [2021-06-28T11:50:42.239Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-28T11:50:42.239Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-28T11:50:42.239Z] === RUN TestCreateServiceMultipleTimes [2021-06-28T11:50:42.239Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.239Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-06-28T11:50:42.239Z] === RUN TestCreateServiceConflict [2021-06-28T11:50:42.239Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.239Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-06-28T11:50:42.239Z] === RUN TestCreateServiceMaxReplicas [2021-06-28T11:50:42.239Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.239Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2021-06-28T11:50:42.239Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-28T11:50:42.239Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.239Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-28T11:50:42.239Z] === RUN TestCreateServiceSecretFileMode [2021-06-28T11:50:42.239Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.239Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-06-28T11:50:42.239Z] === RUN TestCreateServiceConfigFileMode [2021-06-28T11:50:42.239Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.239Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-06-28T11:50:42.239Z] === RUN TestCreateServiceSysctls [2021-06-28T11:50:42.239Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.239Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2021-06-28T11:50:42.239Z] === RUN TestCreateServiceCapabilities [2021-06-28T11:50:42.239Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.239Z] --- SKIP: TestCreateServiceCapabilities (0.06s) [2021-06-28T11:50:42.239Z] === RUN TestInspect [2021-06-28T11:50:42.239Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.239Z] --- SKIP: TestInspect (0.00s) [2021-06-28T11:50:42.239Z] === RUN TestCreateJob [2021-06-28T11:50:42.239Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.239Z] --- SKIP: TestCreateJob (0.00s) [2021-06-28T11:50:42.239Z] === RUN TestReplicatedJob [2021-06-28T11:50:42.239Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.239Z] --- SKIP: TestReplicatedJob (0.00s) [2021-06-28T11:50:42.239Z] === RUN TestUpdateReplicatedJob [2021-06-28T11:50:42.239Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.239Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-06-28T11:50:42.239Z] === RUN TestServiceListWithStatuses [2021-06-28T11:50:42.239Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.239Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-28T11:50:42.267Z] check_test.go:196: [d6ac9f4238c38] daemon is not started [2021-06-28T11:50:42.267Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-06-28T11:50:42.700Z] === RUN TestDockerNetworkConnectAlias [2021-06-28T11:50:42.700Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-06-28T11:50:42.700Z] === RUN TestDockerNetworkReConnect [2021-06-28T11:50:42.700Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-06-28T11:50:42.700Z] === RUN TestServicePlugin [2021-06-28T11:50:42.700Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] --- SKIP: TestServicePlugin (0.00s) [2021-06-28T11:50:42.700Z] === RUN TestServiceUpdateLabel [2021-06-28T11:50:42.700Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:42.700Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-06-28T11:50:42.700Z] === RUN TestServiceUpdateSecrets [2021-06-28T11:50:42.700Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:42.700Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-06-28T11:50:42.700Z] === RUN TestServiceUpdateConfigs [2021-06-28T11:50:42.700Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:42.700Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-06-28T11:50:42.700Z] === RUN TestServiceUpdateNetwork [2021-06-28T11:50:42.700Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:42.700Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-06-28T11:50:42.700Z] === RUN TestServiceUpdatePidsLimit [2021-06-28T11:50:42.700Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:42.700Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-06-28T11:50:42.700Z] PASS [2021-06-28T11:50:42.700Z] ok github.com/docker/docker/integration/service 0.404s [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === Skipped [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-28T11:50:42.700Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-28T11:50:42.700Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-06-28T11:50:42.700Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-06-28T11:50:42.700Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2021-06-28T11:50:42.700Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-28T11:50:42.700Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-06-28T11:50:42.700Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-06-28T11:50:42.700Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2021-06-28T11:50:42.700Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.06s) [2021-06-28T11:50:42.700Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-06-28T11:50:42.700Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-06-28T11:50:42.700Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-06-28T11:50:42.700Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-06-28T11:50:42.700Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-06-28T11:50:42.700Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.01s) [2021-06-28T11:50:42.700Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-06-28T11:50:42.700Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-06-28T11:50:42.700Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.01s) [2021-06-28T11:50:42.700Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-06-28T11:50:42.700Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-06-28T11:50:42.700Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.01s) [2021-06-28T11:50:42.700Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-06-28T11:50:42.700Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] [2021-06-28T11:50:42.700Z] DONE 24 tests, 23 skipped in 3.229s [2021-06-28T11:50:42.700Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-06-28T11:50:43.634Z] check_test.go:196: [d94430afa93c7] daemon is not started [2021-06-28T11:50:43.635Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-06-28T11:50:44.562Z] check_test.go:196: [de1ef2909cf5a] daemon is not started [2021-06-28T11:50:44.562Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-06-28T11:50:44.900Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-28T11:50:44.900Z] INFO: Testing against a local daemon [2021-06-28T11:50:44.900Z] === RUN TestSessionCreate [2021-06-28T11:50:44.900Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-28T11:50:44.900Z] --- SKIP: TestSessionCreate (0.00s) [2021-06-28T11:50:44.900Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-28T11:50:44.900Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-28T11:50:44.900Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-06-28T11:50:44.900Z] PASS [2021-06-28T11:50:44.900Z] ok github.com/docker/docker/integration/session 0.144s [2021-06-28T11:50:44.900Z] [2021-06-28T11:50:44.900Z] === Skipped [2021-06-28T11:50:44.900Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-06-28T11:50:44.900Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-28T11:50:44.900Z] [2021-06-28T11:50:44.900Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-06-28T11:50:44.900Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-28T11:50:44.900Z] [2021-06-28T11:50:44.900Z] [2021-06-28T11:50:44.900Z] DONE 2 tests, 2 skipped in 2.187s [2021-06-28T11:50:44.900Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-06-28T11:50:45.928Z] check_test.go:196: [dc4775ccf40a3] daemon is not started [2021-06-28T11:50:45.928Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-06-28T11:50:47.084Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-28T11:50:47.084Z] INFO: Testing against a local daemon [2021-06-28T11:50:47.084Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-28T11:50:47.084Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:47.084Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-28T11:50:47.084Z] === RUN TestEventsExecDie [2021-06-28T11:50:47.084Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-28T11:50:47.084Z] --- SKIP: TestEventsExecDie (0.00s) [2021-06-28T11:50:47.084Z] === RUN TestEventsBackwardsCompatible [2021-06-28T11:50:47.084Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-28T11:50:47.084Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-06-28T11:50:47.084Z] === RUN TestEventsVolumeCreate [2021-06-28T11:50:47.084Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-06-28T11:50:47.084Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-06-28T11:50:47.084Z] === RUN TestInfoAPI [2021-06-28T11:50:47.084Z] --- PASS: TestInfoAPI (0.08s) [2021-06-28T11:50:47.084Z] === RUN TestInfoAPIWarnings [2021-06-28T11:50:47.084Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T11:50:47.084Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-06-28T11:50:47.084Z] === RUN TestInfoDebug [2021-06-28T11:50:47.084Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T11:50:47.084Z] --- SKIP: TestInfoDebug (0.00s) [2021-06-28T11:50:47.084Z] === RUN TestInfoInsecureRegistries [2021-06-28T11:50:47.084Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T11:50:47.084Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-06-28T11:50:47.084Z] === RUN TestInfoRegistryMirrors [2021-06-28T11:50:47.084Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T11:50:47.084Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-06-28T11:50:47.084Z] === RUN TestLoginFailsWithBadCredentials [2021-06-28T11:50:47.182Z] --- PASS: TestBuildMultiStageOnBuild (12.12s) [2021-06-28T11:50:47.182Z] === RUN TestBuildUncleanTarFilenames [2021-06-28T11:50:47.182Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T11:50:47.182Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-06-28T11:50:47.182Z] === RUN TestBuildMultiStageLayerLeak [2021-06-28T11:50:47.294Z] check_test.go:196: [d025b89d9b77d] daemon is not started [2021-06-28T11:50:47.294Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-06-28T11:50:48.055Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s) [2021-06-28T11:50:48.056Z] === RUN TestPingCacheHeaders [2021-06-28T11:50:48.056Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-06-28T11:50:48.056Z] === RUN TestPingGet [2021-06-28T11:50:48.221Z] check_test.go:196: [d140ecb5adb63] daemon is not started [2021-06-28T11:50:48.221Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-06-28T11:50:48.516Z] --- PASS: TestPingGet (0.05s) [2021-06-28T11:50:48.516Z] === RUN TestPingHead [2021-06-28T11:50:48.516Z] --- PASS: TestPingHead (0.04s) [2021-06-28T11:50:48.516Z] === RUN TestVersion [2021-06-28T11:50:48.516Z] --- PASS: TestVersion (0.05s) [2021-06-28T11:50:48.516Z] PASS [2021-06-28T11:50:48.516Z] ok github.com/docker/docker/integration/system 1.394s [2021-06-28T11:50:48.516Z] [2021-06-28T11:50:48.516Z] === Skipped [2021-06-28T11:50:48.516Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-28T11:50:48.516Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T11:50:48.516Z] [2021-06-28T11:50:48.516Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-06-28T11:50:48.516Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-28T11:50:48.516Z] [2021-06-28T11:50:48.516Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-06-28T11:50:48.516Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-28T11:50:48.516Z] [2021-06-28T11:50:48.516Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-06-28T11:50:48.516Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-06-28T11:50:48.516Z] [2021-06-28T11:50:48.516Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-06-28T11:50:48.516Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T11:50:48.516Z] [2021-06-28T11:50:48.516Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-06-28T11:50:48.516Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T11:50:48.516Z] [2021-06-28T11:50:48.516Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-06-28T11:50:48.516Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T11:50:48.516Z] [2021-06-28T11:50:48.516Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-06-28T11:50:48.516Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T11:50:48.516Z] [2021-06-28T11:50:48.516Z] [2021-06-28T11:50:48.516Z] DONE 14 tests, 8 skipped in 3.436s [2021-06-28T11:50:48.516Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-06-28T11:50:49.588Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:070ca208cc9796c0d47a7807e2e950b796f02acf5f594b1948973a38f1ac29a7 [2021-06-28T11:50:50.954Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:2a36040fda7f14076933b3a9d2c94bb99fa5561aaaca5a4256441d0455793c2a [2021-06-28T11:50:50.954Z] check_test.go:196: [d24c4f14c2c00] daemon is not started [2021-06-28T11:50:50.954Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-06-28T11:50:51.438Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-28T11:50:51.438Z] INFO: Testing against a local daemon [2021-06-28T11:50:51.438Z] === RUN TestVolumesCreateAndList [2021-06-28T11:50:51.438Z] --- PASS: TestVolumesCreateAndList (0.09s) [2021-06-28T11:50:51.438Z] === RUN TestVolumesRemove [2021-06-28T11:50:51.438Z] --- PASS: TestVolumesRemove (0.16s) [2021-06-28T11:50:51.438Z] === RUN TestVolumesInspect [2021-06-28T11:50:51.438Z] --- PASS: TestVolumesInspect (0.06s) [2021-06-28T11:50:51.438Z] === RUN TestVolumesInvalidJSON [2021-06-28T11:50:51.438Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-28T11:50:51.438Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-28T11:50:51.438Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-28T11:50:51.438Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2021-06-28T11:50:51.438Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-28T11:50:51.438Z] PASS [2021-06-28T11:50:51.438Z] ok github.com/docker/docker/integration/volume 0.455s [2021-06-28T11:50:51.438Z] [2021-06-28T11:50:51.438Z] DONE 5 tests in 2.723s [2021-06-28T11:50:51.438Z] INFO: make.ps1 ended at 06/28/2021 11:50:51 [2021-06-28T11:50:51.438Z] INFO: Integration CLI tests being run from the host: [2021-06-28T11:50:51.438Z] 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" [2021-06-28T11:50:52.322Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e1d62523ed41e9f2e9cc5b1d6415d07a80305e5143e34e8ac402574f65fb1739 [2021-06-28T11:50:53.250Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:2a5089330bf9e3b9ce6f3115f87c0365b3a417ebe065913eff5e41a24ab89b78 [2021-06-28T11:50:53.250Z] check_test.go:196: [defc6de2a4705] daemon is not started [2021-06-28T11:50:53.250Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-06-28T11:50:54.629Z] check_test.go:196: [d8a3eb0772ca4] daemon is not started [2021-06-28T11:50:54.629Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-06-28T11:50:57.412Z] --- PASS: TestBuildMultiStageLayerLeak (10.32s) [2021-06-28T11:50:57.414Z] === RUN TestBuildWithHugeFile [2021-06-28T11:50:57.902Z] check_test.go:196: [daf29bdafdf59] daemon is not started [2021-06-28T11:50:57.902Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-06-28T11:50:58.829Z] check_test.go:196: [d1b812b8bb70c] daemon is not started [2021-06-28T11:50:58.829Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-06-28T11:50:59.086Z] check_test.go:196: [de9c89cf14c10] daemon is not started [2021-06-28T11:50:59.086Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-06-28T11:51:00.455Z] check_test.go:196: [df6ac1b9688bf] daemon is not started [2021-06-28T11:51:00.455Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-06-28T11:51:01.383Z] check_test.go:196: [d590a791ea868] daemon is not started [2021-06-28T11:51:01.383Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-06-28T11:51:02.312Z] check_test.go:196: [d487fe4fc8a69] daemon is not started [2021-06-28T11:51:02.312Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-06-28T11:51:03.843Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-28T11:51:03.843Z] INFO: Testing against a local daemon [2021-06-28T11:51:03.843Z] === RUN TestDockerSuite [2021-06-28T11:51:03.843Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-06-28T11:51:03.843Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-06-28T11:51:03.843Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-28T11:51:03.843Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-06-28T11:51:03.843Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-06-28T11:51:03.843Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-06-28T11:51:03.843Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-06-28T11:51:03.843Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-28T11:51:03.843Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-06-28T11:51:03.843Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-06-28T11:51:03.843Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-06-28T11:51:03.843Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-06-28T11:51:04.814Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-06-28T11:51:05.276Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-06-28T11:51:05.580Z] check_test.go:196: [dae42db415874] daemon is not started [2021-06-28T11:51:05.580Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-06-28T11:51:05.836Z] check_test.go:196: [d64f81da62291] daemon is not started [2021-06-28T11:51:06.093Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-06-28T11:51:07.460Z] check_test.go:196: [dae8139f86bd0] daemon is not started [2021-06-28T11:51:07.460Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-06-28T11:51:07.460Z] check_test.go:196: [d394ab903897a] daemon is not started [2021-06-28T11:51:07.460Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-06-28T11:51:07.716Z] check_test.go:196: [d96bd6d88d3d5] daemon is not started [2021-06-28T11:51:07.716Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-06-28T11:51:07.972Z] check_test.go:196: [db080f3449f76] daemon is not started [2021-06-28T11:51:07.972Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-06-28T11:51:08.228Z] check_test.go:196: [d295e4429a27b] daemon is not started [2021-06-28T11:51:08.228Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-06-28T11:51:08.484Z] check_test.go:196: [dd84044f575bb] daemon is not started [2021-06-28T11:51:08.484Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-06-28T11:51:08.740Z] check_test.go:196: [d88a248c33bd1] daemon is not started [2021-06-28T11:51:08.740Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-06-28T11:51:10.106Z] check_test.go:196: [d53d734685c9b] daemon is not started [2021-06-28T11:51:10.106Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-06-28T11:51:11.998Z] check_test.go:196: [dcb9d31842dfd] daemon is not started [2021-06-28T11:51:11.998Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-06-28T11:51:12.934Z] check_test.go:196: [d7bee71c1db2d] daemon is not started [2021-06-28T11:51:12.934Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-06-28T11:51:14.300Z] check_test.go:196: [d5e3ce277f809] daemon is not started [2021-06-28T11:51:14.300Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-06-28T11:51:14.862Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-06-28T11:51:15.424Z] docker_cli_swarm_test.go:1172: [d36b32dab668e] joining swarm manager [d20b0572c72f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite (52.05s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.43s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.27s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.45s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.35s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.00s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.51s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.22s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.09s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.23s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.30s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.23s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.16s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.21s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.72s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.35s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.28s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.03s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.16s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.23s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.08s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.07s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.09s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.52s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.22s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.38s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.25s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.86s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.05s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.17s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.93s) [2021-06-28T11:51:15.680Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2021-06-28T11:51:15.680Z] === RUN TestDockerSchema1RegistrySuite [2021-06-28T11:51:15.680Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-06-28T11:51:15.936Z] check_test.go:223: [dadef7a705df9] daemon is not started [2021-06-28T11:51:15.936Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-06-28T11:51:19.204Z] check_test.go:223: [d2ed7d7baa791] daemon is not started [2021-06-28T11:51:19.204Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-06-28T11:51:25.742Z] check_test.go:223: [da10209ef319e] daemon is not started [2021-06-28T11:51:25.742Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-06-28T11:51:29.012Z] check_test.go:223: [d6596ab0eb096] daemon is not started [2021-06-28T11:51:29.012Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-06-28T11:51:29.940Z] check_test.go:223: [d92de47a979c0] daemon is not started [2021-06-28T11:51:29.940Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-06-28T11:51:31.306Z] check_test.go:223: [d1cced39d43e6] daemon is not started [2021-06-28T11:51:31.306Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-06-28T11:51:31.306Z] check_test.go:223: [d89d3dd8f4009] daemon is not started [2021-06-28T11:51:31.306Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-06-28T11:51:32.673Z] check_test.go:223: [d56a3067c0564] daemon is not started [2021-06-28T11:51:32.673Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-06-28T11:51:33.602Z] check_test.go:223: [da0abb84e99ef] daemon is not started [2021-06-28T11:51:33.602Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-06-28T11:51:34.978Z] check_test.go:223: [d5c022668a527] daemon is not started [2021-06-28T11:51:34.978Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-06-28T11:51:38.245Z] check_test.go:223: [dcf26a440f143] daemon is not started [2021-06-28T11:51:38.245Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-06-28T11:51:38.245Z] check_test.go:223: [d55d1bac9d557] daemon is not started [2021-06-28T11:51:38.245Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-06-28T11:51:38.807Z] check_test.go:223: [d94312fa562cf] daemon is not started [2021-06-28T11:51:38.807Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-06-28T11:51:38.807Z] check_test.go:223: [d7ed1b3290048] daemon is not started [2021-06-28T11:51:38.807Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-06-28T11:51:39.062Z] check_test.go:223: [d5bb81aede076] daemon is not started [2021-06-28T11:51:39.062Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-06-28T11:51:39.318Z] check_test.go:223: [d41d5b5cb0d99] daemon is not started [2021-06-28T11:51:39.318Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-06-28T11:51:39.880Z] check_test.go:223: [d8dc133c7e992] daemon is not started [2021-06-28T11:51:39.880Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-06-28T11:51:39.880Z] check_test.go:223: [d1f98fcd62654] daemon is not started [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite (24.14s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.17s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.35s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.84s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.65s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.32s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.18s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.20s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.11s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.16s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.09s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.24s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.38s) [2021-06-28T11:51:39.880Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-06-28T11:51:39.880Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-06-28T11:51:39.880Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-06-28T11:51:40.442Z] check_test.go:252: [d027fc7616942] daemon is not started [2021-06-28T11:51:40.699Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-06-28T11:51:40.954Z] check_test.go:252: [d317d33b758a5] daemon is not started [2021-06-28T11:51:40.954Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-06-28T11:51:41.210Z] check_test.go:252: [d20e9033caca6] daemon is not started [2021-06-28T11:51:41.210Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-06-28T11:51:42.577Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-06-28T11:51:42.577Z] check_test.go:252: [d10ef2a7114b1] daemon is not started [2021-06-28T11:51:42.578Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-06-28T11:51:42.833Z] check_test.go:252: [da95a3a98ca04] daemon is not started [2021-06-28T11:51:42.833Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-06-28T11:51:43.396Z] check_test.go:252: [df8edcbe7180a] daemon is not started [2021-06-28T11:51:43.396Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-06-28T11:51:43.652Z] check_test.go:252: [dd5b4d5b6806d] daemon is not started [2021-06-28T11:51:43.652Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.72s) [2021-06-28T11:51:43.652Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.72s) [2021-06-28T11:51:43.652Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.47s) [2021-06-28T11:51:43.652Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2021-06-28T11:51:43.652Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.07s) [2021-06-28T11:51:43.652Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2021-06-28T11:51:43.652Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s) [2021-06-28T11:51:43.652Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.54s) [2021-06-28T11:51:43.652Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2021-06-28T11:51:43.652Z] === RUN TestDockerRegistryAuthTokenSuite [2021-06-28T11:51:43.652Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-06-28T11:51:48.894Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-06-28T11:51:48.894Z] check_test.go:279: [d4808f85e9d47] daemon is not started [2021-06-28T11:51:48.894Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-06-28T11:51:48.894Z] check_test.go:279: [d9af75d88bdc5] daemon is not started [2021-06-28T11:51:48.894Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-06-28T11:51:48.894Z] check_test.go:279: [deecac2926578] daemon is not started [2021-06-28T11:51:49.150Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-06-28T11:51:49.150Z] check_test.go:279: [ddb0cf83dd53d] daemon is not started [2021-06-28T11:51:49.150Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-06-28T11:51:49.408Z] check_test.go:279: [dadd9f744b2d1] daemon is not started [2021-06-28T11:51:49.408Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.81s) [2021-06-28T11:51:49.408Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2021-06-28T11:51:49.408Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-06-28T11:51:49.408Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-06-28T11:51:49.408Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.18s) [2021-06-28T11:51:49.408Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.17s) [2021-06-28T11:51:49.408Z] === RUN TestDockerNetworkSuite [2021-06-28T11:51:49.408Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-06-28T11:51:50.773Z] docker_cli_swarm_test.go:1453: [d705fd8bdf7f7] joining swarm manager [d1e44ba975af4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:51:51.702Z] docker_cli_swarm_test.go:1454: [dc96eb25b6032] joining swarm manager [d1e44ba975af4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-28T11:51:52.263Z] docker_cli_network_unix_test.go:46: [da7ce52565241] daemon is not started [2021-06-28T11:51:52.519Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-06-28T11:51:53.081Z] docker_cli_network_unix_test.go:46: [dcd2db82c68d7] daemon is not started [2021-06-28T11:51:53.337Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-06-28T11:51:58.608Z] docker_cli_network_unix_test.go:46: [d92078cc37631] daemon is not started [2021-06-28T11:51:59.170Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-06-28T11:52:01.059Z] docker_cli_network_unix_test.go:46: [d434ca1aa1542] daemon is not started [2021-06-28T11:52:01.059Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-06-28T11:52:01.315Z] docker_cli_network_unix_test.go:1233: [d3763199c2232] daemon is not started [2021-06-28T11:52:02.245Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-06-28T11:52:03.612Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-06-28T11:52:03.612Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-06-28T11:52:03.612Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-06-28T11:52:03.869Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-06-28T11:52:04.432Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-06-28T11:52:04.688Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-06-28T11:52:06.054Z] docker_cli_network_unix_test.go:46: [df6e3c67e869c] daemon is not started [2021-06-28T11:52:06.311Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-06-28T11:52:07.240Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-06-28T11:52:11.412Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-06-28T11:52:13.931Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-06-28T11:52:15.301Z] docker_cli_network_unix_test.go:46: [d8296cf905938] daemon is not started [2021-06-28T11:52:16.231Z] docker_cli_swarm_unix_test.go:62: [d26b48736aeb8] joining swarm manager [d9242823b5080]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:52:16.793Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-06-28T11:52:19.315Z] docker_cli_network_unix_test.go:46: [df3943f5d226f] daemon is not started [2021-06-28T11:52:19.570Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-06-28T11:52:20.938Z] docker_cli_network_unix_test.go:46: [d02c131ffd672] daemon is not started [2021-06-28T11:52:21.194Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-06-28T11:52:21.757Z] docker_cli_network_unix_test.go:46: [d64294f161c81] daemon is not started [2021-06-28T11:52:22.014Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-06-28T11:52:22.576Z] docker_cli_network_unix_test.go:46: [d748adfd56366] daemon is not started [2021-06-28T11:52:22.576Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-06-28T11:52:23.503Z] docker_cli_network_unix_test.go:46: [da7f01937d6b4] daemon is not started [2021-06-28T11:52:23.759Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-06-28T11:52:24.687Z] docker_cli_network_unix_test.go:46: [dce2a7c586894] daemon is not started [2021-06-28T11:52:24.943Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-06-28T11:52:25.199Z] docker_cli_network_unix_test.go:46: [de46d7a8ab064] daemon is not started [2021-06-28T11:52:25.199Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-06-28T11:52:25.456Z] docker_cli_network_unix_test.go:46: [dcadb9624eea1] daemon is not started [2021-06-28T11:52:25.456Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-06-28T11:52:26.384Z] docker_cli_network_unix_test.go:46: [db7db7b4df8e8] daemon is not started [2021-06-28T11:52:26.640Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-06-28T11:52:26.897Z] docker_cli_network_unix_test.go:46: [decd291c925a6] daemon is not started [2021-06-28T11:52:26.897Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-06-28T11:52:26.897Z] docker_cli_network_unix_test.go:46: [d708301c9ee10] daemon is not started [2021-06-28T11:52:26.897Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-06-28T11:52:26.897Z] docker_cli_network_unix_test.go:46: [dd7e6bc13e371] daemon is not started [2021-06-28T11:52:26.897Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-06-28T11:52:28.263Z] docker_cli_network_unix_test.go:46: [dc7900e58df56] daemon is not started [2021-06-28T11:52:28.263Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-06-28T11:52:28.826Z] docker_cli_network_unix_test.go:46: [dcfb7f41fb909] daemon is not started [2021-06-28T11:52:29.388Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-06-28T11:52:29.388Z] docker_cli_network_unix_test.go:46: [d45d4c9339d93] daemon is not started [2021-06-28T11:52:29.388Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-06-28T11:52:29.950Z] docker_cli_network_unix_test.go:46: [dcdfea960ff7d] daemon is not started [2021-06-28T11:52:29.950Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-06-28T11:52:30.206Z] docker_cli_network_unix_test.go:46: [dce29f88ae34b] daemon is not started [2021-06-28T11:52:30.206Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-06-28T11:52:31.612Z] docker_cli_network_unix_test.go:968: [de08b5466c289] daemon is not started [2021-06-28T11:52:32.982Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-06-28T11:52:34.875Z] docker_cli_network_unix_test.go:46: [db01b4997ba02] daemon is not started [2021-06-28T11:52:34.875Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-06-28T11:52:41.417Z] docker_cli_network_unix_test.go:1116: [d63ba3fdb76b2] daemon is not started [2021-06-28T11:52:45.588Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-06-28T11:52:45.844Z] docker_cli_network_unix_test.go:46: [d4aee67445b35] daemon is not started [2021-06-28T11:52:45.844Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-06-28T11:52:46.772Z] docker_cli_network_unix_test.go:46: [db2b4f9df11a0] daemon is not started [2021-06-28T11:52:46.772Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-06-28T11:52:46.772Z] docker_cli_network_unix_test.go:46: [d15c316c3163d] daemon is not started [2021-06-28T11:52:46.772Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-06-28T11:52:46.772Z] docker_cli_network_unix_test.go:46: [dcdf4196f78f9] daemon is not started [2021-06-28T11:52:46.772Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-06-28T11:52:47.028Z] docker_cli_network_unix_test.go:46: [d2d4de6c16ebc] daemon is not started [2021-06-28T11:52:47.028Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-06-28T11:52:47.028Z] docker_cli_network_unix_test.go:46: [d5ff637ef4a51] daemon is not started [2021-06-28T11:52:47.028Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-06-28T11:52:47.028Z] docker_cli_network_unix_test.go:46: [da2d14cb62c81] daemon is not started [2021-06-28T11:52:47.028Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-06-28T11:52:49.546Z] docker_cli_network_unix_test.go:46: [d6f35c5b941d7] daemon is not started [2021-06-28T11:52:50.475Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-06-28T11:52:50.475Z] docker_cli_network_unix_test.go:46: [d2f2962b30eb1] daemon is not started [2021-06-28T11:52:50.475Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-06-28T11:52:50.475Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-06-28T11:52:50.475Z] docker_cli_network_unix_test.go:46: [da15fb6c0d025] daemon is not started [2021-06-28T11:52:50.475Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-06-28T11:52:51.405Z] docker_cli_network_unix_test.go:46: [df6d093abd8ef] daemon is not started [2021-06-28T11:52:51.405Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-06-28T11:52:53.665Z] --- PASS: TestBuildWithHugeFile (106.40s) [2021-06-28T11:52:53.665Z] === RUN TestBuildWCOWSandboxSize [2021-06-28T11:52:55.581Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-06-28T11:52:56.947Z] docker_cli_network_unix_test.go:1084: [d3d22949bfdbc] daemon is not started [2021-06-28T11:52:58.837Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-06-28T11:52:58.837Z] docker_cli_network_unix_test.go:46: [d0e79a3a436d2] daemon is not started [2021-06-28T11:52:58.837Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-06-28T11:52:59.398Z] docker_cli_network_unix_test.go:46: [d7af3e093cbcb] daemon is not started [2021-06-28T11:52:59.654Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-06-28T11:53:01.546Z] docker_cli_network_unix_test.go:46: [d9473f60be65f] daemon is not started [2021-06-28T11:53:01.546Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-06-28T11:53:01.546Z] docker_cli_network_unix_test.go:46: [dc3b168c55040] daemon is not started [2021-06-28T11:53:01.546Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-06-28T11:53:02.475Z] docker_cli_network_unix_test.go:46: [d7d87649d3f9d] daemon is not started [2021-06-28T11:53:02.731Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-06-28T11:53:03.293Z] docker_cli_network_unix_test.go:46: [ded87bc8ecab4] daemon is not started [2021-06-28T11:53:03.549Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-06-28T11:53:04.478Z] docker_cli_network_unix_test.go:46: [d2e2ce2211959] daemon is not started [2021-06-28T11:53:04.478Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-06-28T11:53:08.653Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-06-28T11:53:10.021Z] docker_cli_network_unix_test.go:46: [dd27f2c6a97e9] daemon is not started [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite (80.63s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.04s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.95s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.76s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.95s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.28s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.01s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (10.26s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.03s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.47s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.81s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.67s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.14s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.25s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.40s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.02s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.20s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.18s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.01s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.35s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.57s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.94s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.76s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.78s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.85s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.27s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2021-06-28T11:53:10.021Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.96s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.74s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.44s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.98s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.91s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.17s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.66s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.13s) [2021-06-28T11:53:10.021Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.45s) [2021-06-28T11:53:10.021Z] === RUN TestDockerHubPullSuite [2021-06-28T11:53:10.021Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-06-28T11:53:10.949Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-06-28T11:53:11.512Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-06-28T11:53:14.031Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-06-28T11:53:14.031Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-06-28T11:53:15.004Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-06-28T11:53:15.261Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-06-28T11:53:15.825Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-06-28T11:53:15.825Z] --- PASS: TestDockerHubPullSuite (5.79s) [2021-06-28T11:53:15.825Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.37s) [2021-06-28T11:53:15.825Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.26s) [2021-06-28T11:53:15.825Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.49s) [2021-06-28T11:53:15.825Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.15s) [2021-06-28T11:53:15.825Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.44s) [2021-06-28T11:53:15.825Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2021-06-28T11:53:15.825Z] PASS [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.825Z] === Skipped [2021-06-28T11:53:15.825Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-06-28T11:53:15.825Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.825Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.825Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-06-28T11:53:15.825Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.825Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.825Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-06-28T11:53:15.825Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.825Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.825Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-06-28T11:53:15.825Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.825Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.825Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-06-28T11:53:15.825Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.825Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.825Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2021-06-28T11:53:15.825Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.825Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.825Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-06-28T11:53:15.825Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.825Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.825Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-06-28T11:53:15.825Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.825Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.825Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-06-28T11:53:15.825Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.825Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.825Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-06-28T11:53:15.825Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.825Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.825Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-06-28T11:53:15.825Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.825Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.825Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-06-28T11:53:15.825Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.825Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.825Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-06-28T11:53:15.825Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.825Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.825Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-28T11:53:15.825Z] docker_cli_sni_test.go:18: Flakey test [2021-06-28T11:53:15.825Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.825Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-06-28T11:53:15.825Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.825Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.825Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-06-28T11:53:15.825Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-06-28T11:53:15.825Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-06-28T11:53:15.825Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-06-28T11:53:15.826Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-28T11:53:15.826Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-28T11:53:15.826Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-06-28T11:53:15.826Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-06-28T11:53:15.826Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2021-06-28T11:53:15.826Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.02s) [2021-06-28T11:53:15.826Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.02s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2021-06-28T11:53:15.826Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2021-06-28T11:53:15.826Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-06-28T11:53:15.826Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2021-06-28T11:53:15.826Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-06-28T11:53:15.826Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-06-28T11:53:15.826Z] docker_cli_network_unix_test.go:46: [da15fb6c0d025] daemon is not started [2021-06-28T11:53:15.826Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] DONE 1269 tests, 51 skipped in 2023.502s [2021-06-28T11:53:15.826Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-28T11:53:15.826Z] ++++ cat bundles/test-integration/docker.pid [2021-06-28T11:53:15.826Z] +++ kill 8245 [2021-06-28T11:53:15.826Z] +++ /etc/init.d/apparmor stop [2021-06-28T11:53:15.826Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] Unloading profiles will leave already running processes permanently [2021-06-28T11:53:15.826Z] unconfined, which can lead to unexpected situations. [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:15.826Z] To set a process to complain mode, use the command line tool [2021-06-28T11:53:15.826Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-28T11:53:15.826Z] +++ true [2021-06-28T11:53:15.826Z] exiting test-integration [2021-06-28T11:53:15.826Z] ++ exit 0 [2021-06-28T11:53:15.826Z] [2021-06-28T11:53:16.083Z] + for job in $(jobs -p) [2021-06-28T11:53:16.083Z] + wait 26223 [2021-06-28T11:53:17.448Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-06-28T11:53:20.715Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-06-28T11:53:23.230Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-06-28T11:53:25.747Z] docker_api_swarm_test.go:961: [dec85a9e43d1a] joining swarm manager [d31b9470c8111]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-28T11:53:43.786Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-06-28T11:53:58.645Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-06-28T11:53:59.207Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-06-28T11:54:01.724Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-06-28T11:54:02.659Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-06-28T11:54:02.659Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-06-28T11:54:02.659Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-06-28T11:54:02.659Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-28T11:54:02.659Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-06-28T11:54:02.659Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-28T11:54:02.659Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-06-28T11:54:02.659Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-28T11:54:02.659Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-06-28T11:54:02.659Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-28T11:54:02.659Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-06-28T11:54:02.659Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-28T11:54:02.659Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-06-28T11:54:02.659Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-28T11:54:02.659Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-06-28T11:54:02.659Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T11:54:02.659Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-06-28T11:54:02.659Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-06-28T11:54:02.659Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-28T11:54:02.660Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-06-28T11:54:04.992Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-06-28T11:54:05.574Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-06-28T11:54:05.575Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-28T11:54:05.575Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-06-28T11:54:05.575Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-28T11:54:05.575Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-06-28T11:54:10.296Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-06-28T11:54:11.527Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-06-28T11:54:13.214Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-06-28T11:54:13.214Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-28T11:54:13.214Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-06-28T11:54:13.214Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-28T11:54:13.214Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-06-28T11:54:13.214Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-28T11:54:13.214Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-06-28T11:54:13.214Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-28T11:54:13.214Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-06-28T11:54:16.770Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-06-28T11:54:16.958Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-06-28T11:54:16.958Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-28T11:54:16.958Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-06-28T11:54:16.958Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-28T11:54:16.958Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-06-28T11:54:20.037Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-06-28T11:54:22.555Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-06-28T11:54:25.555Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-06-28T11:54:25.844Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-06-28T11:54:28.360Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-06-28T11:54:31.628Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-06-28T11:54:34.144Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-06-28T11:55:30.308Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-06-28T11:55:45.153Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite (1714.13s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.10s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.00s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.96s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.35s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.01s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (32.95s) [2021-06-28T11:56:03.191Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.23s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.93s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.74s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (38.95s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.73s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.06s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.40s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.80s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (53.77s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (18.02s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.78s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.44s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (27.38s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (61.87s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (61.59s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.35s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.41s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.68s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (18.95s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (17.34s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.08s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.63s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.41s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (24.59s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (31.77s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (30.88s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (42.87s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (32.73s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (6.22s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.33s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (5.42s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.08s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.51s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.59s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.37s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.57s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.54s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.42s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.37s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.16s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.23s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (4.06s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.51s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.69s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.41s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.92s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.56s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (4.90s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.67s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (7.02s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.15s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.31s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.80s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.60s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.27s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.60s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.52s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.24s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.94s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.83s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.72s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.73s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.10s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.74s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.07s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.26s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.27s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.36s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.53s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (90.02s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.69s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.65s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.06s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.47s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.63s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (7.10s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.22s) [2021-06-28T11:56:03.191Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.10s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.82s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.89s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.57s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.93s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (46.47s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.43s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.93s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (124.23s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.74s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.20s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.21s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.09s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.11s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.49s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.47s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.51s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.35s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.65s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.74s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.53s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.31s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.71s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.89s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (13.89s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.20s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.18s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.28s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.72s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.38s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.74s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.89s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.97s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.72s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.43s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.20s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.03s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.15s) [2021-06-28T11:56:03.191Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.13s) [2021-06-28T11:56:03.191Z] === RUN TestDockerExternalVolumeSuite [2021-06-28T11:56:03.191Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-06-28T11:56:03.191Z] docker_cli_external_volume_driver_test.go:53: [dc0ce5fc25021] daemon is not started [2021-06-28T11:56:18.027Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-06-28T11:56:52.494Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-06-28T11:56:52.494Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-28T11:56:52.494Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-06-28T11:56:57.200Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-06-28T11:56:57.200Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-06-28T11:57:01.912Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-06-28T11:57:03.457Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-06-28T11:57:03.457Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-28T11:57:03.457Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-06-28T11:57:03.457Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-28T11:57:03.457Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-06-28T11:57:03.457Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-28T11:57:03.457Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-06-28T11:57:03.457Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-06-28T11:57:05.005Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-06-28T11:57:09.712Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-06-28T11:57:11.898Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-06-28T11:57:11.898Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-28T11:57:11.898Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-06-28T11:57:11.898Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-28T11:57:11.898Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-06-28T11:57:11.898Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-06-28T11:57:16.610Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-06-28T11:57:25.654Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-06-28T11:57:33.735Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-06-28T11:57:34.337Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-06-28T11:57:39.044Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-06-28T11:57:40.018Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-06-28T11:57:40.018Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-28T11:57:40.018Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-06-28T11:57:43.769Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-06-28T11:57:46.693Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-06-28T11:57:48.568Z] docker_cli_external_volume_driver_test.go:53: [df115ffe75368] daemon is not started [2021-06-28T11:57:59.118Z] === RUN TestDockerSuite/TestBuildAddScript [2021-06-28T11:57:59.119Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-28T11:57:59.119Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-06-28T11:57:59.119Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-28T11:57:59.119Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-06-28T11:57:59.119Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-28T11:57:59.119Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-06-28T11:57:59.119Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-28T11:57:59.119Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-06-28T11:57:59.119Z] === RUN TestDockerSuite/TestBuildAddTar [2021-06-28T11:58:03.404Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-06-28T11:58:21.453Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-06-28T11:58:33.616Z] docker_cli_external_volume_driver_test.go:53: [dc52cf266f3c5] daemon is not started [2021-06-28T11:58:48.450Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-06-28T11:58:48.706Z] docker_cli_external_volume_driver_test.go:53: [d82d725a6a87f] daemon is not started [2021-06-28T11:59:06.743Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-06-28T11:59:11.258Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-06-28T11:59:11.258Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-28T11:59:11.258Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-06-28T11:59:11.258Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-28T11:59:11.258Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-06-28T11:59:36.502Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-06-28T11:59:36.502Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-28T11:59:36.965Z] === RUN TestDockerSuite/TestBuildBlankName [2021-06-28T11:59:37.939Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-06-28T11:59:38.765Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-06-28T11:59:48.294Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-06-28T11:59:48.295Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-28T11:59:49.268Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-06-28T11:59:53.598Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-06-28T11:59:56.355Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-06-28T12:00:08.434Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-06-28T12:00:08.768Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-06-28T12:00:21.175Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-06-28T12:00:21.175Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-28T12:00:21.175Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-06-28T12:00:31.528Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-06-28T12:00:31.528Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-28T12:00:31.528Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-06-28T12:00:31.528Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-28T12:00:31.528Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-06-28T12:00:41.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-06-28T12:00:41.874Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-28T12:00:41.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-06-28T12:00:41.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-06-28T12:00:41.874Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-28T12:00:41.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-06-28T12:00:41.874Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-28T12:00:41.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-06-28T12:00:55.067Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-06-28T12:01:11.673Z] --- PASS: TestBuildWCOWSandboxSize (761.62s) [2021-06-28T12:01:11.673Z] === RUN TestBuildWithEmptyDockerfile [2021-06-28T12:01:11.673Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T12:01:11.673Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T12:01:11.673Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T12:01:11.673Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T12:01:11.673Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T12:01:11.673Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T12:01:11.673Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T12:01:11.673Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T12:01:11.673Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T12:01:11.673Z] --- PASS: TestBuildWithEmptyDockerfile (0.57s) [2021-06-28T12:01:11.673Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-06-28T12:01:11.673Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-06-28T12:01:11.673Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-06-28T12:01:11.673Z] === RUN TestBuildPreserveOwnership [2021-06-28T12:01:11.673Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T12:01:11.673Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-06-28T12:01:11.673Z] === RUN TestBuildPlatformInvalid [2021-06-28T12:01:11.673Z] --- PASS: TestBuildPlatformInvalid (0.59s) [2021-06-28T12:01:11.673Z] PASS [2021-06-28T12:01:11.673Z] ok github.com/docker/docker/integration/build 941.470s [2021-06-28T12:01:11.673Z] [2021-06-28T12:01:11.673Z] === Skipped [2021-06-28T12:01:11.673Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-06-28T12:01:11.673Z] build_session_test.go:25: TODO: BuildKit [2021-06-28T12:01:11.673Z] [2021-06-28T12:01:11.673Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-06-28T12:01:11.673Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:11.673Z] [2021-06-28T12:01:11.673Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-06-28T12:01:11.673Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T12:01:11.673Z] [2021-06-28T12:01:11.673Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-06-28T12:01:11.673Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T12:01:11.673Z] [2021-06-28T12:01:11.673Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-06-28T12:01:11.673Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T12:01:11.673Z] [2021-06-28T12:01:11.673Z] [2021-06-28T12:01:11.673Z] DONE 29 tests, 5 skipped in 968.019s [2021-06-28T12:01:11.673Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-06-28T12:01:12.648Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:01:12.648Z] INFO: Testing against a local daemon [2021-06-28T12:01:12.648Z] === RUN TestConfigInspect [2021-06-28T12:01:12.648Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:12.648Z] --- SKIP: TestConfigInspect (0.00s) [2021-06-28T12:01:12.648Z] === RUN TestConfigList [2021-06-28T12:01:12.648Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:12.648Z] --- SKIP: TestConfigList (0.00s) [2021-06-28T12:01:12.648Z] === RUN TestConfigsCreateAndDelete [2021-06-28T12:01:12.648Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:12.648Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-06-28T12:01:12.648Z] === RUN TestConfigsUpdate [2021-06-28T12:01:12.648Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:12.648Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-06-28T12:01:12.648Z] === RUN TestTemplatedConfig [2021-06-28T12:01:12.648Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:12.648Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-06-28T12:01:12.648Z] === RUN TestConfigCreateResolve [2021-06-28T12:01:12.648Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:01:12.648Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-06-28T12:01:12.648Z] PASS [2021-06-28T12:01:12.648Z] ok github.com/docker/docker/integration/config 0.322s [2021-06-28T12:01:12.648Z] [2021-06-28T12:01:12.648Z] === Skipped [2021-06-28T12:01:12.648Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-06-28T12:01:12.648Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:12.648Z] [2021-06-28T12:01:12.648Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-06-28T12:01:12.648Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:12.648Z] [2021-06-28T12:01:12.648Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-06-28T12:01:12.648Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:12.648Z] [2021-06-28T12:01:12.648Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-06-28T12:01:12.648Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:12.648Z] [2021-06-28T12:01:12.648Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-06-28T12:01:12.648Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:12.648Z] [2021-06-28T12:01:12.648Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-06-28T12:01:12.648Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:01:12.648Z] [2021-06-28T12:01:12.648Z] [2021-06-28T12:01:12.648Z] DONE 6 tests, 6 skipped in 2.826s [2021-06-28T12:01:12.648Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-06-28T12:01:13.108Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-06-28T12:01:15.586Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:01:15.586Z] INFO: Testing against a local daemon [2021-06-28T12:01:15.586Z] === RUN TestCheckpoint [2021-06-28T12:01:15.586Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-28T12:01:15.586Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-28T12:01:15.586Z] === RUN TestContainerInvalidJSON [2021-06-28T12:01:15.586Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T12:01:15.586Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T12:01:15.586Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T12:01:15.586Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T12:01:15.586Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-28T12:01:15.586Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-28T12:01:15.586Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T12:01:15.586Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T12:01:15.586Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-28T12:01:15.586Z] --- PASS: TestContainerInvalidJSON (0.54s) [2021-06-28T12:01:15.586Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-06-28T12:01:15.586Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-06-28T12:01:15.586Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-06-28T12:01:15.586Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-28T12:01:16.049Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2021-06-28T12:01:16.049Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-28T12:01:16.049Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.22s) [2021-06-28T12:01:16.049Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-28T12:01:16.512Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.23s) [2021-06-28T12:01:16.512Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-28T12:01:16.512Z] --- PASS: TestCopyToContainerPathIsNotDir (0.23s) [2021-06-28T12:01:16.512Z] === RUN TestCopyFromContainer [2021-06-28T12:01:16.512Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:16.512Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-06-28T12:01:16.512Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-28T12:01:16.512Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T12:01:16.512Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T12:01:16.512Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T12:01:16.512Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T12:01:16.512Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T12:01:16.512Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T12:01:16.512Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T12:01:16.512Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T12:01:16.512Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T12:01:16.512Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-06-28T12:01:16.512Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-28T12:01:16.512Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-28T12:01:16.975Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-06-28T12:01:16.975Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-28T12:01:16.975Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-28T12:01:16.975Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-06-28T12:01:16.975Z] === RUN TestCreateWithInvalidEnv [2021-06-28T12:01:16.975Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-28T12:01:16.975Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-28T12:01:16.975Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-28T12:01:16.975Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-28T12:01:16.975Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-28T12:01:16.975Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-28T12:01:16.975Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-28T12:01:16.975Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-28T12:01:16.975Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-28T12:01:16.975Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-06-28T12:01:16.975Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-28T12:01:16.975Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-28T12:01:16.975Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-28T12:01:16.975Z] === RUN TestCreateTmpfsMountsTarget [2021-06-28T12:01:16.975Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:16.975Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-06-28T12:01:16.975Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-28T12:01:16.975Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:01:16.975Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-06-28T12:01:16.975Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-28T12:01:16.975Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:01:16.975Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-28T12:01:16.975Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-28T12:01:16.975Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T12:01:16.975Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T12:01:16.975Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T12:01:16.975Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T12:01:16.975Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T12:01:16.975Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T12:01:16.975Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T12:01:16.975Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T12:01:16.975Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T12:01:16.975Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T12:01:16.975Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T12:01:16.975Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T12:01:16.975Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T12:01:16.975Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T12:01:16.975Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T12:01:16.975Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-06-28T12:01:16.975Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-28T12:01:16.975Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-28T12:01:16.975Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-28T12:01:16.975Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-28T12:01:16.975Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-06-28T12:01:16.975Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-28T12:01:16.975Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-28T12:01:16.975Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-28T12:01:16.975Z] === RUN TestCreateDifferentPlatform [2021-06-28T12:01:16.975Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-28T12:01:16.975Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-28T12:01:16.975Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-06-28T12:01:16.975Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-28T12:01:16.975Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-28T12:01:16.975Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-28T12:01:16.975Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2021-06-28T12:01:16.975Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-28T12:01:16.975Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-28T12:01:16.975Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-06-28T12:01:16.975Z] === RUN TestContainerKillOnDaemonStart [2021-06-28T12:01:16.975Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:16.975Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-06-28T12:01:16.975Z] === RUN TestDiff [2021-06-28T12:01:16.975Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-28T12:01:16.975Z] --- SKIP: TestDiff (0.00s) [2021-06-28T12:01:16.975Z] === RUN TestExecWithCloseStdin [2021-06-28T12:01:19.896Z] --- PASS: TestExecWithCloseStdin (3.01s) [2021-06-28T12:01:19.896Z] === RUN TestExec [2021-06-28T12:01:22.098Z] --- PASS: TestExec (2.07s) [2021-06-28T12:01:22.098Z] === RUN TestExecUser [2021-06-28T12:01:22.098Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-28T12:01:22.098Z] --- SKIP: TestExecUser (0.00s) [2021-06-28T12:01:22.098Z] === RUN TestExportContainerAndImportImage [2021-06-28T12:01:22.098Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:22.098Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-06-28T12:01:22.098Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-28T12:01:22.098Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:22.098Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-06-28T12:01:22.098Z] === RUN TestHealthCheckWorkdir [2021-06-28T12:01:22.098Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-28T12:01:22.098Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-06-28T12:01:22.098Z] === RUN TestHealthKillContainer [2021-06-28T12:01:22.098Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-28T12:01:22.098Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-06-28T12:01:22.098Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-28T12:01:22.098Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-28T12:01:22.098Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-06-28T12:01:22.098Z] === RUN TestKillContainerInvalidSignal [2021-06-28T12:01:24.288Z] --- PASS: TestKillContainerInvalidSignal (1.81s) [2021-06-28T12:01:24.288Z] === RUN TestKillContainer [2021-06-28T12:01:24.288Z] === RUN TestKillContainer/no_signal [2021-06-28T12:01:24.412Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-06-28T12:01:25.834Z] === RUN TestKillContainer/non_killing_signal [2021-06-28T12:01:25.835Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-28T12:01:25.835Z] === RUN TestKillContainer/killing_signal [2021-06-28T12:01:28.107Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-06-28T12:01:28.107Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-28T12:01:28.756Z] --- PASS: TestKillContainer (4.44s) [2021-06-28T12:01:28.756Z] --- PASS: TestKillContainer/no_signal (1.90s) [2021-06-28T12:01:28.756Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-28T12:01:28.756Z] --- PASS: TestKillContainer/killing_signal (2.50s) [2021-06-28T12:01:28.757Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-28T12:01:28.757Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T12:01:28.757Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-28T12:01:28.757Z] === RUN TestKillStoppedContainer [2021-06-28T12:01:28.757Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T12:01:28.757Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-06-28T12:01:28.757Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-28T12:01:28.757Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T12:01:28.757Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-28T12:01:28.757Z] === RUN TestKillDifferentUserContainer [2021-06-28T12:01:28.757Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-28T12:01:28.757Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-06-28T12:01:28.757Z] === RUN TestInspectOomKilledTrue [2021-06-28T12:01:28.757Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:28.757Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-28T12:01:28.757Z] === RUN TestInspectOomKilledFalse [2021-06-28T12:01:28.757Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-28T12:01:28.757Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-28T12:01:28.757Z] === RUN TestLogsFollowTailEmpty [2021-06-28T12:01:29.235Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-06-28T12:01:29.235Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-28T12:01:30.208Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-06-28T12:01:30.304Z] --- PASS: TestLogsFollowTailEmpty (1.90s) [2021-06-28T12:01:30.304Z] === RUN TestNetworkNat [2021-06-28T12:01:30.304Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-28T12:01:30.304Z] --- SKIP: TestNetworkNat (0.00s) [2021-06-28T12:01:30.304Z] === RUN TestNetworkLocalhostTCPNat [2021-06-28T12:01:32.367Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-06-28T12:01:32.367Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-28T12:01:32.367Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-06-28T12:01:32.496Z] --- PASS: TestNetworkLocalhostTCPNat (2.37s) [2021-06-28T12:01:32.496Z] === RUN TestNetworkLoopbackNat [2021-06-28T12:01:32.496Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-28T12:01:32.496Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-06-28T12:01:32.496Z] === RUN TestPause [2021-06-28T12:01:32.496Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-28T12:01:32.496Z] --- SKIP: TestPause (0.00s) [2021-06-28T12:01:32.496Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-28T12:01:34.977Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.02s) [2021-06-28T12:01:34.977Z] === RUN TestPauseStopPausedContainer [2021-06-28T12:01:34.977Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:01:34.977Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-06-28T12:01:34.977Z] === RUN TestPsFilter [2021-06-28T12:01:34.977Z] --- PASS: TestPsFilter (0.42s) [2021-06-28T12:01:34.977Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-28T12:01:37.900Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.70s) [2021-06-28T12:01:37.900Z] === RUN TestRemoveContainerWithVolume [2021-06-28T12:01:39.392Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-06-28T12:01:40.826Z] --- PASS: TestRemoveContainerWithVolume (2.68s) [2021-06-28T12:01:40.826Z] === RUN TestRemoveContainerRunning [2021-06-28T12:01:40.916Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-06-28T12:01:40.916Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-28T12:01:40.916Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-06-28T12:01:40.916Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-28T12:01:40.916Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-06-28T12:01:42.396Z] --- PASS: TestRemoveContainerRunning (1.98s) [2021-06-28T12:01:42.396Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-28T12:01:43.064Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-06-28T12:01:44.587Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.88s) [2021-06-28T12:01:44.587Z] === RUN TestRemoveInvalidContainer [2021-06-28T12:01:44.587Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-06-28T12:01:44.587Z] === RUN TestRenameLinkedContainer [2021-06-28T12:01:44.587Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-28T12:01:44.587Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-06-28T12:01:44.587Z] === RUN TestRenameStoppedContainer [2021-06-28T12:01:44.590Z] === RUN TestDockerSuite/TestBuildCmd [2021-06-28T12:01:45.127Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-06-28T12:01:45.544Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-06-28T12:01:46.501Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-06-28T12:01:46.776Z] --- PASS: TestRenameStoppedContainer (2.58s) [2021-06-28T12:01:46.776Z] === RUN TestRenameRunningContainerAndReuse [2021-06-28T12:01:47.454Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-06-28T12:01:51.489Z] --- PASS: TestRenameRunningContainerAndReuse (3.91s) [2021-06-28T12:01:51.489Z] === RUN TestRenameInvalidName [2021-06-28T12:01:53.036Z] --- PASS: TestRenameInvalidName (1.93s) [2021-06-28T12:01:53.036Z] === RUN TestRenameAnonymousContainer [2021-06-28T12:01:54.468Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-06-28T12:01:58.163Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-06-28T12:01:58.163Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-28T12:01:58.163Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-06-28T12:01:59.679Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-06-28T12:01:59.679Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-28T12:01:59.679Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-06-28T12:02:00.132Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-06-28T12:02:01.633Z] --- PASS: TestRenameAnonymousContainer (8.82s) [2021-06-28T12:02:01.633Z] === RUN TestRenameContainerWithSameName [2021-06-28T12:02:03.003Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-06-28T12:02:03.825Z] --- PASS: TestRenameContainerWithSameName (1.95s) [2021-06-28T12:02:03.825Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-28T12:02:03.825Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-28T12:02:03.825Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-06-28T12:02:03.825Z] === RUN TestResize [2021-06-28T12:02:03.956Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-06-28T12:02:04.915Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-06-28T12:02:04.915Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-28T12:02:04.915Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-06-28T12:02:05.372Z] --- PASS: TestResize (1.98s) [2021-06-28T12:02:05.372Z] === RUN TestResizeWithInvalidSize [2021-06-28T12:02:06.431Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-06-28T12:02:07.384Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-06-28T12:02:07.384Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-28T12:02:07.384Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-06-28T12:02:07.384Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-28T12:02:07.384Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-06-28T12:02:07.563Z] --- PASS: TestResizeWithInvalidSize (2.02s) [2021-06-28T12:02:07.563Z] === RUN TestResizeWhenContainerNotStarted [2021-06-28T12:02:10.488Z] --- PASS: TestResizeWhenContainerNotStarted (2.47s) [2021-06-28T12:02:10.488Z] === RUN TestDaemonRestartKillContainers [2021-06-28T12:02:10.488Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:02:10.488Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-06-28T12:02:10.488Z] === RUN TestStats [2021-06-28T12:02:10.488Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-28T12:02:10.488Z] --- SKIP: TestStats (0.00s) [2021-06-28T12:02:10.488Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-28T12:02:14.395Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-06-28T12:02:16.309Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.84s) [2021-06-28T12:02:16.309Z] === RUN TestStopContainerWithTimeout [2021-06-28T12:02:16.309Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-28T12:02:16.309Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-06-28T12:02:16.309Z] === RUN TestUpdateRestartPolicy [2021-06-28T12:02:17.160Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-06-28T12:02:31.994Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-06-28T12:02:37.454Z] --- PASS: TestUpdateRestartPolicy (21.12s) [2021-06-28T12:02:37.454Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-28T12:02:39.003Z] --- PASS: TestUpdateRestartWithAutoRemove (1.97s) [2021-06-28T12:02:39.003Z] === RUN TestWaitNonBlocked [2021-06-28T12:02:39.003Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T12:02:39.003Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T12:02:39.003Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T12:02:39.003Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T12:02:39.003Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T12:02:39.003Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T12:02:41.930Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-06-28T12:02:41.930Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.72s) [2021-06-28T12:02:41.930Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.83s) [2021-06-28T12:02:41.930Z] === RUN TestWaitBlocked [2021-06-28T12:02:41.930Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:02:41.930Z] --- SKIP: TestWaitBlocked (0.00s) [2021-06-28T12:02:41.930Z] PASS [2021-06-28T12:02:41.930Z] ok github.com/docker/docker/integration/container 86.883s [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === Skipped [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-06-28T12:02:41.930Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-06-28T12:02:41.930Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-06-28T12:02:41.930Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-06-28T12:02:41.930Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-06-28T12:02:41.930Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-28T12:02:41.930Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-28T12:02:41.930Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-06-28T12:02:41.930Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-06-28T12:02:41.930Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-06-28T12:02:41.930Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-06-28T12:02:41.930Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-06-28T12:02:41.930Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-06-28T12:02:41.930Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-06-28T12:02:41.930Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-06-28T12:02:41.930Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-06-28T12:02:41.930Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-06-28T12:02:41.930Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-28T12:02:41.930Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-28T12:02:41.930Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-06-28T12:02:41.930Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-28T12:02:41.930Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-06-28T12:02:41.930Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-06-28T12:02:41.930Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-06-28T12:02:41.930Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-06-28T12:02:41.930Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-06-28T12:02:41.930Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-06-28T12:02:41.930Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-06-28T12:02:41.930Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-06-28T12:02:41.930Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-06-28T12:02:41.930Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-06-28T12:02:41.930Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-06-28T12:02:41.930Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-06-28T12:02:41.930Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-06-28T12:02:41.930Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] [2021-06-28T12:02:41.930Z] DONE 88 tests, 33 skipped in 89.087s [2021-06-28T12:02:41.930Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-06-28T12:02:43.494Z] === RUN TestConfigDaemonLibtrustID [2021-06-28T12:02:43.494Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-06-28T12:02:43.494Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-06-28T12:02:43.494Z] === RUN TestDaemonConfigValidation [2021-06-28T12:02:43.494Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-06-28T12:02:43.494Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-06-28T12:02:43.494Z] PASS [2021-06-28T12:02:43.494Z] ok github.com/docker/docker/integration/daemon 0.316s [2021-06-28T12:02:43.494Z] [2021-06-28T12:02:43.494Z] === Skipped [2021-06-28T12:02:43.494Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-06-28T12:02:43.494Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-06-28T12:02:43.494Z] [2021-06-28T12:02:43.494Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-06-28T12:02:43.494Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-06-28T12:02:43.494Z] [2021-06-28T12:02:43.494Z] [2021-06-28T12:02:43.494Z] DONE 2 tests, 2 skipped in 1.648s [2021-06-28T12:02:43.494Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-06-28T12:02:45.686Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:02:45.686Z] INFO: Testing against a local daemon [2021-06-28T12:02:45.686Z] === RUN TestCommitInheritsEnv [2021-06-28T12:02:45.686Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T12:02:45.686Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-06-28T12:02:45.686Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-28T12:02:45.686Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-28T12:02:45.686Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-06-28T12:02:45.686Z] === RUN TestImagesFilterMultiReference [2021-06-28T12:02:45.686Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-06-28T12:02:45.686Z] === RUN TestImagePullPlatformInvalid [2021-06-28T12:02:45.686Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-06-28T12:02:45.686Z] === RUN TestRemoveImageOrphaning [2021-06-28T12:02:46.662Z] --- PASS: TestRemoveImageOrphaning (1.02s) [2021-06-28T12:02:46.662Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-28T12:02:46.662Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-06-28T12:02:46.662Z] === RUN TestTagInvalidReference [2021-06-28T12:02:46.662Z] --- PASS: TestTagInvalidReference (0.03s) [2021-06-28T12:02:46.662Z] === RUN TestTagValidPrefixedRepo [2021-06-28T12:02:46.662Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-06-28T12:02:46.662Z] === RUN TestTagExistedNameWithoutForce [2021-06-28T12:02:46.662Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-06-28T12:02:46.662Z] === RUN TestTagOfficialNames [2021-06-28T12:02:46.662Z] --- PASS: TestTagOfficialNames (0.08s) [2021-06-28T12:02:46.662Z] === RUN TestTagMatchesDigest [2021-06-28T12:02:46.662Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-06-28T12:02:46.662Z] PASS [2021-06-28T12:02:46.662Z] ok github.com/docker/docker/integration/image 1.655s [2021-06-28T12:02:46.662Z] [2021-06-28T12:02:46.662Z] === Skipped [2021-06-28T12:02:46.662Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-06-28T12:02:46.662Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T12:02:46.662Z] [2021-06-28T12:02:46.662Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-06-28T12:02:46.662Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-28T12:02:46.662Z] [2021-06-28T12:02:46.662Z] [2021-06-28T12:02:46.662Z] DONE 11 tests, 2 skipped in 3.138s [2021-06-28T12:02:46.662Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-06-28T12:02:48.856Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:02:48.856Z] INFO: Testing against a local daemon [2021-06-28T12:02:48.856Z] === RUN TestNetworkCreateDelete [2021-06-28T12:02:48.856Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:02:48.856Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-06-28T12:02:48.856Z] === RUN TestDockerNetworkDeletePreferID [2021-06-28T12:02:48.856Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-06-28T12:02:48.856Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-06-28T12:02:48.856Z] === RUN TestDaemonDNSFallback [2021-06-28T12:02:48.856Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:02:48.856Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-06-28T12:02:48.856Z] === RUN TestInspectNetwork [2021-06-28T12:02:48.856Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-28T12:02:48.856Z] --- SKIP: TestInspectNetwork (0.00s) [2021-06-28T12:02:48.856Z] === RUN TestRunContainerWithBridgeNone [2021-06-28T12:02:48.856Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:02:48.856Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-06-28T12:02:48.856Z] === RUN TestNetworkInvalidJSON [2021-06-28T12:02:48.856Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-28T12:02:48.856Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-28T12:02:48.856Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T12:02:48.856Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T12:02:48.856Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T12:02:48.856Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T12:02:48.856Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-28T12:02:48.856Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T12:02:48.856Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T12:02:48.856Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-06-28T12:02:48.856Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-06-28T12:02:48.856Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-06-28T12:02:48.856Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-06-28T12:02:48.856Z] === RUN TestNetworkList [2021-06-28T12:02:48.856Z] === RUN TestNetworkList//networks [2021-06-28T12:02:48.856Z] === PAUSE TestNetworkList//networks [2021-06-28T12:02:48.856Z] === RUN TestNetworkList//networks/ [2021-06-28T12:02:48.856Z] === PAUSE TestNetworkList//networks/ [2021-06-28T12:02:48.856Z] === CONT TestNetworkList//networks [2021-06-28T12:02:48.856Z] === CONT TestNetworkList//networks/ [2021-06-28T12:02:48.856Z] --- PASS: TestNetworkList (0.03s) [2021-06-28T12:02:48.856Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-28T12:02:48.856Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-28T12:02:48.856Z] === RUN TestHostIPv4BridgeLabel [2021-06-28T12:02:48.856Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-06-28T12:02:48.856Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-28T12:02:48.856Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-06-28T12:02:48.856Z] === RUN TestDaemonDefaultNetworkPools [2021-06-28T12:02:48.856Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-06-28T12:02:48.856Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-28T12:02:48.856Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-28T12:02:48.856Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-28T12:02:48.856Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-28T12:02:48.856Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-28T12:02:48.856Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-28T12:02:48.856Z] === RUN TestServiceWithPredefinedNetwork [2021-06-28T12:02:48.856Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-06-28T12:02:48.856Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-28T12:02:48.856Z] service_test.go:242: FLAKY_TEST [2021-06-28T12:02:48.856Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-28T12:02:48.856Z] === RUN TestServiceWithDataPathPortInit [2021-06-28T12:02:48.856Z] service_test.go:333: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-06-28T12:02:48.856Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-28T12:02:48.856Z] service_test.go:401: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-28T12:02:48.856Z] PASS [2021-06-28T12:02:48.856Z] ok github.com/docker/docker/integration/network 0.411s [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] === Skipped [2021-06-28T12:02:48.856Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-06-28T12:02:48.856Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-06-28T12:02:48.856Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-06-28T12:02:48.856Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-06-28T12:02:48.856Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-06-28T12:02:48.856Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-06-28T12:02:48.856Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-06-28T12:02:48.856Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-06-28T12:02:48.856Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-28T12:02:48.856Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-28T12:02:48.856Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-28T12:02:48.856Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-06-28T12:02:48.856Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-28T12:02:48.856Z] service_test.go:242: FLAKY_TEST [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-06-28T12:02:48.856Z] service_test.go:333: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-28T12:02:48.856Z] service_test.go:401: testEnv.OSType == "windows" [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] [2021-06-28T12:02:48.856Z] DONE 22 tests, 15 skipped in 2.114s [2021-06-28T12:02:48.856Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-06-28T12:02:49.833Z] testing: warning: no tests to run [2021-06-28T12:02:49.833Z] PASS [2021-06-28T12:02:49.833Z] ok github.com/docker/docker/integration/network/ipvlan 0.123s [2021-06-28T12:02:49.833Z] [2021-06-28T12:02:49.833Z] DONE 0 tests in 0.681s [2021-06-28T12:02:49.833Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-06-28T12:02:50.038Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-06-28T12:02:50.038Z] docker_cli_external_volume_driver_test.go:485: [d1bbe49f61ab1] daemon is not started [2021-06-28T12:02:50.295Z] testing: warning: no tests to run [2021-06-28T12:02:50.295Z] PASS [2021-06-28T12:02:50.296Z] ok github.com/docker/docker/integration/network/macvlan 0.172s [2021-06-28T12:02:50.296Z] [2021-06-28T12:02:50.296Z] DONE 0 tests in 0.707s [2021-06-28T12:02:50.296Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-06-28T12:02:51.271Z] testing: warning: no tests to run [2021-06-28T12:02:51.271Z] PASS [2021-06-28T12:02:51.271Z] ok github.com/docker/docker/integration/plugin 0.115s [2021-06-28T12:02:51.271Z] [2021-06-28T12:02:51.271Z] DONE 0 tests in 0.700s [2021-06-28T12:02:51.271Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-06-28T12:02:51.733Z] testing: warning: no tests to run [2021-06-28T12:02:51.733Z] PASS [2021-06-28T12:02:51.733Z] ok github.com/docker/docker/integration/plugin/authz 0.154s [2021-06-28T12:02:52.196Z] [2021-06-28T12:02:52.196Z] DONE 0 tests in 0.704s [2021-06-28T12:02:52.196Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-06-28T12:03:02.561Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:03:02.561Z] INFO: Testing against a local daemon [2021-06-28T12:03:02.561Z] === RUN TestPluginInvalidJSON [2021-06-28T12:03:02.561Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T12:03:02.561Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T12:03:02.561Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T12:03:02.561Z] --- PASS: TestPluginInvalidJSON (0.05s) [2021-06-28T12:03:02.561Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-28T12:03:02.561Z] === RUN TestPluginInstall [2021-06-28T12:03:02.561Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-28T12:03:02.561Z] --- SKIP: TestPluginInstall (0.00s) [2021-06-28T12:03:02.561Z] === RUN TestPluginsWithRuntimes [2021-06-28T12:03:02.561Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-28T12:03:02.562Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-06-28T12:03:02.562Z] === RUN TestPluginBackCompatMediaTypes [2021-06-28T12:03:02.562Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-28T12:03:02.562Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-06-28T12:03:02.562Z] PASS [2021-06-28T12:03:02.562Z] ok github.com/docker/docker/integration/plugin/common 0.354s [2021-06-28T12:03:02.562Z] [2021-06-28T12:03:02.562Z] === Skipped [2021-06-28T12:03:02.562Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-06-28T12:03:02.562Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-28T12:03:02.562Z] [2021-06-28T12:03:02.562Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-06-28T12:03:02.562Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-28T12:03:02.562Z] [2021-06-28T12:03:02.562Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-06-28T12:03:02.562Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-28T12:03:02.562Z] [2021-06-28T12:03:02.562Z] [2021-06-28T12:03:02.562Z] DONE 5 tests, 3 skipped in 9.774s [2021-06-28T12:03:02.562Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-06-28T12:03:04.755Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:03:04.755Z] INFO: Testing against a local daemon [2021-06-28T12:03:04.755Z] === RUN TestExternalGraphDriver [2021-06-28T12:03:04.755Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-28T12:03:04.755Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-06-28T12:03:04.755Z] === RUN TestGraphdriverPluginV2 [2021-06-28T12:03:04.755Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-28T12:03:04.755Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-06-28T12:03:04.755Z] PASS [2021-06-28T12:03:04.755Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.349s [2021-06-28T12:03:04.755Z] [2021-06-28T12:03:04.755Z] === Skipped [2021-06-28T12:03:04.755Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-06-28T12:03:04.755Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-28T12:03:04.755Z] [2021-06-28T12:03:04.755Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-06-28T12:03:04.755Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-28T12:03:04.755Z] [2021-06-28T12:03:04.755Z] [2021-06-28T12:03:04.755Z] DONE 2 tests, 2 skipped in 2.865s [2021-06-28T12:03:04.755Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-06-28T12:03:04.873Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-06-28T12:03:04.873Z] docker_cli_external_volume_driver_test.go:53: [de133f6121d65] daemon is not started [2021-06-28T12:03:04.953Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-06-28T12:03:04.953Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-06-28T12:03:04.953Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-06-28T12:03:06.959Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:03:06.959Z] INFO: Testing against a local daemon [2021-06-28T12:03:06.959Z] === RUN TestReadPluginNoRead [2021-06-28T12:03:06.959Z] read_test.go:21: no unix domain sockets on Windows [2021-06-28T12:03:06.959Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-06-28T12:03:06.959Z] PASS [2021-06-28T12:03:06.959Z] ok github.com/docker/docker/integration/plugin/logging 0.365s [2021-06-28T12:03:06.959Z] [2021-06-28T12:03:06.959Z] === Skipped [2021-06-28T12:03:06.959Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-06-28T12:03:06.959Z] read_test.go:21: no unix domain sockets on Windows [2021-06-28T12:03:06.959Z] [2021-06-28T12:03:06.959Z] [2021-06-28T12:03:06.959Z] DONE 1 tests, 1 skipped in 2.064s [2021-06-28T12:03:06.959Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-06-28T12:03:07.936Z] testing: warning: no tests to run [2021-06-28T12:03:07.936Z] PASS [2021-06-28T12:03:07.936Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.121s [2021-06-28T12:03:07.936Z] [2021-06-28T12:03:07.936Z] DONE 0 tests in 1.003s [2021-06-28T12:03:07.936Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-06-28T12:03:09.595Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-06-28T12:03:09.595Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-28T12:03:09.595Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-06-28T12:03:09.595Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-28T12:03:10.047Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-06-28T12:03:10.047Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-28T12:03:10.047Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-06-28T12:03:10.129Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:03:10.129Z] INFO: Testing against a local daemon [2021-06-28T12:03:10.129Z] === RUN TestPluginWithDevMounts [2021-06-28T12:03:10.129Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:10.129Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-06-28T12:03:10.129Z] PASS [2021-06-28T12:03:10.129Z] ok github.com/docker/docker/integration/plugin/volumes 0.350s [2021-06-28T12:03:10.129Z] [2021-06-28T12:03:10.129Z] === Skipped [2021-06-28T12:03:10.129Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-06-28T12:03:10.129Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:10.129Z] [2021-06-28T12:03:10.129Z] [2021-06-28T12:03:10.129Z] DONE 1 tests, 1 skipped in 2.126s [2021-06-28T12:03:10.129Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-06-28T12:03:11.012Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-06-28T12:03:11.012Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-28T12:03:11.012Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-06-28T12:03:12.321Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:03:12.321Z] INFO: Testing against a local daemon [2021-06-28T12:03:12.321Z] === RUN TestSecretInspect [2021-06-28T12:03:12.321Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:12.321Z] --- SKIP: TestSecretInspect (0.00s) [2021-06-28T12:03:12.321Z] === RUN TestSecretList [2021-06-28T12:03:12.321Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:12.321Z] --- SKIP: TestSecretList (0.00s) [2021-06-28T12:03:12.321Z] === RUN TestSecretsCreateAndDelete [2021-06-28T12:03:12.321Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:12.321Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-06-28T12:03:12.321Z] === RUN TestSecretsUpdate [2021-06-28T12:03:12.321Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:12.321Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-06-28T12:03:12.321Z] === RUN TestTemplatedSecret [2021-06-28T12:03:12.321Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:12.321Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-06-28T12:03:12.321Z] === RUN TestSecretCreateResolve [2021-06-28T12:03:12.321Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:03:12.321Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-06-28T12:03:12.321Z] PASS [2021-06-28T12:03:12.321Z] ok github.com/docker/docker/integration/secret 0.323s [2021-06-28T12:03:12.321Z] [2021-06-28T12:03:12.321Z] === Skipped [2021-06-28T12:03:12.321Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-06-28T12:03:12.321Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:12.321Z] [2021-06-28T12:03:12.321Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-06-28T12:03:12.321Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:12.321Z] [2021-06-28T12:03:12.321Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-06-28T12:03:12.321Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:12.321Z] [2021-06-28T12:03:12.321Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-06-28T12:03:12.321Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:12.321Z] [2021-06-28T12:03:12.321Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-06-28T12:03:12.321Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:12.321Z] [2021-06-28T12:03:12.321Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-06-28T12:03:12.321Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:03:12.321Z] [2021-06-28T12:03:12.321Z] [2021-06-28T12:03:12.321Z] DONE 6 tests, 6 skipped in 1.912s [2021-06-28T12:03:12.321Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-06-28T12:03:14.517Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:03:14.517Z] INFO: Testing against a local daemon [2021-06-28T12:03:14.517Z] === RUN TestServiceCreateInit [2021-06-28T12:03:14.517Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-28T12:03:14.517Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-28T12:03:14.517Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- PASS: TestServiceCreateInit (0.03s) [2021-06-28T12:03:14.517Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-28T12:03:14.517Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestCreateServiceMultipleTimes [2021-06-28T12:03:14.517Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestCreateServiceConflict [2021-06-28T12:03:14.517Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestCreateServiceMaxReplicas [2021-06-28T12:03:14.517Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-06-28T12:03:14.517Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-28T12:03:14.517Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestCreateServiceSecretFileMode [2021-06-28T12:03:14.517Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestCreateServiceConfigFileMode [2021-06-28T12:03:14.517Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestCreateServiceSysctls [2021-06-28T12:03:14.517Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-06-28T12:03:14.517Z] === RUN TestCreateServiceCapabilities [2021-06-28T12:03:14.517Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-06-28T12:03:14.517Z] === RUN TestInspect [2021-06-28T12:03:14.517Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestInspect (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestCreateJob [2021-06-28T12:03:14.517Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestCreateJob (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestReplicatedJob [2021-06-28T12:03:14.517Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestReplicatedJob (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestUpdateReplicatedJob [2021-06-28T12:03:14.517Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestServiceListWithStatuses [2021-06-28T12:03:14.517Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestDockerNetworkConnectAlias [2021-06-28T12:03:14.517Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestDockerNetworkReConnect [2021-06-28T12:03:14.517Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestServicePlugin [2021-06-28T12:03:14.517Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestServicePlugin (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestServiceUpdateLabel [2021-06-28T12:03:14.517Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:03:14.517Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestServiceUpdateSecrets [2021-06-28T12:03:14.517Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:03:14.517Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestServiceUpdateConfigs [2021-06-28T12:03:14.517Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:03:14.517Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestServiceUpdateNetwork [2021-06-28T12:03:14.517Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:03:14.517Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-06-28T12:03:14.517Z] === RUN TestServiceUpdatePidsLimit [2021-06-28T12:03:14.517Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:03:14.517Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2021-06-28T12:03:14.517Z] PASS [2021-06-28T12:03:14.517Z] ok github.com/docker/docker/integration/service 0.429s [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === Skipped [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-28T12:03:14.517Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-28T12:03:14.517Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-06-28T12:03:14.517Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-06-28T12:03:14.517Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-06-28T12:03:14.517Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-28T12:03:14.517Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-06-28T12:03:14.517Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-06-28T12:03:14.517Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-06-28T12:03:14.517Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-06-28T12:03:14.517Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-06-28T12:03:14.517Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-06-28T12:03:14.517Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-06-28T12:03:14.517Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-06-28T12:03:14.517Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-06-28T12:03:14.517Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-06-28T12:03:14.517Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-06-28T12:03:14.517Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-06-28T12:03:14.517Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-06-28T12:03:14.517Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-06-28T12:03:14.517Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-06-28T12:03:14.517Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-06-28T12:03:14.517Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2021-06-28T12:03:14.517Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] [2021-06-28T12:03:14.517Z] DONE 24 tests, 23 skipped in 2.491s [2021-06-28T12:03:14.517Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-06-28T12:03:16.710Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:03:16.710Z] INFO: Testing against a local daemon [2021-06-28T12:03:16.710Z] === RUN TestSessionCreate [2021-06-28T12:03:16.710Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-28T12:03:16.710Z] --- SKIP: TestSessionCreate (0.00s) [2021-06-28T12:03:16.710Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-28T12:03:16.710Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-28T12:03:16.710Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-06-28T12:03:16.710Z] PASS [2021-06-28T12:03:16.710Z] ok github.com/docker/docker/integration/session 0.333s [2021-06-28T12:03:16.710Z] [2021-06-28T12:03:16.710Z] === Skipped [2021-06-28T12:03:16.710Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-06-28T12:03:16.710Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-28T12:03:16.710Z] [2021-06-28T12:03:16.710Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-06-28T12:03:16.710Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-28T12:03:16.710Z] [2021-06-28T12:03:16.710Z] [2021-06-28T12:03:16.710Z] DONE 2 tests, 2 skipped in 1.757s [2021-06-28T12:03:16.710Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-06-28T12:03:18.266Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:03:18.266Z] INFO: Testing against a local daemon [2021-06-28T12:03:18.266Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-28T12:03:18.266Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:18.266Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-28T12:03:18.266Z] === RUN TestEventsExecDie [2021-06-28T12:03:18.266Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-28T12:03:18.266Z] --- SKIP: TestEventsExecDie (0.00s) [2021-06-28T12:03:18.266Z] === RUN TestEventsBackwardsCompatible [2021-06-28T12:03:18.266Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-28T12:03:18.266Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-06-28T12:03:18.266Z] === RUN TestEventsVolumeCreate [2021-06-28T12:03:18.266Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-06-28T12:03:18.266Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-06-28T12:03:18.266Z] === RUN TestInfoAPI [2021-06-28T12:03:18.266Z] --- PASS: TestInfoAPI (0.03s) [2021-06-28T12:03:18.266Z] === RUN TestInfoAPIWarnings [2021-06-28T12:03:18.266Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T12:03:18.266Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-06-28T12:03:18.266Z] === RUN TestInfoDebug [2021-06-28T12:03:18.266Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T12:03:18.266Z] --- SKIP: TestInfoDebug (0.00s) [2021-06-28T12:03:18.266Z] === RUN TestInfoInsecureRegistries [2021-06-28T12:03:18.266Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T12:03:18.266Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-06-28T12:03:18.266Z] === RUN TestInfoRegistryMirrors [2021-06-28T12:03:18.266Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T12:03:18.266Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-06-28T12:03:18.266Z] === RUN TestLoginFailsWithBadCredentials [2021-06-28T12:03:19.242Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s) [2021-06-28T12:03:19.242Z] === RUN TestPingCacheHeaders [2021-06-28T12:03:19.242Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-06-28T12:03:19.242Z] === RUN TestPingGet [2021-06-28T12:03:19.243Z] --- PASS: TestPingGet (0.03s) [2021-06-28T12:03:19.243Z] === RUN TestPingHead [2021-06-28T12:03:19.243Z] --- PASS: TestPingHead (0.03s) [2021-06-28T12:03:19.243Z] === RUN TestVersion [2021-06-28T12:03:19.243Z] --- PASS: TestVersion (0.03s) [2021-06-28T12:03:19.243Z] PASS [2021-06-28T12:03:19.243Z] ok github.com/docker/docker/integration/system 1.375s [2021-06-28T12:03:19.243Z] [2021-06-28T12:03:19.243Z] === Skipped [2021-06-28T12:03:19.243Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-28T12:03:19.243Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:03:19.243Z] [2021-06-28T12:03:19.243Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-06-28T12:03:19.243Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-28T12:03:19.243Z] [2021-06-28T12:03:19.243Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-06-28T12:03:19.243Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-28T12:03:19.243Z] [2021-06-28T12:03:19.243Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-06-28T12:03:19.243Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-06-28T12:03:19.243Z] [2021-06-28T12:03:19.243Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-06-28T12:03:19.243Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T12:03:19.243Z] [2021-06-28T12:03:19.243Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-06-28T12:03:19.243Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T12:03:19.243Z] [2021-06-28T12:03:19.243Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-06-28T12:03:19.243Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T12:03:19.243Z] [2021-06-28T12:03:19.243Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-06-28T12:03:19.243Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T12:03:19.243Z] [2021-06-28T12:03:19.243Z] [2021-06-28T12:03:19.243Z] DONE 14 tests, 8 skipped in 2.835s [2021-06-28T12:03:19.243Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite (439.31s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.79s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.39s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.38s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.41s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.42s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.56s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.88s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.38s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.11s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.24s) [2021-06-28T12:03:19.737Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-06-28T12:03:19.737Z] PASS [2021-06-28T12:03:19.737Z] [2021-06-28T12:03:19.737Z] === Skipped [2021-06-28T12:03:19.737Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-06-28T12:03:19.737Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-06-28T12:03:19.737Z] check_test.go:309: [de4f98b019080] daemon is not started [2021-06-28T12:03:19.737Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-06-28T12:03:19.737Z] [2021-06-28T12:03:19.737Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-06-28T12:03:19.737Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-06-28T12:03:19.737Z] check_test.go:309: [dbdd173c03db7] daemon is not started [2021-06-28T12:03:19.737Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-06-28T12:03:19.737Z] [2021-06-28T12:03:19.737Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-06-28T12:03:19.737Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-06-28T12:03:19.737Z] check_test.go:309: [d4bee50d50c64] daemon is not started [2021-06-28T12:03:19.737Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-06-28T12:03:19.737Z] [2021-06-28T12:03:19.737Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-06-28T12:03:19.737Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-06-28T12:03:19.737Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-06-28T12:03:19.737Z] [2021-06-28T12:03:19.737Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-06-28T12:03:19.737Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-06-28T12:03:19.737Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-06-28T12:03:19.737Z] [2021-06-28T12:03:19.737Z] [2021-06-28T12:03:19.737Z] DONE 273 tests, 5 skipped in 2627.155s [2021-06-28T12:03:19.737Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-28T12:03:19.737Z] ++++ cat bundles/test-integration/docker.pid [2021-06-28T12:03:19.737Z] +++ kill 8253 [2021-06-28T12:03:19.737Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d0d9e815627a1/docker.pid [2021-06-28T12:03:19.737Z] +++ kill 7302 [2021-06-28T12:03:19.737Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7302 is not a child of this shell [2021-06-28T12:03:19.737Z] warning: PID 7302 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d0d9e815627a1/docker.pid had a nonzero exit code [2021-06-28T12:03:19.737Z] +++ /etc/init.d/apparmor stop [2021-06-28T12:03:19.737Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-28T12:03:19.737Z] [2021-06-28T12:03:19.737Z] Unloading profiles will leave already running processes permanently [2021-06-28T12:03:19.737Z] unconfined, which can lead to unexpected situations. [2021-06-28T12:03:19.737Z] [2021-06-28T12:03:19.737Z] To set a process to complain mode, use the command line tool [2021-06-28T12:03:19.737Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-28T12:03:19.737Z] +++ true [2021-06-28T12:03:19.737Z] exiting test-integration [2021-06-28T12:03:19.737Z] ++ exit 0 [2021-06-28T12:03:19.737Z] [2021-06-28T12:03:20.298Z] + exit 0 [2021-06-28T12:03:20.298Z] ++ jobs -p [2021-06-28T12:03:20.298Z] + pids= [2021-06-28T12:03:20.298Z] + echo 'Remaining pids to kill: []' [2021-06-28T12:03:20.298Z] Remaining pids to kill: [] [2021-06-28T12:03:20.298Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-06-28T12:03:20.315Z] Recording test results [2021-06-28T12:03:21.440Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:03:21.440Z] INFO: Testing against a local daemon [2021-06-28T12:03:21.440Z] === RUN TestVolumesCreateAndList [2021-06-28T12:03:21.440Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-06-28T12:03:21.440Z] === RUN TestVolumesRemove [2021-06-28T12:03:21.440Z] --- PASS: TestVolumesRemove (0.15s) [2021-06-28T12:03:21.440Z] === RUN TestVolumesInspect [2021-06-28T12:03:21.440Z] --- PASS: TestVolumesInspect (0.04s) [2021-06-28T12:03:21.440Z] === RUN TestVolumesInvalidJSON [2021-06-28T12:03:21.440Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-28T12:03:21.441Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-28T12:03:21.441Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-28T12:03:21.441Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-06-28T12:03:21.441Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-28T12:03:21.441Z] PASS [2021-06-28T12:03:21.441Z] ok github.com/docker/docker/integration/volume 0.541s [2021-06-28T12:03:21.441Z] [2021-06-28T12:03:21.441Z] DONE 5 tests in 2.126s [2021-06-28T12:03:21.441Z] INFO: make.ps1 ended at 06/28/2021 12:03:21 [2021-06-28T12:03:21.441Z] INFO: Integration CLI tests being run from the host: [2021-06-28T12:03:21.441Z] 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" [2021-06-28T12:03:21.662Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-28T12:03:21.973Z] + echo Ensuring container killed. [2021-06-28T12:03:21.974Z] Ensuring container killed. [2021-06-28T12:03:21.974Z] + docker ps -aq -f name=docker-pr1-* [2021-06-28T12:03:21.974Z] + cids=f4af1fe6228c [2021-06-28T12:03:21.974Z] ddd81f992836 [2021-06-28T12:03:21.974Z] 185d1b45c054 [2021-06-28T12:03:21.974Z] + [ -n f4af1fe6228c [2021-06-28T12:03:21.974Z] ddd81f992836 [2021-06-28T12:03:21.974Z] 185d1b45c054 ] [2021-06-28T12:03:21.974Z] + docker rm -vf f4af1fe6228c ddd81f992836 185d1b45c054 [2021-06-28T12:03:23.341Z] f4af1fe6228c [2021-06-28T12:03:24.715Z] ddd81f992836 [2021-06-28T12:03:24.715Z] 185d1b45c054 [Pipeline] sh [2021-06-28T12:03:24.995Z] + echo Chowning /workspace to jenkins user [2021-06-28T12:03:24.995Z] Chowning /workspace to jenkins user [2021-06-28T12:03:24.995Z] + id -u [2021-06-28T12:03:24.995Z] + id -g [2021-06-28T12:03:24.995Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42572:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-28T12:03:29.452Z] + bundleName=amd64 [2021-06-28T12:03:29.452Z] + echo Creating amd64-bundles.tar.gz [2021-06-28T12:03:29.452Z] Creating amd64-bundles.tar.gz [2021-06-28T12:03:29.452Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-06-28T12:03:29.452Z] + xargs tar -czf amd64-bundles.tar.gz [2021-06-28T12:03:30.071Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:03:30.072Z] INFO: Testing against a local daemon [2021-06-28T12:03:30.072Z] === RUN TestDockerSuite [2021-06-28T12:03:30.072Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-06-28T12:03:30.072Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-06-28T12:03:30.072Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-28T12:03:30.072Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-06-28T12:03:30.072Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-06-28T12:03:30.072Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-06-28T12:03:30.072Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-06-28T12:03:30.072Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-28T12:03:30.072Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-06-28T12:03:30.072Z] === RUN TestDockerSuite/TestAPIImagesDelete [Pipeline] archiveArtifacts [2021-06-28T12:03:30.833Z] Archiving artifacts [2021-06-28T12:03:31.046Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-06-28T12:03:31.510Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-06-28T12:03:31.972Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-06-28T12:03:32.435Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-06-28T12:03:32.764Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42572/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-28T12:03:33.165Z] + make clean [2021-06-28T12:03:33.165Z] docker volume rm -f docker-dev-cache [2021-06-28T12:03:33.420Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-28T12:03:53.405Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-06-28T12:03:53.405Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-06-28T12:03:53.405Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-28T12:03:53.405Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-06-28T12:04:23.246Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-06-28T12:04:23.246Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-06-28T12:04:23.700Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-06-28T12:04:28.342Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-06-28T12:04:32.035Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-06-28T12:04:35.727Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-06-28T12:04:44.604Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-06-28T12:04:44.605Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-06-28T12:04:44.605Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-06-28T12:04:44.605Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-28T12:04:44.605Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-06-28T12:04:44.605Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-28T12:04:44.605Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-06-28T12:04:44.605Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-28T12:04:44.605Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-06-28T12:04:44.605Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-28T12:04:44.605Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-06-28T12:04:44.605Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-28T12:04:44.605Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-06-28T12:04:44.605Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-28T12:04:44.605Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-06-28T12:04:44.605Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:04:44.605Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-06-28T12:04:44.605Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-06-28T12:04:44.605Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-28T12:04:44.605Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-06-28T12:04:44.605Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-06-28T12:04:44.605Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-28T12:04:44.605Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-06-28T12:04:44.605Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-28T12:04:44.605Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-06-28T12:04:44.605Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-06-28T12:04:46.814Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-06-28T12:04:46.814Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-28T12:04:46.814Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-06-28T12:04:46.814Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-28T12:04:46.814Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-06-28T12:04:46.814Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-28T12:04:46.814Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-06-28T12:04:46.814Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-28T12:04:46.814Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-06-28T12:04:49.764Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-06-28T12:04:49.764Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-28T12:04:49.764Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-06-28T12:04:49.764Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-28T12:04:49.764Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-06-28T12:05:02.191Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-06-28T12:05:58.900Z] --- PASS: TestBuildWCOWSandboxSize (784.00s) [2021-06-28T12:05:58.900Z] === RUN TestBuildWithEmptyDockerfile [2021-06-28T12:05:58.900Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T12:05:58.900Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T12:05:58.900Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T12:05:58.900Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T12:05:58.900Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T12:05:58.900Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T12:05:58.900Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-28T12:05:58.900Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-28T12:05:58.900Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-28T12:05:58.900Z] --- PASS: TestBuildWithEmptyDockerfile (0.55s) [2021-06-28T12:05:58.900Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2021-06-28T12:05:58.900Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-06-28T12:05:58.900Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-06-28T12:05:58.900Z] === RUN TestBuildPreserveOwnership [2021-06-28T12:05:58.900Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T12:05:58.900Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-06-28T12:05:58.900Z] === RUN TestBuildPlatformInvalid [2021-06-28T12:05:58.900Z] --- PASS: TestBuildPlatformInvalid (0.54s) [2021-06-28T12:05:58.900Z] PASS [2021-06-28T12:05:58.900Z] ok github.com/docker/docker/integration/build 954.195s [2021-06-28T12:05:58.900Z] [2021-06-28T12:05:58.900Z] === Skipped [2021-06-28T12:05:58.900Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-06-28T12:05:58.900Z] build_session_test.go:25: TODO: BuildKit [2021-06-28T12:05:58.900Z] [2021-06-28T12:05:58.900Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-06-28T12:05:58.900Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:05:58.900Z] [2021-06-28T12:05:58.900Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-06-28T12:05:58.900Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T12:05:58.900Z] [2021-06-28T12:05:58.900Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-06-28T12:05:58.900Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T12:05:58.900Z] [2021-06-28T12:05:58.900Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-06-28T12:05:58.900Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T12:05:58.900Z] [2021-06-28T12:05:58.900Z] [2021-06-28T12:05:58.900Z] DONE 29 tests, 5 skipped in 981.359s [2021-06-28T12:05:58.900Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-06-28T12:05:58.900Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:05:58.900Z] INFO: Testing against a local daemon [2021-06-28T12:05:58.900Z] === RUN TestConfigInspect [2021-06-28T12:05:58.900Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:05:58.900Z] --- SKIP: TestConfigInspect (0.00s) [2021-06-28T12:05:58.900Z] === RUN TestConfigList [2021-06-28T12:05:58.900Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:05:58.900Z] --- SKIP: TestConfigList (0.00s) [2021-06-28T12:05:58.900Z] === RUN TestConfigsCreateAndDelete [2021-06-28T12:05:58.900Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:05:58.900Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-06-28T12:05:58.900Z] === RUN TestConfigsUpdate [2021-06-28T12:05:58.900Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:05:58.900Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-06-28T12:05:58.901Z] === RUN TestTemplatedConfig [2021-06-28T12:05:58.901Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:05:58.901Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-06-28T12:05:58.901Z] === RUN TestConfigCreateResolve [2021-06-28T12:05:58.901Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:05:58.901Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-06-28T12:05:58.901Z] PASS [2021-06-28T12:05:58.901Z] ok github.com/docker/docker/integration/config 0.309s [2021-06-28T12:05:58.901Z] [2021-06-28T12:05:58.901Z] === Skipped [2021-06-28T12:05:58.901Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-06-28T12:05:58.901Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:05:58.901Z] [2021-06-28T12:05:58.901Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-06-28T12:05:58.901Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:05:58.901Z] [2021-06-28T12:05:58.901Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-06-28T12:05:58.901Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:05:58.901Z] [2021-06-28T12:05:58.901Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-06-28T12:05:58.901Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:05:58.901Z] [2021-06-28T12:05:58.901Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-06-28T12:05:58.901Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:05:58.901Z] [2021-06-28T12:05:58.901Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-06-28T12:05:58.901Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:05:58.901Z] [2021-06-28T12:05:58.901Z] [2021-06-28T12:05:58.901Z] DONE 6 tests, 6 skipped in 2.899s [2021-06-28T12:05:58.901Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-06-28T12:05:58.901Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:05:58.901Z] INFO: Testing against a local daemon [2021-06-28T12:05:58.901Z] === RUN TestCheckpoint [2021-06-28T12:05:58.901Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-28T12:05:58.901Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-28T12:05:58.901Z] === RUN TestContainerInvalidJSON [2021-06-28T12:05:58.901Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T12:05:58.901Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T12:05:58.901Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T12:05:58.901Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T12:05:58.901Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-28T12:05:58.901Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-28T12:05:58.901Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-28T12:05:58.901Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-28T12:05:58.901Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-28T12:05:58.901Z] --- PASS: TestContainerInvalidJSON (0.58s) [2021-06-28T12:05:58.901Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-28T12:05:58.901Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-28T12:05:58.901Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-06-28T12:05:58.901Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-28T12:05:58.901Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.25s) [2021-06-28T12:05:58.901Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-28T12:05:58.901Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.22s) [2021-06-28T12:05:58.901Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-28T12:05:58.901Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.23s) [2021-06-28T12:05:58.901Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-28T12:05:58.901Z] --- PASS: TestCopyToContainerPathIsNotDir (0.23s) [2021-06-28T12:05:58.901Z] === RUN TestCopyFromContainer [2021-06-28T12:05:58.901Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:05:58.901Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-06-28T12:05:58.901Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-28T12:05:58.901Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T12:05:58.901Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T12:05:58.901Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T12:05:58.901Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T12:05:58.901Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T12:05:58.901Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T12:05:58.901Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-28T12:05:58.901Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-28T12:05:58.901Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-28T12:05:58.901Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-06-28T12:05:58.901Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-28T12:05:58.901Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2021-06-28T12:05:58.901Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-06-28T12:05:58.901Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-28T12:05:58.901Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-28T12:05:58.901Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.01s) [2021-06-28T12:05:58.901Z] === RUN TestCreateWithInvalidEnv [2021-06-28T12:05:58.901Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-28T12:05:58.901Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-28T12:05:58.901Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-28T12:05:58.901Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-28T12:05:58.901Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-28T12:05:58.901Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-28T12:05:58.901Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-28T12:05:58.901Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-28T12:05:58.901Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-28T12:05:58.901Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-06-28T12:05:58.901Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-28T12:05:58.901Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-28T12:05:58.901Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2021-06-28T12:05:58.901Z] === RUN TestCreateTmpfsMountsTarget [2021-06-28T12:05:58.901Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:05:58.901Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-06-28T12:05:58.901Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-28T12:05:58.901Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:05:58.901Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-06-28T12:05:58.901Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-28T12:05:58.901Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:05:58.901Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-28T12:05:58.901Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-28T12:05:58.901Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T12:05:58.901Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T12:05:58.901Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T12:05:58.901Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T12:05:58.901Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T12:05:58.901Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T12:05:58.901Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T12:05:58.901Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T12:05:58.901Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T12:05:58.901Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T12:05:58.901Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-28T12:05:58.901Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-28T12:05:58.901Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-28T12:05:58.901Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-28T12:05:58.901Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-28T12:05:58.901Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-06-28T12:05:58.901Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-28T12:05:58.901Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-28T12:05:58.901Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-28T12:05:58.901Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-28T12:05:58.901Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-06-28T12:05:58.901Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-28T12:05:58.901Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-28T12:05:58.901Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-28T12:05:58.901Z] === RUN TestCreateDifferentPlatform [2021-06-28T12:05:58.901Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-28T12:05:58.901Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-28T12:05:58.901Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-06-28T12:05:58.901Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-28T12:05:58.901Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-28T12:05:58.901Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-28T12:05:58.901Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2021-06-28T12:05:58.901Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-28T12:05:58.901Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-28T12:05:58.901Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-06-28T12:05:58.901Z] === RUN TestContainerKillOnDaemonStart [2021-06-28T12:05:58.901Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:05:58.901Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-06-28T12:05:58.901Z] === RUN TestDiff [2021-06-28T12:05:58.901Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-28T12:05:58.901Z] --- SKIP: TestDiff (0.00s) [2021-06-28T12:05:58.901Z] === RUN TestExecWithCloseStdin [2021-06-28T12:05:59.852Z] --- PASS: TestExecWithCloseStdin (3.02s) [2021-06-28T12:05:59.852Z] === RUN TestExec [2021-06-28T12:06:01.998Z] --- PASS: TestExec (2.13s) [2021-06-28T12:06:01.998Z] === RUN TestExecUser [2021-06-28T12:06:01.998Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-28T12:06:01.998Z] --- SKIP: TestExecUser (0.00s) [2021-06-28T12:06:01.998Z] === RUN TestExportContainerAndImportImage [2021-06-28T12:06:01.998Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:06:01.998Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-06-28T12:06:01.998Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-28T12:06:01.998Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:06:01.998Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-06-28T12:06:01.998Z] === RUN TestHealthCheckWorkdir [2021-06-28T12:06:01.998Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-28T12:06:01.998Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-06-28T12:06:01.998Z] === RUN TestHealthKillContainer [2021-06-28T12:06:01.998Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-28T12:06:01.998Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-06-28T12:06:01.998Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-28T12:06:01.998Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-28T12:06:01.998Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-06-28T12:06:01.998Z] === RUN TestKillContainerInvalidSignal [2021-06-28T12:06:04.144Z] --- PASS: TestKillContainerInvalidSignal (2.07s) [2021-06-28T12:06:04.144Z] === RUN TestKillContainer [2021-06-28T12:06:04.144Z] === RUN TestKillContainer/no_signal [2021-06-28T12:06:06.290Z] === RUN TestKillContainer/non_killing_signal [2021-06-28T12:06:06.290Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-28T12:06:06.290Z] === RUN TestKillContainer/killing_signal [2021-06-28T12:06:08.536Z] --- PASS: TestKillContainer (4.43s) [2021-06-28T12:06:08.536Z] --- PASS: TestKillContainer/no_signal (1.83s) [2021-06-28T12:06:08.536Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-28T12:06:08.536Z] --- PASS: TestKillContainer/killing_signal (2.56s) [2021-06-28T12:06:08.536Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-28T12:06:08.536Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T12:06:08.536Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-28T12:06:08.536Z] === RUN TestKillStoppedContainer [2021-06-28T12:06:08.536Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T12:06:08.536Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-06-28T12:06:08.536Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-28T12:06:08.536Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T12:06:08.536Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-28T12:06:08.536Z] === RUN TestKillDifferentUserContainer [2021-06-28T12:06:08.536Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-28T12:06:08.536Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-06-28T12:06:08.536Z] === RUN TestInspectOomKilledTrue [2021-06-28T12:06:08.536Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:06:08.536Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-28T12:06:08.536Z] === RUN TestInspectOomKilledFalse [2021-06-28T12:06:08.536Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-28T12:06:08.536Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-28T12:06:08.536Z] === RUN TestLogsFollowTailEmpty [2021-06-28T12:06:10.683Z] --- PASS: TestLogsFollowTailEmpty (2.21s) [2021-06-28T12:06:10.683Z] === RUN TestNetworkNat [2021-06-28T12:06:10.683Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-28T12:06:10.683Z] --- SKIP: TestNetworkNat (0.00s) [2021-06-28T12:06:10.683Z] === RUN TestNetworkLocalhostTCPNat [2021-06-28T12:06:12.829Z] --- PASS: TestNetworkLocalhostTCPNat (2.33s) [2021-06-28T12:06:12.829Z] === RUN TestNetworkLoopbackNat [2021-06-28T12:06:12.829Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-28T12:06:12.829Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-06-28T12:06:12.829Z] === RUN TestPause [2021-06-28T12:06:12.829Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-28T12:06:12.829Z] --- SKIP: TestPause (0.00s) [2021-06-28T12:06:12.829Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-28T12:06:14.974Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.96s) [2021-06-28T12:06:14.974Z] === RUN TestPauseStopPausedContainer [2021-06-28T12:06:14.974Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:06:14.974Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-06-28T12:06:14.974Z] === RUN TestPsFilter [2021-06-28T12:06:15.424Z] --- PASS: TestPsFilter (0.35s) [2021-06-28T12:06:15.424Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-28T12:06:16.830Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-06-28T12:06:18.289Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.55s) [2021-06-28T12:06:18.289Z] === RUN TestRemoveContainerWithVolume [2021-06-28T12:06:20.435Z] --- PASS: TestRemoveContainerWithVolume (2.63s) [2021-06-28T12:06:20.435Z] === RUN TestRemoveContainerRunning [2021-06-28T12:06:22.582Z] --- PASS: TestRemoveContainerRunning (1.94s) [2021-06-28T12:06:22.582Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-28T12:06:22.597Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-06-28T12:06:22.597Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-28T12:06:23.055Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-06-28T12:06:24.735Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.99s) [2021-06-28T12:06:24.735Z] === RUN TestRemoveInvalidContainer [2021-06-28T12:06:24.735Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-06-28T12:06:24.735Z] === RUN TestRenameLinkedContainer [2021-06-28T12:06:24.735Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-28T12:06:24.735Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-06-28T12:06:24.735Z] === RUN TestRenameStoppedContainer [2021-06-28T12:06:26.878Z] --- PASS: TestRenameStoppedContainer (2.16s) [2021-06-28T12:06:26.878Z] === RUN TestRenameRunningContainerAndReuse [2021-06-28T12:06:28.213Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-06-28T12:06:28.213Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-28T12:06:28.213Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-06-28T12:06:28.213Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-06-28T12:06:28.213Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-06-28T12:06:30.362Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-06-28T12:06:30.570Z] --- PASS: TestRenameRunningContainerAndReuse (4.01s) [2021-06-28T12:06:30.570Z] === RUN TestRenameInvalidName [2021-06-28T12:06:31.318Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-06-28T12:06:31.318Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-28T12:06:31.318Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-06-28T12:06:31.318Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-28T12:06:31.318Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-06-28T12:06:31.318Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-28T12:06:31.318Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-06-28T12:06:31.318Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-06-28T12:06:32.272Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-06-28T12:06:32.715Z] --- PASS: TestRenameInvalidName (1.98s) [2021-06-28T12:06:32.715Z] === RUN TestRenameAnonymousContainer [2021-06-28T12:06:35.966Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-06-28T12:06:37.481Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-06-28T12:06:37.481Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-28T12:06:37.481Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-06-28T12:06:37.481Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-28T12:06:37.481Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-06-28T12:06:37.481Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-06-28T12:06:40.350Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-06-28T12:06:42.945Z] --- PASS: TestRenameAnonymousContainer (8.88s) [2021-06-28T12:06:42.945Z] === RUN TestRenameContainerWithSameName [2021-06-28T12:06:43.396Z] --- PASS: TestRenameContainerWithSameName (1.89s) [2021-06-28T12:06:43.396Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-28T12:06:43.396Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-28T12:06:43.396Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-06-28T12:06:43.396Z] === RUN TestResize [2021-06-28T12:06:45.541Z] --- PASS: TestResize (2.05s) [2021-06-28T12:06:45.541Z] === RUN TestResizeWithInvalidSize [2021-06-28T12:06:47.686Z] --- PASS: TestResizeWithInvalidSize (1.97s) [2021-06-28T12:06:47.686Z] === RUN TestResizeWhenContainerNotStarted [2021-06-28T12:06:49.832Z] --- PASS: TestResizeWhenContainerNotStarted (2.51s) [2021-06-28T12:06:49.832Z] === RUN TestDaemonRestartKillContainers [2021-06-28T12:06:49.832Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:06:49.832Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-06-28T12:06:49.832Z] === RUN TestStats [2021-06-28T12:06:49.832Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-28T12:06:49.832Z] --- SKIP: TestStats (0.00s) [2021-06-28T12:06:49.832Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-28T12:06:52.778Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-06-28T12:06:55.559Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.05s) [2021-06-28T12:06:55.559Z] === RUN TestStopContainerWithTimeout [2021-06-28T12:06:55.559Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-28T12:06:55.559Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-06-28T12:06:55.559Z] === RUN TestUpdateRestartPolicy [2021-06-28T12:06:57.422Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-06-28T12:06:58.377Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-06-28T12:06:58.377Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-28T12:06:58.377Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-06-28T12:07:02.066Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-06-28T12:07:03.583Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-06-28T12:07:09.322Z] === RUN TestDockerSuite/TestBuildAddScript [2021-06-28T12:07:09.322Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-28T12:07:09.322Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-06-28T12:07:09.322Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-28T12:07:09.322Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-06-28T12:07:09.322Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-28T12:07:09.322Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-06-28T12:07:09.322Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-28T12:07:09.322Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-06-28T12:07:09.322Z] === RUN TestDockerSuite/TestBuildAddTar [2021-06-28T12:07:16.534Z] --- PASS: TestUpdateRestartPolicy (21.54s) [2021-06-28T12:07:16.534Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-28T12:07:18.682Z] --- PASS: TestUpdateRestartWithAutoRemove (2.01s) [2021-06-28T12:07:18.682Z] === RUN TestWaitNonBlocked [2021-06-28T12:07:18.682Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T12:07:18.682Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T12:07:18.682Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T12:07:18.682Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T12:07:18.682Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-28T12:07:18.682Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-28T12:07:21.551Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-06-28T12:07:21.551Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.99s) [2021-06-28T12:07:21.551Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.18s) [2021-06-28T12:07:21.551Z] === RUN TestWaitBlocked [2021-06-28T12:07:21.551Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:21.551Z] --- SKIP: TestWaitBlocked (0.00s) [2021-06-28T12:07:21.551Z] PASS [2021-06-28T12:07:21.551Z] ok github.com/docker/docker/integration/container 87.061s [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === Skipped [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-06-28T12:07:22.002Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-06-28T12:07:22.002Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.01s) [2021-06-28T12:07:22.002Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-06-28T12:07:22.002Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-06-28T12:07:22.002Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-28T12:07:22.002Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-28T12:07:22.002Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-06-28T12:07:22.002Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-06-28T12:07:22.002Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-06-28T12:07:22.002Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-06-28T12:07:22.002Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-06-28T12:07:22.002Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-06-28T12:07:22.002Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-06-28T12:07:22.002Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-06-28T12:07:22.002Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-06-28T12:07:22.002Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-06-28T12:07:22.002Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-28T12:07:22.002Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-28T12:07:22.002Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-06-28T12:07:22.002Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-28T12:07:22.002Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-06-28T12:07:22.002Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-06-28T12:07:22.002Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-06-28T12:07:22.002Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-06-28T12:07:22.002Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-06-28T12:07:22.002Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-06-28T12:07:22.002Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-06-28T12:07:22.002Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-06-28T12:07:22.002Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.002Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-06-28T12:07:22.002Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-28T12:07:22.002Z] [2021-06-28T12:07:22.003Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-06-28T12:07:22.003Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:22.003Z] [2021-06-28T12:07:22.003Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-06-28T12:07:22.003Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-28T12:07:22.003Z] [2021-06-28T12:07:22.003Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-06-28T12:07:22.003Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-28T12:07:22.003Z] [2021-06-28T12:07:22.003Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-06-28T12:07:22.003Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:22.003Z] [2021-06-28T12:07:22.003Z] [2021-06-28T12:07:22.003Z] DONE 88 tests, 33 skipped in 89.432s [2021-06-28T12:07:22.003Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-06-28T12:07:23.538Z] === RUN TestConfigDaemonLibtrustID [2021-06-28T12:07:23.538Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-06-28T12:07:23.538Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-06-28T12:07:23.538Z] === RUN TestDaemonConfigValidation [2021-06-28T12:07:23.538Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-06-28T12:07:23.538Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-06-28T12:07:23.538Z] PASS [2021-06-28T12:07:23.538Z] ok github.com/docker/docker/integration/daemon 0.357s [2021-06-28T12:07:23.991Z] [2021-06-28T12:07:23.991Z] === Skipped [2021-06-28T12:07:23.991Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-06-28T12:07:23.991Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-06-28T12:07:23.991Z] [2021-06-28T12:07:23.991Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-06-28T12:07:23.991Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-06-28T12:07:23.991Z] [2021-06-28T12:07:23.991Z] [2021-06-28T12:07:23.991Z] DONE 2 tests, 2 skipped in 1.975s [2021-06-28T12:07:23.991Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-06-28T12:07:26.135Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:07:26.135Z] INFO: Testing against a local daemon [2021-06-28T12:07:26.135Z] === RUN TestCommitInheritsEnv [2021-06-28T12:07:26.135Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T12:07:26.135Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-06-28T12:07:26.135Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-28T12:07:26.135Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-28T12:07:26.135Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-06-28T12:07:26.135Z] === RUN TestImagesFilterMultiReference [2021-06-28T12:07:26.135Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-06-28T12:07:26.135Z] === RUN TestImagePullPlatformInvalid [2021-06-28T12:07:26.135Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-06-28T12:07:26.135Z] === RUN TestRemoveImageOrphaning [2021-06-28T12:07:27.086Z] --- PASS: TestRemoveImageOrphaning (1.04s) [2021-06-28T12:07:27.086Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-28T12:07:27.086Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-06-28T12:07:27.086Z] === RUN TestTagInvalidReference [2021-06-28T12:07:27.086Z] --- PASS: TestTagInvalidReference (0.03s) [2021-06-28T12:07:27.086Z] === RUN TestTagValidPrefixedRepo [2021-06-28T12:07:27.086Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-06-28T12:07:27.086Z] === RUN TestTagExistedNameWithoutForce [2021-06-28T12:07:27.086Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-06-28T12:07:27.086Z] === RUN TestTagOfficialNames [2021-06-28T12:07:27.086Z] --- PASS: TestTagOfficialNames (0.08s) [2021-06-28T12:07:27.086Z] === RUN TestTagMatchesDigest [2021-06-28T12:07:27.086Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-06-28T12:07:27.086Z] PASS [2021-06-28T12:07:27.086Z] ok github.com/docker/docker/integration/image 1.718s [2021-06-28T12:07:27.086Z] [2021-06-28T12:07:27.086Z] === Skipped [2021-06-28T12:07:27.086Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-06-28T12:07:27.086Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T12:07:27.086Z] [2021-06-28T12:07:27.086Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-06-28T12:07:27.086Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-28T12:07:27.086Z] [2021-06-28T12:07:27.086Z] [2021-06-28T12:07:27.086Z] DONE 11 tests, 2 skipped in 3.308s [2021-06-28T12:07:27.086Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-06-28T12:07:29.236Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:07:29.236Z] INFO: Testing against a local daemon [2021-06-28T12:07:29.236Z] === RUN TestNetworkCreateDelete [2021-06-28T12:07:29.236Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:29.236Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-06-28T12:07:29.236Z] === RUN TestDockerNetworkDeletePreferID [2021-06-28T12:07:29.236Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-06-28T12:07:29.236Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-06-28T12:07:29.236Z] === RUN TestDaemonDNSFallback [2021-06-28T12:07:29.236Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:29.236Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-06-28T12:07:29.236Z] === RUN TestInspectNetwork [2021-06-28T12:07:29.236Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-28T12:07:29.236Z] --- SKIP: TestInspectNetwork (0.00s) [2021-06-28T12:07:29.236Z] === RUN TestRunContainerWithBridgeNone [2021-06-28T12:07:29.236Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:29.236Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-06-28T12:07:29.236Z] === RUN TestNetworkInvalidJSON [2021-06-28T12:07:29.236Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-28T12:07:29.236Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-28T12:07:29.236Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T12:07:29.236Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T12:07:29.236Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T12:07:29.236Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T12:07:29.236Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-28T12:07:29.236Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-28T12:07:29.236Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-28T12:07:29.236Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-06-28T12:07:29.236Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-06-28T12:07:29.236Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-06-28T12:07:29.236Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-06-28T12:07:29.236Z] === RUN TestNetworkList [2021-06-28T12:07:29.236Z] === RUN TestNetworkList//networks [2021-06-28T12:07:29.236Z] === PAUSE TestNetworkList//networks [2021-06-28T12:07:29.236Z] === RUN TestNetworkList//networks/ [2021-06-28T12:07:29.236Z] === PAUSE TestNetworkList//networks/ [2021-06-28T12:07:29.236Z] === CONT TestNetworkList//networks [2021-06-28T12:07:29.693Z] === CONT TestNetworkList//networks/ [2021-06-28T12:07:29.693Z] --- PASS: TestNetworkList (0.03s) [2021-06-28T12:07:29.693Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-28T12:07:29.693Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-28T12:07:29.693Z] === RUN TestHostIPv4BridgeLabel [2021-06-28T12:07:29.693Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-06-28T12:07:29.693Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-28T12:07:29.693Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-06-28T12:07:29.693Z] === RUN TestDaemonDefaultNetworkPools [2021-06-28T12:07:29.693Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-06-28T12:07:29.693Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-28T12:07:29.693Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-28T12:07:29.693Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-28T12:07:29.693Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-28T12:07:29.693Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-28T12:07:29.693Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-28T12:07:29.693Z] === RUN TestServiceWithPredefinedNetwork [2021-06-28T12:07:29.693Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-06-28T12:07:29.693Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-28T12:07:29.693Z] service_test.go:242: FLAKY_TEST [2021-06-28T12:07:29.693Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-28T12:07:29.693Z] === RUN TestServiceWithDataPathPortInit [2021-06-28T12:07:29.693Z] service_test.go:333: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-06-28T12:07:29.693Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-28T12:07:29.693Z] service_test.go:401: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-28T12:07:29.693Z] PASS [2021-06-28T12:07:29.693Z] ok github.com/docker/docker/integration/network 0.411s [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] === Skipped [2021-06-28T12:07:29.693Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-06-28T12:07:29.693Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-06-28T12:07:29.693Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-06-28T12:07:29.693Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-06-28T12:07:29.693Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-06-28T12:07:29.693Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-06-28T12:07:29.693Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-06-28T12:07:29.693Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-06-28T12:07:29.693Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-28T12:07:29.693Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-28T12:07:29.693Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-28T12:07:29.693Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-06-28T12:07:29.693Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-28T12:07:29.693Z] service_test.go:242: FLAKY_TEST [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-06-28T12:07:29.693Z] service_test.go:333: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-28T12:07:29.693Z] service_test.go:401: testEnv.OSType == "windows" [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] [2021-06-28T12:07:29.693Z] DONE 22 tests, 15 skipped in 2.235s [2021-06-28T12:07:29.693Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-06-28T12:07:30.144Z] testing: warning: no tests to run [2021-06-28T12:07:30.144Z] PASS [2021-06-28T12:07:30.144Z] ok github.com/docker/docker/integration/network/ipvlan 0.132s [2021-06-28T12:07:30.144Z] [2021-06-28T12:07:30.144Z] DONE 0 tests in 0.691s [2021-06-28T12:07:30.144Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-06-28T12:07:31.096Z] testing: warning: no tests to run [2021-06-28T12:07:31.096Z] PASS [2021-06-28T12:07:31.096Z] ok github.com/docker/docker/integration/network/macvlan 0.143s [2021-06-28T12:07:31.096Z] [2021-06-28T12:07:31.096Z] DONE 0 tests in 0.698s [2021-06-28T12:07:31.096Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-06-28T12:07:32.048Z] testing: warning: no tests to run [2021-06-28T12:07:32.048Z] PASS [2021-06-28T12:07:32.048Z] ok github.com/docker/docker/integration/plugin 0.132s [2021-06-28T12:07:32.048Z] [2021-06-28T12:07:32.048Z] DONE 0 tests in 0.723s [2021-06-28T12:07:32.048Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-06-28T12:07:32.499Z] testing: warning: no tests to run [2021-06-28T12:07:32.499Z] PASS [2021-06-28T12:07:32.499Z] ok github.com/docker/docker/integration/plugin/authz 0.126s [2021-06-28T12:07:32.499Z] [2021-06-28T12:07:32.499Z] DONE 0 tests in 0.687s [2021-06-28T12:07:32.499Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-06-28T12:07:42.740Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:07:42.740Z] INFO: Testing against a local daemon [2021-06-28T12:07:42.740Z] === RUN TestPluginInvalidJSON [2021-06-28T12:07:42.740Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T12:07:42.740Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T12:07:42.740Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-28T12:07:42.740Z] --- PASS: TestPluginInvalidJSON (0.04s) [2021-06-28T12:07:42.740Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-28T12:07:42.740Z] === RUN TestPluginInstall [2021-06-28T12:07:42.740Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-28T12:07:42.740Z] --- SKIP: TestPluginInstall (0.00s) [2021-06-28T12:07:42.740Z] === RUN TestPluginsWithRuntimes [2021-06-28T12:07:42.740Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-28T12:07:42.740Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-06-28T12:07:42.740Z] === RUN TestPluginBackCompatMediaTypes [2021-06-28T12:07:42.740Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-28T12:07:42.740Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-06-28T12:07:42.740Z] PASS [2021-06-28T12:07:42.740Z] ok github.com/docker/docker/integration/plugin/common 0.364s [2021-06-28T12:07:42.740Z] [2021-06-28T12:07:42.740Z] === Skipped [2021-06-28T12:07:42.740Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-06-28T12:07:42.740Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-28T12:07:42.740Z] [2021-06-28T12:07:42.740Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-06-28T12:07:42.740Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-28T12:07:42.740Z] [2021-06-28T12:07:42.740Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-06-28T12:07:42.740Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-28T12:07:42.740Z] [2021-06-28T12:07:42.740Z] [2021-06-28T12:07:42.740Z] DONE 5 tests, 3 skipped in 9.854s [2021-06-28T12:07:42.740Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-06-28T12:07:44.880Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-06-28T12:07:44.880Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-28T12:07:44.880Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-06-28T12:07:44.880Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-28T12:07:44.880Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-06-28T12:07:45.611Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:07:45.611Z] INFO: Testing against a local daemon [2021-06-28T12:07:45.611Z] === RUN TestExternalGraphDriver [2021-06-28T12:07:45.611Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-28T12:07:45.611Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-06-28T12:07:45.611Z] === RUN TestGraphdriverPluginV2 [2021-06-28T12:07:45.611Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-28T12:07:45.611Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-06-28T12:07:45.611Z] PASS [2021-06-28T12:07:45.611Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.356s [2021-06-28T12:07:45.611Z] [2021-06-28T12:07:45.611Z] === Skipped [2021-06-28T12:07:45.611Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-06-28T12:07:45.611Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-28T12:07:45.611Z] [2021-06-28T12:07:45.611Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-06-28T12:07:45.611Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-28T12:07:45.611Z] [2021-06-28T12:07:45.611Z] [2021-06-28T12:07:45.611Z] DONE 2 tests, 2 skipped in 3.051s [2021-06-28T12:07:45.611Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-06-28T12:07:47.756Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:07:47.756Z] INFO: Testing against a local daemon [2021-06-28T12:07:47.756Z] === RUN TestReadPluginNoRead [2021-06-28T12:07:47.756Z] read_test.go:21: no unix domain sockets on Windows [2021-06-28T12:07:47.756Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-06-28T12:07:47.756Z] PASS [2021-06-28T12:07:47.756Z] ok github.com/docker/docker/integration/plugin/logging 0.328s [2021-06-28T12:07:47.756Z] [2021-06-28T12:07:47.756Z] === Skipped [2021-06-28T12:07:47.756Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-06-28T12:07:47.756Z] read_test.go:21: no unix domain sockets on Windows [2021-06-28T12:07:47.756Z] [2021-06-28T12:07:47.756Z] [2021-06-28T12:07:47.756Z] DONE 1 tests, 1 skipped in 2.078s [2021-06-28T12:07:47.756Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-06-28T12:07:48.707Z] testing: warning: no tests to run [2021-06-28T12:07:48.707Z] PASS [2021-06-28T12:07:48.707Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.141s [2021-06-28T12:07:48.707Z] [2021-06-28T12:07:48.707Z] DONE 0 tests in 0.990s [2021-06-28T12:07:48.707Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-06-28T12:07:50.853Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:07:50.853Z] INFO: Testing against a local daemon [2021-06-28T12:07:50.853Z] === RUN TestPluginWithDevMounts [2021-06-28T12:07:50.853Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:50.853Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-06-28T12:07:50.853Z] PASS [2021-06-28T12:07:50.853Z] ok github.com/docker/docker/integration/plugin/volumes 0.332s [2021-06-28T12:07:50.853Z] [2021-06-28T12:07:50.853Z] === Skipped [2021-06-28T12:07:50.853Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-06-28T12:07:50.853Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:50.853Z] [2021-06-28T12:07:50.853Z] [2021-06-28T12:07:50.853Z] DONE 1 tests, 1 skipped in 2.074s [2021-06-28T12:07:50.853Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-06-28T12:07:52.999Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:07:52.999Z] INFO: Testing against a local daemon [2021-06-28T12:07:52.999Z] === RUN TestSecretInspect [2021-06-28T12:07:52.999Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:52.999Z] --- SKIP: TestSecretInspect (0.00s) [2021-06-28T12:07:52.999Z] === RUN TestSecretList [2021-06-28T12:07:52.999Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:52.999Z] --- SKIP: TestSecretList (0.00s) [2021-06-28T12:07:52.999Z] === RUN TestSecretsCreateAndDelete [2021-06-28T12:07:52.999Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:52.999Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-06-28T12:07:52.999Z] === RUN TestSecretsUpdate [2021-06-28T12:07:52.999Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:52.999Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-06-28T12:07:52.999Z] === RUN TestTemplatedSecret [2021-06-28T12:07:52.999Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:52.999Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-06-28T12:07:52.999Z] === RUN TestSecretCreateResolve [2021-06-28T12:07:52.999Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:52.999Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-06-28T12:07:52.999Z] PASS [2021-06-28T12:07:52.999Z] ok github.com/docker/docker/integration/secret 0.346s [2021-06-28T12:07:52.999Z] [2021-06-28T12:07:52.999Z] === Skipped [2021-06-28T12:07:52.999Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-06-28T12:07:52.999Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:52.999Z] [2021-06-28T12:07:52.999Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-06-28T12:07:52.999Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:52.999Z] [2021-06-28T12:07:52.999Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-06-28T12:07:52.999Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:52.999Z] [2021-06-28T12:07:52.999Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-06-28T12:07:52.999Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:52.999Z] [2021-06-28T12:07:52.999Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-06-28T12:07:52.999Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:52.999Z] [2021-06-28T12:07:52.999Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-06-28T12:07:52.999Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:52.999Z] [2021-06-28T12:07:52.999Z] [2021-06-28T12:07:52.999Z] DONE 6 tests, 6 skipped in 1.912s [2021-06-28T12:07:52.999Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-06-28T12:07:55.146Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:07:55.146Z] INFO: Testing against a local daemon [2021-06-28T12:07:55.146Z] === RUN TestServiceCreateInit [2021-06-28T12:07:55.146Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-28T12:07:55.146Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.146Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-28T12:07:55.146Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.146Z] --- PASS: TestServiceCreateInit (0.04s) [2021-06-28T12:07:55.146Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-28T12:07:55.146Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-28T12:07:55.146Z] === RUN TestCreateServiceMultipleTimes [2021-06-28T12:07:55.146Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.146Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-06-28T12:07:55.146Z] === RUN TestCreateServiceConflict [2021-06-28T12:07:55.146Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.146Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-06-28T12:07:55.146Z] === RUN TestCreateServiceMaxReplicas [2021-06-28T12:07:55.146Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.146Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-06-28T12:07:55.146Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-28T12:07:55.146Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.146Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-28T12:07:55.146Z] === RUN TestCreateServiceSecretFileMode [2021-06-28T12:07:55.146Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.146Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-06-28T12:07:55.146Z] === RUN TestCreateServiceConfigFileMode [2021-06-28T12:07:55.146Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.146Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-06-28T12:07:55.146Z] === RUN TestCreateServiceSysctls [2021-06-28T12:07:55.146Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.146Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-06-28T12:07:55.146Z] === RUN TestCreateServiceCapabilities [2021-06-28T12:07:55.146Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.597Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-06-28T12:07:55.597Z] === RUN TestInspect [2021-06-28T12:07:55.597Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.597Z] --- SKIP: TestInspect (0.00s) [2021-06-28T12:07:55.597Z] === RUN TestCreateJob [2021-06-28T12:07:55.597Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.597Z] --- SKIP: TestCreateJob (0.00s) [2021-06-28T12:07:55.597Z] === RUN TestReplicatedJob [2021-06-28T12:07:55.597Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.597Z] --- SKIP: TestReplicatedJob (0.00s) [2021-06-28T12:07:55.597Z] === RUN TestUpdateReplicatedJob [2021-06-28T12:07:55.597Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.597Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-06-28T12:07:55.597Z] === RUN TestServiceListWithStatuses [2021-06-28T12:07:55.597Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.597Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-28T12:07:55.597Z] === RUN TestDockerNetworkConnectAlias [2021-06-28T12:07:55.597Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.597Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-06-28T12:07:55.597Z] === RUN TestDockerNetworkReConnect [2021-06-28T12:07:55.597Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.597Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-06-28T12:07:55.597Z] === RUN TestServicePlugin [2021-06-28T12:07:55.597Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.597Z] --- SKIP: TestServicePlugin (0.00s) [2021-06-28T12:07:55.597Z] === RUN TestServiceUpdateLabel [2021-06-28T12:07:55.597Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:55.597Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-06-28T12:07:55.597Z] === RUN TestServiceUpdateSecrets [2021-06-28T12:07:55.597Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:55.597Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-06-28T12:07:55.597Z] === RUN TestServiceUpdateConfigs [2021-06-28T12:07:55.597Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:55.597Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-06-28T12:07:55.597Z] === RUN TestServiceUpdateNetwork [2021-06-28T12:07:55.597Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:55.597Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-06-28T12:07:55.597Z] === RUN TestServiceUpdatePidsLimit [2021-06-28T12:07:55.597Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:55.597Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-06-28T12:07:55.597Z] PASS [2021-06-28T12:07:55.597Z] ok github.com/docker/docker/integration/service 0.453s [2021-06-28T12:07:55.597Z] [2021-06-28T12:07:55.597Z] === Skipped [2021-06-28T12:07:55.597Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-28T12:07:55.597Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.597Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-28T12:07:55.597Z] [2021-06-28T12:07:55.597Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-28T12:07:55.597Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.597Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-28T12:07:55.597Z] [2021-06-28T12:07:55.597Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-06-28T12:07:55.597Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.597Z] [2021-06-28T12:07:55.597Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-06-28T12:07:55.597Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.597Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-06-28T12:07:55.598Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-28T12:07:55.598Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-06-28T12:07:55.598Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-06-28T12:07:55.598Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-06-28T12:07:55.598Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-06-28T12:07:55.598Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-06-28T12:07:55.598Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-06-28T12:07:55.598Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-06-28T12:07:55.598Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-06-28T12:07:55.598Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-06-28T12:07:55.598Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-06-28T12:07:55.598Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-06-28T12:07:55.598Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-06-28T12:07:55.598Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-06-28T12:07:55.598Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-06-28T12:07:55.598Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-06-28T12:07:55.598Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-06-28T12:07:55.598Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-06-28T12:07:55.598Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] [2021-06-28T12:07:55.598Z] DONE 24 tests, 23 skipped in 2.478s [2021-06-28T12:07:55.598Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-06-28T12:07:57.109Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:07:57.109Z] INFO: Testing against a local daemon [2021-06-28T12:07:57.109Z] === RUN TestSessionCreate [2021-06-28T12:07:57.109Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-28T12:07:57.109Z] --- SKIP: TestSessionCreate (0.00s) [2021-06-28T12:07:57.109Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-28T12:07:57.109Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-28T12:07:57.109Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-06-28T12:07:57.109Z] PASS [2021-06-28T12:07:57.109Z] ok github.com/docker/docker/integration/session 0.325s [2021-06-28T12:07:57.109Z] [2021-06-28T12:07:57.109Z] === Skipped [2021-06-28T12:07:57.109Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-06-28T12:07:57.109Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-28T12:07:57.109Z] [2021-06-28T12:07:57.109Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-06-28T12:07:57.109Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-28T12:07:57.109Z] [2021-06-28T12:07:57.109Z] [2021-06-28T12:07:57.109Z] DONE 2 tests, 2 skipped in 1.788s [2021-06-28T12:07:57.560Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-06-28T12:07:59.075Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:07:59.075Z] INFO: Testing against a local daemon [2021-06-28T12:07:59.075Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-28T12:07:59.075Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:07:59.075Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-28T12:07:59.075Z] === RUN TestEventsExecDie [2021-06-28T12:07:59.075Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-28T12:07:59.075Z] --- SKIP: TestEventsExecDie (0.00s) [2021-06-28T12:07:59.075Z] === RUN TestEventsBackwardsCompatible [2021-06-28T12:07:59.075Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-28T12:07:59.076Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-06-28T12:07:59.076Z] === RUN TestEventsVolumeCreate [2021-06-28T12:07:59.076Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-06-28T12:07:59.076Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-06-28T12:07:59.076Z] === RUN TestInfoAPI [2021-06-28T12:07:59.076Z] --- PASS: TestInfoAPI (0.05s) [2021-06-28T12:07:59.076Z] === RUN TestInfoAPIWarnings [2021-06-28T12:07:59.076Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T12:07:59.076Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-06-28T12:07:59.076Z] === RUN TestInfoDebug [2021-06-28T12:07:59.076Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T12:07:59.076Z] --- SKIP: TestInfoDebug (0.00s) [2021-06-28T12:07:59.076Z] === RUN TestInfoInsecureRegistries [2021-06-28T12:07:59.076Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T12:07:59.076Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-06-28T12:07:59.076Z] === RUN TestInfoRegistryMirrors [2021-06-28T12:07:59.076Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T12:07:59.076Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-06-28T12:07:59.076Z] === RUN TestLoginFailsWithBadCredentials [2021-06-28T12:08:00.589Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s) [2021-06-28T12:08:00.589Z] === RUN TestPingCacheHeaders [2021-06-28T12:08:00.589Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-06-28T12:08:00.589Z] === RUN TestPingGet [2021-06-28T12:08:00.589Z] --- PASS: TestPingGet (0.04s) [2021-06-28T12:08:00.589Z] === RUN TestPingHead [2021-06-28T12:08:00.589Z] --- PASS: TestPingHead (0.04s) [2021-06-28T12:08:00.589Z] === RUN TestVersion [2021-06-28T12:08:00.589Z] --- PASS: TestVersion (0.03s) [2021-06-28T12:08:00.589Z] PASS [2021-06-28T12:08:00.589Z] ok github.com/docker/docker/integration/system 1.483s [2021-06-28T12:08:00.589Z] [2021-06-28T12:08:00.589Z] === Skipped [2021-06-28T12:08:00.589Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-28T12:08:00.589Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-28T12:08:00.589Z] [2021-06-28T12:08:00.589Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-06-28T12:08:00.589Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-28T12:08:00.589Z] [2021-06-28T12:08:00.589Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-06-28T12:08:00.589Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-28T12:08:00.589Z] [2021-06-28T12:08:00.589Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-06-28T12:08:00.589Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-06-28T12:08:00.589Z] [2021-06-28T12:08:00.589Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-06-28T12:08:00.589Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-28T12:08:00.589Z] [2021-06-28T12:08:00.589Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-06-28T12:08:00.589Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T12:08:00.589Z] [2021-06-28T12:08:00.589Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-06-28T12:08:00.589Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T12:08:00.589Z] [2021-06-28T12:08:00.589Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-06-28T12:08:00.589Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-28T12:08:00.589Z] [2021-06-28T12:08:00.589Z] [2021-06-28T12:08:00.589Z] DONE 14 tests, 8 skipped in 3.077s [2021-06-28T12:08:00.589Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-06-28T12:08:02.754Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:08:02.754Z] INFO: Testing against a local daemon [2021-06-28T12:08:02.754Z] === RUN TestVolumesCreateAndList [2021-06-28T12:08:02.754Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-06-28T12:08:02.754Z] === RUN TestVolumesRemove [2021-06-28T12:08:02.754Z] --- PASS: TestVolumesRemove (0.17s) [2021-06-28T12:08:02.754Z] === RUN TestVolumesInspect [2021-06-28T12:08:02.754Z] --- PASS: TestVolumesInspect (0.04s) [2021-06-28T12:08:02.754Z] === RUN TestVolumesInvalidJSON [2021-06-28T12:08:02.754Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-28T12:08:02.754Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-28T12:08:02.754Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-28T12:08:02.754Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-06-28T12:08:02.754Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-28T12:08:02.754Z] PASS [2021-06-28T12:08:02.754Z] ok github.com/docker/docker/integration/volume 0.591s [2021-06-28T12:08:02.754Z] [2021-06-28T12:08:02.754Z] DONE 5 tests in 2.297s [2021-06-28T12:08:02.754Z] INFO: make.ps1 ended at 06/28/2021 12:08:02 [2021-06-28T12:08:02.754Z] INFO: Integration CLI tests being run from the host: [2021-06-28T12:08:02.754Z] 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" [2021-06-28T12:08:09.909Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-06-28T12:08:09.909Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-28T12:08:09.909Z] === RUN TestDockerSuite/TestBuildBlankName [2021-06-28T12:08:10.371Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-06-28T12:08:13.004Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-28T12:08:13.004Z] INFO: Testing against a local daemon [2021-06-28T12:08:13.004Z] === RUN TestDockerSuite [2021-06-28T12:08:13.004Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-06-28T12:08:13.004Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-06-28T12:08:13.004Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-28T12:08:13.004Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-06-28T12:08:13.004Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-06-28T12:08:13.004Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-06-28T12:08:13.004Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-06-28T12:08:13.004Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-28T12:08:13.004Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-06-28T12:08:13.004Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-06-28T12:08:13.004Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-06-28T12:08:13.455Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-06-28T12:08:13.906Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-06-28T12:08:14.357Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-06-28T12:08:19.418Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-06-28T12:08:19.418Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-06-28T12:08:19.418Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-06-28T12:08:22.675Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-06-28T12:08:22.675Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-28T12:08:23.629Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-06-28T12:08:29.375Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-06-28T12:08:46.968Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-06-28T12:08:55.229Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-06-28T12:09:05.578Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-06-28T12:09:07.963Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-06-28T12:09:07.963Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-28T12:09:07.963Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-06-28T12:09:10.836Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-06-28T12:09:10.836Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-28T12:09:10.836Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-06-28T12:09:10.836Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-28T12:09:10.836Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-06-28T12:09:19.339Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-06-28T12:09:19.339Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-28T12:09:19.339Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-06-28T12:09:20.295Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-06-28T12:09:20.295Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-28T12:09:20.295Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-06-28T12:09:20.295Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-28T12:09:20.295Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-06-28T12:09:20.431Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-06-28T12:09:26.408Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-06-28T12:09:26.408Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-06-28T12:09:26.408Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-06-28T12:09:26.408Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-28T12:09:26.408Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-06-28T12:09:26.408Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-28T12:09:26.408Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-06-28T12:09:26.408Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-28T12:09:26.408Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-06-28T12:09:26.408Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-28T12:09:26.408Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-06-28T12:09:26.408Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-28T12:09:26.408Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-06-28T12:09:26.408Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-28T12:09:26.408Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-06-28T12:09:26.408Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:09:26.408Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-06-28T12:09:26.408Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-06-28T12:09:26.408Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-28T12:09:26.408Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-06-28T12:09:26.408Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-06-28T12:09:26.408Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-28T12:09:26.408Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-06-28T12:09:26.408Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-28T12:09:26.408Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-06-28T12:09:26.408Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-06-28T12:09:29.341Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-06-28T12:09:29.341Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-28T12:09:29.341Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-06-28T12:09:29.341Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-28T12:09:29.341Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-06-28T12:09:29.341Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-28T12:09:29.341Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-06-28T12:09:29.341Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-28T12:09:29.341Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-06-28T12:09:32.257Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-06-28T12:09:32.257Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-28T12:09:32.257Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-06-28T12:09:32.257Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-28T12:09:32.257Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-06-28T12:09:44.668Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-06-28T12:09:50.135Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-06-28T12:09:50.586Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-06-28T12:09:50.586Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-28T12:09:51.541Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-06-28T12:09:51.541Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-28T12:09:51.994Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-06-28T12:09:54.144Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-06-28T12:09:54.144Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-28T12:09:54.144Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-06-28T12:10:04.388Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-06-28T12:10:04.841Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-06-28T12:10:04.841Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-28T12:10:04.841Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-06-28T12:10:04.841Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-28T12:10:04.841Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-06-28T12:10:06.360Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-06-28T12:10:07.877Z] === RUN TestDockerSuite/TestBuildCmd [2021-06-28T12:10:08.333Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-06-28T12:10:08.785Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-06-28T12:10:09.739Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-06-28T12:10:11.173Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-06-28T12:10:15.492Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-06-28T12:10:18.363Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-06-28T12:10:18.363Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-28T12:10:18.363Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-06-28T12:10:19.318Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-06-28T12:10:19.318Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-28T12:10:19.318Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-06-28T12:10:19.770Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-06-28T12:10:26.026Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-06-28T12:10:26.783Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-06-28T12:10:27.738Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-06-28T12:10:28.693Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-06-28T12:10:28.693Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-28T12:10:28.693Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-06-28T12:10:29.647Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-06-28T12:10:30.604Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-06-28T12:10:30.604Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-28T12:10:30.604Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-06-28T12:10:30.604Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-28T12:10:30.604Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-06-28T12:10:36.344Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-06-28T12:10:40.952Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-06-28T12:11:10.756Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-06-28T12:11:10.756Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-28T12:11:10.756Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-06-28T12:11:10.756Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-06-28T12:11:10.756Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-06-28T12:11:16.576Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-06-28T12:11:17.037Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-06-28T12:11:17.037Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-28T12:11:17.037Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-06-28T12:11:17.038Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-28T12:11:17.038Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-06-28T12:11:17.038Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-28T12:11:17.038Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-06-28T12:11:17.506Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-06-28T12:11:18.480Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-06-28T12:11:21.402Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-06-28T12:11:23.588Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-06-28T12:11:23.588Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-28T12:11:23.588Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-06-28T12:11:23.588Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-28T12:11:23.588Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-06-28T12:11:23.588Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-06-28T12:11:26.506Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-06-28T12:11:26.906Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-06-28T12:11:26.906Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-06-28T12:11:26.906Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-06-28T12:11:32.678Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-06-28T12:11:32.678Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-28T12:11:32.678Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-06-28T12:11:32.678Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-28T12:11:33.132Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-06-28T12:11:33.132Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-28T12:11:33.132Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-06-28T12:11:34.091Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-06-28T12:11:34.091Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-28T12:11:34.091Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-06-28T12:11:38.938Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-06-28T12:11:44.746Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-06-28T12:11:45.208Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-06-28T12:11:45.208Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-28T12:11:45.208Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-06-28T12:11:48.954Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-06-28T12:11:50.497Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-06-28T12:11:55.201Z] === RUN TestDockerSuite/TestBuildAddScript [2021-06-28T12:11:55.201Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-28T12:11:55.201Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-06-28T12:11:55.201Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-28T12:11:55.201Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-06-28T12:11:55.201Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-28T12:11:55.201Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-06-28T12:11:55.201Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-28T12:11:55.201Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-06-28T12:11:56.173Z] === RUN TestDockerSuite/TestBuildAddTar [2021-06-28T12:12:03.962Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-06-28T12:12:03.962Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-06-28T12:12:03.962Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-28T12:12:03.962Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-06-28T12:12:24.981Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-06-28T12:12:27.144Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-06-28T12:12:28.102Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-06-28T12:12:31.817Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-06-28T12:12:31.900Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-06-28T12:12:31.900Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-28T12:12:31.900Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-06-28T12:12:31.900Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-28T12:12:32.361Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-06-28T12:12:35.539Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-06-28T12:12:38.423Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-06-28T12:12:50.075Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-06-28T12:12:50.075Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-28T12:12:51.048Z] === RUN TestDockerSuite/TestBuildBlankName [2021-06-28T12:12:52.020Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-06-28T12:13:04.430Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-06-28T12:13:04.430Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-28T12:13:04.430Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-06-28T12:13:07.925Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-06-28T12:13:07.925Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-06-28T12:13:07.925Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-28T12:13:07.925Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-06-28T12:13:07.925Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-28T12:13:07.925Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-06-28T12:13:08.899Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-06-28T12:13:10.445Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-06-28T12:13:10.445Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-28T12:13:10.445Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-06-28T12:13:11.419Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-06-28T12:13:12.394Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-06-28T12:13:14.772Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-06-28T12:13:19.507Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-06-28T12:13:24.214Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-06-28T12:13:29.628Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-06-28T12:13:31.311Z] === RUN TestDockerSuite/TestBuildEnv [2021-06-28T12:13:31.311Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-28T12:13:31.311Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-06-28T12:13:31.311Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-28T12:13:31.311Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-06-28T12:13:31.311Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-28T12:13:31.311Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-06-28T12:13:31.311Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-28T12:13:31.311Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-06-28T12:13:31.311Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-28T12:13:31.311Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-06-28T12:13:37.124Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-06-28T12:13:37.124Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-28T12:13:37.124Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-06-28T12:13:37.124Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-28T12:13:37.124Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-06-28T12:13:37.124Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-28T12:13:37.124Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-06-28T12:13:38.669Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-06-28T12:13:38.753Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-06-28T12:13:38.753Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-06-28T12:13:38.753Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-28T12:13:38.753Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-06-28T12:13:45.760Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-06-28T12:13:47.340Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-06-28T12:13:47.340Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-28T12:13:47.340Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-06-28T12:13:51.087Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-06-28T12:13:51.087Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-28T12:13:51.087Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-06-28T12:13:51.087Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-28T12:13:51.087Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-06-28T12:13:58.182Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-06-28T12:13:58.182Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-28T12:13:58.182Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-06-28T12:13:58.642Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-06-28T12:13:58.642Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-28T12:13:58.642Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-06-28T12:13:58.642Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-28T12:13:58.642Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-06-28T12:14:06.894Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-06-28T12:14:07.356Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-06-28T12:14:07.356Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-28T12:14:07.356Z] === RUN TestDockerSuite/TestBuildExpose [2021-06-28T12:14:07.356Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-28T12:14:07.356Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-06-28T12:14:07.356Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-28T12:14:07.356Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-06-28T12:14:07.356Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-28T12:14:07.356Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-06-28T12:14:07.356Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-28T12:14:07.356Z] === RUN TestDockerSuite/TestBuildFails [2021-06-28T12:14:11.105Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-06-28T12:14:11.105Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-06-28T12:14:18.197Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-06-28T12:14:23.814Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-06-28T12:14:25.292Z] === RUN TestDockerSuite/TestBuildForceRm [2021-06-28T12:14:27.563Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-06-28T12:14:27.563Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-28T12:14:28.541Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-06-28T12:14:28.541Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-28T12:14:29.002Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-06-28T12:14:30.548Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-06-28T12:14:30.548Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-28T12:14:30.548Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-06-28T12:14:35.251Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-06-28T12:14:35.632Z] === RUN TestDockerSuite/TestBuildFromGit [2021-06-28T12:14:36.223Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-06-28T12:14:36.223Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-28T12:14:36.223Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-06-28T12:14:36.223Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-28T12:14:36.223Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-06-28T12:14:37.767Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-06-28T12:14:38.741Z] === RUN TestDockerSuite/TestBuildCmd [2021-06-28T12:14:39.079Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-06-28T12:14:39.532Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-06-28T12:14:39.714Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-06-28T12:14:40.175Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-06-28T12:14:40.489Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-06-28T12:14:40.635Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-06-28T12:14:42.729Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-06-28T12:14:44.285Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-06-28T12:14:46.447Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-06-28T12:14:49.364Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-06-28T12:14:49.364Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-28T12:14:49.364Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-06-28T12:14:50.336Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-06-28T12:14:50.336Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-28T12:14:50.336Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-06-28T12:14:50.797Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-06-28T12:14:52.341Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-06-28T12:14:52.881Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-06-28T12:14:52.881Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-28T12:14:52.881Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-06-28T12:14:52.881Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-06-28T12:14:53.853Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-06-28T12:14:53.853Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-28T12:14:53.853Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-06-28T12:14:53.885Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-06-28T12:14:54.345Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-06-28T12:14:54.345Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-28T12:14:54.345Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-06-28T12:14:55.317Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-06-28T12:14:56.293Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-06-28T12:14:56.293Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-28T12:14:56.293Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-06-28T12:14:56.293Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-28T12:14:56.293Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-06-28T12:15:01.500Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-06-28T12:15:02.118Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-06-28T12:15:06.260Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-06-28T12:15:06.261Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-28T12:15:06.261Z] === RUN TestDockerSuite/TestBuildHistory [2021-06-28T12:15:13.820Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-06-28T12:15:23.987Z] === RUN TestDockerSuite/TestBuildIidFile [2021-06-28T12:15:23.987Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-06-28T12:15:24.087Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-06-28T12:15:26.179Z] === RUN TestDockerSuite/TestBuildInheritance [2021-06-28T12:15:26.179Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-28T12:15:26.179Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-06-28T12:15:27.773Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-06-28T12:15:27.773Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-06-28T12:15:33.591Z] === RUN TestDockerSuite/TestBuildLabel [2021-06-28T12:15:35.134Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-06-28T12:15:36.116Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-06-28T12:15:37.660Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-06-28T12:15:38.124Z] === RUN TestDockerSuite/TestBuildLabels [2021-06-28T12:15:39.667Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-06-28T12:15:42.583Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-06-28T12:15:44.700Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-06-28T12:15:44.700Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-06-28T12:15:44.700Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-06-28T12:15:48.449Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-06-28T12:15:48.449Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-28T12:15:48.910Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-06-28T12:15:48.910Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-28T12:15:48.910Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-06-28T12:15:48.910Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-28T12:15:48.910Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-06-28T12:15:49.882Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-06-28T12:15:49.882Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-28T12:15:49.882Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-06-28T12:15:51.174Z] === RUN TestDockerSuite/TestBuildLastModified [2021-06-28T12:15:51.174Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-28T12:15:51.174Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-06-28T12:15:51.174Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-28T12:15:51.174Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-06-28T12:15:51.174Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-06-28T12:15:51.174Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-06-28T12:15:51.174Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-06-28T12:15:51.174Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-06-28T12:15:52.148Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-06-28T12:15:53.130Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-06-28T12:15:53.943Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-06-28T12:16:00.227Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-06-28T12:16:06.260Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-06-28T12:16:15.066Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-06-28T12:16:15.066Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-06-28T12:16:15.066Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-28T12:16:15.066Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-06-28T12:16:21.000Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-06-28T12:16:25.419Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-06-28T12:16:25.419Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-28T12:16:25.419Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-06-28T12:16:28.339Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-06-28T12:16:32.786Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-06-28T12:16:34.329Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-06-28T12:16:35.301Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-06-28T12:16:39.051Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-06-28T12:16:41.967Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-06-28T12:16:45.714Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-06-28T12:17:28.841Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-06-28T12:17:36.444Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-06-28T12:17:39.201Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-06-28T12:17:42.252Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-06-28T12:17:42.252Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-28T12:17:42.713Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-06-28T12:17:46.295Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-06-28T12:17:46.931Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-06-28T12:17:46.931Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-06-28T12:17:46.931Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-28T12:17:46.931Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-06-28T12:17:46.931Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-28T12:17:46.931Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-06-28T12:17:46.931Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-06-28T12:17:46.931Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-06-28T12:17:46.931Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-28T12:17:46.931Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-06-28T12:17:46.931Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-06-28T12:17:46.931Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-06-28T12:17:54.897Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-06-28T12:18:01.669Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-06-28T12:18:01.989Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-06-28T12:18:02.644Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-06-28T12:18:07.297Z] === RUN TestDockerSuite/TestBuildEnv [2021-06-28T12:18:07.297Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-28T12:18:07.297Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-06-28T12:18:07.297Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-28T12:18:07.751Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-06-28T12:18:07.751Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-28T12:18:07.751Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-06-28T12:18:07.751Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-28T12:18:07.751Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-06-28T12:18:07.751Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-28T12:18:07.751Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-06-28T12:18:12.408Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-06-28T12:18:12.408Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-28T12:18:12.408Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-06-28T12:18:12.408Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-28T12:18:12.408Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-06-28T12:18:12.408Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-28T12:18:12.408Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-06-28T12:18:12.861Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-06-28T12:18:23.120Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-06-28T12:18:31.989Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-06-28T12:18:31.990Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-28T12:18:31.990Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-06-28T12:18:43.241Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-06-28T12:18:43.702Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-06-28T12:18:44.164Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-06-28T12:18:44.164Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-06-28T12:18:44.164Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-28T12:18:44.164Z] === RUN TestDockerSuite/TestBuildExpose [2021-06-28T12:18:44.164Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-28T12:18:44.164Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-06-28T12:18:44.164Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-28T12:18:44.164Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-06-28T12:18:44.164Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-28T12:18:44.164Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-06-28T12:18:44.164Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-28T12:18:44.164Z] === RUN TestDockerSuite/TestBuildFails [2021-06-28T12:18:44.398Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-06-28T12:18:44.619Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-06-28T12:18:44.619Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-06-28T12:18:44.674Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-06-28T12:18:45.370Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-06-28T12:18:45.370Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-28T12:18:45.370Z] === RUN TestDockerSuite/TestBuildNetNone [2021-06-28T12:18:45.370Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-28T12:18:45.370Z] === RUN TestDockerSuite/TestBuildNoContext [2021-06-28T12:18:49.118Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-06-28T12:18:51.651Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-06-28T12:18:57.401Z] === RUN TestDockerSuite/TestBuildForceRm [2021-06-28T12:19:01.557Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-06-28T12:19:04.475Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-06-28T12:19:04.475Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-06-28T12:19:04.475Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-06-28T12:19:05.801Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-06-28T12:19:07.394Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-06-28T12:19:08.938Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-06-28T12:19:09.716Z] === RUN TestDockerSuite/TestBuildFromGit [2021-06-28T12:19:11.125Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-06-28T12:19:15.468Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-06-28T12:19:16.146Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-06-28T12:19:16.425Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-06-28T12:19:23.446Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-06-28T12:19:25.598Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-06-28T12:19:26.691Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-06-28T12:19:26.691Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-28T12:19:26.691Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-06-28T12:19:27.652Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-06-28T12:19:28.105Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-06-28T12:19:28.105Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-28T12:19:28.105Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-06-28T12:19:28.551Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-06-28T12:19:37.915Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-06-28T12:19:38.368Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-06-28T12:19:38.368Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-28T12:19:38.368Z] === RUN TestDockerSuite/TestBuildHistory [2021-06-28T12:19:43.650Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-06-28T12:19:50.685Z] === RUN TestDockerSuite/TestBuildIidFile [2021-06-28T12:19:50.685Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-06-28T12:19:55.936Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-06-28T12:19:57.706Z] === RUN TestDockerSuite/TestBuildInheritance [2021-06-28T12:19:57.706Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-28T12:19:57.706Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-06-28T12:19:58.159Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-06-28T12:19:58.159Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-06-28T12:19:58.549Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-06-28T12:20:01.686Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-06-28T12:20:02.813Z] === RUN TestDockerSuite/TestBuildLabel [2021-06-28T12:20:03.772Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-06-28T12:20:04.731Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-06-28T12:20:05.693Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-06-28T12:20:06.146Z] === RUN TestDockerSuite/TestBuildLabels [2021-06-28T12:20:07.668Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-06-28T12:20:08.708Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-06-28T12:20:08.893Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-06-28T12:20:09.191Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-06-28T12:20:09.660Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-06-28T12:20:09.660Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-28T12:20:09.660Z] === RUN TestDockerSuite/TestBuildPATH [2021-06-28T12:20:09.660Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-28T12:20:09.660Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-06-28T12:20:12.529Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-06-28T12:20:12.529Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-28T12:20:12.529Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-06-28T12:20:16.224Z] === RUN TestDockerSuite/TestBuildLastModified [2021-06-28T12:20:16.224Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-28T12:20:16.224Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-06-28T12:20:16.224Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-28T12:20:16.224Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-06-28T12:20:16.224Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-06-28T12:20:16.224Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-06-28T12:20:16.224Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-06-28T12:20:16.224Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-06-28T12:20:16.678Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-06-28T12:20:17.132Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-06-28T12:20:19.240Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-06-28T12:20:22.879Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-06-28T12:20:40.494Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-06-28T12:20:40.494Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-28T12:20:40.494Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-06-28T12:20:41.450Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-06-28T12:21:12.814Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-06-28T12:21:23.870Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-06-28T12:21:36.185Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-06-28T12:21:41.936Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-06-28T12:21:45.377Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-06-28T12:21:45.377Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-06-28T12:21:45.377Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-28T12:21:45.377Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-06-28T12:21:45.377Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-28T12:21:45.377Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-06-28T12:21:45.377Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-06-28T12:21:45.377Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-06-28T12:21:45.377Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-28T12:21:45.377Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-06-28T12:21:45.377Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-06-28T12:21:45.377Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-06-28T12:21:45.839Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-06-28T12:21:48.374Z] === RUN TestDockerSuite/TestBuildRm [2021-06-28T12:21:48.941Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-06-28T12:21:48.954Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-06-28T12:21:53.645Z] === RUN TestDockerSuite/TestBuildEnv [2021-06-28T12:21:53.645Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-28T12:21:53.645Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-06-28T12:21:53.645Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-28T12:21:53.645Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-06-28T12:21:53.645Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-28T12:21:53.645Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-06-28T12:21:53.645Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-28T12:21:53.645Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-06-28T12:21:53.645Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-28T12:21:53.645Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-06-28T12:21:58.350Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-06-28T12:21:58.350Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-28T12:21:58.350Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-06-28T12:21:58.350Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-28T12:21:58.350Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-06-28T12:21:58.350Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-28T12:21:58.350Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-06-28T12:21:58.811Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-06-28T12:21:59.215Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-06-28T12:22:03.518Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-06-28T12:22:05.963Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-06-28T12:22:11.699Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-06-28T12:22:11.699Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-28T12:22:11.699Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-06-28T12:22:11.699Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-28T12:22:11.699Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-06-28T12:22:13.849Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-06-28T12:22:16.817Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-06-28T12:22:16.817Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-28T12:22:16.817Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-06-28T12:22:18.431Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-06-28T12:22:18.431Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-06-28T12:22:18.431Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-28T12:22:18.431Z] === RUN TestDockerSuite/TestBuildExpose [2021-06-28T12:22:18.431Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-28T12:22:18.431Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-06-28T12:22:18.431Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-28T12:22:18.431Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-06-28T12:22:18.431Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-28T12:22:18.431Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-06-28T12:22:18.431Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-28T12:22:18.431Z] === RUN TestDockerSuite/TestBuildFails [2021-06-28T12:22:19.594Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-06-28T12:22:21.347Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-06-28T12:22:21.347Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-06-28T12:22:23.930Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-06-28T12:22:23.930Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-06-28T12:22:23.930Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-28T12:22:24.229Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-06-28T12:22:24.383Z] === RUN TestDockerSuite/TestBuildNetNone [2021-06-28T12:22:24.383Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-28T12:22:24.383Z] === RUN TestDockerSuite/TestBuildNoContext [2021-06-28T12:22:27.159Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-06-28T12:22:28.082Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-06-28T12:22:29.974Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-06-28T12:22:32.756Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-06-28T12:22:32.972Z] === RUN TestDockerSuite/TestBuildForceRm [2021-06-28T12:22:35.641Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-06-28T12:22:35.641Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-06-28T12:22:35.641Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-06-28T12:22:38.512Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-06-28T12:22:39.469Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-06-28T12:22:40.068Z] === RUN TestDockerSuite/TestBuildFromGit [2021-06-28T12:22:40.990Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-06-28T12:22:47.160Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-06-28T12:22:47.621Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-06-28T12:22:51.248Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-06-28T12:22:52.767Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-06-28T12:22:57.966Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-06-28T12:22:57.966Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-28T12:22:57.966Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-06-28T12:22:58.428Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-06-28T12:22:59.402Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-06-28T12:22:59.402Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-28T12:22:59.402Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-06-28T12:22:59.797Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-06-28T12:22:59.797Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-06-28T12:22:59.797Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-06-28T12:23:03.027Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-06-28T12:23:05.968Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-06-28T12:23:07.992Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-06-28T12:23:07.992Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-28T12:23:07.992Z] === RUN TestDockerSuite/TestBuildHistory [2021-06-28T12:23:14.517Z] === RUN TestDockerSuite/TestBuildSpaces [2021-06-28T12:23:14.517Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-06-28T12:23:20.257Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-06-28T12:23:20.257Z] === RUN TestDockerSuite/TestBuildStderr [2021-06-28T12:23:20.396Z] === RUN TestDockerSuite/TestBuildIidFile [2021-06-28T12:23:21.940Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-06-28T12:23:23.483Z] === RUN TestDockerSuite/TestBuildInheritance [2021-06-28T12:23:23.483Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-28T12:23:23.483Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-06-28T12:23:23.565Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-06-28T12:23:24.457Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-06-28T12:23:24.457Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-06-28T12:23:25.993Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-06-28T12:23:29.163Z] === RUN TestDockerSuite/TestBuildLabel [2021-06-28T12:23:30.135Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-06-28T12:23:31.108Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-06-28T12:23:32.082Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-06-28T12:23:32.543Z] === RUN TestDockerSuite/TestBuildLabels [2021-06-28T12:23:33.513Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-06-28T12:23:33.815Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-06-28T12:23:35.699Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-06-28T12:23:42.317Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-06-28T12:23:42.799Z] === RUN TestDockerSuite/TestBuildLastModified [2021-06-28T12:23:42.799Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-28T12:23:42.799Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-06-28T12:23:42.799Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-28T12:23:42.799Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-06-28T12:23:42.799Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-06-28T12:23:42.799Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-06-28T12:23:42.799Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-06-28T12:23:42.799Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-06-28T12:23:43.264Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-06-28T12:23:43.725Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-06-28T12:23:43.834Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-06-28T12:23:43.834Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-28T12:23:43.834Z] === RUN TestDockerSuite/TestBuildPATH [2021-06-28T12:23:43.834Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-28T12:23:43.834Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-06-28T12:23:49.537Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-06-28T12:23:50.848Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-06-28T12:23:50.848Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-28T12:23:50.848Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-06-28T12:23:55.818Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-06-28T12:23:55.818Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-28T12:23:55.818Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-06-28T12:23:57.970Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-06-28T12:24:00.126Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-06-28T12:24:07.143Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-06-28T12:24:07.262Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-06-28T12:24:07.262Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-28T12:24:07.262Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-06-28T12:24:08.806Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-06-28T12:24:14.156Z] === RUN TestDockerSuite/TestBuildUser [2021-06-28T12:24:14.156Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-28T12:24:14.156Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-06-28T12:24:14.156Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-28T12:24:14.156Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-06-28T12:24:14.156Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-28T12:24:14.156Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-06-28T12:24:19.907Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-06-28T12:24:20.361Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-06-28T12:24:24.072Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-06-28T12:24:24.072Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-28T12:24:24.072Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-06-28T12:24:24.072Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-28T12:24:24.072Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-06-28T12:24:33.267Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-06-28T12:24:51.377Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-06-28T12:24:54.273Z] === RUN TestDockerSuite/TestBuildRm [2021-06-28T12:24:59.633Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-06-28T12:24:59.633Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-06-28T12:25:03.824Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-06-28T12:25:08.132Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-06-28T12:25:08.554Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-06-28T12:25:15.148Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-06-28T12:25:15.148Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-28T12:25:15.268Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-06-28T12:25:15.676Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-06-28T12:25:16.104Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-06-28T12:25:16.105Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-28T12:25:16.105Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-06-28T12:25:19.799Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-06-28T12:25:19.799Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-28T12:25:20.255Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-06-28T12:25:23.776Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-06-28T12:25:23.776Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-28T12:25:23.776Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-06-28T12:25:23.776Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-28T12:25:24.229Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-06-28T12:25:25.749Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-06-28T12:25:26.047Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-06-28T12:25:30.394Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-06-28T12:25:34.981Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-06-28T12:25:35.055Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-06-28T12:25:39.700Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-06-28T12:25:41.997Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-06-28T12:25:41.997Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-06-28T12:25:47.211Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-06-28T12:25:47.211Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-28T12:25:47.211Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-06-28T12:25:55.826Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-06-28T12:25:55.826Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-06-28T12:25:55.826Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-28T12:25:55.826Z] === RUN TestDockerSuite/TestBuildNetNone [2021-06-28T12:25:55.826Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-28T12:25:55.826Z] === RUN TestDockerSuite/TestBuildNoContext [2021-06-28T12:25:58.757Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-06-28T12:26:00.705Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-06-28T12:26:00.705Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-06-28T12:26:01.660Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-06-28T12:26:03.478Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-06-28T12:26:06.408Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-06-28T12:26:06.408Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-06-28T12:26:06.874Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-06-28T12:26:07.048Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-06-28T12:26:07.048Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-28T12:26:07.048Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-06-28T12:26:07.048Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-28T12:26:07.048Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-06-28T12:26:07.048Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-28T12:26:07.048Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-06-28T12:26:08.002Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-06-28T12:26:09.801Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-06-28T12:26:10.785Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-06-28T12:26:11.928Z] === RUN TestDockerSuite/TestBuildSpaces [2021-06-28T12:26:11.928Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-06-28T12:26:12.341Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-06-28T12:26:20.304Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-06-28T12:26:20.431Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-06-28T12:26:20.431Z] === RUN TestDockerSuite/TestBuildStderr [2021-06-28T12:26:21.821Z] === RUN TestDockerSuite/TestBuildXZHost [2021-06-28T12:26:21.821Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-28T12:26:22.274Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-06-28T12:26:22.274Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-28T12:26:22.274Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-06-28T12:26:22.274Z] docker_cli_sni_test.go:18: Flakey test [2021-06-28T12:26:22.274Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-06-28T12:26:22.714Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-06-28T12:26:23.177Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-06-28T12:26:25.151Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-06-28T12:26:30.680Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-06-28T12:26:32.185Z] === RUN TestDockerSuite/TestCommitChange [2021-06-28T12:26:33.553Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-06-28T12:26:36.483Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-06-28T12:26:39.200Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-06-28T12:26:44.942Z] === RUN TestDockerSuite/TestCommitHardlink [2021-06-28T12:26:44.942Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-28T12:26:44.942Z] === RUN TestDockerSuite/TestCommitNewFile [2021-06-28T12:26:54.240Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-06-28T12:26:59.683Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-06-28T12:26:59.683Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-28T12:26:59.683Z] === RUN TestDockerSuite/TestCommitTTY [2021-06-28T12:27:04.625Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-06-28T12:27:06.251Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-06-28T12:27:06.251Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-28T12:27:06.704Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-06-28T12:27:08.211Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-06-28T12:27:10.407Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-06-28T12:27:11.925Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-06-28T12:27:13.248Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-06-28T12:27:13.948Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-06-28T12:27:13.948Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-28T12:27:13.948Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-06-28T12:27:13.948Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-28T12:27:13.948Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-06-28T12:27:13.948Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-28T12:27:13.948Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-06-28T12:27:13.948Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-28T12:27:13.948Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-06-28T12:27:13.948Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-28T12:27:13.948Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-06-28T12:27:13.948Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-28T12:27:13.948Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-06-28T12:27:13.948Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-28T12:27:13.948Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-06-28T12:27:13.948Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-06-28T12:27:14.801Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-06-28T12:27:14.801Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-28T12:27:14.801Z] === RUN TestDockerSuite/TestBuildPATH [2021-06-28T12:27:14.801Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-28T12:27:14.801Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-06-28T12:27:17.002Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-06-28T12:27:17.002Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-28T12:27:17.002Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-06-28T12:27:22.174Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-06-28T12:27:28.669Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-06-28T12:27:30.693Z] === RUN TestDockerSuite/TestBuildUser [2021-06-28T12:27:30.693Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-28T12:27:30.693Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-06-28T12:27:30.693Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-28T12:27:30.693Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-06-28T12:27:30.693Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-28T12:27:30.693Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-06-28T12:27:37.178Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-06-28T12:27:37.178Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-28T12:27:37.178Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-06-28T12:27:39.288Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-06-28T12:27:39.741Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-06-28T12:27:40.870Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-06-28T12:27:40.870Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-28T12:27:40.870Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-06-28T12:27:40.870Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-28T12:27:40.870Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-06-28T12:27:40.870Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-28T12:27:40.870Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-06-28T12:27:43.500Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-06-28T12:27:43.500Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-28T12:27:43.500Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-06-28T12:27:43.500Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-28T12:27:43.500Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-06-28T12:27:49.376Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-06-28T12:27:49.376Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-28T12:27:49.376Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-06-28T12:27:49.376Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-06-28T12:27:51.527Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-06-28T12:27:51.527Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-06-28T12:27:51.527Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-28T12:27:51.527Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-06-28T12:27:51.527Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-28T12:27:51.527Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-06-28T12:27:51.527Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-28T12:27:51.527Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-06-28T12:27:55.220Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-06-28T12:27:58.096Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-06-28T12:27:59.625Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-06-28T12:28:00.965Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-06-28T12:28:00.965Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-06-28T12:28:00.965Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-28T12:28:01.416Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-06-28T12:28:04.288Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-06-28T12:28:04.740Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-06-28T12:28:07.613Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-06-28T12:28:07.613Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-28T12:28:08.065Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-06-28T12:28:08.065Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:28:08.065Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-06-28T12:28:08.544Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-06-28T12:28:08.544Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-06-28T12:28:10.948Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-06-28T12:28:10.949Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-06-28T12:28:13.820Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-06-28T12:28:13.820Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-28T12:28:13.820Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-06-28T12:28:17.050Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-06-28T12:28:17.526Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-06-28T12:28:17.526Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-06-28T12:28:20.399Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-06-28T12:28:20.791Z] === RUN TestDockerSuite/TestBuildRm [2021-06-28T12:28:21.698Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-06-28T12:28:21.698Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-28T12:28:22.150Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-06-28T12:28:22.150Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-28T12:28:22.150Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-06-28T12:28:24.303Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-06-28T12:28:24.303Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-28T12:28:24.755Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-06-28T12:28:26.132Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-06-28T12:28:30.839Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-06-28T12:28:30.839Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-06-28T12:28:30.839Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-06-28T12:28:30.839Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-06-28T12:28:30.839Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-06-28T12:28:33.710Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-06-28T12:28:33.710Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-28T12:28:33.710Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-06-28T12:28:36.590Z] === RUN TestDockerSuite/TestContainerAPITop [2021-06-28T12:28:36.590Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-28T12:28:36.590Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-06-28T12:28:38.541Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-06-28T12:28:39.460Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-06-28T12:28:39.460Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-06-28T12:28:39.521Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-06-28T12:28:39.521Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-28T12:28:39.521Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-06-28T12:28:39.521Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-28T12:28:39.985Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-06-28T12:28:41.544Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-06-28T12:28:45.199Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-06-28T12:28:46.267Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-06-28T12:28:47.349Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-06-28T12:28:47.349Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-28T12:28:47.349Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-06-28T12:28:47.349Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-28T12:28:47.349Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-06-28T12:28:47.349Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-28T12:28:47.349Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-06-28T12:28:47.349Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-28T12:28:47.349Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-06-28T12:28:47.349Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-28T12:28:47.349Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-06-28T12:28:49.789Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-06-28T12:28:50.037Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-06-28T12:28:50.220Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-06-28T12:28:50.220Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-06-28T12:28:54.767Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-06-28T12:28:58.566Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-06-28T12:28:58.726Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-06-28T12:28:59.018Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-06-28T12:29:01.599Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-06-28T12:29:10.098Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-06-28T12:29:12.249Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0000de8d0_} [2021-06-28T12:29:13.801Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-06-28T12:29:13.801Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-28T12:29:13.801Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-06-28T12:29:13.801Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-28T12:29:14.264Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-06-28T12:29:14.264Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-28T12:29:14.264Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-06-28T12:29:15.810Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-06-28T12:29:15.931Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-06-28T12:29:16.912Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-06-28T12:29:17.377Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-06-28T12:29:20.754Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1004292546_c:\foo_false____} [2021-06-28T12:29:23.624Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1004292546_c:\foo_true____} [2021-06-28T12:29:24.415Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-06-28T12:29:25.389Z] === RUN TestDockerSuite/TestBuildXZHost [2021-06-28T12:29:25.389Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-28T12:29:25.852Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-06-28T12:29:25.852Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-28T12:29:25.852Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-06-28T12:29:25.852Z] docker_cli_sni_test.go:18: Flakey test [2021-06-28T12:29:25.852Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-06-28T12:29:26.505Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-06-28T12:29:26.505Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-28T12:29:26.505Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-06-28T12:29:26.505Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-06-28T12:29:26.505Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-06-28T12:29:26.505Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-06-28T12:29:26.958Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-06-28T12:29:26.958Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-06-28T12:29:26.958Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-06-28T12:29:26.958Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-06-28T12:29:26.958Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-06-28T12:29:26.958Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-06-28T12:29:26.958Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-06-28T12:29:26.958Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-06-28T12:29:26.958Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-28T12:29:26.958Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-06-28T12:29:26.958Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-28T12:29:27.411Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-06-28T12:29:27.411Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-28T12:29:27.411Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-06-28T12:29:27.411Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-28T12:29:27.411Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-06-28T12:29:27.411Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-28T12:29:27.411Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-06-28T12:29:27.749Z] === RUN TestDockerSuite/TestBuildSpaces [2021-06-28T12:29:27.749Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-06-28T12:29:28.043Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-06-28T12:29:31.114Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-06-28T12:29:31.114Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-28T12:29:31.114Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-06-28T12:29:31.114Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:29:31.114Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-06-28T12:29:31.114Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-28T12:29:31.114Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-06-28T12:29:31.114Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-28T12:29:31.114Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-06-28T12:29:31.114Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:29:31.114Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-06-28T12:29:31.114Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-28T12:29:31.114Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-06-28T12:29:31.114Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-28T12:29:31.114Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-06-28T12:29:31.114Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-28T12:29:31.114Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-06-28T12:29:31.114Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-28T12:29:31.114Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-06-28T12:29:31.114Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-28T12:29:31.114Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-06-28T12:29:31.114Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-28T12:29:31.114Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-06-28T12:29:31.114Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:29:31.114Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-06-28T12:29:31.114Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-28T12:29:31.114Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-06-28T12:29:31.512Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-06-28T12:29:31.512Z] === RUN TestDockerSuite/TestBuildStderr [2021-06-28T12:29:32.753Z] === RUN TestDockerSuite/TestCommitChange [2021-06-28T12:29:38.574Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-06-28T12:29:39.614Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-06-28T12:29:39.614Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-06-28T12:29:39.614Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-28T12:29:39.614Z] === RUN TestDockerSuite/TestCpRelativePath [2021-06-28T12:29:40.127Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-06-28T12:29:42.333Z] === RUN TestDockerSuite/TestCommitHardlink [2021-06-28T12:29:42.333Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-28T12:29:42.333Z] === RUN TestDockerSuite/TestCommitNewFile [2021-06-28T12:29:48.115Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-06-28T12:29:48.115Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-28T12:29:48.115Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-06-28T12:29:48.115Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-28T12:29:48.115Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-06-28T12:29:48.115Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-28T12:29:48.115Z] === RUN TestDockerSuite/TestCpToCaseA [2021-06-28T12:29:49.451Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-06-28T12:29:49.451Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-28T12:29:49.451Z] === RUN TestDockerSuite/TestCommitTTY [2021-06-28T12:29:53.863Z] === RUN TestDockerSuite/TestCpToCaseB [2021-06-28T12:29:56.743Z] === RUN TestDockerSuite/TestCpToCaseC [2021-06-28T12:29:56.743Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-28T12:29:56.743Z] === RUN TestDockerSuite/TestCpToCaseD [2021-06-28T12:29:56.743Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-28T12:29:56.743Z] === RUN TestDockerSuite/TestCpToCaseE [2021-06-28T12:29:58.050Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-06-28T12:30:01.806Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-06-28T12:30:01.806Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-28T12:30:01.806Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-06-28T12:30:01.806Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-28T12:30:01.806Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-06-28T12:30:01.806Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-28T12:30:01.806Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-06-28T12:30:01.806Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-28T12:30:01.806Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-06-28T12:30:01.806Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-28T12:30:01.806Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-06-28T12:30:01.806Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-28T12:30:01.806Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-06-28T12:30:01.806Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-28T12:30:01.806Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-06-28T12:30:01.806Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-06-28T12:30:05.339Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-06-28T12:30:05.339Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-28T12:30:05.339Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-06-28T12:30:07.545Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-06-28T12:30:08.909Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-06-28T12:30:09.096Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-06-28T12:30:14.331Z] === RUN TestDockerSuite/TestCpToCaseF [2021-06-28T12:30:14.331Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-28T12:30:14.331Z] === RUN TestDockerSuite/TestCpToCaseG [2021-06-28T12:30:14.331Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-28T12:30:14.331Z] === RUN TestDockerSuite/TestCpToCaseH [2021-06-28T12:30:14.727Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-06-28T12:30:14.728Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-28T12:30:14.728Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-06-28T12:30:17.649Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-06-28T12:30:17.649Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-28T12:30:17.649Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-06-28T12:30:17.649Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-28T12:30:17.649Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-06-28T12:30:17.649Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-28T12:30:17.649Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-06-28T12:30:19.478Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-06-28T12:30:20.572Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-06-28T12:30:20.573Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-28T12:30:20.573Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-06-28T12:30:20.573Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-06-28T12:30:22.764Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-06-28T12:30:22.764Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-06-28T12:30:22.764Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-28T12:30:22.764Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-06-28T12:30:22.764Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-28T12:30:22.764Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-06-28T12:30:22.764Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-28T12:30:22.764Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-06-28T12:30:23.241Z] === RUN TestDockerSuite/TestBuildUser [2021-06-28T12:30:23.241Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-28T12:30:23.241Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-06-28T12:30:23.241Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-28T12:30:23.241Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-06-28T12:30:23.241Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-28T12:30:23.241Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-06-28T12:30:25.684Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-06-28T12:30:27.009Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-06-28T12:30:27.472Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-06-28T12:30:27.873Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-06-28T12:30:30.067Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-06-28T12:30:30.067Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-06-28T12:30:30.067Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-28T12:30:30.529Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-06-28T12:30:31.247Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-06-28T12:30:31.247Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-28T12:30:31.247Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-06-28T12:30:31.247Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-28T12:30:31.247Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-06-28T12:30:31.928Z] === RUN TestDockerSuite/TestCpToCaseI [2021-06-28T12:30:31.928Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-28T12:30:31.928Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-06-28T12:30:31.928Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-28T12:30:31.928Z] === RUN TestDockerSuite/TestCpToDot [2021-06-28T12:30:32.720Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-06-28T12:30:32.720Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-06-28T12:30:32.893Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-06-28T12:30:32.893Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-28T12:30:32.893Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-06-28T12:30:32.893Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-28T12:30:32.893Z] === RUN TestDockerSuite/TestCpToStdout [2021-06-28T12:30:35.643Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-06-28T12:30:35.643Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-28T12:30:35.643Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-06-28T12:30:35.643Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:30:35.643Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-06-28T12:30:36.594Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-06-28T12:30:36.594Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:30:36.594Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-06-28T12:30:36.594Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-28T12:30:36.594Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-06-28T12:30:36.594Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-28T12:30:36.594Z] === RUN TestDockerSuite/TestCpVolumePath [2021-06-28T12:30:36.594Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-28T12:30:36.594Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-06-28T12:30:37.046Z] === RUN TestDockerSuite/TestCreateArgs [2021-06-28T12:30:37.046Z] === RUN TestDockerSuite/TestCreateByImageID [2021-06-28T12:30:37.832Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-06-28T12:30:38.294Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-06-28T12:30:39.918Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-06-28T12:30:40.484Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-06-28T12:30:40.484Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-28T12:30:40.484Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-06-28T12:30:42.787Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-06-28T12:30:42.787Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-06-28T12:30:43.255Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-06-28T12:30:43.403Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-06-28T12:30:43.404Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-06-28T12:30:46.135Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-06-28T12:30:46.323Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-06-28T12:30:47.654Z] === RUN TestDockerSuite/TestCreateLabels [2021-06-28T12:30:47.654Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-06-28T12:30:47.654Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-28T12:30:47.654Z] === RUN TestDockerSuite/TestCreateRM [2021-06-28T12:30:48.108Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-06-28T12:30:48.108Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-28T12:30:48.108Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-06-28T12:30:48.562Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-06-28T12:30:49.014Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-06-28T12:30:50.074Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-06-28T12:30:53.832Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-06-28T12:30:54.294Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-06-28T12:30:54.294Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-06-28T12:30:54.294Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-06-28T12:30:54.294Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-06-28T12:30:56.467Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-06-28T12:30:56.467Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-06-28T12:30:56.483Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-06-28T12:30:56.483Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-28T12:30:56.483Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-06-28T12:30:59.402Z] === RUN TestDockerSuite/TestContainerAPITop [2021-06-28T12:30:59.402Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-28T12:30:59.402Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-06-28T12:31:01.591Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-06-28T12:31:01.591Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-06-28T12:31:06.303Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-06-28T12:31:06.612Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-06-28T12:31:06.612Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-06-28T12:31:06.612Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-06-28T12:31:06.848Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-06-28T12:31:08.504Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-06-28T12:31:08.504Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-28T12:31:08.504Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-06-28T12:31:08.504Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-28T12:31:08.504Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-06-28T12:31:08.504Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-28T12:31:08.504Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-06-28T12:31:08.504Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-28T12:31:08.504Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-06-28T12:31:08.504Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-28T12:31:08.504Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-06-28T12:31:10.050Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-06-28T12:31:10.050Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-06-28T12:31:10.312Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-06-28T12:31:10.312Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-06-28T12:31:10.312Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-28T12:31:10.312Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-06-28T12:31:12.676Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-06-28T12:31:12.676Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-28T12:31:12.676Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-06-28T12:31:12.676Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-28T12:31:12.676Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-06-28T12:31:12.974Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-06-28T12:31:14.875Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-06-28T12:31:14.875Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-28T12:31:14.875Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-06-28T12:31:15.172Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-06-28T12:31:18.093Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-06-28T12:31:18.821Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-06-28T12:31:18.821Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-06-28T12:31:18.821Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-06-28T12:31:18.821Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-06-28T12:31:18.821Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-06-28T12:31:18.821Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-06-28T12:31:18.821Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-06-28T12:31:18.821Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-06-28T12:31:18.821Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestDevicePermissions [2021-06-28T12:31:18.821Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestDockerFails [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-06-28T12:31:18.821Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-06-28T12:31:18.821Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-06-28T12:31:18.821Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestEventsAttach [2021-06-28T12:31:18.821Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestEventsCommit [2021-06-28T12:31:18.821Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-28T12:31:18.821Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-06-28T12:31:20.294Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000613e60_} [2021-06-28T12:31:22.523Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-06-28T12:31:23.218Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1130065506_c:\foo_false____} [2021-06-28T12:31:25.400Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-06-28T12:31:26.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1130065506_c:\foo_true____} [2021-06-28T12:31:28.275Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-06-28T12:31:29.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-06-28T12:31:29.075Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-28T12:31:29.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-06-28T12:31:29.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-06-28T12:31:29.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-06-28T12:31:29.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-06-28T12:31:29.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-06-28T12:31:29.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-06-28T12:31:29.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-06-28T12:31:29.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-06-28T12:31:29.076Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-06-28T12:31:29.076Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-06-28T12:31:29.076Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-06-28T12:31:29.538Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-06-28T12:31:29.538Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-28T12:31:29.538Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-06-28T12:31:29.538Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-28T12:31:29.538Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-06-28T12:31:29.538Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-28T12:31:29.538Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-06-28T12:31:29.538Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-28T12:31:29.538Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-06-28T12:31:29.538Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-28T12:31:29.538Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-06-28T12:31:32.458Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-06-28T12:31:32.458Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-28T12:31:32.458Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-06-28T12:31:32.458Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:31:32.458Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-06-28T12:31:32.458Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-28T12:31:32.458Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-06-28T12:31:32.458Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-28T12:31:32.458Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-06-28T12:31:32.458Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:31:32.458Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-06-28T12:31:32.458Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-28T12:31:32.458Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-06-28T12:31:32.458Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-28T12:31:32.458Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-06-28T12:31:32.458Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-28T12:31:32.458Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-06-28T12:31:32.458Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-28T12:31:32.458Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-06-28T12:31:32.458Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-28T12:31:32.458Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-06-28T12:31:32.458Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-28T12:31:32.458Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-06-28T12:31:32.458Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:31:32.458Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-06-28T12:31:32.458Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-28T12:31:32.458Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-06-28T12:31:35.381Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-06-28T12:31:35.381Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-06-28T12:31:35.381Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-28T12:31:35.381Z] === RUN TestDockerSuite/TestCpRelativePath [2021-06-28T12:31:36.055Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-06-28T12:31:38.302Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-06-28T12:31:38.302Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-28T12:31:38.302Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-06-28T12:31:38.302Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-28T12:31:38.302Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-06-28T12:31:38.302Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-28T12:31:38.302Z] === RUN TestDockerSuite/TestCpToCaseA [2021-06-28T12:31:38.533Z] === RUN TestDockerSuite/TestEventsCopy [2021-06-28T12:31:39.817Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-06-28T12:31:39.817Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-06-28T12:31:44.119Z] === RUN TestDockerSuite/TestCpToCaseB [2021-06-28T12:31:45.550Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-06-28T12:31:46.309Z] === RUN TestDockerSuite/TestCpToCaseC [2021-06-28T12:31:46.309Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-28T12:31:46.309Z] === RUN TestDockerSuite/TestCpToCaseD [2021-06-28T12:31:46.309Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-28T12:31:46.309Z] === RUN TestDockerSuite/TestCpToCaseE [2021-06-28T12:31:52.573Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-06-28T12:31:54.694Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-06-28T12:31:54.694Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-28T12:31:54.694Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-06-28T12:31:54.694Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-28T12:31:54.694Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-06-28T12:31:54.694Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-28T12:31:54.694Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-06-28T12:31:55.444Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-06-28T12:31:56.244Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-06-28T12:31:56.399Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-06-28T12:31:56.667Z] === RUN TestDockerSuite/TestCpToCaseF [2021-06-28T12:31:56.667Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-28T12:31:56.667Z] === RUN TestDockerSuite/TestCpToCaseG [2021-06-28T12:31:56.667Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-28T12:31:56.667Z] === RUN TestDockerSuite/TestCpToCaseH [2021-06-28T12:32:06.714Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-06-28T12:32:07.115Z] === RUN TestDockerSuite/TestCpToCaseI [2021-06-28T12:32:07.115Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-28T12:32:07.115Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-06-28T12:32:07.115Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-28T12:32:07.115Z] === RUN TestDockerSuite/TestCpToDot [2021-06-28T12:32:07.175Z] === RUN TestDockerSuite/TestEventsFilterType [2021-06-28T12:32:08.697Z] === RUN TestDockerSuite/TestEventsFilters [2021-06-28T12:32:08.763Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-06-28T12:32:09.304Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-06-28T12:32:09.304Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-28T12:32:09.768Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-06-28T12:32:09.768Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-28T12:32:09.768Z] === RUN TestDockerSuite/TestCpToStdout [2021-06-28T12:32:10.960Z] === RUN TestDockerSuite/TestBuildXZHost [2021-06-28T12:32:10.960Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-28T12:32:10.960Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-06-28T12:32:10.960Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-28T12:32:10.960Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-06-28T12:32:10.960Z] docker_cli_sni_test.go:18: Flakey test [2021-06-28T12:32:10.960Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-06-28T12:32:12.836Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-06-28T12:32:12.836Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:32:12.836Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-06-28T12:32:12.836Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-28T12:32:12.836Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-06-28T12:32:12.836Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-28T12:32:12.836Z] === RUN TestDockerSuite/TestCpVolumePath [2021-06-28T12:32:12.836Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-28T12:32:12.836Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-06-28T12:32:12.836Z] === RUN TestDockerSuite/TestCreateArgs [2021-06-28T12:32:13.156Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-06-28T12:32:13.299Z] === RUN TestDockerSuite/TestCreateByImageID [2021-06-28T12:32:15.491Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-06-28T12:32:15.776Z] === RUN TestDockerSuite/TestEventsFormat [2021-06-28T12:32:17.885Z] === RUN TestDockerSuite/TestCommitChange [2021-06-28T12:32:18.416Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-06-28T12:32:18.416Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-06-28T12:32:18.416Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-06-28T12:32:20.608Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-06-28T12:32:21.582Z] === RUN TestDockerSuite/TestCreateLabels [2021-06-28T12:32:21.582Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-06-28T12:32:21.582Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-28T12:32:21.596Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-06-28T12:32:21.596Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-06-28T12:32:21.596Z] === RUN TestDockerSuite/TestEventsImageImport [2021-06-28T12:32:21.596Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-28T12:32:21.596Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-06-28T12:32:21.596Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-28T12:32:21.596Z] === RUN TestDockerSuite/TestEventsImagePull [2021-06-28T12:32:21.596Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-28T12:32:21.596Z] === RUN TestDockerSuite/TestEventsImageTag [2021-06-28T12:32:22.047Z] === RUN TestDockerSuite/TestCreateRM [2021-06-28T12:32:22.047Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-06-28T12:32:22.047Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-28T12:32:22.047Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-06-28T12:32:22.513Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-06-28T12:32:22.570Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-06-28T12:32:22.570Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-28T12:32:22.570Z] === RUN TestDockerSuite/TestEventsRename [2021-06-28T12:32:22.975Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-06-28T12:32:23.717Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-06-28T12:32:26.330Z] === RUN TestDockerSuite/TestEventsResize [2021-06-28T12:32:28.439Z] === RUN TestDockerSuite/TestCommitHardlink [2021-06-28T12:32:28.439Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-28T12:32:28.439Z] === RUN TestDockerSuite/TestCommitNewFile [2021-06-28T12:32:31.574Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-06-28T12:32:32.037Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-06-28T12:32:32.498Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-06-28T12:32:34.941Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-06-28T12:32:35.569Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-06-28T12:32:35.569Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-28T12:32:35.569Z] === RUN TestDockerSuite/TestCommitTTY [2021-06-28T12:32:36.254Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-06-28T12:32:36.254Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-06-28T12:32:36.254Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-28T12:32:36.254Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-06-28T12:32:37.868Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-06-28T12:32:39.178Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-06-28T12:32:39.178Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-28T12:32:39.178Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-06-28T12:32:39.178Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-06-28T12:32:39.178Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-28T12:32:39.178Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-06-28T12:32:39.178Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-28T12:32:39.178Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-06-28T12:32:39.178Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-28T12:32:39.178Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-06-28T12:32:39.178Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:32:39.178Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-06-28T12:32:39.178Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-28T12:32:39.178Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-06-28T12:32:39.178Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:32:39.178Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-06-28T12:32:39.179Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-28T12:32:39.179Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-06-28T12:32:39.179Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:32:39.179Z] === RUN TestDockerSuite/TestDevicePermissions [2021-06-28T12:32:39.179Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-28T12:32:39.179Z] === RUN TestDockerSuite/TestDockerFails [2021-06-28T12:32:39.179Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-06-28T12:32:39.179Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-28T12:32:39.179Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-06-28T12:32:39.179Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-28T12:32:39.179Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-06-28T12:32:39.179Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-28T12:32:39.179Z] === RUN TestDockerSuite/TestEventsAttach [2021-06-28T12:32:39.179Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-28T12:32:39.179Z] === RUN TestDockerSuite/TestEventsCommit [2021-06-28T12:32:39.179Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-28T12:32:39.642Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-06-28T12:32:40.792Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-06-28T12:32:41.835Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-06-28T12:32:42.680Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-06-28T12:32:44.756Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-06-28T12:32:46.608Z] === RUN TestDockerSuite/TestEventsTop [2021-06-28T12:32:46.608Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-28T12:32:46.608Z] === RUN TestDockerSuite/TestEventsUntag [2021-06-28T12:32:47.413Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-06-28T12:32:47.413Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-28T12:32:47.413Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-06-28T12:32:47.413Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-28T12:32:47.413Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-06-28T12:32:47.413Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-28T12:32:47.413Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-06-28T12:32:47.413Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-28T12:32:47.413Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-06-28T12:32:47.413Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-28T12:32:47.413Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-06-28T12:32:47.413Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-28T12:32:47.413Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-06-28T12:32:47.413Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-28T12:32:47.413Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-06-28T12:32:47.681Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-06-28T12:32:47.876Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-06-28T12:32:49.531Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-06-28T12:32:54.994Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-06-28T12:32:56.281Z] === RUN TestDockerSuite/TestEventsCopy [2021-06-28T12:33:00.561Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-06-28T12:33:00.564Z] === RUN TestDockerSuite/TestExec [2021-06-28T12:33:00.564Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:33:00.564Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-06-28T12:33:00.564Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-28T12:33:00.564Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-06-28T12:33:00.564Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-06-28T12:33:02.356Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-06-28T12:33:02.356Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-28T12:33:02.356Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-06-28T12:33:03.489Z] === RUN TestDockerSuite/TestExecAPIStart [2021-06-28T12:33:03.489Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:33:03.489Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-06-28T12:33:03.489Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-28T12:33:03.489Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-06-28T12:33:03.489Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-28T12:33:03.489Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-06-28T12:33:04.556Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-06-28T12:33:04.556Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-28T12:33:04.556Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-06-28T12:33:04.556Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-28T12:33:04.556Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-06-28T12:33:04.556Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-28T12:33:04.556Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-06-28T12:33:06.380Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-06-28T12:33:06.410Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-06-28T12:33:07.488Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-06-28T12:33:07.488Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-28T12:33:07.488Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-06-28T12:33:07.488Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-06-28T12:33:09.300Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-06-28T12:33:09.761Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-06-28T12:33:10.163Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-06-28T12:33:10.422Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-06-28T12:33:10.422Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-06-28T12:33:10.422Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-28T12:33:10.422Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-06-28T12:33:10.422Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-28T12:33:10.422Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-06-28T12:33:10.422Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-28T12:33:10.422Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-06-28T12:33:13.086Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-06-28T12:33:13.522Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-06-28T12:33:14.188Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-06-28T12:33:14.495Z] === RUN TestDockerSuite/TestEventsFilterType [2021-06-28T12:33:15.469Z] === RUN TestDockerSuite/TestEventsFilters [2021-06-28T12:33:15.742Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-06-28T12:33:16.012Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-06-28T12:33:17.939Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-06-28T12:33:17.939Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-06-28T12:33:17.939Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-28T12:33:17.939Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-06-28T12:33:20.868Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-06-28T12:33:20.868Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-06-28T12:33:21.289Z] === RUN TestDockerSuite/TestEventsFormat [2021-06-28T12:33:21.840Z] === RUN TestDockerSuite/TestExecCgroup [2021-06-28T12:33:21.840Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-28T12:33:21.840Z] === RUN TestDockerSuite/TestExecEnv [2021-06-28T12:33:21.840Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-28T12:33:21.840Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-06-28T12:33:21.840Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-28T12:33:21.840Z] === RUN TestDockerSuite/TestExecExitStatus [2021-06-28T12:33:22.418Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-06-28T12:33:22.418Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-28T12:33:22.418Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-06-28T12:33:22.418Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:33:22.418Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-06-28T12:33:24.765Z] === RUN TestDockerSuite/TestExecInspectID [2021-06-28T12:33:25.345Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-06-28T12:33:25.345Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-06-28T12:33:25.998Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-06-28T12:33:25.998Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-06-28T12:33:25.998Z] === RUN TestDockerSuite/TestEventsImageImport [2021-06-28T12:33:25.998Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-28T12:33:25.998Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-06-28T12:33:25.998Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-28T12:33:25.998Z] === RUN TestDockerSuite/TestEventsImagePull [2021-06-28T12:33:25.998Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-28T12:33:25.998Z] === RUN TestDockerSuite/TestEventsImageTag [2021-06-28T12:33:26.974Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-06-28T12:33:26.974Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-28T12:33:26.974Z] === RUN TestDockerSuite/TestEventsRename [2021-06-28T12:33:27.542Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-06-28T12:33:27.542Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-28T12:33:27.542Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-06-28T12:33:29.163Z] === RUN TestDockerSuite/TestEventsResize [2021-06-28T12:33:29.481Z] === RUN TestDockerSuite/TestExecInteractive [2021-06-28T12:33:29.481Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-28T12:33:29.481Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-06-28T12:33:29.481Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-28T12:33:29.481Z] === RUN TestDockerSuite/TestExecParseError [2021-06-28T12:33:29.481Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-28T12:33:29.481Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-06-28T12:33:29.481Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-28T12:33:29.481Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-06-28T12:33:29.481Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-28T12:33:29.481Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-06-28T12:33:30.468Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-06-28T12:33:30.468Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-06-28T12:33:32.667Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-06-28T12:33:33.244Z] === RUN TestDockerSuite/TestExecSetEnv [2021-06-28T12:33:33.244Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-28T12:33:33.244Z] === RUN TestDockerSuite/TestExecStartFails [2021-06-28T12:33:33.244Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-28T12:33:33.244Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-06-28T12:33:33.244Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-28T12:33:33.244Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-06-28T12:33:33.244Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-28T12:33:33.244Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-06-28T12:33:33.244Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-28T12:33:33.244Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-06-28T12:33:36.169Z] === RUN TestDockerSuite/TestExecUlimits [2021-06-28T12:33:36.169Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-28T12:33:36.637Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-06-28T12:33:37.390Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-06-28T12:33:37.754Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-06-28T12:33:39.944Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-06-28T12:33:41.156Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-06-28T12:33:41.156Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-06-28T12:33:41.156Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-06-28T12:33:41.156Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-06-28T12:33:41.156Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-06-28T12:33:42.871Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-06-28T12:33:43.356Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-06-28T12:33:43.356Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-28T12:33:43.356Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-06-28T12:33:46.289Z] === RUN TestDockerSuite/TestContainerAPITop [2021-06-28T12:33:46.289Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-28T12:33:46.289Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-06-28T12:33:46.997Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-06-28T12:33:46.997Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-28T12:33:46.997Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-06-28T12:33:46.997Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-28T12:33:46.997Z] === RUN TestDockerSuite/TestExecWithUser [2021-06-28T12:33:46.997Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-28T12:33:46.997Z] === RUN TestDockerSuite/TestGetContainerStats [2021-06-28T12:33:47.584Z] === RUN TestDockerSuite/TestEventsTop [2021-06-28T12:33:47.584Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-28T12:33:47.584Z] === RUN TestDockerSuite/TestEventsUntag [2021-06-28T12:33:47.840Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-06-28T12:33:48.303Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-06-28T12:33:50.499Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-06-28T12:33:53.026Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-06-28T12:33:54.101Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-06-28T12:33:54.578Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-06-28T12:33:54.578Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-28T12:33:54.578Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-06-28T12:33:54.578Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-28T12:33:54.578Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-06-28T12:33:54.578Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-28T12:33:54.578Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-06-28T12:33:54.578Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-28T12:33:54.578Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-06-28T12:33:54.578Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-28T12:33:54.578Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-06-28T12:33:55.215Z] === RUN TestDockerSuite/TestExec [2021-06-28T12:33:55.215Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:33:55.215Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-06-28T12:33:55.215Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-28T12:33:55.215Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-06-28T12:33:56.759Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-06-28T12:33:56.774Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-06-28T12:33:56.774Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-06-28T12:33:58.949Z] === RUN TestDockerSuite/TestExecAPIStart [2021-06-28T12:33:58.949Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:33:58.949Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-06-28T12:33:58.949Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-28T12:33:58.949Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-06-28T12:33:58.949Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-28T12:33:58.949Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-06-28T12:33:58.969Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-06-28T12:34:01.140Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-06-28T12:34:01.210Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-06-28T12:34:01.908Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-06-28T12:34:03.335Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-06-28T12:34:04.842Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-06-28T12:34:04.973Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-06-28T12:34:05.524Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-06-28T12:34:07.041Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000a0cf18_} [2021-06-28T12:34:07.713Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-06-28T12:34:09.975Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1780165630_c:\foo_false____} [2021-06-28T12:34:12.082Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-06-28T12:34:12.083Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:34:12.083Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-06-28T12:34:12.083Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-06-28T12:34:12.083Z] === RUN TestDockerSuite/TestHealth [2021-06-28T12:34:12.083Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-28T12:34:12.083Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-06-28T12:34:12.083Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-06-28T12:34:12.083Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-06-28T12:34:12.083Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-06-28T12:34:12.173Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1780165630_c:\foo_true____} [2021-06-28T12:34:12.422Z] === RUN TestDockerSuite/TestExecCgroup [2021-06-28T12:34:12.422Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-28T12:34:12.422Z] === RUN TestDockerSuite/TestExecEnv [2021-06-28T12:34:12.422Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-28T12:34:12.422Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-06-28T12:34:12.422Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-28T12:34:12.422Z] === RUN TestDockerSuite/TestExecExitStatus [2021-06-28T12:34:14.613Z] === RUN TestDockerSuite/TestExecInspectID [2021-06-28T12:34:15.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-06-28T12:34:15.103Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-28T12:34:15.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-06-28T12:34:15.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-06-28T12:34:15.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-06-28T12:34:15.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-06-28T12:34:15.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-06-28T12:34:15.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-06-28T12:34:15.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-06-28T12:34:15.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-06-28T12:34:15.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-06-28T12:34:15.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-06-28T12:34:15.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-06-28T12:34:15.103Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-06-28T12:34:15.103Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-28T12:34:15.103Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-06-28T12:34:15.103Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-28T12:34:15.570Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-06-28T12:34:15.571Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-28T12:34:15.571Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-06-28T12:34:15.571Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-28T12:34:15.571Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-06-28T12:34:15.571Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-28T12:34:15.571Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-06-28T12:34:18.499Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-06-28T12:34:18.499Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-28T12:34:18.499Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-06-28T12:34:18.499Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:34:18.499Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-06-28T12:34:18.499Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-28T12:34:18.499Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-06-28T12:34:18.499Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-28T12:34:18.499Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-06-28T12:34:18.499Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:34:18.499Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-06-28T12:34:18.499Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-28T12:34:18.499Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-06-28T12:34:18.499Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-28T12:34:18.499Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-06-28T12:34:18.499Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-28T12:34:18.499Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-06-28T12:34:18.499Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-28T12:34:18.499Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-06-28T12:34:18.499Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-28T12:34:18.499Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-06-28T12:34:18.499Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-28T12:34:18.499Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-06-28T12:34:18.499Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:34:18.499Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-06-28T12:34:18.499Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-28T12:34:18.499Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-06-28T12:34:19.194Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-06-28T12:34:19.194Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-06-28T12:34:19.194Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-28T12:34:19.194Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-06-28T12:34:19.194Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-06-28T12:34:19.194Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-06-28T12:34:19.194Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-06-28T12:34:19.326Z] === RUN TestDockerSuite/TestExecInteractive [2021-06-28T12:34:19.326Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-28T12:34:19.326Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-06-28T12:34:19.326Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-28T12:34:19.326Z] === RUN TestDockerSuite/TestExecParseError [2021-06-28T12:34:19.326Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-28T12:34:19.326Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-06-28T12:34:19.326Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-28T12:34:19.326Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-06-28T12:34:19.326Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-28T12:34:19.326Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-06-28T12:34:20.171Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-06-28T12:34:20.171Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-28T12:34:20.171Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-06-28T12:34:21.435Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-06-28T12:34:21.435Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-06-28T12:34:21.435Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-28T12:34:21.435Z] === RUN TestDockerSuite/TestCpRelativePath [2021-06-28T12:34:21.722Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-06-28T12:34:22.185Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-06-28T12:34:22.243Z] === RUN TestDockerSuite/TestExecSetEnv [2021-06-28T12:34:22.243Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-28T12:34:22.243Z] === RUN TestDockerSuite/TestExecStartFails [2021-06-28T12:34:22.243Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-28T12:34:22.243Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-06-28T12:34:22.243Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-28T12:34:22.243Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-06-28T12:34:22.243Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-28T12:34:22.243Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-06-28T12:34:22.243Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-28T12:34:22.243Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-06-28T12:34:24.365Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-06-28T12:34:24.365Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-28T12:34:24.365Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-06-28T12:34:24.365Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-28T12:34:24.365Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-06-28T12:34:24.365Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-28T12:34:24.365Z] === RUN TestDockerSuite/TestCpToCaseA [2021-06-28T12:34:24.432Z] === RUN TestDockerSuite/TestExecUlimits [2021-06-28T12:34:24.432Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-28T12:34:24.432Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-06-28T12:34:25.111Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-06-28T12:34:25.111Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-06-28T12:34:28.870Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-06-28T12:34:29.098Z] === RUN TestDockerSuite/TestCpToCaseB [2021-06-28T12:34:30.249Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-06-28T12:34:30.249Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-28T12:34:30.249Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-06-28T12:34:30.249Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-28T12:34:30.249Z] === RUN TestDockerSuite/TestExecWithUser [2021-06-28T12:34:30.249Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-28T12:34:30.249Z] === RUN TestDockerSuite/TestGetContainerStats [2021-06-28T12:34:31.300Z] === RUN TestDockerSuite/TestCpToCaseC [2021-06-28T12:34:31.300Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-28T12:34:31.300Z] === RUN TestDockerSuite/TestCpToCaseD [2021-06-28T12:34:31.300Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-28T12:34:31.300Z] === RUN TestDockerSuite/TestCpToCaseE [2021-06-28T12:34:36.060Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-06-28T12:34:37.477Z] === RUN TestDockerSuite/TestImagesFormat [2021-06-28T12:34:37.477Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-06-28T12:34:37.477Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-28T12:34:37.477Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-06-28T12:34:41.671Z] === RUN TestDockerSuite/TestCpToCaseF [2021-06-28T12:34:41.671Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-28T12:34:41.671Z] === RUN TestDockerSuite/TestCpToCaseG [2021-06-28T12:34:41.671Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-28T12:34:41.671Z] === RUN TestDockerSuite/TestCpToCaseH [2021-06-28T12:34:41.876Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-06-28T12:34:42.201Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-06-28T12:34:42.201Z] === RUN TestDockerSuite/TestImportBadURL [2021-06-28T12:34:44.392Z] === RUN TestDockerSuite/TestImportDisplay [2021-06-28T12:34:44.392Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-28T12:34:44.392Z] === RUN TestDockerSuite/TestImportFile [2021-06-28T12:34:44.392Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-28T12:34:44.392Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-06-28T12:34:44.855Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-06-28T12:34:44.855Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-28T12:34:44.855Z] === RUN TestDockerSuite/TestImportGzipped [2021-06-28T12:34:44.855Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-28T12:34:44.855Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-06-28T12:34:44.855Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-28T12:34:44.855Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-06-28T12:34:44.855Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-28T12:34:44.855Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-06-28T12:34:44.855Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-28T12:34:44.855Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-06-28T12:34:44.855Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-28T12:34:44.855Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-06-28T12:34:44.855Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-06-28T12:34:44.855Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-28T12:34:44.855Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-06-28T12:34:44.855Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-28T12:34:44.855Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-06-28T12:34:45.631Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-06-28T12:34:48.614Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-06-28T12:34:51.452Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-06-28T12:34:51.452Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:34:51.452Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-06-28T12:34:51.452Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-06-28T12:34:51.452Z] === RUN TestDockerSuite/TestHealth [2021-06-28T12:34:51.452Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-28T12:34:51.452Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-06-28T12:34:51.452Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-06-28T12:34:51.452Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-06-28T12:34:51.452Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-06-28T12:34:51.535Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-06-28T12:34:51.535Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-28T12:34:51.535Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-06-28T12:34:51.535Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-28T12:34:51.535Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-06-28T12:34:51.535Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-06-28T12:34:51.535Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-28T12:34:51.535Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-06-28T12:34:52.056Z] === RUN TestDockerSuite/TestCpToCaseI [2021-06-28T12:34:52.056Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-28T12:34:52.056Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-06-28T12:34:52.056Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-28T12:34:52.056Z] === RUN TestDockerSuite/TestCpToDot [2021-06-28T12:34:53.608Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-06-28T12:34:53.608Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-28T12:34:53.608Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-06-28T12:34:53.608Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-28T12:34:53.608Z] === RUN TestDockerSuite/TestCpToStdout [2021-06-28T12:34:55.311Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-06-28T12:34:55.311Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-06-28T12:34:56.174Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-06-28T12:34:56.174Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-06-28T12:34:56.174Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-28T12:34:56.174Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-06-28T12:34:56.174Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-06-28T12:34:56.174Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-06-28T12:34:56.541Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-06-28T12:34:56.541Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:34:56.541Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-06-28T12:34:56.541Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-28T12:34:56.541Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-06-28T12:34:56.541Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-28T12:34:56.541Z] === RUN TestDockerSuite/TestCpVolumePath [2021-06-28T12:34:56.541Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-28T12:34:56.541Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-06-28T12:34:56.541Z] === RUN TestDockerSuite/TestCreateArgs [2021-06-28T12:34:56.541Z] === RUN TestDockerSuite/TestCreateByImageID [2021-06-28T12:34:56.639Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-06-28T12:34:57.614Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-06-28T12:34:57.614Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-28T12:34:57.614Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-06-28T12:34:58.238Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-06-28T12:34:58.238Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-28T12:34:58.238Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-06-28T12:34:58.238Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-28T12:34:58.238Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-06-28T12:34:58.238Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-28T12:34:58.238Z] === RUN TestDockerSuite/TestInspectDefault [2021-06-28T12:34:58.587Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-06-28T12:34:58.587Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-06-28T12:34:58.740Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-06-28T12:35:00.777Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-06-28T12:35:00.777Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-06-28T12:35:00.936Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-06-28T12:35:01.401Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-06-28T12:35:01.865Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-06-28T12:35:02.966Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-06-28T12:35:04.058Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-06-28T12:35:05.037Z] === RUN TestDockerSuite/TestCreateLabels [2021-06-28T12:35:05.037Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-06-28T12:35:05.037Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-28T12:35:05.037Z] === RUN TestDockerSuite/TestCreateRM [2021-06-28T12:35:05.501Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-06-28T12:35:05.501Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-28T12:35:05.501Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-06-28T12:35:05.886Z] === RUN TestDockerSuite/TestImagesFormat [2021-06-28T12:35:05.886Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-06-28T12:35:05.886Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-28T12:35:05.886Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-06-28T12:35:05.964Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-06-28T12:35:06.427Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-06-28T12:35:06.844Z] === RUN TestDockerSuite/TestInspectHistory [2021-06-28T12:35:10.588Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-06-28T12:35:10.588Z] === RUN TestDockerSuite/TestImportBadURL [2021-06-28T12:35:12.666Z] === RUN TestDockerSuite/TestInspectImage [2021-06-28T12:35:12.666Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:35:12.666Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-06-28T12:35:12.666Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-28T12:35:12.666Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-06-28T12:35:12.666Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-28T12:35:12.666Z] === RUN TestDockerSuite/TestInspectInt64 [2021-06-28T12:35:12.774Z] === RUN TestDockerSuite/TestImportDisplay [2021-06-28T12:35:12.774Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-28T12:35:12.774Z] === RUN TestDockerSuite/TestImportFile [2021-06-28T12:35:12.774Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-28T12:35:12.774Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-06-28T12:35:12.774Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-06-28T12:35:12.774Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-28T12:35:12.774Z] === RUN TestDockerSuite/TestImportGzipped [2021-06-28T12:35:12.774Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-28T12:35:12.774Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-06-28T12:35:12.774Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-28T12:35:12.774Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-06-28T12:35:12.774Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-28T12:35:12.774Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-06-28T12:35:12.774Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-28T12:35:12.774Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-06-28T12:35:12.774Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-28T12:35:12.774Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-06-28T12:35:12.774Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-06-28T12:35:12.774Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-28T12:35:12.774Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-06-28T12:35:12.774Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-28T12:35:12.774Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-06-28T12:35:15.050Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-06-28T12:35:15.514Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-06-28T12:35:15.588Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-06-28T12:35:15.694Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-06-28T12:35:15.978Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-06-28T12:35:17.885Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-06-28T12:35:17.885Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-28T12:35:17.885Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-06-28T12:35:17.885Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-28T12:35:17.885Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-06-28T12:35:17.885Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-06-28T12:35:17.885Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-28T12:35:17.885Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-06-28T12:35:18.508Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-06-28T12:35:18.971Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-06-28T12:35:19.743Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-06-28T12:35:19.743Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-06-28T12:35:19.743Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-28T12:35:19.743Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-06-28T12:35:20.072Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-06-28T12:35:20.534Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-06-28T12:35:21.894Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-06-28T12:35:22.670Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-06-28T12:35:22.670Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-06-28T12:35:22.670Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-06-28T12:35:22.670Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-06-28T12:35:22.670Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-06-28T12:35:22.670Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-06-28T12:35:22.670Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-06-28T12:35:22.670Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-06-28T12:35:22.670Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestDevicePermissions [2021-06-28T12:35:22.670Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestDockerFails [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-06-28T12:35:22.670Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-06-28T12:35:22.670Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-06-28T12:35:22.670Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestEventsAttach [2021-06-28T12:35:22.670Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestEventsCommit [2021-06-28T12:35:22.670Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-28T12:35:22.670Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-06-28T12:35:22.723Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-06-28T12:35:22.723Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-28T12:35:22.723Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-06-28T12:35:22.723Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-28T12:35:23.185Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-06-28T12:35:23.185Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-28T12:35:23.185Z] === RUN TestDockerSuite/TestInspectDefault [2021-06-28T12:35:24.812Z] === RUN TestDockerSuite/TestInspectPlugin [2021-06-28T12:35:24.812Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-28T12:35:24.812Z] === RUN TestDockerSuite/TestInspectRootFS [2021-06-28T12:35:24.812Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-06-28T12:35:25.377Z] === RUN TestDockerSuite/TestInspectHistory [2021-06-28T12:35:25.598Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-06-28T12:35:27.732Z] === RUN TestDockerSuite/TestInspectStatus [2021-06-28T12:35:28.526Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-06-28T12:35:30.089Z] === RUN TestDockerSuite/TestInspectImage [2021-06-28T12:35:30.089Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:35:30.089Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-06-28T12:35:30.089Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-28T12:35:30.089Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-06-28T12:35:30.089Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-28T12:35:30.089Z] === RUN TestDockerSuite/TestInspectInt64 [2021-06-28T12:35:31.460Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-06-28T12:35:31.485Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-06-28T12:35:32.281Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-06-28T12:35:34.470Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-06-28T12:35:34.932Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-06-28T12:35:37.299Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-06-28T12:35:37.851Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-06-28T12:35:40.039Z] === RUN TestDockerSuite/TestInspectPlugin [2021-06-28T12:35:40.039Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-28T12:35:40.039Z] === RUN TestDockerSuite/TestInspectRootFS [2021-06-28T12:35:40.039Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-06-28T12:35:40.088Z] === RUN TestDockerSuite/TestEventsCopy [2021-06-28T12:35:41.056Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-06-28T12:35:42.227Z] === RUN TestDockerSuite/TestInspectStatus [2021-06-28T12:35:43.853Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-06-28T12:35:43.983Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-06-28T12:35:45.147Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-06-28T12:35:46.904Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-06-28T12:35:49.684Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-06-28T12:35:49.853Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-06-28T12:35:51.237Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-06-28T12:35:52.183Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-06-28T12:35:52.308Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-06-28T12:35:54.371Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-06-28T12:35:55.512Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-06-28T12:35:56.560Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-06-28T12:35:57.033Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-06-28T12:35:57.497Z] === RUN TestDockerSuite/TestEventsFilterType [2021-06-28T12:35:57.703Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-06-28T12:35:58.473Z] === RUN TestDockerSuite/TestEventsFilters [2021-06-28T12:35:58.750Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-06-28T12:36:00.633Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-06-28T12:36:00.633Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-06-28T12:36:00.633Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:36:00.633Z] === RUN TestDockerSuite/TestLinksEnvs [2021-06-28T12:36:00.633Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-28T12:36:00.633Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-06-28T12:36:00.633Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-28T12:36:00.633Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-06-28T12:36:00.633Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-28T12:36:01.095Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-06-28T12:36:01.095Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-28T12:36:01.095Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-06-28T12:36:01.095Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-28T12:36:01.095Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-06-28T12:36:01.095Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:36:01.095Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-06-28T12:36:01.095Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-28T12:36:01.095Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-06-28T12:36:01.095Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-28T12:36:01.095Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-06-28T12:36:01.095Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-28T12:36:01.095Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-06-28T12:36:01.095Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-28T12:36:01.095Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-06-28T12:36:01.095Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:36:01.095Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-06-28T12:36:01.095Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-28T12:36:01.095Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-06-28T12:36:01.095Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-28T12:36:01.095Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-06-28T12:36:01.095Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-28T12:36:01.095Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-06-28T12:36:01.095Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-28T12:36:01.095Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-06-28T12:36:01.095Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-06-28T12:36:01.095Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-06-28T12:36:01.668Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-06-28T12:36:03.858Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLinksEnvs [2021-06-28T12:36:03.858Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-06-28T12:36:03.858Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-06-28T12:36:03.858Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-06-28T12:36:03.858Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-06-28T12:36:03.858Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-06-28T12:36:03.858Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-06-28T12:36:03.858Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-06-28T12:36:03.858Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-06-28T12:36:03.858Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-06-28T12:36:03.858Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-06-28T12:36:03.858Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-06-28T12:36:03.858Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-06-28T12:36:03.858Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-06-28T12:36:03.858Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-06-28T12:36:03.858Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-28T12:36:03.858Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-06-28T12:36:04.023Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-06-28T12:36:04.319Z] === RUN TestDockerSuite/TestEventsFormat [2021-06-28T12:36:04.321Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-06-28T12:36:04.321Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-06-28T12:36:06.509Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-06-28T12:36:06.954Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-06-28T12:36:08.697Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-06-28T12:36:09.046Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-06-28T12:36:09.046Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-06-28T12:36:09.046Z] === RUN TestDockerSuite/TestEventsImageImport [2021-06-28T12:36:09.046Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-28T12:36:09.046Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-06-28T12:36:09.046Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-28T12:36:09.046Z] === RUN TestDockerSuite/TestEventsImagePull [2021-06-28T12:36:09.046Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-28T12:36:09.046Z] === RUN TestDockerSuite/TestEventsImageTag [2021-06-28T12:36:10.024Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-06-28T12:36:10.024Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-28T12:36:10.024Z] === RUN TestDockerSuite/TestEventsRename [2021-06-28T12:36:12.967Z] === RUN TestDockerSuite/TestEventsResize [2021-06-28T12:36:14.057Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-06-28T12:36:14.510Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-06-28T12:36:16.983Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-06-28T12:36:16.983Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-28T12:36:16.983Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-06-28T12:36:17.431Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-06-28T12:36:17.431Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-28T12:36:17.431Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-06-28T12:36:19.599Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-06-28T12:36:19.599Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-06-28T12:36:19.905Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-06-28T12:36:19.905Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-06-28T12:36:21.581Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-06-28T12:36:23.783Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-06-28T12:36:26.619Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-06-28T12:36:26.716Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-06-28T12:36:30.270Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-06-28T12:36:31.441Z] === RUN TestDockerSuite/TestEventsTop [2021-06-28T12:36:31.441Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-28T12:36:31.441Z] === RUN TestDockerSuite/TestEventsUntag [2021-06-28T12:36:32.365Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-06-28T12:36:34.374Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-06-28T12:36:38.878Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-06-28T12:36:39.097Z] === RUN TestDockerSuite/TestExec [2021-06-28T12:36:39.097Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:36:39.097Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-06-28T12:36:39.097Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-28T12:36:39.097Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-06-28T12:36:39.383Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-06-28T12:36:40.648Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-06-28T12:36:40.905Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-06-28T12:36:42.845Z] === RUN TestDockerSuite/TestExecAPIStart [2021-06-28T12:36:42.845Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:36:42.845Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-06-28T12:36:42.845Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-28T12:36:42.845Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-06-28T12:36:42.845Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-28T12:36:42.845Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-06-28T12:36:43.774Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-06-28T12:36:43.774Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-28T12:36:43.774Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-06-28T12:36:45.044Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-06-28T12:36:45.920Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-06-28T12:36:47.243Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-06-28T12:36:48.793Z] === RUN TestDockerSuite/TestLogsSince [2021-06-28T12:36:49.248Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-06-28T12:36:49.443Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-06-28T12:36:51.439Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-06-28T12:36:51.642Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-06-28T12:36:55.204Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-06-28T12:36:55.204Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-28T12:36:55.204Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-06-28T12:36:56.367Z] === RUN TestDockerSuite/TestExecCgroup [2021-06-28T12:36:56.367Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-28T12:36:56.367Z] === RUN TestDockerSuite/TestExecEnv [2021-06-28T12:36:56.367Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-28T12:36:56.367Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-06-28T12:36:56.367Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-28T12:36:56.367Z] === RUN TestDockerSuite/TestExecExitStatus [2021-06-28T12:36:58.128Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-06-28T12:36:59.030Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-06-28T12:36:59.030Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-28T12:36:59.030Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-06-28T12:36:59.030Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-28T12:36:59.030Z] === RUN TestDockerSuite/TestLogsTail [2021-06-28T12:36:59.305Z] === RUN TestDockerSuite/TestExecInspectID [2021-06-28T12:37:01.179Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-06-28T12:37:04.029Z] === RUN TestDockerSuite/TestExecInteractive [2021-06-28T12:37:04.029Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-28T12:37:04.030Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-06-28T12:37:04.030Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-28T12:37:04.030Z] === RUN TestDockerSuite/TestExecParseError [2021-06-28T12:37:04.030Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-28T12:37:04.030Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-06-28T12:37:04.030Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-28T12:37:04.030Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-06-28T12:37:04.030Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-28T12:37:04.030Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-06-28T12:37:04.045Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-06-28T12:37:06.197Z] === RUN TestDockerSuite/TestMountIntoProc [2021-06-28T12:37:06.197Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.197Z] === RUN TestDockerSuite/TestMountIntoSys [2021-06-28T12:37:06.197Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.197Z] === RUN TestDockerSuite/TestNetHostname [2021-06-28T12:37:06.197Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.197Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-06-28T12:37:06.197Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.197Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-06-28T12:37:06.197Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.197Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-06-28T12:37:06.197Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.228Z] === RUN TestDockerSuite/TestExecSetEnv [2021-06-28T12:37:06.228Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.228Z] === RUN TestDockerSuite/TestExecStartFails [2021-06-28T12:37:06.228Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.228Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-06-28T12:37:06.228Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.228Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-06-28T12:37:06.228Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.228Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-06-28T12:37:06.228Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.228Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-06-28T12:37:06.649Z] === RUN TestDockerSuite/TestPluginActive [2021-06-28T12:37:06.649Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.649Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-06-28T12:37:06.649Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.649Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-06-28T12:37:06.649Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-06-28T12:37:06.649Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.649Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-06-28T12:37:06.649Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-28T12:37:06.649Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-06-28T12:37:06.649Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-28T12:37:06.649Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-06-28T12:37:06.649Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.649Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-06-28T12:37:06.649Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.649Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-06-28T12:37:06.649Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.649Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-06-28T12:37:06.649Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.649Z] === RUN TestDockerSuite/TestPortHostBinding [2021-06-28T12:37:06.649Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.649Z] === RUN TestDockerSuite/TestPortList [2021-06-28T12:37:06.649Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-28T12:37:06.649Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-06-28T12:37:06.735Z] === RUN TestDockerSuite/TestLogsSince [2021-06-28T12:37:09.157Z] === RUN TestDockerSuite/TestExecUlimits [2021-06-28T12:37:09.157Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-28T12:37:09.157Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-06-28T12:37:12.383Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-06-28T12:37:12.383Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:37:12.383Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-06-28T12:37:12.383Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-06-28T12:37:12.383Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-28T12:37:12.383Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-06-28T12:37:12.383Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-28T12:37:12.383Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-06-28T12:37:12.383Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-28T12:37:12.383Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-06-28T12:37:12.383Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-28T12:37:12.383Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-06-28T12:37:12.383Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-28T12:37:12.383Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-06-28T12:37:12.383Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-28T12:37:12.383Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-06-28T12:37:12.383Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-28T12:37:12.383Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-06-28T12:37:14.990Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-06-28T12:37:14.990Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-28T12:37:14.990Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-06-28T12:37:14.990Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-28T12:37:14.990Z] === RUN TestDockerSuite/TestExecWithUser [2021-06-28T12:37:14.990Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-28T12:37:14.990Z] === RUN TestDockerSuite/TestGetContainerStats [2021-06-28T12:37:17.020Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-06-28T12:37:17.020Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-28T12:37:17.020Z] === RUN TestDockerSuite/TestPsByOrder [2021-06-28T12:37:17.086Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-06-28T12:37:17.086Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-28T12:37:17.086Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-06-28T12:37:17.086Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-28T12:37:17.086Z] === RUN TestDockerSuite/TestLogsTail [2021-06-28T12:37:20.005Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-06-28T12:37:20.817Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-06-28T12:37:23.761Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-06-28T12:37:25.527Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-06-28T12:37:25.527Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-28T12:37:25.527Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-06-28T12:37:26.647Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-06-28T12:37:26.681Z] === RUN TestDockerSuite/TestMountIntoProc [2021-06-28T12:37:26.681Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-28T12:37:26.681Z] === RUN TestDockerSuite/TestMountIntoSys [2021-06-28T12:37:26.681Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-28T12:37:26.681Z] === RUN TestDockerSuite/TestNetHostname [2021-06-28T12:37:26.681Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-28T12:37:26.681Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-06-28T12:37:26.681Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-28T12:37:26.681Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-06-28T12:37:26.681Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-28T12:37:26.681Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-06-28T12:37:26.681Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-28T12:37:26.681Z] === RUN TestDockerSuite/TestPluginActive [2021-06-28T12:37:26.681Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-28T12:37:26.681Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-06-28T12:37:26.681Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-28T12:37:26.681Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-06-28T12:37:26.681Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-06-28T12:37:26.681Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-28T12:37:26.681Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-06-28T12:37:26.681Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-28T12:37:26.681Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-06-28T12:37:26.681Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-28T12:37:26.681Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-06-28T12:37:26.681Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-28T12:37:26.682Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-06-28T12:37:26.682Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-28T12:37:26.682Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-06-28T12:37:26.682Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-28T12:37:26.682Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-06-28T12:37:26.682Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-28T12:37:26.682Z] === RUN TestDockerSuite/TestPortHostBinding [2021-06-28T12:37:26.682Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-28T12:37:27.143Z] === RUN TestDockerSuite/TestPortList [2021-06-28T12:37:27.143Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-28T12:37:27.143Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-06-28T12:37:30.412Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-06-28T12:37:32.961Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-06-28T12:37:32.962Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:37:32.962Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-06-28T12:37:32.962Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-06-28T12:37:32.962Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-28T12:37:32.962Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-06-28T12:37:32.962Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-28T12:37:32.962Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-06-28T12:37:32.962Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-28T12:37:32.962Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-06-28T12:37:32.962Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-28T12:37:32.962Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-06-28T12:37:32.962Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-28T12:37:32.962Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-06-28T12:37:32.962Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-28T12:37:32.962Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-06-28T12:37:32.962Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-28T12:37:32.962Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-06-28T12:37:35.763Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-06-28T12:37:36.242Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-06-28T12:37:36.242Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:37:36.242Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-06-28T12:37:36.242Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-06-28T12:37:36.242Z] === RUN TestDockerSuite/TestHealth [2021-06-28T12:37:36.242Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-28T12:37:36.242Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-06-28T12:37:36.242Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-06-28T12:37:36.242Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-06-28T12:37:36.242Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-06-28T12:37:38.777Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-06-28T12:37:38.777Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-28T12:37:38.777Z] === RUN TestDockerSuite/TestPsByOrder [2021-06-28T12:37:42.077Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-06-28T12:37:42.077Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-06-28T12:37:42.077Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-28T12:37:42.077Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-06-28T12:37:42.077Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-06-28T12:37:42.077Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-06-28T12:37:42.077Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-06-28T12:37:42.541Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-06-28T12:37:42.541Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-28T12:37:42.541Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-06-28T12:37:43.519Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-06-28T12:37:43.519Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-06-28T12:37:45.716Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-06-28T12:37:45.716Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-06-28T12:37:47.914Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-06-28T12:37:50.474Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-06-28T12:37:50.474Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-06-28T12:37:50.474Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-28T12:37:50.474Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-06-28T12:37:50.844Z] === RUN TestDockerSuite/TestImagesFormat [2021-06-28T12:37:51.195Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-06-28T12:37:51.195Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-28T12:37:51.195Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-06-28T12:37:51.307Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-06-28T12:37:51.307Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-28T12:37:51.307Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-06-28T12:37:55.070Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-06-28T12:37:55.070Z] === RUN TestDockerSuite/TestImportBadURL [2021-06-28T12:37:57.999Z] === RUN TestDockerSuite/TestImportDisplay [2021-06-28T12:37:57.999Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-28T12:37:57.999Z] === RUN TestDockerSuite/TestImportFile [2021-06-28T12:37:57.999Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-28T12:37:57.999Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-06-28T12:37:57.999Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-06-28T12:37:57.999Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-28T12:37:57.999Z] === RUN TestDockerSuite/TestImportGzipped [2021-06-28T12:37:57.999Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-28T12:37:57.999Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-06-28T12:37:57.999Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-28T12:37:57.999Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-06-28T12:37:57.999Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-28T12:37:57.999Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-06-28T12:37:57.999Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-28T12:37:57.999Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-06-28T12:37:57.999Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-28T12:37:57.999Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-06-28T12:37:57.999Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-06-28T12:37:57.999Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-28T12:37:57.999Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-06-28T12:37:57.999Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-28T12:37:57.999Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-06-28T12:38:00.931Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-06-28T12:38:02.771Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-06-28T12:38:03.131Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-06-28T12:38:03.131Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-28T12:38:03.131Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-06-28T12:38:03.131Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-28T12:38:03.131Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-06-28T12:38:03.131Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-06-28T12:38:03.131Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-28T12:38:03.131Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-06-28T12:38:03.623Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-06-28T12:38:06.061Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-06-28T12:38:06.061Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-06-28T12:38:07.414Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-06-28T12:38:08.988Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-06-28T12:38:08.988Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-28T12:38:08.988Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-06-28T12:38:08.988Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-28T12:38:08.988Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-06-28T12:38:08.988Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-28T12:38:08.988Z] === RUN TestDockerSuite/TestInspectDefault [2021-06-28T12:38:11.920Z] === RUN TestDockerSuite/TestInspectHistory [2021-06-28T12:38:15.907Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-06-28T12:38:16.644Z] === RUN TestDockerSuite/TestInspectImage [2021-06-28T12:38:16.644Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:38:16.644Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-06-28T12:38:16.644Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-28T12:38:16.644Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-06-28T12:38:16.644Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-28T12:38:16.644Z] === RUN TestDockerSuite/TestInspectInt64 [2021-06-28T12:38:18.843Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-06-28T12:38:20.544Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-06-28T12:38:20.545Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-28T12:38:20.545Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-06-28T12:38:20.545Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-28T12:38:20.545Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-06-28T12:38:21.041Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-06-28T12:38:21.505Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-06-28T12:38:24.437Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-06-28T12:38:25.182Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-06-28T12:38:25.182Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-28T12:38:25.182Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-06-28T12:38:25.182Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-28T12:38:25.182Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-06-28T12:38:25.182Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-28T12:38:25.182Z] === RUN TestDockerSuite/TestPsRightTagName [2021-06-28T12:38:25.182Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-28T12:38:25.182Z] === RUN TestDockerSuite/TestPsShowMounts [2021-06-28T12:38:26.635Z] === RUN TestDockerSuite/TestInspectPlugin [2021-06-28T12:38:26.635Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-28T12:38:26.635Z] === RUN TestDockerSuite/TestInspectRootFS [2021-06-28T12:38:26.635Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-06-28T12:38:28.828Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-06-28T12:38:28.828Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-06-28T12:38:28.828Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-28T12:38:28.828Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-06-28T12:38:28.833Z] === RUN TestDockerSuite/TestInspectStatus [2021-06-28T12:38:32.186Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-06-28T12:38:32.186Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-28T12:38:32.186Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-06-28T12:38:32.591Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-06-28T12:38:34.330Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-06-28T12:38:34.331Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-28T12:38:34.331Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-06-28T12:38:35.282Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-06-28T12:38:36.235Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-06-28T12:38:36.235Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-28T12:38:36.235Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-06-28T12:38:36.355Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-06-28T12:38:38.553Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-06-28T12:38:40.871Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-06-28T12:38:41.485Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-06-28T12:38:43.691Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-06-28T12:38:43.694Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-06-28T12:38:45.513Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-06-28T12:38:46.620Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-06-28T12:38:47.661Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-06-28T12:38:48.826Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-06-28T12:38:49.514Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-06-28T12:38:51.759Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLinksEnvs [2021-06-28T12:38:51.759Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-06-28T12:38:51.759Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-06-28T12:38:51.759Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-06-28T12:38:51.759Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-06-28T12:38:51.759Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-06-28T12:38:51.759Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-06-28T12:38:51.759Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-06-28T12:38:51.759Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-06-28T12:38:51.759Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-06-28T12:38:51.759Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-06-28T12:38:51.759Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-06-28T12:38:51.759Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-06-28T12:38:51.759Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-06-28T12:38:51.759Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-06-28T12:38:51.759Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-06-28T12:38:51.759Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-06-28T12:38:53.956Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-06-28T12:38:56.156Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-06-28T12:38:58.117Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-06-28T12:39:01.986Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-06-28T12:39:04.916Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-06-28T12:39:04.916Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-28T12:39:04.916Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-06-28T12:39:07.108Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-06-28T12:39:07.108Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-06-28T12:39:10.538Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-06-28T12:39:10.538Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-28T12:39:10.538Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-06-28T12:39:10.538Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-28T12:39:10.538Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-06-28T12:39:12.686Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-06-28T12:39:12.686Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:39:12.686Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-06-28T12:39:14.141Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-06-28T12:39:16.358Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-06-28T12:39:16.358Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-28T12:39:16.358Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-06-28T12:39:16.358Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-28T12:39:16.358Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-06-28T12:39:16.358Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-28T12:39:16.358Z] === RUN TestDockerSuite/TestPsRightTagName [2021-06-28T12:39:16.358Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-28T12:39:16.358Z] === RUN TestDockerSuite/TestPsShowMounts [2021-06-28T12:39:19.905Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-06-28T12:39:21.190Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-06-28T12:39:21.190Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-06-28T12:39:21.190Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-06-28T12:39:22.144Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-06-28T12:39:26.711Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-06-28T12:39:26.712Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-28T12:39:26.712Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-06-28T12:39:26.942Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-06-28T12:39:27.174Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-06-28T12:39:27.174Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-28T12:39:27.174Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-06-28T12:39:27.891Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-06-28T12:39:28.726Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-06-28T12:39:29.106Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-06-28T12:39:29.704Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-06-28T12:39:29.704Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-28T12:39:29.704Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-06-28T12:39:31.989Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-06-28T12:39:31.989Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-28T12:39:31.989Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-06-28T12:39:34.152Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-06-28T12:39:35.518Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-06-28T12:39:37.039Z] === RUN TestDockerSuite/TestLogsSince [2021-06-28T12:39:38.132Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-06-28T12:39:38.132Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:39:38.132Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-06-28T12:39:40.226Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-06-28T12:39:41.822Z] === RUN TestDockerSuite/TestRmiBlank [2021-06-28T12:39:41.822Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-06-28T12:39:42.273Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-06-28T12:39:43.993Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-06-28T12:39:47.312Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-06-28T12:39:47.312Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-28T12:39:47.312Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-06-28T12:39:47.312Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-28T12:39:47.312Z] === RUN TestDockerSuite/TestLogsTail [2021-06-28T12:39:49.473Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-06-28T12:39:52.356Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-06-28T12:39:54.516Z] === RUN TestDockerSuite/TestMountIntoProc [2021-06-28T12:39:54.516Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-28T12:39:54.517Z] === RUN TestDockerSuite/TestMountIntoSys [2021-06-28T12:39:54.517Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-28T12:39:54.517Z] === RUN TestDockerSuite/TestNetHostname [2021-06-28T12:39:54.517Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-28T12:39:54.517Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-06-28T12:39:54.517Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-28T12:39:54.517Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-06-28T12:39:54.517Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-28T12:39:54.517Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-06-28T12:39:54.517Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-28T12:39:54.517Z] === RUN TestDockerSuite/TestPluginActive [2021-06-28T12:39:54.517Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-28T12:39:54.517Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-06-28T12:39:54.517Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-28T12:39:54.517Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-06-28T12:39:54.972Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-06-28T12:39:54.972Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-28T12:39:54.972Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-06-28T12:39:54.972Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-28T12:39:54.972Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-06-28T12:39:54.972Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-28T12:39:54.972Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-06-28T12:39:54.972Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-28T12:39:54.972Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-06-28T12:39:54.972Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-28T12:39:54.972Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-06-28T12:39:54.972Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-28T12:39:54.972Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-06-28T12:39:54.972Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-28T12:39:54.972Z] === RUN TestDockerSuite/TestPortHostBinding [2021-06-28T12:39:54.972Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-28T12:39:54.972Z] === RUN TestDockerSuite/TestPortList [2021-06-28T12:39:54.972Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-28T12:39:54.972Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-06-28T12:39:59.635Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-06-28T12:39:59.636Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:39:59.636Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-06-28T12:39:59.636Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-06-28T12:39:59.636Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-28T12:39:59.636Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-06-28T12:39:59.636Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-28T12:39:59.636Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-06-28T12:39:59.636Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-28T12:39:59.636Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-06-28T12:39:59.636Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-28T12:39:59.636Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-06-28T12:39:59.636Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-28T12:39:59.636Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-06-28T12:39:59.636Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-28T12:39:59.636Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-06-28T12:39:59.636Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-28T12:39:59.636Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-06-28T12:40:05.399Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-06-28T12:40:05.399Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-28T12:40:05.399Z] === RUN TestDockerSuite/TestPsByOrder [2021-06-28T12:40:07.292Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-06-28T12:40:08.245Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-06-28T12:40:08.697Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-06-28T12:40:13.929Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-06-28T12:40:13.929Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-28T12:40:13.929Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-06-28T12:40:14.011Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-06-28T12:40:14.011Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:40:14.011Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-06-28T12:40:19.829Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-06-28T12:40:19.829Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-06-28T12:40:20.292Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-06-28T12:40:20.989Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-06-28T12:40:21.268Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-06-28T12:40:24.205Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-06-28T12:40:25.624Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-06-28T12:40:27.086Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-06-28T12:40:32.904Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-06-28T12:40:32.904Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:40:32.904Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-06-28T12:40:34.117Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-06-28T12:40:37.900Z] === RUN TestDockerSuite/TestRmiBlank [2021-06-28T12:40:38.364Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-06-28T12:40:38.827Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-06-28T12:40:38.959Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-06-28T12:40:38.959Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-06-28T12:40:38.959Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-28T12:40:38.959Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-06-28T12:40:42.632Z] === RUN TestDockerSuite/TestRmiTag [2021-06-28T12:40:42.632Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-06-28T12:40:45.502Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-06-28T12:40:53.714Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-06-28T12:40:55.879Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-06-28T12:40:59.972Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-06-28T12:41:04.411Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-06-28T12:41:06.482Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-06-28T12:41:07.082Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-06-28T12:41:07.544Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-06-28T12:41:08.122Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-06-28T12:41:08.122Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-28T12:41:08.122Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-06-28T12:41:08.122Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-28T12:41:08.122Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-06-28T12:41:08.645Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-06-28T12:41:13.282Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-06-28T12:41:13.879Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-06-28T12:41:13.879Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-28T12:41:13.879Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-06-28T12:41:13.879Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-28T12:41:13.879Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-06-28T12:41:13.879Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-28T12:41:13.879Z] === RUN TestDockerSuite/TestPsRightTagName [2021-06-28T12:41:13.879Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-28T12:41:13.879Z] === RUN TestDockerSuite/TestPsShowMounts [2021-06-28T12:41:14.798Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-06-28T12:41:14.798Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-28T12:41:14.798Z] === RUN TestDockerSuite/TestRunAddHost [2021-06-28T12:41:14.798Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-28T12:41:14.798Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-06-28T12:41:14.798Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-28T12:41:14.798Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-06-28T12:41:14.798Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-28T12:41:14.798Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-06-28T12:41:14.798Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-28T12:41:14.798Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-06-28T12:41:14.798Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-28T12:41:14.798Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-06-28T12:41:14.798Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-28T12:41:14.798Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-06-28T12:41:16.143Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-06-28T12:41:16.313Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-06-28T12:41:16.313Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-28T12:41:16.313Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-06-28T12:41:16.313Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-28T12:41:16.313Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-06-28T12:41:20.921Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-06-28T12:41:20.921Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-28T12:41:20.921Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-06-28T12:41:21.879Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-06-28T12:41:21.880Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-28T12:41:21.880Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-06-28T12:41:22.051Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-06-28T12:41:23.248Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-06-28T12:41:23.402Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-06-28T12:41:24.199Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-06-28T12:41:24.362Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-06-28T12:41:24.362Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-28T12:41:24.362Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-06-28T12:41:27.066Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-06-28T12:41:29.129Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-06-28T12:41:29.939Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-06-28T12:41:32.805Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-06-28T12:41:32.805Z] === RUN TestDockerSuite/TestRunBindMounts [2021-06-28T12:41:33.607Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-06-28T12:41:33.789Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-06-28T12:41:35.949Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-06-28T12:41:37.455Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-06-28T12:41:37.455Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-28T12:41:37.455Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-06-28T12:41:37.455Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-28T12:41:37.455Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-06-28T12:41:37.455Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-28T12:41:37.455Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-06-28T12:41:37.455Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-28T12:41:37.455Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-06-28T12:41:37.455Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-28T12:41:37.455Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-06-28T12:41:37.455Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-28T12:41:37.455Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-06-28T12:41:37.455Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-28T12:41:37.455Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-06-28T12:41:37.455Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-28T12:41:37.455Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-06-28T12:41:37.455Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-28T12:41:37.455Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-06-28T12:41:37.455Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-28T12:41:37.455Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-06-28T12:41:37.455Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-28T12:41:37.455Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-06-28T12:41:39.429Z] === RUN TestDockerSuite/TestRmiTag [2021-06-28T12:41:39.895Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-06-28T12:41:40.323Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-06-28T12:41:40.323Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-28T12:41:40.323Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-06-28T12:41:43.191Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-06-28T12:41:43.191Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-28T12:41:43.191Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-06-28T12:41:43.191Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-28T12:41:43.191Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-06-28T12:41:43.657Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-06-28T12:41:45.343Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-06-28T12:41:45.343Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-28T12:41:45.343Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-06-28T12:41:45.343Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-28T12:41:45.343Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-06-28T12:41:45.343Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-28T12:41:45.343Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-06-28T12:41:45.343Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-28T12:41:45.343Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-06-28T12:41:45.343Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-28T12:41:45.343Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-06-28T12:41:45.343Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-28T12:41:45.343Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-06-28T12:41:45.343Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-28T12:41:45.343Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-06-28T12:41:47.499Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-06-28T12:41:50.381Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-06-28T12:41:52.536Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-06-28T12:41:52.536Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-28T12:41:52.536Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-06-28T12:41:52.536Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-28T12:41:52.536Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-06-28T12:41:52.536Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-28T12:41:52.536Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-06-28T12:41:55.418Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-06-28T12:41:55.418Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-28T12:41:55.418Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-06-28T12:41:55.418Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-28T12:41:55.418Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-06-28T12:41:55.418Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-28T12:41:55.418Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-06-28T12:41:55.418Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-28T12:41:55.418Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-06-28T12:41:56.946Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-06-28T12:42:02.694Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-06-28T12:42:02.694Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-28T12:42:02.694Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-06-28T12:42:02.694Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-28T12:42:02.694Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-06-28T12:42:02.694Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-28T12:42:02.694Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-06-28T12:42:02.694Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-28T12:42:02.694Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-06-28T12:42:02.694Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-28T12:42:02.694Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-06-28T12:42:02.694Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-28T12:42:02.694Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-06-28T12:42:04.849Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-06-28T12:42:04.850Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-28T12:42:04.850Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-06-28T12:42:04.850Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-06-28T12:42:04.850Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-28T12:42:04.850Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-06-28T12:42:05.841Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-06-28T12:42:05.841Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:42:05.841Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-06-28T12:42:07.727Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-06-28T12:42:08.854Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-06-28T12:42:08.854Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-06-28T12:42:09.554Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-06-28T12:42:09.554Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-06-28T12:42:09.886Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-06-28T12:42:09.886Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-28T12:42:09.886Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-06-28T12:42:10.009Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-06-28T12:42:10.969Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-06-28T12:42:12.765Z] === RUN TestDockerSuite/TestRunEnvironment [2021-06-28T12:42:12.765Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-28T12:42:12.765Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-06-28T12:42:12.765Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-28T12:42:12.765Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-06-28T12:42:12.765Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-28T12:42:12.765Z] === RUN TestDockerSuite/TestRunExitCode [2021-06-28T12:42:15.640Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-06-28T12:42:15.647Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-06-28T12:42:15.958Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-06-28T12:42:16.931Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-06-28T12:42:16.931Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-28T12:42:16.931Z] === RUN TestDockerSuite/TestRunAddHost [2021-06-28T12:42:16.931Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-28T12:42:16.931Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-06-28T12:42:16.931Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-28T12:42:16.931Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-06-28T12:42:16.931Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-28T12:42:16.931Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-06-28T12:42:16.931Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-28T12:42:16.931Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-06-28T12:42:16.931Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-28T12:42:16.931Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-06-28T12:42:16.931Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-28T12:42:16.931Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-06-28T12:42:17.803Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-06-28T12:42:19.352Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-06-28T12:42:19.352Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:42:19.352Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-06-28T12:42:19.852Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-06-28T12:42:19.852Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-28T12:42:19.852Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-06-28T12:42:19.852Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-28T12:42:19.852Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-06-28T12:42:20.682Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-06-28T12:42:23.563Z] === RUN TestDockerSuite/TestRunExposePort [2021-06-28T12:42:23.563Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-06-28T12:42:23.563Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-28T12:42:23.563Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-06-28T12:42:23.563Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-28T12:42:23.563Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-06-28T12:42:23.563Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-28T12:42:23.563Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-06-28T12:42:23.563Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-28T12:42:23.563Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-28T12:42:23.563Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-28T12:42:23.563Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-06-28T12:42:23.563Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-28T12:42:23.563Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-06-28T12:42:23.563Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-28T12:42:23.563Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-06-28T12:42:25.108Z] === RUN TestDockerSuite/TestRmiBlank [2021-06-28T12:42:25.108Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-06-28T12:42:25.108Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-06-28T12:42:25.674Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-06-28T12:42:28.216Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-06-28T12:42:28.216Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-28T12:42:28.216Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-06-28T12:42:28.216Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-06-28T12:42:28.216Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-28T12:42:28.216Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-06-28T12:42:28.216Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-28T12:42:28.216Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-06-28T12:42:28.216Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-28T12:42:28.216Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-06-28T12:42:28.216Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-28T12:42:28.216Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-06-28T12:42:29.429Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-06-28T12:42:33.191Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-06-28T12:42:35.242Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-06-28T12:42:35.242Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-28T12:42:35.242Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-06-28T12:42:37.398Z] === RUN TestDockerSuite/TestRunModeHostname [2021-06-28T12:42:37.398Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-28T12:42:37.398Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-06-28T12:42:37.398Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-28T12:42:37.398Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-06-28T12:42:37.398Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-28T12:42:37.398Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-06-28T12:42:37.398Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-28T12:42:37.398Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-06-28T12:42:37.398Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-28T12:42:37.398Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-06-28T12:42:37.398Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-28T12:42:37.398Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-06-28T12:42:37.398Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-28T12:42:37.398Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-06-28T12:42:37.398Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-28T12:42:37.398Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-06-28T12:42:37.398Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-28T12:42:37.398Z] === RUN TestDockerSuite/TestRunMount [2021-06-28T12:42:37.398Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-28T12:42:37.398Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-06-28T12:42:37.398Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-28T12:42:37.398Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-06-28T12:42:37.398Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-28T12:42:37.398Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-06-28T12:42:37.398Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-28T12:42:37.398Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-06-28T12:42:41.784Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-06-28T12:42:43.334Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-06-28T12:42:43.797Z] === RUN TestDockerSuite/TestRunBindMounts [2021-06-28T12:42:45.913Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-06-28T12:42:45.913Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-28T12:42:45.913Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-06-28T12:42:45.913Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-28T12:42:45.913Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-06-28T12:42:45.913Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-28T12:42:45.913Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-06-28T12:42:46.132Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-06-28T12:42:46.587Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-06-28T12:42:47.042Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-06-28T12:42:49.609Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-06-28T12:42:49.609Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-28T12:42:49.609Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-06-28T12:42:49.609Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-28T12:42:49.609Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-06-28T12:42:49.609Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-28T12:42:49.609Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-06-28T12:42:49.609Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-28T12:42:49.609Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-06-28T12:42:49.609Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-28T12:42:49.609Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-06-28T12:42:49.609Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-28T12:42:49.609Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-06-28T12:42:49.609Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-28T12:42:49.609Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-06-28T12:42:49.609Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-28T12:42:49.609Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-06-28T12:42:49.609Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-28T12:42:49.609Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-06-28T12:42:49.609Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-28T12:42:49.609Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-06-28T12:42:49.609Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-28T12:42:50.071Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-06-28T12:42:50.566Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-06-28T12:42:52.990Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-06-28T12:42:52.991Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-28T12:42:52.991Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-06-28T12:42:55.218Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-06-28T12:42:55.219Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-28T12:42:55.219Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-06-28T12:42:55.219Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-28T12:42:55.219Z] === RUN TestDockerSuite/TestRunNetHost [2021-06-28T12:42:55.219Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-28T12:42:55.672Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-06-28T12:42:55.672Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-28T12:42:55.672Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-06-28T12:42:55.672Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-28T12:42:55.672Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-06-28T12:42:55.672Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-28T12:42:55.672Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-06-28T12:42:55.672Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-28T12:42:55.672Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-06-28T12:42:55.672Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-28T12:42:55.672Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-06-28T12:42:55.672Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-28T12:42:55.672Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-06-28T12:42:56.125Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-06-28T12:42:57.081Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-06-28T12:42:57.704Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-06-28T12:42:57.704Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-28T12:42:57.704Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-06-28T12:42:57.704Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-28T12:42:57.704Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-06-28T12:42:59.239Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-06-28T12:42:59.367Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-06-28T12:42:59.891Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-06-28T12:42:59.891Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-28T12:42:59.891Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-06-28T12:42:59.891Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-28T12:42:59.891Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-06-28T12:42:59.891Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-28T12:42:59.891Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-06-28T12:42:59.891Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-28T12:42:59.891Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-06-28T12:42:59.891Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-28T12:42:59.891Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-06-28T12:42:59.891Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-28T12:42:59.891Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-06-28T12:42:59.892Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-28T12:42:59.892Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-06-28T12:43:01.398Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-06-28T12:43:02.354Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-06-28T12:43:02.809Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-06-28T12:43:04.026Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-06-28T12:43:04.510Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-06-28T12:43:04.510Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-28T12:43:04.510Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-06-28T12:43:04.510Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-28T12:43:04.510Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-06-28T12:43:04.510Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-28T12:43:04.510Z] === RUN TestDockerSuite/TestRunPortInUse [2021-06-28T12:43:04.510Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-28T12:43:04.510Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-06-28T12:43:04.510Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-28T12:43:04.510Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-06-28T12:43:04.510Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-28T12:43:04.964Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-06-28T12:43:04.964Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-28T12:43:04.964Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-06-28T12:43:04.964Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-28T12:43:04.964Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-28T12:43:05.735Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-06-28T12:43:08.669Z] === RUN TestDockerSuite/TestRunPublishPort [2021-06-28T12:43:08.669Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-28T12:43:08.669Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-06-28T12:43:08.669Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-28T12:43:08.669Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-06-28T12:43:08.669Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-28T12:43:08.669Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-06-28T12:43:08.669Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-28T12:43:08.669Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-06-28T12:43:08.669Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-28T12:43:08.669Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-06-28T12:43:12.569Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-06-28T12:43:14.340Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-06-28T12:43:14.340Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-28T12:43:14.340Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-06-28T12:43:14.340Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-28T12:43:14.340Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-06-28T12:43:14.340Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-28T12:43:14.340Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-06-28T12:43:16.280Z] === RUN TestDockerSuite/TestRmiTag [2021-06-28T12:43:17.184Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-06-28T12:43:17.184Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-28T12:43:17.184Z] === RUN TestDockerSuite/TestRunRm [2021-06-28T12:43:17.245Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-06-28T12:43:17.261Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-06-28T12:43:17.261Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-28T12:43:17.261Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-06-28T12:43:17.261Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-28T12:43:17.261Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-06-28T12:43:17.261Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-28T12:43:17.261Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-06-28T12:43:17.261Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-28T12:43:17.261Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-06-28T12:43:19.344Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-06-28T12:43:19.409Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-06-28T12:43:20.185Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-06-28T12:43:25.091Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-06-28T12:43:27.290Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-06-28T12:43:27.290Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-28T12:43:27.290Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-06-28T12:43:27.290Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-28T12:43:27.290Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-06-28T12:43:27.290Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-28T12:43:27.290Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-06-28T12:43:27.290Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-28T12:43:27.290Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-06-28T12:43:27.290Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-28T12:43:27.290Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-06-28T12:43:27.290Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-28T12:43:27.290Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-06-28T12:43:27.968Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-06-28T12:43:29.480Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-06-28T12:43:29.480Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-28T12:43:29.943Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-06-28T12:43:29.943Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-06-28T12:43:29.943Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-28T12:43:29.943Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-06-28T12:43:30.126Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-06-28T12:43:32.874Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-06-28T12:43:33.006Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-06-28T12:43:35.161Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-06-28T12:43:35.161Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-28T12:43:35.161Z] === RUN TestDockerSuite/TestRunState [2021-06-28T12:43:35.161Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-28T12:43:35.615Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-06-28T12:43:35.796Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-06-28T12:43:35.796Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-28T12:43:35.796Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-06-28T12:43:37.773Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-06-28T12:43:37.773Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-28T12:43:37.773Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-06-28T12:43:38.716Z] === RUN TestDockerSuite/TestRunEnvironment [2021-06-28T12:43:38.716Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-28T12:43:38.716Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-06-28T12:43:38.716Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-28T12:43:38.716Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-06-28T12:43:38.716Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-28T12:43:38.716Z] === RUN TestDockerSuite/TestRunExitCode [2021-06-28T12:43:40.654Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-06-28T12:43:40.654Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-28T12:43:40.654Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-06-28T12:43:40.654Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-28T12:43:40.654Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-06-28T12:43:40.654Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-06-28T12:43:40.654Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-06-28T12:43:40.654Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-28T12:43:40.654Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-06-28T12:43:42.472Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-06-28T12:43:44.664Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-06-28T12:43:46.407Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-06-28T12:43:46.407Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-28T12:43:46.407Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-06-28T12:43:46.407Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-28T12:43:46.407Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-06-28T12:43:46.407Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-28T12:43:46.407Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-06-28T12:43:46.407Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-28T12:43:46.407Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-06-28T12:43:46.407Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-28T12:43:46.407Z] === RUN TestDockerSuite/TestRunUserByID [2021-06-28T12:43:46.407Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-28T12:43:46.407Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-06-28T12:43:46.407Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-28T12:43:46.407Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-06-28T12:43:46.407Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-28T12:43:46.407Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-06-28T12:43:46.407Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-28T12:43:46.407Z] === RUN TestDockerSuite/TestRunUserByName [2021-06-28T12:43:46.407Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-28T12:43:46.407Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-06-28T12:43:47.588Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-06-28T12:43:48.562Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-06-28T12:43:48.562Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-28T12:43:48.562Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-06-28T12:43:49.279Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-06-28T12:43:49.279Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-06-28T12:43:51.441Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-06-28T12:43:51.441Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-28T12:43:51.441Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-06-28T12:43:51.441Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-28T12:43:51.441Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-06-28T12:43:52.164Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-06-28T12:43:53.696Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-06-28T12:43:53.697Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-28T12:43:53.697Z] === RUN TestDockerSuite/TestRunAddHost [2021-06-28T12:43:53.697Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-28T12:43:53.697Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-06-28T12:43:53.697Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-28T12:43:53.697Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-06-28T12:43:53.697Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-28T12:43:53.697Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-06-28T12:43:53.697Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-28T12:43:53.697Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-06-28T12:43:53.697Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-28T12:43:53.697Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-06-28T12:43:53.697Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-28T12:43:53.697Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-06-28T12:43:54.319Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-06-28T12:43:55.223Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-06-28T12:43:55.223Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-28T12:43:55.223Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-06-28T12:43:55.223Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-28T12:43:55.223Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-06-28T12:43:56.187Z] === RUN TestDockerSuite/TestRunExposePort [2021-06-28T12:43:56.187Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-06-28T12:43:56.187Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-28T12:43:56.187Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-06-28T12:43:56.187Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-28T12:43:56.187Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-06-28T12:43:56.187Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-28T12:43:56.187Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-06-28T12:43:56.187Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-28T12:43:56.187Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-28T12:43:56.187Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-28T12:43:56.187Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-06-28T12:43:56.187Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-28T12:43:56.187Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-06-28T12:43:56.187Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-28T12:43:56.187Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-06-28T12:44:00.982Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-06-28T12:44:03.147Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-06-28T12:44:06.036Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-06-28T12:44:06.555Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-06-28T12:44:06.555Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-28T12:44:06.555Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-06-28T12:44:06.555Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-06-28T12:44:06.555Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-28T12:44:06.555Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-06-28T12:44:06.555Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-28T12:44:06.555Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-06-28T12:44:06.555Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-28T12:44:06.555Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-06-28T12:44:06.555Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-28T12:44:06.555Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-06-28T12:44:06.635Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-06-28T12:44:08.923Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-06-28T12:44:11.284Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-06-28T12:44:11.809Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-06-28T12:44:11.810Z] === RUN TestDockerSuite/TestRunBindMounts [2021-06-28T12:44:17.569Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-06-28T12:44:17.569Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-28T12:44:17.569Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-06-28T12:44:17.569Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-28T12:44:17.569Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-06-28T12:44:17.569Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-28T12:44:17.569Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-06-28T12:44:17.569Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-28T12:44:17.569Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-06-28T12:44:17.569Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-28T12:44:17.569Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-06-28T12:44:17.569Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-28T12:44:17.569Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-06-28T12:44:17.569Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-28T12:44:17.569Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-06-28T12:44:17.569Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-28T12:44:17.569Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-06-28T12:44:17.569Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-28T12:44:17.569Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-06-28T12:44:17.569Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-28T12:44:17.569Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-06-28T12:44:17.569Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-28T12:44:17.569Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-06-28T12:44:18.311Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-06-28T12:44:18.311Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-28T12:44:18.311Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-06-28T12:44:18.311Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-06-28T12:44:18.968Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-06-28T12:44:18.968Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-28T12:44:18.968Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-06-28T12:44:19.731Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-06-28T12:44:19.731Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-28T12:44:19.731Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-06-28T12:44:20.488Z] === RUN TestDockerSuite/TestRunModeHostname [2021-06-28T12:44:20.488Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-28T12:44:20.488Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-06-28T12:44:20.488Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-28T12:44:20.488Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-06-28T12:44:20.488Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-28T12:44:20.488Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-06-28T12:44:20.488Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-28T12:44:20.942Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-06-28T12:44:20.942Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-28T12:44:20.942Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-06-28T12:44:20.942Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-28T12:44:20.942Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-06-28T12:44:20.942Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-28T12:44:20.942Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-06-28T12:44:20.942Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-28T12:44:20.942Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-06-28T12:44:20.942Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-28T12:44:20.942Z] === RUN TestDockerSuite/TestRunMount [2021-06-28T12:44:20.942Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-28T12:44:20.942Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-06-28T12:44:20.942Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-28T12:44:20.942Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-06-28T12:44:20.942Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-28T12:44:20.942Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-06-28T12:44:20.942Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-28T12:44:20.942Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-06-28T12:44:22.014Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-06-28T12:44:23.442Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-06-28T12:44:23.442Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-28T12:44:23.442Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-06-28T12:44:23.442Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-28T12:44:23.442Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-06-28T12:44:24.177Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-06-28T12:44:24.976Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-06-28T12:44:24.976Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-28T12:44:24.976Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-06-28T12:44:24.976Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-28T12:44:24.976Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-06-28T12:44:24.976Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-28T12:44:24.976Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-06-28T12:44:24.976Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-28T12:44:24.976Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-06-28T12:44:24.976Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-28T12:44:24.976Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-06-28T12:44:24.976Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-28T12:44:24.976Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-06-28T12:44:24.976Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-28T12:44:24.976Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-06-28T12:44:27.061Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-06-28T12:44:27.061Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-28T12:44:27.061Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-06-28T12:44:27.061Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-06-28T12:44:27.061Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-06-28T12:44:27.061Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-28T12:44:27.061Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-06-28T12:44:27.061Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-28T12:44:27.061Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-06-28T12:44:27.061Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-28T12:44:27.061Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-06-28T12:44:27.061Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-28T12:44:27.061Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-06-28T12:44:27.061Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-28T12:44:27.061Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-06-28T12:44:27.138Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-06-28T12:44:30.030Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-06-28T12:44:31.196Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-06-28T12:44:31.196Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-28T12:44:31.196Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-06-28T12:44:31.196Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-28T12:44:31.196Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-06-28T12:44:31.196Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-28T12:44:31.196Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-06-28T12:44:32.197Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-06-28T12:44:32.197Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-28T12:44:32.197Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-06-28T12:44:32.197Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-28T12:44:32.197Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-06-28T12:44:32.197Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-28T12:44:32.197Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-06-28T12:44:34.371Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-06-28T12:44:34.371Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-28T12:44:34.371Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-06-28T12:44:34.371Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-28T12:44:34.371Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-06-28T12:44:34.371Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-28T12:44:34.371Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-06-28T12:44:34.371Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-28T12:44:34.371Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-06-28T12:44:35.577Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-06-28T12:44:36.554Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-06-28T12:44:36.943Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-06-28T12:44:37.102Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-06-28T12:44:39.259Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-06-28T12:44:41.591Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-06-28T12:44:41.591Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-28T12:44:41.591Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-06-28T12:44:41.591Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-28T12:44:41.591Z] === RUN TestDockerSuite/TestRunNetHost [2021-06-28T12:44:41.591Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-28T12:44:41.591Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-06-28T12:44:41.591Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-28T12:44:41.591Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-06-28T12:44:41.591Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-28T12:44:41.591Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-06-28T12:44:41.591Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-28T12:44:41.591Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-06-28T12:44:41.591Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-28T12:44:42.044Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-06-28T12:44:42.044Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-28T12:44:42.044Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-06-28T12:44:42.044Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-28T12:44:42.044Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-06-28T12:44:42.330Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-06-28T12:44:42.330Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-28T12:44:42.330Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-06-28T12:44:42.330Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-28T12:44:42.330Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-06-28T12:44:42.330Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-28T12:44:42.330Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-06-28T12:44:42.330Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-28T12:44:42.330Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-06-28T12:44:42.330Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-28T12:44:42.330Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-06-28T12:44:42.330Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-28T12:44:42.330Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-06-28T12:44:42.497Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-06-28T12:44:43.451Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-06-28T12:44:43.925Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-06-28T12:44:43.926Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-28T12:44:44.379Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-06-28T12:44:44.379Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-28T12:44:44.379Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-06-28T12:44:44.379Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-28T12:44:44.379Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-06-28T12:44:44.379Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-28T12:44:44.379Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-06-28T12:44:44.379Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-28T12:44:44.379Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-06-28T12:44:44.379Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:44:44.379Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-06-28T12:44:44.379Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-28T12:44:44.379Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-06-28T12:44:44.379Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-28T12:44:44.379Z] === RUN TestDockerSuite/TestSaveImageId [2021-06-28T12:44:44.379Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-28T12:44:44.379Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-06-28T12:44:44.379Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-28T12:44:44.379Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-06-28T12:44:44.379Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-28T12:44:44.379Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-06-28T12:44:44.379Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-28T12:44:44.379Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-06-28T12:44:44.379Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-28T12:44:44.379Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-06-28T12:44:44.379Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-28T12:44:44.379Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-06-28T12:44:44.380Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-28T12:44:44.380Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-06-28T12:44:44.380Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-28T12:44:44.380Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-06-28T12:44:44.380Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-28T12:44:44.380Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-06-28T12:44:45.218Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-06-28T12:44:45.218Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-28T12:44:45.218Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-06-28T12:44:45.218Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-06-28T12:44:45.218Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-28T12:44:45.218Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-06-28T12:44:46.324Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-06-28T12:44:46.541Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-06-28T12:44:46.994Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-06-28T12:44:47.397Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-06-28T12:44:47.452Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-06-28T12:44:47.905Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-06-28T12:44:49.204Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-06-28T12:44:49.427Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-06-28T12:44:50.285Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-06-28T12:44:50.285Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-28T12:44:50.285Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-06-28T12:44:50.721Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-06-28T12:44:53.177Z] === RUN TestDockerSuite/TestRunEnvironment [2021-06-28T12:44:53.177Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-28T12:44:53.177Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-06-28T12:44:53.177Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-28T12:44:53.177Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-06-28T12:44:53.177Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-28T12:44:53.177Z] === RUN TestDockerSuite/TestRunExitCode [2021-06-28T12:44:53.601Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-06-28T12:44:53.601Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-28T12:44:53.601Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-06-28T12:44:53.601Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-28T12:44:53.601Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-06-28T12:44:53.601Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-28T12:44:53.601Z] === RUN TestDockerSuite/TestRunPortInUse [2021-06-28T12:44:53.601Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-28T12:44:53.601Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-06-28T12:44:53.601Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-28T12:44:53.601Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-06-28T12:44:53.601Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-28T12:44:53.601Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-06-28T12:44:53.601Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-28T12:44:53.601Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-06-28T12:44:53.601Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-28T12:44:53.601Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-28T12:44:55.345Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-06-28T12:44:57.953Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-06-28T12:44:57.953Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-28T12:44:57.953Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-06-28T12:44:58.242Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-06-28T12:44:58.248Z] === RUN TestDockerSuite/TestRunPublishPort [2021-06-28T12:44:58.249Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-28T12:44:58.249Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-06-28T12:44:58.249Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-28T12:44:58.249Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-06-28T12:44:58.249Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-28T12:44:58.249Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-06-28T12:44:58.249Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-28T12:44:58.249Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-06-28T12:44:58.249Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-28T12:44:58.249Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-06-28T12:45:00.417Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-06-28T12:45:03.307Z] === RUN TestDockerSuite/TestRunExposePort [2021-06-28T12:45:03.307Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-06-28T12:45:03.307Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-28T12:45:03.307Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-06-28T12:45:03.307Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-28T12:45:03.307Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-06-28T12:45:03.307Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-28T12:45:03.307Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-06-28T12:45:03.307Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-28T12:45:03.307Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-28T12:45:03.307Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-28T12:45:03.307Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-06-28T12:45:03.307Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-28T12:45:03.307Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-06-28T12:45:03.307Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-28T12:45:03.307Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-06-28T12:45:06.474Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-06-28T12:45:06.474Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-28T12:45:06.474Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-06-28T12:45:07.972Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-06-28T12:45:07.972Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-28T12:45:07.972Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-06-28T12:45:07.972Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-06-28T12:45:07.972Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-28T12:45:08.427Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-06-28T12:45:08.427Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-28T12:45:08.427Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-06-28T12:45:08.427Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-28T12:45:08.427Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-06-28T12:45:08.427Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-28T12:45:08.427Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-06-28T12:45:08.498Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-06-28T12:45:08.499Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-28T12:45:08.499Z] === RUN TestDockerSuite/TestRunRm [2021-06-28T12:45:10.179Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-06-28T12:45:10.179Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-28T12:45:10.179Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-06-28T12:45:10.179Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-28T12:45:10.179Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-06-28T12:45:10.179Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-28T12:45:10.632Z] === RUN TestDockerSuite/TestStartRecordError [2021-06-28T12:45:10.632Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-28T12:45:10.632Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-06-28T12:45:15.475Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-06-28T12:45:15.475Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-28T12:45:15.475Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-06-28T12:45:16.390Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-06-28T12:45:16.390Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-28T12:45:16.390Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-06-28T12:45:16.390Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-28T12:45:16.844Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-06-28T12:45:16.844Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-28T12:45:16.844Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-06-28T12:45:16.844Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-28T12:45:16.844Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-06-28T12:45:16.844Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-28T12:45:16.844Z] === RUN TestDockerSuite/TestStatsNoStream [2021-06-28T12:45:16.844Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-28T12:45:16.844Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-06-28T12:45:17.003Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-06-28T12:45:17.640Z] === RUN TestDockerSuite/TestRunModeHostname [2021-06-28T12:45:17.640Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-28T12:45:17.640Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-06-28T12:45:17.640Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-28T12:45:17.640Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-06-28T12:45:17.640Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-28T12:45:17.640Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-06-28T12:45:17.640Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-28T12:45:17.640Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-06-28T12:45:17.640Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-28T12:45:17.640Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-06-28T12:45:17.640Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-28T12:45:17.640Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-06-28T12:45:17.640Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-28T12:45:17.640Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-06-28T12:45:17.640Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-28T12:45:18.096Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-06-28T12:45:18.097Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-28T12:45:18.097Z] === RUN TestDockerSuite/TestRunMount [2021-06-28T12:45:18.097Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-28T12:45:18.097Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-06-28T12:45:18.097Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-28T12:45:18.097Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-06-28T12:45:18.097Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-28T12:45:18.097Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-06-28T12:45:18.097Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-28T12:45:18.097Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-06-28T12:45:18.999Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-06-28T12:45:21.883Z] === RUN TestDockerSuite/TestTopPrivileged [2021-06-28T12:45:21.883Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-28T12:45:21.883Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-06-28T12:45:22.751Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-06-28T12:45:24.041Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-06-28T12:45:24.041Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-28T12:45:24.041Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-06-28T12:45:24.041Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-28T12:45:24.041Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-06-28T12:45:24.041Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-28T12:45:24.041Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-06-28T12:45:24.041Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-28T12:45:24.041Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-06-28T12:45:24.041Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-28T12:45:24.041Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-06-28T12:45:24.041Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-28T12:45:24.041Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-06-28T12:45:25.621Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-06-28T12:45:26.605Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-06-28T12:45:26.605Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-28T12:45:26.605Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-06-28T12:45:26.605Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-28T12:45:26.605Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-06-28T12:45:26.605Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-28T12:45:26.605Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-06-28T12:45:28.495Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-06-28T12:45:31.251Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-06-28T12:45:31.368Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-06-28T12:45:35.097Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-06-28T12:45:35.097Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-28T12:45:35.097Z] === RUN TestDockerSuite/TestRunState [2021-06-28T12:45:35.097Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-28T12:45:35.097Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-06-28T12:45:35.934Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-06-28T12:45:35.934Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-28T12:45:35.934Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-06-28T12:45:35.934Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-28T12:45:35.934Z] === RUN TestDockerSuite/TestRunNetHost [2021-06-28T12:45:35.934Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-28T12:45:35.934Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-06-28T12:45:35.934Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-28T12:45:35.934Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-06-28T12:45:35.934Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-28T12:45:35.934Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-06-28T12:45:35.934Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-28T12:45:35.934Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-06-28T12:45:35.934Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-28T12:45:35.934Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-06-28T12:45:35.934Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-28T12:45:35.934Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-06-28T12:45:35.934Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-28T12:45:35.934Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-06-28T12:45:36.386Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-06-28T12:45:37.905Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-06-28T12:45:37.976Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-06-28T12:45:37.977Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-28T12:45:37.977Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-06-28T12:45:39.423Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-06-28T12:45:40.857Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-06-28T12:45:40.857Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-28T12:45:41.314Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-06-28T12:45:41.314Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-28T12:45:41.314Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-06-28T12:45:41.314Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-06-28T12:45:41.577Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-06-28T12:45:41.647Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-06-28T12:45:41.647Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-06-28T12:45:41.647Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-06-28T12:45:41.647Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-28T12:45:41.647Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-06-28T12:45:41.647Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-06-28T12:45:41.647Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-06-28T12:45:41.647Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-06-28T12:45:41.769Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-06-28T12:45:41.769Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-28T12:45:41.769Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-06-28T12:45:42.532Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-06-28T12:45:42.604Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-06-28T12:45:42.604Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-06-28T12:45:45.409Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-06-28T12:45:45.409Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-28T12:45:45.409Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-06-28T12:45:45.409Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-28T12:45:45.409Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-06-28T12:45:45.409Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-28T12:45:45.409Z] === RUN TestDockerSuite/TestRunPortInUse [2021-06-28T12:45:45.409Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-28T12:45:45.409Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-06-28T12:45:45.409Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-28T12:45:45.409Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-06-28T12:45:45.409Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-28T12:45:45.409Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-06-28T12:45:45.409Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-28T12:45:45.409Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-06-28T12:45:45.409Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-28T12:45:45.409Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-28T12:45:46.306Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-06-28T12:45:46.306Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-06-28T12:45:46.306Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-06-28T12:45:46.759Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-06-28T12:45:46.759Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-06-28T12:45:47.538Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-06-28T12:45:47.538Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-28T12:45:47.538Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-06-28T12:45:47.538Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-28T12:45:47.538Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-06-28T12:45:47.538Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-28T12:45:47.538Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-06-28T12:45:47.538Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-28T12:45:47.538Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-06-28T12:45:47.538Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-28T12:45:47.538Z] === RUN TestDockerSuite/TestRunUserByID [2021-06-28T12:45:47.538Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-28T12:45:47.538Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-06-28T12:45:47.538Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-28T12:45:47.538Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-06-28T12:45:47.538Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-28T12:45:47.538Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-06-28T12:45:47.538Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-28T12:45:47.538Z] === RUN TestDockerSuite/TestRunUserByName [2021-06-28T12:45:47.538Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-28T12:45:47.538Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-06-28T12:45:49.111Z] === RUN TestDockerSuite/TestRunPublishPort [2021-06-28T12:45:49.112Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-28T12:45:49.112Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-06-28T12:45:49.112Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-28T12:45:49.112Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-06-28T12:45:49.112Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-28T12:45:49.112Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-06-28T12:45:49.112Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-28T12:45:49.112Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-06-28T12:45:49.112Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-28T12:45:49.112Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-06-28T12:45:50.413Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-06-28T12:45:50.413Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-28T12:45:50.413Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-06-28T12:45:53.282Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-06-28T12:45:53.282Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-28T12:45:53.282Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-06-28T12:45:53.282Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-28T12:45:53.282Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-06-28T12:45:55.275Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-06-28T12:45:55.275Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-28T12:45:55.275Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-06-28T12:45:56.232Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-06-28T12:45:56.232Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-06-28T12:45:56.232Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-28T12:45:56.232Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-06-28T12:45:57.617Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-06-28T12:45:57.617Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-28T12:45:57.617Z] === RUN TestDockerSuite/TestRunRm [2021-06-28T12:45:57.934Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-06-28T12:45:59.769Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-06-28T12:46:04.746Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-06-28T12:46:04.746Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-06-28T12:46:04.746Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-06-28T12:46:05.510Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-06-28T12:46:07.663Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-06-28T12:46:08.206Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-06-28T12:46:10.536Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-06-28T12:46:12.689Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-06-28T12:46:12.859Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-06-28T12:46:15.562Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-06-28T12:46:15.562Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-28T12:46:15.562Z] === RUN TestDockerSuite/TestRunState [2021-06-28T12:46:15.562Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-28T12:46:15.562Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-06-28T12:46:17.081Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-06-28T12:46:17.081Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.081Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite (2567.16s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.05s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.22s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.58s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (61.85s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.76s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.50s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.37s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.69s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.03s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.15s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (10.48s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (75.70s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.44s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.26s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (8.47s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.91s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.95s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.29s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.55s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.96s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.07s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.04s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.07s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.28s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.72s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.91s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.54s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAddTar (34.88s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.41s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (24.16s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.93s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.65s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (12.10s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.26s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.94s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (18.35s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (17.97s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.46s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.66s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.41s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.66s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (25.89s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.72s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.87s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.50s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.66s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (9.26s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.62s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.71s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.11s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCmd (0.66s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.68s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.62s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.67s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.61s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.39s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.59s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (6.85s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.08s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.61s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.09s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.78s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.87s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (46.99s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.75s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.40s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.83s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.43s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.75s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (25.84s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.81s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (23.73s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.04s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.02s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.12s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.34s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.35s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerignore (52.69s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.42s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (59.40s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.79s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.90s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.32s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.54s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (11.00s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (29.70s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (11.63s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (15.33s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (80.96s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.50s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.44s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.65s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.20s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.59s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.60s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (14.75s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.09s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.50s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.37s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.15s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.08s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (9.35s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (18.84s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.69s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildFails (2.66s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.49s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.85s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildForceRm (11.68s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.45s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.47s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (10.01s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.73s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.60s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.94s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildHistory (12.37s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.11s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (6.82s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.82s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.51s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildLabel (1.13s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.69s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.09s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.68s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildLabels (1.10s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.65s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.39s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-06-28T12:46:17.081Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-06-28T12:46:17.081Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.63s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.66s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.28s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (16.46s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.56s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (37.74s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (15.84s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.26s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.79s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (10.19s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.82s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.10s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.71s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.33s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.90s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.91s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.75s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.23s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.46s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.65s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.82s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.27s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.23s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (17.55s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (9.57s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (9.22s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.25s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (6.81s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (42.75s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (20.37s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildRm (21.60s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (8.33s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.43s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.60s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.15s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.47s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.93s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (20.65s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.86s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.74s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.93s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (9.39s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildStderr (9.04s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (37.05s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.37s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.55s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.39s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildTagEvent (9.17s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (9.77s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (8.65s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.64s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.24s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (22.68s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.99s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.29s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.48s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.43s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (24.65s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildWithTabs (9.09s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.46s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.16s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.42s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.42s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.38s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.70s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.30s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.47s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.92s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.84s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCommitChange (5.25s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.41s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.11s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCommitTTY (7.45s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.50s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.37s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.68s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.64s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.66s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.66s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.86s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.23s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.21s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.34s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.70s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.67s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.11s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.87s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.27s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.62s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.09s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.99s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.78s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.26s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.16s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.61s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.16s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.64s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.87s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.56s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.52s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.76s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.58s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000613e60_} (2.67s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1130065506_c:\foo_false____} (2.98s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1130065506_c:\foo_true____} (2.78s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.49s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.11s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.11s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.85s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.90s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.81s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.12s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.93s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.75s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.77s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCpToDot (2.61s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCpToStdout (2.97s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-06-28T12:46:17.082Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.04s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.23s) [2021-06-28T12:46:17.082Z] --- PASS: TestDockerSuite/TestCreateArgs (0.28s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.35s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.58s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.22s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.21s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.86s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestCreateLabels (0.24s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestCreateRM (0.44s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.24s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.47s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.77s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.28s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.54s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.53s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.27s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.57s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.18s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.54s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.90s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.44s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.64s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsCopy (4.69s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.61s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.61s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.86s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.97s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.63s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.02s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsFilters (5.15s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsFormat (4.89s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsRename (2.37s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsResize (8.05s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.61s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.59s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.12s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsUntag (2.73s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.37s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.09s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.10s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.11s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.14s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.18s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.15s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.87s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.35s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestExecInspectID (4.69s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.44s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.32s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.71s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.02s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.98s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.15s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.98s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.19s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.49s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.31s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.68s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.13s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.86s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.25s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.20s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.98s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.84s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestImportBadURL (2.41s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-28T12:46:17.083Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-28T12:46:17.083Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-06-28T12:46:17.537Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-28T12:46:17.537Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.56s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.65s) [2021-06-28T12:46:17.537Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-06-28T12:46:17.537Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-06-28T12:46:17.537Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.15s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.59s) [2021-06-28T12:46:17.537Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-06-28T12:46:17.537Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-06-28T12:46:17.537Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectDefault (2.36s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectHistory (4.78s) [2021-06-28T12:46:17.537Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-06-28T12:46:17.537Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-28T12:46:17.537Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.32s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.17s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.23s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.64s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.17s) [2021-06-28T12:46:17.537Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.21s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectStatus (3.33s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.37s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.36s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.11s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.21s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.35s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.65s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.41s) [2021-06-28T12:46:17.537Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-06-28T12:46:17.537Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-28T12:46:17.537Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-28T12:46:17.537Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-28T12:46:17.537Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.12s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.15s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.88s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.68s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.26s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.40s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.31s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.38s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.66s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.52s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.21s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.67s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsSince (9.31s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsTail (3.03s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.80s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.67s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.91s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.15s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPsByOrder (8.53s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.59s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.87s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.33s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.62s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.22s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.93s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.16s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.07s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.64s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.26s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.33s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.42s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.80s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (21.65s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (11.37s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.31s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.26s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.96s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.29s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (9.04s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.08s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.34s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (22.95s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.92s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.73s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (11.17s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.04s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.31s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (8.75s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRmiTag (0.66s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.84s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (20.20s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.77s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.92s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.18s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.81s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.80s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.67s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.73s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.62s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.94s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.64s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.16s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.93s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.75s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.15s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.66s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.00s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.35s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.36s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.17s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.63s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.39s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.39s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunExitCode (2.66s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.71s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.62s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.82s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.44s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.31s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-28T12:46:17.538Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.67s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-28T12:46:17.538Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.03s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.30s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.77s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.48s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.21s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.93s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.99s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.20s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.88s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.00s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunRm (2.37s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.76s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.74s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.66s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.26s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.83s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.33s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.71s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.06s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.69s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.34s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.49s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (11.75s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.75s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.48s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.19s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.78s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.81s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.31s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (8.56s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.90s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.87s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.28s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.62s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.95s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.87s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.20s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.17s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.29s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.45s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.23s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.28s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.63s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.92s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.41s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.37s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.68s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.67s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.96s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.27s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.90s) [2021-06-28T12:46:17.539Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-28T12:46:17.539Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.34s) [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.539Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-06-28T12:46:17.539Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] --- PASS: TestDockerRegistrySuite (0.15s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-06-28T12:46:17.540Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:46:17.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-06-28T12:46:17.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-06-28T12:46:17.540Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-06-28T12:46:17.540Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-06-28T12:46:17.540Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-06-28T12:46:17.540Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-06-28T12:46:17.540Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-06-28T12:46:17.540Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-06-28T12:46:17.540Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-06-28T12:46:17.540Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-28T12:46:17.540Z] === RUN TestDockerRegistryAuthTokenSuite [2021-06-28T12:46:17.540Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-06-28T12:46:17.540Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-06-28T12:46:17.540Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-06-28T12:46:17.540Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-06-28T12:46:17.540Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-06-28T12:46:17.540Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-28T12:46:17.540Z] === RUN TestDockerDaemonSuite [2021-06-28T12:46:17.540Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-06-28T12:46:17.540Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-06-28T12:46:17.540Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-06-28T12:46:17.540Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-28T12:46:17.540Z] === RUN TestDockerSwarmSuite [2021-06-28T12:46:17.540Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-06-28T12:46:17.540Z] === RUN TestDockerPluginSuite [2021-06-28T12:46:17.540Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-06-28T12:46:17.540Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-06-28T12:46:17.540Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-06-28T12:46:17.540Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-06-28T12:46:17.540Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-06-28T12:46:17.540Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-06-28T12:46:17.540Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-06-28T12:46:17.540Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-06-28T12:46:17.540Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-06-28T12:46:17.540Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-06-28T12:46:17.540Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-06-28T12:46:17.540Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] --- PASS: TestDockerPluginSuite (0.03s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-28T12:46:17.540Z] === RUN TestDockerExternalVolumeSuite [2021-06-28T12:46:17.540Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-06-28T12:46:17.540Z] === RUN TestDockerNetworkSuite [2021-06-28T12:46:17.540Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-06-28T12:46:17.540Z] === RUN TestDockerHubPullSuite [2021-06-28T12:46:17.540Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-06-28T12:46:17.540Z] PASS [2021-06-28T12:46:17.540Z] ok github.com/docker/docker/integration-cli 2567.852s [2021-06-28T12:46:17.540Z] [2021-06-28T12:46:17.540Z] === Skipped [2021-06-28T12:46:17.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-06-28T12:46:17.540Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-06-28T12:46:17.540Z] [2021-06-28T12:46:17.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-28T12:46:17.540Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-28T12:46:17.540Z] [2021-06-28T12:46:17.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-06-28T12:46:17.540Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-06-28T12:46:17.540Z] [2021-06-28T12:46:17.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-28T12:46:17.540Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-28T12:46:17.540Z] [2021-06-28T12:46:17.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-28T12:46:17.540Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-28T12:46:17.540Z] [2021-06-28T12:46:17.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-06-28T12:46:17.540Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-06-28T12:46:17.540Z] [2021-06-28T12:46:17.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-06-28T12:46:17.540Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.540Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-06-28T12:46:17.540Z] [2021-06-28T12:46:17.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-06-28T12:46:17.540Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-06-28T12:46:17.541Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-06-28T12:46:17.541Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-28T12:46:17.541Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-28T12:46:17.541Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-06-28T12:46:17.541Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.03s) [2021-06-28T12:46:17.541Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.03s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.44s) [2021-06-28T12:46:17.541Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.44s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.41s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.41s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.93s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.93s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.26s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.26s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.46s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.46s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.87s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.87s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.50s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.50s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2021-06-28T12:46:17.541Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.43s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.43s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.44s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.44s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.37s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.37s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-28T12:46:17.541Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-28T12:46:17.541Z] [2021-06-28T12:46:17.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-06-28T12:46:17.541Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.43s) [2021-06-28T12:46:17.542Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.43s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.37s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.37s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.42s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.42s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.42s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.42s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.47s) [2021-06-28T12:46:17.542Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.47s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-06-28T12:46:17.542Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-06-28T12:46:17.542Z] docker_cli_sni_test.go:18: Flakey test [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-06-28T12:46:17.542Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-06-28T12:46:17.542Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-06-28T12:46:17.542Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-28T12:46:17.542Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-28T12:46:17.542Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-28T12:46:17.542Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-28T12:46:17.542Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-28T12:46:17.542Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-28T12:46:17.542Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-28T12:46:17.542Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-28T12:46:17.542Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-28T12:46:17.542Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-06-28T12:46:17.542Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-28T12:46:17.542Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-28T12:46:17.542Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-28T12:46:17.542Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-28T12:46:17.542Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2021-06-28T12:46:17.542Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-06-28T12:46:17.542Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-28T12:46:17.542Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-06-28T12:46:17.542Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-28T12:46:17.542Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.542Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-28T12:46:17.542Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-06-28T12:46:17.543Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2021-06-28T12:46:17.543Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2021-06-28T12:46:17.543Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-06-28T12:46:17.543Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2021-06-28T12:46:17.543Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2021-06-28T12:46:17.543Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2021-06-28T12:46:17.543Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-06-28T12:46:17.543Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-06-28T12:46:17.543Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.543Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-28T12:46:17.543Z] [2021-06-28T12:46:17.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-28T12:46:17.543Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-06-28T12:46:17.999Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.04s) [2021-06-28T12:46:17.999Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.04s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-06-28T12:46:17.999Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-28T12:46:17.999Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-28T12:46:17.999Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-06-28T12:46:17.999Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-28T12:46:17.999Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-28T12:46:17.999Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-28T12:46:17.999Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-28T12:46:17.999Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-28T12:46:17.999Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-28T12:46:17.999Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-28T12:46:17.999Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-28T12:46:17.999Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-28T12:46:17.999Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-28T12:46:17.999Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-28T12:46:17.999Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-28T12:46:17.999Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-06-28T12:46:17.999Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-06-28T12:46:17.999Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-28T12:46:17.999Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-28T12:46:17.999Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-28T12:46:17.999Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2021-06-28T12:46:17.999Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-06-28T12:46:17.999Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-06-28T12:46:17.999Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-28T12:46:17.999Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-28T12:46:17.999Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-06-28T12:46:17.999Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-28T12:46:17.999Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:17.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2021-06-28T12:46:17.999Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-28T12:46:17.999Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-06-28T12:46:17.999Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-28T12:46:18.000Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2021-06-28T12:46:18.000Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-28T12:46:18.000Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2021-06-28T12:46:18.000Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-06-28T12:46:18.000Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-06-28T12:46:18.000Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-28T12:46:18.000Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-06-28T12:46:18.000Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-06-28T12:46:18.000Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-28T12:46:18.000Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-06-28T12:46:18.000Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-06-28T12:46:18.000Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-06-28T12:46:18.000Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-28T12:46:18.000Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-06-28T12:46:18.000Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.000Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-28T12:46:18.000Z] [2021-06-28T12:46:18.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-06-28T12:46:18.000Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-06-28T12:46:18.001Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-06-28T12:46:18.001Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2021-06-28T12:46:18.001Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2021-06-28T12:46:18.001Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-28T12:46:18.001Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-28T12:46:18.001Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-28T12:46:18.001Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-28T12:46:18.001Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-28T12:46:18.001Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-28T12:46:18.001Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-28T12:46:18.001Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-06-28T12:46:18.001Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-28T12:46:18.001Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-06-28T12:46:18.001Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-28T12:46:18.001Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-06-28T12:46:18.001Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-28T12:46:18.001Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.001Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-28T12:46:18.001Z] [2021-06-28T12:46:18.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-06-28T12:46:18.002Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.002Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-28T12:46:18.002Z] [2021-06-28T12:46:18.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-28T12:46:18.002Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-06-28T12:46:18.003Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-28T12:46:18.003Z] [2021-06-28T12:46:18.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-06-28T12:46:18.003Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.003Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-28T12:46:18.004Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-28T12:46:18.004Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-06-28T12:46:18.004Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-28T12:46:18.004Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-28T12:46:18.004Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2021-06-28T12:46:18.004Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2021-06-28T12:46:18.004Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-06-28T12:46:18.004Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-28T12:46:18.004Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-06-28T12:46:18.004Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-28T12:46:18.004Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-28T12:46:18.004Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-28T12:46:18.004Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-28T12:46:18.004Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-06-28T12:46:18.004Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-28T12:46:18.004Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-28T12:46:18.004Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:46:18.004Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:46:18.004Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-28T12:46:18.005Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.005Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-28T12:46:18.005Z] [2021-06-28T12:46:18.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-28T12:46:18.436Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-06-28T12:46:18.436Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.436Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-06-28T12:46:18.459Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.459Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-28T12:46:18.459Z] [2021-06-28T12:46:18.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-06-28T12:46:18.459Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.459Z] [2021-06-28T12:46:18.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-06-28T12:46:18.459Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.459Z] [2021-06-28T12:46:18.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-06-28T12:46:18.459Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-28T12:46:18.459Z] [2021-06-28T12:46:18.459Z] [2021-06-28T12:46:18.459Z] DONE 1092 tests, 546 skipped in 2576.555s [2021-06-28T12:46:18.459Z] INFO: Integration tests ended at 06/28/2021 12:46:17. Duration:00:42:56.6607387 [2021-06-28T12:46:18.459Z] INFO: Docker info of the daemon under test at end of run [2021-06-28T12:46:18.459Z] [2021-06-28T12:46:18.459Z] Containers: 2 [2021-06-28T12:46:18.459Z] Running: 0 [2021-06-28T12:46:18.459Z] Paused: 0 [2021-06-28T12:46:18.459Z] Stopped: 2 [2021-06-28T12:46:18.459Z] Images: 18 [2021-06-28T12:46:18.459Z] Server Version: 0.0.0-dev [2021-06-28T12:46:18.459Z] Storage Driver: windowsfilter [2021-06-28T12:46:18.459Z] Windows: [2021-06-28T12:46:18.459Z] Logging Driver: json-file [2021-06-28T12:46:18.459Z] Plugins: [2021-06-28T12:46:18.459Z] Volume: local [2021-06-28T12:46:18.460Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-28T12:46:18.460Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-28T12:46:18.460Z] Swarm: inactive [2021-06-28T12:46:18.460Z] Default Isolation: process [2021-06-28T12:46:18.460Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-28T12:46:18.460Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-28T12:46:18.460Z] OSType: windows [2021-06-28T12:46:18.460Z] Architecture: x86_64 [2021-06-28T12:46:18.460Z] CPUs: 4 [2021-06-28T12:46:18.460Z] Total Memory: 32GiB [2021-06-28T12:46:18.460Z] Name: azwin-2-e4a9a0 [2021-06-28T12:46:18.460Z] ID: 3R3H:OM63:35MB:MKTJ:RVIN:LDI7:EXHO:DLWI:UCZI:RLR4:675L:R2JV [2021-06-28T12:46:18.460Z] Docker Root Dir: D:\CI\PR-42572\1\daemon [2021-06-28T12:46:18.460Z] Debug Mode (client): false [2021-06-28T12:46:18.460Z] Debug Mode (server): true [2021-06-28T12:46:18.460Z] File Descriptors: -1 [2021-06-28T12:46:18.460Z] Goroutines: 17 [2021-06-28T12:46:18.460Z] System Time: 2021-06-28T12:46:18.1397229Z [2021-06-28T12:46:18.460Z] EventsListeners: 0 [2021-06-28T12:46:18.460Z] Registry: https://index.docker.io/v1/ [2021-06-28T12:46:18.460Z] Labels: [2021-06-28T12:46:18.460Z] Experimental: false [2021-06-28T12:46:18.460Z] Insecure Registries: [2021-06-28T12:46:18.460Z] 127.0.0.0/8 [2021-06-28T12:46:18.460Z] Live Restore Enabled: false [2021-06-28T12:46:18.460Z] [2021-06-28T12:46:18.460Z] [2021-06-28T12:46:18.460Z] INFO: Stopping daemon under test [2021-06-28T12:46:18.460Z] SUCCESS: The process with PID 9808 (child process of PID 10956) has been terminated. [2021-06-28T12:46:18.460Z] SUCCESS: The process with PID 10956 (child process of PID 3972) has been terminated. [2021-06-28T12:46:18.460Z] INFO: Stop tailing logs of the daemon under tests [2021-06-28T12:46:18.460Z] INFO: executeCI.ps1 Completed successfully at 06/28/2021 12:46:18. [2021-06-28T12:46:18.460Z] INFO: Tidying up at end of run [2021-06-28T12:46:18.460Z] INFO: Saving daemon under test log (d:\CI\PR-42572\1\dut.out) to bundles\CIDUT.out [2021-06-28T12:46:18.460Z] INFO: Saving daemon under test log (d:\CI\PR-42572\1\dut.err) to bundles\CIDUT.err [2021-06-28T12:46:18.460Z] INFO: Nuke-Everything... [2021-06-28T12:46:18.913Z] INFO: Container count on control daemon to delete is 2 [2021-06-28T12:46:19.373Z] 2b9855963efa [2021-06-28T12:46:19.373Z] dbf50a704306 [2021-06-28T12:46:19.373Z] INFO: Non-base image count on control daemon to delete is 1 [2021-06-28T12:46:21.308Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-06-28T12:46:21.308Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-28T12:46:21.308Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-06-28T12:46:21.308Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-28T12:46:21.308Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-06-28T12:46:21.308Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-06-28T12:46:21.308Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-06-28T12:46:21.308Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-28T12:46:21.308Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-06-28T12:46:21.367Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-06-28T12:46:21.367Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-28T12:46:21.367Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-06-28T12:46:21.367Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-06-28T12:46:21.529Z] Deleted: sha256:d4b6ddf2d775cdb63fb20c8119a7da2e6246c6a3bc3e527e87726d920ba9a51f [2021-06-28T12:46:21.529Z] Deleted: sha256:14ce2c36a8ddc5af917a4503349cd9038065d945310a6bc66136fe34b292854b [2021-06-28T12:46:21.529Z] INFO: Tidying pidfile d:\CI\PR-42572\1\docker.pid [2021-06-28T12:46:21.529Z] INFO: Nuking d:\CI [2021-06-28T12:46:25.068Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-06-28T12:46:25.954Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-06-28T12:46:25.954Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-28T12:46:26.406Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-06-28T12:46:26.406Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-28T12:46:26.406Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-06-28T12:46:26.406Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-28T12:46:26.406Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-06-28T12:46:26.406Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-28T12:46:26.406Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-06-28T12:46:26.406Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-28T12:46:26.406Z] === RUN TestDockerSuite/TestRunUserByID [2021-06-28T12:46:26.406Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-28T12:46:26.406Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-06-28T12:46:26.406Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-28T12:46:26.406Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-06-28T12:46:26.406Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-28T12:46:26.406Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-06-28T12:46:26.406Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-28T12:46:26.406Z] === RUN TestDockerSuite/TestRunUserByName [2021-06-28T12:46:26.406Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-28T12:46:26.406Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-06-28T12:46:27.939Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-06-28T12:46:28.559Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-06-28T12:46:28.559Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-28T12:46:28.559Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-06-28T12:46:30.813Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-06-28T12:46:30.813Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-28T12:46:30.813Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-06-28T12:46:31.266Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-06-28T12:46:31.266Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-06-28T12:46:31.266Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-28T12:46:31.266Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-06-28T12:46:31.266Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-28T12:46:31.266Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-06-28T12:46:31.266Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-28T12:46:31.266Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-06-28T12:46:31.266Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-28T12:46:31.266Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-06-28T12:46:31.266Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-28T12:46:31.266Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-06-28T12:46:31.435Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-06-28T12:46:31.435Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-28T12:46:31.435Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-06-28T12:46:31.435Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-28T12:46:31.435Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-06-28T12:46:35.145Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-06-28T12:46:37.021Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-06-28T12:46:39.174Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-06-28T12:46:39.198Z] INFO: Zapped successfully [2021-06-28T12:46:39.198Z] [2021-06-28T12:46:39.198Z] INFO: executeCI.ps1 exiting at Mon Jun 28 12:46:36 CUT 2021. Duration 01:12:10.7994453 [2021-06-28T12:46:39.198Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-06-28T12:46:39.445Z] Recording test results [2021-06-28T12:46:39.755Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-06-28T12:46:41.421Z] Creating win-2022-integration-bundles.zip [2021-06-28T12:46:42.047Z] === RUN TestDockerSuite/TestRunWorkingDirectory [Pipeline] archiveArtifacts [2021-06-28T12:46:43.146Z] Archiving artifacts [2021-06-28T12:46:43.655Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-06-28T12:46:44.302Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42572/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-28T12:46:45.422Z] + make clean [2021-06-28T12:46:46.379Z] docker volume rm -f docker-dev-cache [2021-06-28T12:46:46.379Z] docker-dev-cache [Pipeline] deleteDir [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-06-28T12:46:47.790Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-06-28T12:46:47.790Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-06-28T12:46:47.790Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-06-28T12:46:47.790Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-06-28T12:46:47.790Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-06-28T12:46:47.790Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-06-28T12:46:47.790Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-06-28T12:46:47.790Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestSaveImageId [2021-06-28T12:46:47.790Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-06-28T12:46:47.790Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-06-28T12:46:47.790Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-06-28T12:46:47.790Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-06-28T12:46:47.790Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-06-28T12:46:47.790Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-06-28T12:46:47.790Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-06-28T12:46:47.790Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-06-28T12:46:47.790Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-28T12:46:47.790Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-06-28T12:46:48.300Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-28T12:46:50.672Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-06-28T12:46:50.672Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-06-28T12:46:51.127Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-06-28T12:46:51.579Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-06-28T12:46:53.734Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-06-28T12:46:54.046Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-06-28T12:46:54.046Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-28T12:46:54.046Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-06-28T12:46:54.498Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-06-28T12:46:58.196Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-06-28T12:47:00.352Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-06-28T12:47:02.251Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-06-28T12:47:02.251Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-28T12:47:02.251Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-06-28T12:47:03.228Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-06-28T12:47:03.228Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-28T12:47:03.228Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-06-28T12:47:03.228Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-06-28T12:47:03.228Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-06-28T12:47:03.228Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-28T12:47:03.228Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-06-28T12:47:03.228Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-28T12:47:03.228Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-06-28T12:47:03.228Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-28T12:47:03.228Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-06-28T12:47:03.228Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-28T12:47:03.228Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-06-28T12:47:03.228Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-28T12:47:03.228Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-06-28T12:47:06.927Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-06-28T12:47:09.078Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-06-28T12:47:11.239Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-06-28T12:47:12.502Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-06-28T12:47:12.502Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-28T12:47:12.502Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-06-28T12:47:15.882Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-06-28T12:47:15.882Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-06-28T12:47:15.882Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-06-28T12:47:15.882Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-06-28T12:47:15.882Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-06-28T12:47:15.882Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-06-28T12:47:15.882Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-06-28T12:47:15.882Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestSaveImageId [2021-06-28T12:47:15.882Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-06-28T12:47:15.882Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-06-28T12:47:15.882Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-06-28T12:47:15.882Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-06-28T12:47:15.882Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-06-28T12:47:15.882Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-06-28T12:47:15.882Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-06-28T12:47:15.882Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-06-28T12:47:15.882Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-28T12:47:15.882Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-06-28T12:47:18.758Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-06-28T12:47:18.758Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-06-28T12:47:19.210Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-06-28T12:47:19.210Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-06-28T12:47:21.362Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-06-28T12:47:27.235Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-06-28T12:47:27.235Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-28T12:47:27.235Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-06-28T12:47:27.235Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-28T12:47:27.687Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-06-28T12:47:27.687Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-28T12:47:27.687Z] === RUN TestDockerSuite/TestStartRecordError [2021-06-28T12:47:27.687Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-28T12:47:27.687Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-06-28T12:47:28.392Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-06-28T12:47:28.392Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-28T12:47:28.392Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-06-28T12:47:36.196Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-06-28T12:47:36.196Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-28T12:47:36.196Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-06-28T12:47:36.196Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-28T12:47:36.196Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-06-28T12:47:36.196Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-28T12:47:36.196Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-06-28T12:47:36.196Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-28T12:47:36.196Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-06-28T12:47:36.196Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-28T12:47:36.196Z] === RUN TestDockerSuite/TestStatsNoStream [2021-06-28T12:47:36.196Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-28T12:47:36.196Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-06-28T12:47:36.897Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-06-28T12:47:36.897Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-28T12:47:36.897Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-06-28T12:47:38.349Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-06-28T12:47:40.594Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-06-28T12:47:40.594Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-28T12:47:40.594Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-06-28T12:47:40.594Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-28T12:47:40.594Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-06-28T12:47:40.594Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-28T12:47:40.594Z] === RUN TestDockerSuite/TestStartRecordError [2021-06-28T12:47:40.594Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-28T12:47:40.594Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-06-28T12:47:42.049Z] === RUN TestDockerSuite/TestTopPrivileged [2021-06-28T12:47:42.049Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-28T12:47:42.049Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-06-28T12:47:44.923Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-06-28T12:47:44.923Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-28T12:47:44.923Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-06-28T12:47:44.923Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-28T12:47:44.923Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-06-28T12:47:44.923Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-28T12:47:44.923Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-06-28T12:47:44.923Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-28T12:47:44.923Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-06-28T12:47:44.923Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-28T12:47:44.923Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-06-28T12:47:44.923Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-28T12:47:44.923Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-06-28T12:47:46.341Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-06-28T12:47:46.341Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-28T12:47:46.341Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-06-28T12:47:46.341Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-28T12:47:46.341Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-06-28T12:47:46.341Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-28T12:47:46.341Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-06-28T12:47:46.341Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-28T12:47:46.341Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-06-28T12:47:46.341Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-28T12:47:46.794Z] === RUN TestDockerSuite/TestStatsNoStream [2021-06-28T12:47:46.794Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-28T12:47:46.794Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-06-28T12:47:48.944Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-06-28T12:47:51.099Z] === RUN TestDockerSuite/TestTopPrivileged [2021-06-28T12:47:51.099Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-28T12:47:51.099Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-06-28T12:47:53.250Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-06-28T12:47:53.250Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-28T12:47:53.250Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-06-28T12:47:53.250Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-28T12:47:53.250Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-06-28T12:47:53.250Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-28T12:47:53.250Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-06-28T12:47:53.250Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-28T12:47:53.250Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-06-28T12:47:53.250Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-28T12:47:53.250Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-06-28T12:47:53.250Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-28T12:47:53.250Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-06-28T12:48:02.522Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-06-28T12:48:02.522Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-06-28T12:48:02.522Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-06-28T12:48:02.522Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-28T12:48:02.522Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-06-28T12:48:02.522Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-06-28T12:48:02.522Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-06-28T12:48:02.522Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-06-28T12:48:05.404Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-06-28T12:48:05.404Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-06-28T12:48:09.103Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-06-28T12:48:10.061Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-06-28T12:48:10.514Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-06-28T12:48:10.514Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-06-28T12:48:10.843Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-06-28T12:48:10.843Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-06-28T12:48:10.843Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-06-28T12:48:10.843Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-28T12:48:10.843Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-06-28T12:48:10.843Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-06-28T12:48:10.843Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-06-28T12:48:10.843Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-06-28T12:48:10.968Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-06-28T12:48:12.993Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-06-28T12:48:12.993Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-06-28T12:48:16.689Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-06-28T12:48:16.689Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-06-28T12:48:17.141Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-06-28T12:48:17.141Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-06-28T12:48:17.141Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-06-28T12:48:21.226Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-06-28T12:48:21.226Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-28T12:48:21.226Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-06-28T12:48:22.183Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-06-28T12:48:22.183Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-06-28T12:48:22.183Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-28T12:48:22.183Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-06-28T12:48:25.641Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-06-28T12:48:25.641Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-28T12:48:25.641Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-06-28T12:48:26.596Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-06-28T12:48:26.596Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-06-28T12:48:26.596Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-28T12:48:26.596Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-06-28T12:48:32.449Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-06-28T12:48:32.449Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-06-28T12:48:32.449Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-06-28T12:48:33.610Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-06-28T12:48:33.610Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-06-28T12:48:33.610Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-06-28T12:48:43.872Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-06-28T12:48:43.872Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-28T12:48:43.872Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-06-28T12:48:44.324Z] --- PASS: TestDockerSuite (2432.49s) [2021-06-28T12:48:44.324Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-06-28T12:48:44.324Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-06-28T12:48:44.324Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-06-28T12:48:44.324Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-06-28T12:48:44.324Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-06-28T12:48:44.324Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-28T12:48:44.324Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-06-28T12:48:44.324Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.09s) [2021-06-28T12:48:44.324Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.23s) [2021-06-28T12:48:44.324Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.63s) [2021-06-28T12:48:44.324Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2021-06-28T12:48:44.324Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (62.68s) [2021-06-28T12:48:44.324Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.69s) [2021-06-28T12:48:44.324Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2021-06-28T12:48:44.324Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-06-28T12:48:44.324Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-28T12:48:44.324Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.46s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.25s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.27s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.17s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (10.91s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (78.27s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.62s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (8.62s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.96s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.95s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.31s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.62s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.09s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.20s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.39s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.12s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.28s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.72s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.12s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.56s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAddTar (35.92s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.42s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.00s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.85s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.65s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (11.45s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.34s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (9.49s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (13.53s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (17.51s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.21s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.14s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.63s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (24.46s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.63s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.81s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.54s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.07s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.48s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.58s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.04s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCmd (0.67s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.62s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.62s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.70s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.51s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.32s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.55s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.73s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.04s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.55s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.10s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.79s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.49s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (38.76s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.62s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.36s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.99s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.42s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.56s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (24.09s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.81s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.40s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (17.65s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.80s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.91s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.51s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.24s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.16s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerignore (51.17s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.92s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.45s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (59.04s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.88s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.87s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.10s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.45s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.74s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (28.97s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (11.78s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.82s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (78.60s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.49s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.44s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.61s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.19s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.54s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.59s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.85s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.21s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.22s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.36s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.09s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.06s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.68s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.17s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.70s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildFails (2.65s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.60s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.94s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.88s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.31s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.49s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (10.00s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.87s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.63s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.93s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildHistory (12.44s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.08s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.78s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.92s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.12s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.73s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildLabel (1.08s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.69s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.04s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.63s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildLabels (1.08s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.77s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.47s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.62s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.82s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.44s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (16.75s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.58s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (37.50s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.08s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.06s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.82s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (10.29s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (21.49s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.94s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.69s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.79s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.74s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.97s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.32s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.17s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.72s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.21s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.48s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.28s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.74s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.60s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.95s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (17.62s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (9.65s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (9.40s) [2021-06-28T12:48:44.325Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.29s) [2021-06-28T12:48:44.325Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.98s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (42.71s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (20.28s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildRm (16.61s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.27s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.43s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.56s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.07s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.06s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.54s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (21.68s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.89s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.66s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.00s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.40s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildStderr (9.04s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (23.21s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.44s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.47s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.49s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildTagEvent (9.23s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.98s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.86s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.59s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.21s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (23.84s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.02s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.80s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.22s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.40s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (19.92s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.27s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.48s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.96s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.43s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.43s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.32s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (12.59s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.20s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.42s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.81s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.72s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCommitChange (5.27s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.89s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.09s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCommitTTY (7.55s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.92s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.32s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.24s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.43s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.72s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.78s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.32s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.19s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.16s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.33s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.14s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.73s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.04s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.78s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.29s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.24s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.11s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.15s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.69s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.15s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.14s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.52s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.05s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.72s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.34s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.62s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.63s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.62s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.71s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000a0cf18_} (2.60s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1780165630_c:\foo_false____} (2.60s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1780165630_c:\foo_true____} (2.53s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.47s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.11s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.11s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.76s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.83s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.72s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.96s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.43s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.09s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.99s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCpToDot (2.73s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCpToStdout (2.75s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.23s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateArgs (0.23s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.18s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.37s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.44s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.26s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.12s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.86s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateLabels (0.25s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateRM (0.47s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.27s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.50s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.76s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.27s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.55s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.37s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.25s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.72s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.21s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.03s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-06-28T12:48:44.326Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-06-28T12:48:44.326Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.79s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.71s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.88s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.22s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsCopy (4.59s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.25s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.17s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.82s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.45s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.59s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.08s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsFilters (5.10s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsFormat (5.11s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsRename (2.86s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsResize (8.02s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.78s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.67s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.12s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsUntag (2.75s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.52s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.12s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.08s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.18s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.15s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.17s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.13s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.84s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.37s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestExecInspectID (4.76s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.61s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.47s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-06-28T12:48:44.327Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.86s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-28T12:48:44.327Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-06-28T12:48:44.760Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-06-28T12:48:44.761Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.761Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.95s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.05s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.17s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.99s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.92s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.32s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.65s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.11s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.90s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.20s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.98s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestImagesFormat (0.18s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.83s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestImportBadURL (2.45s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.61s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.71s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.04s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.44s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.76s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectDefault (2.81s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectHistory (4.79s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.62s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.22s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.24s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.65s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.23s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.18s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectStatus (3.38s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.36s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.26s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.68s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.20s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.66s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.59s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.65s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.02s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.10s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.89s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.82s) [2021-06-28T12:48:44.783Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-28T12:48:44.783Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.33s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.56s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.37s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.42s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.58s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.55s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.79s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.76s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestLogsSince (9.19s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestLogsTail (3.07s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.88s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.31s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.44s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.28s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPsByOrder (8.79s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.13s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.34s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.50s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.05s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.68s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.70s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.19s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.04s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.69s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.25s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.96s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.32s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.92s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.58s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (25.22s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.88s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.29s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.25s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.99s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.87s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.88s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.89s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.36s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (18.47s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.22s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.70s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (10.89s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.49s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.81s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.90s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRmiTag (0.66s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.43s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (25.59s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.49s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.71s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.25s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.79s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.02s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.83s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.80s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.80s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.77s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.43s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.64s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.17s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.99s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.94s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.41s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.25s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.69s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.97s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.39s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.70s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.16s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.57s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.66s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.65s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunExitCode (2.59s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.57s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.28s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.57s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.05s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.36s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.12s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.57s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.65s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.71s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.44s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.20s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.89s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.84s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.21s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.47s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-28T12:48:44.784Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.45s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-28T12:48:44.784Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.39s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunRm (2.33s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.72s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.43s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.78s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.18s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.80s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.29s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.84s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.08s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.36s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.63s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.49s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.03s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.86s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.48s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.29s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.69s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.39s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.82s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.25s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.99s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.80s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.24s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.60s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.21s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.61s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.86s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.78s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.19s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.44s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.15s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.37s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.31s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.93s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.39s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.37s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.39s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.35s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.65s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.46s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.27s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.41s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-28T12:48:44.785Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.35s) [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-06-28T12:48:44.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.785Z] --- PASS: TestDockerRegistrySuite (0.17s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-28T12:48:44.785Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-28T12:48:44.785Z] === RUN TestDockerSchema1RegistrySuite [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-06-28T12:48:44.786Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:48:44.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-06-28T12:48:44.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-06-28T12:48:44.786Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-06-28T12:48:44.786Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-06-28T12:48:44.786Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-06-28T12:48:44.786Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-06-28T12:48:44.786Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-06-28T12:48:44.786Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-06-28T12:48:44.786Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-06-28T12:48:44.786Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-28T12:48:44.786Z] === RUN TestDockerRegistryAuthTokenSuite [2021-06-28T12:48:44.786Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-06-28T12:48:44.786Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-06-28T12:48:44.786Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-06-28T12:48:44.786Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-06-28T12:48:44.786Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-06-28T12:48:44.786Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-28T12:48:44.786Z] === RUN TestDockerDaemonSuite [2021-06-28T12:48:44.786Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-06-28T12:48:44.786Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-06-28T12:48:44.786Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-06-28T12:48:44.786Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-28T12:48:44.786Z] === RUN TestDockerSwarmSuite [2021-06-28T12:48:44.786Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-06-28T12:48:44.786Z] === RUN TestDockerPluginSuite [2021-06-28T12:48:44.786Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-06-28T12:48:44.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-06-28T12:48:44.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-06-28T12:48:44.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-06-28T12:48:44.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-06-28T12:48:44.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-06-28T12:48:44.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-06-28T12:48:44.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-06-28T12:48:44.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-06-28T12:48:44.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-06-28T12:48:44.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-06-28T12:48:44.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- PASS: TestDockerPluginSuite (0.03s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-28T12:48:44.786Z] === RUN TestDockerExternalVolumeSuite [2021-06-28T12:48:44.786Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-06-28T12:48:44.786Z] === RUN TestDockerNetworkSuite [2021-06-28T12:48:44.786Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-06-28T12:48:44.786Z] === RUN TestDockerHubPullSuite [2021-06-28T12:48:44.786Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-06-28T12:48:44.786Z] PASS [2021-06-28T12:48:44.786Z] ok github.com/docker/docker/integration-cli 2433.223s [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.786Z] === Skipped [2021-06-28T12:48:44.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-06-28T12:48:44.786Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-28T12:48:44.786Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-06-28T12:48:44.786Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-28T12:48:44.786Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-06-28T12:48:44.786Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-06-28T12:48:44.786Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-06-28T12:48:44.786Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-06-28T12:48:44.786Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-06-28T12:48:44.786Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-06-28T12:48:44.786Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-06-28T12:48:44.786Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-28T12:48:44.786Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-06-28T12:48:44.786Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-06-28T12:48:44.786Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-28T12:48:44.786Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-28T12:48:44.786Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.786Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-28T12:48:44.786Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s) [2021-06-28T12:48:44.787Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.42s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.42s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.85s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.85s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.34s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.34s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.81s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.81s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.43s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-06-28T12:48:44.787Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.42s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.42s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.40s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.40s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.45s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.45s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.44s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.44s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.36s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.36s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-28T12:48:44.787Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.787Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-28T12:48:44.787Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.43s) [2021-06-28T12:48:44.788Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.43s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.44s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.44s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.43s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.43s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.43s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.43s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.42s) [2021-06-28T12:48:44.788Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.42s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-06-28T12:48:44.788Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-06-28T12:48:44.788Z] docker_cli_sni_test.go:18: Flakey test [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-06-28T12:48:44.788Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-28T12:48:44.788Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-06-28T12:48:44.788Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-06-28T12:48:44.788Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-28T12:48:44.788Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-28T12:48:44.788Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-28T12:48:44.788Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-28T12:48:44.788Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-06-28T12:48:44.788Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-06-28T12:48:44.788Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-06-28T12:48:44.788Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-28T12:48:44.788Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-28T12:48:44.788Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-28T12:48:44.788Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-06-28T12:48:44.788Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-06-28T12:48:44.788Z] [2021-06-28T12:48:44.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-28T12:48:44.788Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-28T12:48:44.788Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-28T12:48:45.242Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-06-28T12:48:45.242Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-28T12:48:45.242Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-06-28T12:48:45.242Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-28T12:48:45.242Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-28T12:48:45.242Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2021-06-28T12:48:45.242Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-28T12:48:45.242Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-06-28T12:48:45.242Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-06-28T12:48:45.242Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-06-28T12:48:45.242Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2021-06-28T12:48:45.242Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2021-06-28T12:48:45.242Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2021-06-28T12:48:45.242Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-06-28T12:48:45.242Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2021-06-28T12:48:45.242Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2021-06-28T12:48:45.242Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-06-28T12:48:45.242Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-06-28T12:48:45.242Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-06-28T12:48:45.242Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-28T12:48:45.242Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-28T12:48:45.242Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-06-28T12:48:45.242Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-06-28T12:48:45.242Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-06-28T12:48:45.242Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-06-28T12:48:45.242Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-06-28T12:48:45.242Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.242Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-06-28T12:48:45.242Z] [2021-06-28T12:48:45.242Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-06-28T12:48:45.242Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.03s) [2021-06-28T12:48:45.243Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.03s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-06-28T12:48:45.243Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2021-06-28T12:48:45.243Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2021-06-28T12:48:45.243Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2021-06-28T12:48:45.243Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2021-06-28T12:48:45.243Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-28T12:48:45.243Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-28T12:48:45.243Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-28T12:48:45.243Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-28T12:48:45.243Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-06-28T12:48:45.243Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-28T12:48:45.243Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2021-06-28T12:48:45.243Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-28T12:48:45.243Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-06-28T12:48:45.243Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2021-06-28T12:48:45.243Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-28T12:48:45.243Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-06-28T12:48:45.243Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2021-06-28T12:48:45.243Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-06-28T12:48:45.243Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-06-28T12:48:45.243Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-06-28T12:48:45.243Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-28T12:48:45.243Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-28T12:48:45.243Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-28T12:48:45.243Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.04s) [2021-06-28T12:48:45.243Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.04s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-06-28T12:48:45.243Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-06-28T12:48:45.243Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.243Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-28T12:48:45.243Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.243Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-28T12:48:45.243Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-06-28T12:48:45.244Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-06-28T12:48:45.244Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-06-28T12:48:45.244Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-28T12:48:45.244Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-06-28T12:48:45.244Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-06-28T12:48:45.244Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2021-06-28T12:48:45.244Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2021-06-28T12:48:45.244Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-06-28T12:48:45.244Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-06-28T12:48:45.244Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2021-06-28T12:48:45.244Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2021-06-28T12:48:45.244Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-28T12:48:45.244Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-28T12:48:45.244Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-28T12:48:45.244Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-28T12:48:45.244Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-06-28T12:48:45.244Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-28T12:48:45.244Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-28T12:48:45.244Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-28T12:48:45.244Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-28T12:48:45.244Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-06-28T12:48:45.244Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2021-06-28T12:48:45.244Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-06-28T12:48:45.244Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-28T12:48:45.244Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-06-28T12:48:45.244Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2021-06-28T12:48:45.244Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2021-06-28T12:48:45.244Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-28T12:48:45.244Z] [2021-06-28T12:48:45.244Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-28T12:48:45.244Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.244Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.245Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-06-28T12:48:45.245Z] [2021-06-28T12:48:45.245Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-28T12:48:45.245Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.246Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-28T12:48:45.246Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.246Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-28T12:48:45.246Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-06-28T12:48:45.247Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-06-28T12:48:45.247Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-06-28T12:48:45.247Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-06-28T12:48:45.247Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-06-28T12:48:45.247Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-28T12:48:45.247Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:48:45.247Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.247Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:48:45.247Z] [2021-06-28T12:48:45.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:48:45.248Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.248Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:48:45.248Z] [2021-06-28T12:48:45.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-28T12:48:45.248Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.248Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-28T12:48:45.248Z] [2021-06-28T12:48:45.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:48:45.248Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.248Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:48:45.248Z] [2021-06-28T12:48:45.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:48:45.248Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.248Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:48:45.248Z] [2021-06-28T12:48:45.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:48:45.248Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.248Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:48:45.248Z] [2021-06-28T12:48:45.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:48:45.248Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.248Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:48:45.248Z] [2021-06-28T12:48:45.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:48:45.248Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.248Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:48:45.248Z] [2021-06-28T12:48:45.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:48:45.248Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.248Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:48:45.248Z] [2021-06-28T12:48:45.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-28T12:48:45.248Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.248Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-28T12:48:45.248Z] [2021-06-28T12:48:45.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-28T12:48:45.248Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.248Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-28T12:48:45.248Z] [2021-06-28T12:48:45.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-28T12:48:45.248Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.248Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-28T12:48:45.248Z] [2021-06-28T12:48:45.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-28T12:48:45.248Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.248Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-28T12:48:45.248Z] [2021-06-28T12:48:45.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-28T12:48:45.248Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.248Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-28T12:48:45.700Z] [2021-06-28T12:48:45.700Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-28T12:48:45.700Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.700Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-28T12:48:45.701Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.701Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-28T12:48:45.701Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.701Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-28T12:48:45.701Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.701Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-28T12:48:45.701Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.701Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-28T12:48:45.701Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.701Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-28T12:48:45.701Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.701Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-28T12:48:45.701Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.701Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-28T12:48:45.701Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.701Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-28T12:48:45.701Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.701Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-28T12:48:45.701Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.701Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-28T12:48:45.701Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.701Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-28T12:48:45.701Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.701Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-06-28T12:48:45.701Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-06-28T12:48:45.701Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-06-28T12:48:45.701Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] DONE 1092 tests, 546 skipped in 2442.552s [2021-06-28T12:48:45.701Z] INFO: Integration tests ended at 06/28/2021 12:48:45. Duration:00:40:42.6496436 [2021-06-28T12:48:45.701Z] INFO: Docker info of the daemon under test at end of run [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] Containers: 2 [2021-06-28T12:48:45.701Z] Running: 0 [2021-06-28T12:48:45.701Z] Paused: 0 [2021-06-28T12:48:45.701Z] Stopped: 2 [2021-06-28T12:48:45.701Z] Images: 18 [2021-06-28T12:48:45.701Z] Server Version: 0.0.0-dev [2021-06-28T12:48:45.701Z] Storage Driver: windowsfilter [2021-06-28T12:48:45.701Z] Windows: [2021-06-28T12:48:45.701Z] Logging Driver: json-file [2021-06-28T12:48:45.701Z] Plugins: [2021-06-28T12:48:45.701Z] Volume: local [2021-06-28T12:48:45.701Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-28T12:48:45.701Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-28T12:48:45.701Z] Swarm: inactive [2021-06-28T12:48:45.701Z] Default Isolation: process [2021-06-28T12:48:45.701Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-28T12:48:45.701Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-28T12:48:45.701Z] OSType: windows [2021-06-28T12:48:45.701Z] Architecture: x86_64 [2021-06-28T12:48:45.701Z] CPUs: 4 [2021-06-28T12:48:45.701Z] Total Memory: 32GiB [2021-06-28T12:48:45.701Z] Name: azwin-2-5fbdb1 [2021-06-28T12:48:45.701Z] ID: SIAW:IVJE:BFQI:2M2I:OOAS:WA53:QKCE:3CFW:YUM5:D7RO:724J:MOOE [2021-06-28T12:48:45.701Z] Docker Root Dir: D:\CI\PR-42572\1\daemon [2021-06-28T12:48:45.701Z] Debug Mode (client): false [2021-06-28T12:48:45.701Z] Debug Mode (server): true [2021-06-28T12:48:45.701Z] File Descriptors: -1 [2021-06-28T12:48:45.701Z] Goroutines: 17 [2021-06-28T12:48:45.701Z] System Time: 2021-06-28T12:48:45.462516Z [2021-06-28T12:48:45.701Z] EventsListeners: 0 [2021-06-28T12:48:45.701Z] Registry: https://index.docker.io/v1/ [2021-06-28T12:48:45.701Z] Labels: [2021-06-28T12:48:45.701Z] Experimental: false [2021-06-28T12:48:45.701Z] Insecure Registries: [2021-06-28T12:48:45.701Z] 127.0.0.0/8 [2021-06-28T12:48:45.701Z] Live Restore Enabled: false [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] [2021-06-28T12:48:45.701Z] INFO: Stopping daemon under test [2021-06-28T12:48:45.701Z] SUCCESS: The process with PID 10008 (child process of PID 10000) has been terminated. [2021-06-28T12:48:45.701Z] SUCCESS: The process with PID 10000 (child process of PID 6056) has been terminated. [2021-06-28T12:48:45.701Z] INFO: Stop tailing logs of the daemon under tests [2021-06-28T12:48:45.701Z] INFO: executeCI.ps1 Completed successfully at 06/28/2021 12:48:45. [2021-06-28T12:48:45.701Z] INFO: Tidying up at end of run [2021-06-28T12:48:45.701Z] INFO: Saving daemon under test log (d:\CI\PR-42572\1\dut.out) to bundles\CIDUT.out [2021-06-28T12:48:45.701Z] INFO: Saving daemon under test log (d:\CI\PR-42572\1\dut.err) to bundles\CIDUT.err [2021-06-28T12:48:45.701Z] INFO: Nuke-Everything... [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite (3463.41s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.04s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.03s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.18s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.40s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.90s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.38s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (172.35s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.92s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.12s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.04s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.80s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (4.02s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.02s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.92s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.06s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (143.45s) [2021-06-28T12:48:45.715Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.58s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.62s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2021-06-28T12:48:45.715Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.36s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.25s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.33s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.32s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (4.37s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (2.25s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.14s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (4.23s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (15.77s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.55s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.63s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.86s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.44s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (11.33s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.77s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildAddTar (64.27s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (32.68s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.03s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.84s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (9.69s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.50s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.42s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (12.57s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (11.40s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.56s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (11.53s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (9.39s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.83s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (39.75s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.22s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.33s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.66s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (2.22s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (6.67s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (2.12s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (2.13s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.42s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCmd (0.88s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.87s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.85s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.08s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (3.29s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.75s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.72s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.62s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.35s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.74s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.29s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (1.01s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.22s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (43.56s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (2.08s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.79s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.14s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.53s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.81s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.06s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (39.31s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (1.08s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.56s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (27.91s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.45s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.19s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.64s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.70s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.70s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerignore (99.14s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.56s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.61s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (113.18s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.38s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.11s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (30.71s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.62s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (14.12s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (46.66s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (19.28s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (14.10s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (147.81s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.68s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.52s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.86s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.64s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.74s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.78s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (7.41s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.40s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.72s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.55s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.03s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (5.48s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.06s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.42s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.54s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (21.30s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.93s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.10s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.05s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.03s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildFails (3.09s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.16s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.31s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.22s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.22s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.97s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (2.00s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (7.45s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.07s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.88s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.76s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildHistory (16.48s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.43s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.69s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.08s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.12s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.15s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.97s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildLabel (1.47s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.98s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.44s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.84s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildLabels (1.46s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (2.30s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (8.47s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.14s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.15s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.13s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.16s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.87s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.97s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.79s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (25.26s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.71s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (52.03s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.31s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.02s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.10s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.48s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (27.45s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.06s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (14.85s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.96s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.03s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.76s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (10.82s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (4.15s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.34s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.18s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.84s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.50s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (2.10s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.09s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.52s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (12.34s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.06s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.42s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.91s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.43s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.77s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.08s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.91s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (55.77s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (39.57s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildRm (18.05s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.92s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.66s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (2.21s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.89s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.76s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildShellInherited (6.63s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (25.98s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.16s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.97s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (14.25s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.44s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.64s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.16s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildStderr (6.18s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (27.08s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.55s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.33s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.96s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildTagEvent (6.41s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (7.33s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.06s) [2021-06-28T12:48:45.716Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.74s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.85s) [2021-06-28T12:48:45.716Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.72s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (30.15s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.41s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.84s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.81s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.56s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.54s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.56s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (15.08s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestBuildWithTabs (6.20s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.68s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (22.79s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.58s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.55s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.81s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.88s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.99s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.57s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.07s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.96s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (6.28s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCommitChange (6.68s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.13s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCommitNewFile (14.17s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCommitTTY (8.96s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (6.30s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.11s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPICommit (13.97s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.19s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.93s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPICreate (7.88s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.31s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.04s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.48s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.96s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.30s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.31s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.71s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.34s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.35s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.96s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.96s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.32s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.10s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.54s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.95s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.04s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (3.04s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.15s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.09s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.74s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.49s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (36.72s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (8.09s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.06s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (8.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.01s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0000de8d0_} (8.08s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1004292546_c:\foo_false____} (3.26s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1004292546_c:\foo_true____} (3.12s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.42s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.01s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.08s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.09s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.09s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.01s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.25s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCpGarbagePath (8.17s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.10s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCpRelativePath (8.14s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.94s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.19s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCpToCaseE (16.60s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCpToCaseH (16.38s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCpToDot (3.33s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCpToStdout (3.50s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.28s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateArgs (0.31s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.55s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.96s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.26s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.97s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (1.18s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateLabels (0.27s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateRM (0.53s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.31s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.57s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (15.43s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.31s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.76s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.53s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.82s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.20s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestDockerFails (0.11s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.18s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.19s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.29s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (10.16s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsCopy (6.95s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.66s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.06s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.18s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (9.77s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.06s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.38s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsFilters (6.20s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsFormat (6.10s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.10s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.26s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsRename (3.33s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsResize (8.62s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.97s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.52s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.53s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsUntag (2.88s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (7.70s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.06s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.35s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.89s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.06s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.04s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.87s) [2021-06-28T12:48:45.717Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.77s) [2021-06-28T12:48:45.717Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestExecExitStatus (3.26s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestExecInspectID (4.81s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.44s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.28s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.03s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (10.49s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.88s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.80s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.88s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.97s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.03s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.19s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.11s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.13s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.11s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.34s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.13s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.12s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.12s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.50s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.94s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.04s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.57s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.13s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.73s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.37s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (3.28s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (8.40s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestImagesFormat (0.32s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.77s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.13s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestImportBadURL (2.48s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.10s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.04s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.11s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.20s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.20s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.16s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.04s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.27s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.06s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectDefault (8.13s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectHistory (6.16s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.01s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.04s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.26s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.92s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.11s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.09s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectStatus (3.47s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.97s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.32s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.03s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.12s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (7.86s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.98s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.94s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.14s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.12s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.77s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.66s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.58s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.23s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.09s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.13s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (9.53s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (9.44s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (9.25s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.46s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.41s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.14s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (7.94s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsSince (10.14s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsTail (3.83s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.42s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.98s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.03s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.11s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.90s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.87s) [2021-06-28T12:48:45.718Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2021-06-28T12:48:45.718Z] --- PASS: TestDockerSuite/TestPsByOrder (11.70s) [2021-06-28T12:48:46.153Z] INFO: Container count on control daemon to delete is 2 [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestPsListContainersBase (13.01s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (23.65s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.43s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.04s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (15.88s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (5.12s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (9.30s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (10.91s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.11s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (6.35s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestPsShowMounts (9.85s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.70s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.35s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.98s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.42s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.35s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.19s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (28.22s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.72s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.36s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.26s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.09s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.70s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.56s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.61s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRmiBlank (0.11s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.46s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (19.14s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (8.66s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.99s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (8.86s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.80s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.11s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.83s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRmiTag (0.99s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.04s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (22.15s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.48s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.42s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.71s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.67s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.08s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.78s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.14s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (7.79s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.97s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.11s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.95s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.04s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.03s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.17s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.59s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.05s) [2021-06-28T12:48:46.173Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-06-28T12:48:46.173Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (3.00s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.04s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (7.80s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.97s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.82s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.89s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.00s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.19s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.86s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.94s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.11s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunExitCode (3.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.79s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.88s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (7.92s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunExposePort (0.09s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.16s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.11s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (12.15s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.28s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.03s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (9.06s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.33s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.29s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.53s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.82s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.89s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.27s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.55s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.38s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.11s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (10.39s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunRm (7.86s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.33s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.01s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.89s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.00s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.58s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.07s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.04s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.89s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.29s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.14s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.80s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.04s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.87s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.83s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.76s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.86s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.79s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (8.41s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.03s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.21s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.47s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.00s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.04s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.08s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.11s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.29s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.26s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.85s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.90s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.05s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.47s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.44s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.35s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.82s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.63s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.30s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestStartAttachSilent (14.96s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.61s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.03s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (3.14s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.23s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.95s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.46s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.20s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.30s) [2021-06-28T12:48:46.174Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.51s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.40s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.22s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.33s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.11s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.92s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.61s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.57s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.11s) [2021-06-28T12:48:46.174Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.27s) [2021-06-28T12:48:46.175Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (10.34s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-06-28T12:48:46.175Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.89s) [2021-06-28T12:48:46.175Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.29s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2021-06-28T12:48:46.175Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.83s) [2021-06-28T12:48:46.175Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.43s) [2021-06-28T12:48:46.175Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.40s) [2021-06-28T12:48:46.175Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (11.60s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-06-28T12:48:46.175Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.95s) [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-06-28T12:48:46.175Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] --- PASS: TestDockerRegistrySuite (0.25s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-06-28T12:48:46.175Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-06-28T12:48:46.175Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-06-28T12:48:46.175Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-06-28T12:48:46.175Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-06-28T12:48:46.175Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-06-28T12:48:46.175Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-06-28T12:48:46.175Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-06-28T12:48:46.175Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-06-28T12:48:46.175Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.05s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistryAuthTokenSuite [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-06-28T12:48:46.175Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-06-28T12:48:46.175Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-06-28T12:48:46.175Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-06-28T12:48:46.175Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-06-28T12:48:46.175Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-28T12:48:46.175Z] === RUN TestDockerDaemonSuite [2021-06-28T12:48:46.175Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-06-28T12:48:46.175Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-06-28T12:48:46.175Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-06-28T12:48:46.175Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-28T12:48:46.175Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-28T12:48:46.175Z] === RUN TestDockerSwarmSuite [2021-06-28T12:48:46.175Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-06-28T12:48:46.175Z] === RUN TestDockerPluginSuite [2021-06-28T12:48:46.175Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-06-28T12:48:46.175Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.175Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-06-28T12:48:46.176Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-06-28T12:48:46.176Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-06-28T12:48:46.176Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-06-28T12:48:46.176Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-06-28T12:48:46.176Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-06-28T12:48:46.176Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-06-28T12:48:46.176Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-06-28T12:48:46.176Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-06-28T12:48:46.176Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-06-28T12:48:46.176Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- PASS: TestDockerPluginSuite (0.04s) [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-28T12:48:46.176Z] === RUN TestDockerExternalVolumeSuite [2021-06-28T12:48:46.176Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-06-28T12:48:46.176Z] === RUN TestDockerNetworkSuite [2021-06-28T12:48:46.176Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-06-28T12:48:46.176Z] === RUN TestDockerHubPullSuite [2021-06-28T12:48:46.176Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-06-28T12:48:46.176Z] PASS [2021-06-28T12:48:46.176Z] ok github.com/docker/docker/integration-cli 3464.034s [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === Skipped [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-06-28T12:48:46.176Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-06-28T12:48:46.176Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2021-06-28T12:48:46.176Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2021-06-28T12:48:46.176Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2021-06-28T12:48:46.176Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2021-06-28T12:48:46.176Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2021-06-28T12:48:46.176Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2021-06-28T12:48:46.176Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-06-28T12:48:46.176Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.04s) [2021-06-28T12:48:46.176Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.04s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-06-28T12:48:46.176Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-06-28T12:48:46.176Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-06-28T12:48:46.176Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-06-28T12:48:46.176Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2021-06-28T12:48:46.176Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2021-06-28T12:48:46.176Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.03s) [2021-06-28T12:48:46.176Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-06-28T12:48:46.176Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.58s) [2021-06-28T12:48:46.176Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.58s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.05s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.03s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.03s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.50s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.50s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.56s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.56s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.33s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.33s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.66s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.66s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2021-06-28T12:48:46.176Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.176Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2021-06-28T12:48:46.176Z] [2021-06-28T12:48:46.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2021-06-28T12:48:46.177Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.177Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2021-06-28T12:48:46.177Z] [2021-06-28T12:48:46.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-06-28T12:48:46.177Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-28T12:48:46.177Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-06-28T12:48:46.177Z] [2021-06-28T12:48:46.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2021-06-28T12:48:46.177Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.177Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2021-06-28T12:48:46.177Z] [2021-06-28T12:48:46.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2021-06-28T12:48:46.177Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.177Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2021-06-28T12:48:46.177Z] [2021-06-28T12:48:46.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2021-06-28T12:48:46.177Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.177Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2021-06-28T12:48:46.177Z] [2021-06-28T12:48:46.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-06-28T12:48:46.177Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.177Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-06-28T12:48:46.177Z] [2021-06-28T12:48:46.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-06-28T12:48:46.177Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.177Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-06-28T12:48:46.177Z] [2021-06-28T12:48:46.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.53s) [2021-06-28T12:48:46.177Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.177Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.53s) [2021-06-28T12:48:46.177Z] [2021-06-28T12:48:46.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s) [2021-06-28T12:48:46.177Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.177Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s) [2021-06-28T12:48:46.177Z] [2021-06-28T12:48:46.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2021-06-28T12:48:46.177Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.177Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2021-06-28T12:48:46.177Z] [2021-06-28T12:48:46.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.06s) [2021-06-28T12:48:46.177Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.177Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.06s) [2021-06-28T12:48:46.177Z] [2021-06-28T12:48:46.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.56s) [2021-06-28T12:48:46.177Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.177Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.56s) [2021-06-28T12:48:46.177Z] [2021-06-28T12:48:46.605Z] ee9ae75be9e7 [2021-06-28T12:48:46.605Z] 2e412a891b1e [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.61s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.61s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.52s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.52s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.05s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.55s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.55s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.03s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.03s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.06s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.06s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.10s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.10s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.05s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.05s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.03s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.03s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.08s) [2021-06-28T12:48:46.630Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.630Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.08s) [2021-06-28T12:48:46.630Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.14s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.14s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.07s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.09s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.06s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.06s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.03s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.03s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.08s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.08s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.66s) [2021-06-28T12:48:46.631Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.66s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.55s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.55s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.05s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.06s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.06s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.56s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.56s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.56s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.56s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.58s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.58s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.55s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.55s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.57s) [2021-06-28T12:48:46.631Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.57s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-06-28T12:48:46.631Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.07s) [2021-06-28T12:48:46.631Z] docker_cli_sni_test.go:18: Flakey test [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.07s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-06-28T12:48:46.631Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.03s) [2021-06-28T12:48:46.631Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-06-28T12:48:46.631Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-06-28T12:48:46.631Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-06-28T12:48:46.631Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-06-28T12:48:46.631Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-06-28T12:48:46.631Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-06-28T12:48:46.631Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-06-28T12:48:46.631Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-06-28T12:48:46.631Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2021-06-28T12:48:46.631Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2021-06-28T12:48:46.631Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2021-06-28T12:48:46.631Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-06-28T12:48:46.631Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-06-28T12:48:46.631Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-06-28T12:48:46.631Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-06-28T12:48:46.631Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2021-06-28T12:48:46.631Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.03s) [2021-06-28T12:48:46.631Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.03s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-06-28T12:48:46.631Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2021-06-28T12:48:46.631Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-06-28T12:48:46.631Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.04s) [2021-06-28T12:48:46.631Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.04s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-06-28T12:48:46.631Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-06-28T12:48:46.631Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-06-28T12:48:46.631Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2021-06-28T12:48:46.631Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-06-28T12:48:46.631Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2021-06-28T12:48:46.631Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2021-06-28T12:48:46.631Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2021-06-28T12:48:46.631Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.631Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2021-06-28T12:48:46.631Z] [2021-06-28T12:48:46.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-06-28T12:48:46.632Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-06-28T12:48:46.632Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-06-28T12:48:46.632Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-06-28T12:48:46.632Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-06-28T12:48:46.632Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-06-28T12:48:46.632Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-06-28T12:48:46.632Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-06-28T12:48:46.632Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-06-28T12:48:46.632Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-06-28T12:48:46.632Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.03s) [2021-06-28T12:48:46.632Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-06-28T12:48:46.632Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.03s) [2021-06-28T12:48:46.632Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-06-28T12:48:46.632Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2021-06-28T12:48:46.632Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-06-28T12:48:46.632Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.632Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-06-28T12:48:46.632Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.03s) [2021-06-28T12:48:46.633Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.03s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2021-06-28T12:48:46.633Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2021-06-28T12:48:46.633Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.03s) [2021-06-28T12:48:46.633Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.03s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.03s) [2021-06-28T12:48:46.633Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-06-28T12:48:46.633Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.04s) [2021-06-28T12:48:46.633Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.04s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.03s) [2021-06-28T12:48:46.633Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.03s) [2021-06-28T12:48:46.633Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.04s) [2021-06-28T12:48:46.633Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.04s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2021-06-28T12:48:46.633Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2021-06-28T12:48:46.633Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.03s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2021-06-28T12:48:46.633Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2021-06-28T12:48:46.633Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2021-06-28T12:48:46.633Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-06-28T12:48:46.633Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2021-06-28T12:48:46.633Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2021-06-28T12:48:46.633Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.03s) [2021-06-28T12:48:46.633Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2021-06-28T12:48:46.633Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2021-06-28T12:48:46.633Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2021-06-28T12:48:46.633Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.633Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2021-06-28T12:48:46.633Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.633Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-06-28T12:48:46.633Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2021-06-28T12:48:46.634Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2021-06-28T12:48:46.634Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-06-28T12:48:46.634Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-06-28T12:48:46.634Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-06-28T12:48:46.634Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.03s) [2021-06-28T12:48:46.634Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.03s) [2021-06-28T12:48:46.634Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.03s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2021-06-28T12:48:46.634Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.03s) [2021-06-28T12:48:46.634Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.03s) [2021-06-28T12:48:46.634Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.03s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-06-28T12:48:46.634Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.03s) [2021-06-28T12:48:46.634Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.03s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2021-06-28T12:48:46.634Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.03s) [2021-06-28T12:48:46.634Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.03s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.03s) [2021-06-28T12:48:46.634Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.03s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2021-06-28T12:48:46.634Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.03s) [2021-06-28T12:48:46.634Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-06-28T12:48:46.634Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-06-28T12:48:46.634Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-06-28T12:48:46.634Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2021-06-28T12:48:46.634Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-06-28T12:48:46.634Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2021-06-28T12:48:46.634Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-06-28T12:48:46.634Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2021-06-28T12:48:46.634Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-06-28T12:48:46.634Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.04s) [2021-06-28T12:48:46.634Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.04s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.11s) [2021-06-28T12:48:46.634Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.11s) [2021-06-28T12:48:46.634Z] [2021-06-28T12:48:46.634Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2021-06-28T12:48:46.634Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-28T12:48:46.634Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2021-06-28T12:48:47.061Z] INFO: Non-base image count on control daemon to delete is 1 [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2021-06-28T12:48:47.090Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2021-06-28T12:48:47.090Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-06-28T12:48:47.090Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2021-06-28T12:48:47.090Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2021-06-28T12:48:47.090Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.04s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.04s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.05s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.05s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2021-06-28T12:48:47.090Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.090Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2021-06-28T12:48:47.090Z] [2021-06-28T12:48:47.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.03s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.03s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.03s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2021-06-28T12:48:47.091Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.03s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.38s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.38s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.04s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.04s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.03s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.03s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2021-06-28T12:48:47.091Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-28T12:48:47.091Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2021-06-28T12:48:47.091Z] [2021-06-28T12:48:47.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.03s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.04s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.04s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.03s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.03s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.03s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.03s) [2021-06-28T12:48:47.092Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.03s) [2021-06-28T12:48:47.092Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.05s) [2021-06-28T12:48:47.092Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.05s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2021-06-28T12:48:47.092Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2021-06-28T12:48:47.092Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.03s) [2021-06-28T12:48:47.092Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.03s) [2021-06-28T12:48:47.092Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.03s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.03s) [2021-06-28T12:48:47.092Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.03s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2021-06-28T12:48:47.092Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-06-28T12:48:47.092Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-28T12:48:47.092Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-28T12:48:47.092Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-28T12:48:47.092Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:48:47.092Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:48:47.092Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:48:47.092Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:48:47.092Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-28T12:48:47.092Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-28T12:48:47.092Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-28T12:48:47.092Z] [2021-06-28T12:48:47.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-28T12:48:47.092Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.092Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.093Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-28T12:48:47.093Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.093Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-28T12:48:47.093Z] [2021-06-28T12:48:47.094Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-28T12:48:47.094Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.094Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-28T12:48:47.094Z] [2021-06-28T12:48:47.094Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-28T12:48:47.094Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.094Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-28T12:48:47.094Z] [2021-06-28T12:48:47.094Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-28T12:48:47.094Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.094Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-28T12:48:47.094Z] [2021-06-28T12:48:47.094Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-06-28T12:48:47.553Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] DONE 1092 tests, 546 skipped in 3475.776s [2021-06-28T12:48:47.553Z] INFO: Integration tests ended at 06/28/2021 12:48:47. Duration:00:57:55.9273394 [2021-06-28T12:48:47.553Z] INFO: Docker info of the daemon under test at end of run [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] Containers: 2 [2021-06-28T12:48:47.553Z] Running: 0 [2021-06-28T12:48:47.553Z] Paused: 0 [2021-06-28T12:48:47.553Z] Stopped: 2 [2021-06-28T12:48:47.553Z] Images: 18 [2021-06-28T12:48:47.553Z] Server Version: 0.0.0-dev [2021-06-28T12:48:47.553Z] Storage Driver: windowsfilter [2021-06-28T12:48:47.553Z] Windows: [2021-06-28T12:48:47.553Z] Logging Driver: json-file [2021-06-28T12:48:47.553Z] Plugins: [2021-06-28T12:48:47.553Z] Volume: local [2021-06-28T12:48:47.553Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-28T12:48:47.553Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-28T12:48:47.553Z] Swarm: inactive [2021-06-28T12:48:47.553Z] Default Isolation: process [2021-06-28T12:48:47.553Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-06-28T12:48:47.553Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879) [2021-06-28T12:48:47.553Z] OSType: windows [2021-06-28T12:48:47.553Z] Architecture: x86_64 [2021-06-28T12:48:47.553Z] CPUs: 4 [2021-06-28T12:48:47.553Z] Total Memory: 32GiB [2021-06-28T12:48:47.553Z] Name: azwin-2-ae1000 [2021-06-28T12:48:47.553Z] ID: JUQH:H4ZF:2TUH:CXR2:WFPX:EUPJ:2EKF:OBSE:4YWB:IPXF:OSRW:NSTN [2021-06-28T12:48:47.553Z] Docker Root Dir: D:\CI\PR-42572\1\daemon [2021-06-28T12:48:47.553Z] Debug Mode (client): false [2021-06-28T12:48:47.553Z] Debug Mode (server): true [2021-06-28T12:48:47.553Z] File Descriptors: -1 [2021-06-28T12:48:47.553Z] Goroutines: 17 [2021-06-28T12:48:47.553Z] System Time: 2021-06-28T12:48:47.3792573Z [2021-06-28T12:48:47.553Z] EventsListeners: 0 [2021-06-28T12:48:47.553Z] Registry: https://index.docker.io/v1/ [2021-06-28T12:48:47.553Z] Labels: [2021-06-28T12:48:47.553Z] Experimental: false [2021-06-28T12:48:47.553Z] Insecure Registries: [2021-06-28T12:48:47.553Z] 127.0.0.0/8 [2021-06-28T12:48:47.553Z] Live Restore Enabled: false [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] [2021-06-28T12:48:47.553Z] INFO: Stopping daemon under test [2021-06-28T12:48:48.006Z] SUCCESS: The process with PID 7612 (child process of PID 988) has been terminated. [2021-06-28T12:48:48.006Z] SUCCESS: The process with PID 988 (child process of PID 1648) has been terminated. [2021-06-28T12:48:48.006Z] INFO: Stop tailing logs of the daemon under tests [2021-06-28T12:48:48.006Z] INFO: executeCI.ps1 Completed successfully at 06/28/2021 12:48:47. [2021-06-28T12:48:48.006Z] INFO: Tidying up at end of run [2021-06-28T12:48:48.006Z] INFO: Saving daemon under test log (d:\CI\PR-42572\1\dut.out) to bundles\CIDUT.out [2021-06-28T12:48:48.006Z] INFO: Saving daemon under test log (d:\CI\PR-42572\1\dut.err) to bundles\CIDUT.err [2021-06-28T12:48:48.006Z] INFO: Nuke-Everything... [2021-06-28T12:48:48.459Z] INFO: Container count on control daemon to delete is 2 [2021-06-28T12:48:48.912Z] a3edb2df9d75 [2021-06-28T12:48:48.912Z] 59262f9868d2 [2021-06-28T12:48:48.912Z] INFO: Non-base image count on control daemon to delete is 1 [2021-06-28T12:48:49.212Z] Deleted: sha256:eb81f2e6b335d4042572d468f09ff3c356d6752e261f280b25b1e52cda19f71a [2021-06-28T12:48:49.212Z] Deleted: sha256:b52317a9f3ebee5bbc830ac0553d2701994b97f0bdeeeb45821c2354aff354d8 [2021-06-28T12:48:49.212Z] INFO: Tidying pidfile d:\CI\PR-42572\1\docker.pid [2021-06-28T12:48:49.212Z] INFO: Nuking d:\CI [2021-06-28T12:48:51.796Z] Deleted: sha256:5f9551808bff677453b58c3090b3fed4778a4a1169dcd3b58ef908ebb752f820 [2021-06-28T12:48:51.796Z] Deleted: sha256:f958d29f3abbefb1b6a40860eb272b875c44993e58395c20e694f2d57cae567a [2021-06-28T12:48:51.796Z] INFO: Tidying pidfile d:\CI\PR-42572\1\docker.pid [2021-06-28T12:48:51.796Z] INFO: Nuking d:\CI [2021-06-28T12:49:06.814Z] INFO: Zapped successfully [2021-06-28T12:49:06.814Z] [2021-06-28T12:49:06.814Z] INFO: executeCI.ps1 exiting at Mon Jun 28 12:49:04 CUT 2021. Duration 01:10:22.2654608 [2021-06-28T12:49:06.814Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-06-28T12:49:07.053Z] Recording test results [2021-06-28T12:49:07.556Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-06-28T12:49:09.092Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2021-06-28T12:49:10.818Z] Archiving artifacts [2021-06-28T12:49:12.057Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42572/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-28T12:49:12.974Z] + make clean [2021-06-28T12:49:13.929Z] docker volume rm -f docker-dev-cache [2021-06-28T12:49:13.929Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-28T12:49:42.390Z] INFO: Zapped successfully [2021-06-28T12:49:42.390Z] [2021-06-28T12:49:42.390Z] INFO: executeCI.ps1 exiting at Mon Jun 28 12:49:35 CUT 2021. Duration 01:40:42.6613139 [2021-06-28T12:49:42.390Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-06-28T12:49:42.626Z] Recording test results [2021-06-28T12:49:43.110Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-06-28T12:49:44.835Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-06-28T12:49:47.930Z] Archiving artifacts [2021-06-28T12:49:49.165Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42572/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-28T12:49:50.071Z] + make clean [2021-06-28T12:49:51.588Z] docker volume rm -f docker-dev-cache [2021-06-28T12:49:51.588Z] 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